covid20212022
ads
ads
Wednesday, September 2, 2026
Show HN: Kekoso – On-device dictation and transcription for macOS https://ift.tt/pxkwd9l
Show HN: Kekoso – On-device dictation and transcription for macOS https://kekoso.app/ September 2, 2026 at 11:51PM
Show HN: Skatanica – Browse and share skate clips by location https://ift.tt/0kud52K
Show HN: Skatanica – Browse and share skate clips by location https://skatanica.com (no login or download required) I love Dern Bros skate spot history videos, and wanted to see 1.) places my favorite skaters have skated 2.) which skaters had skated my favorite places 3.) find new skaters and new places 4.) have an easy way to just watch clips 5.) have an easy place to document tricks I/people have done anywhere Some examples: 1.) Clips from Dominick Walker: https://ift.tt/reO4UIs 2.) Skaters at Santa Monica Triple Set:
https://ift.tt/2PF81A5 3.) Find some spots/clips from spots in [Southern California]( https://ift.tt/nCHAPBt ) , or [Southeast Asia]( https://ift.tt/I6hXloS ) --- Contributing as a Curator: If you like this, and you want to go beyond just sharing a clip here or there, I've built a ton of curator tools specifically for quickly chopping up long videos into clips and labeling the tricks/publishing directly to platform. Message me or comment and I can give you more info/get you set up. https://ift.tt/ceu64CD September 2, 2026 at 11:33PM
Show HN: Aura – a Rust agent that investigates and fixes production incidents https://ift.tt/kZIjG7C
Show HN: Aura – a Rust agent that investigates and fixes production incidents We run a SaaS that handles petabytes of data. Our SRE team experimented with using claude, openclaw, langchain, etc. within our incident response workflows. We struggled with overflowing context, lethal trifecta vectors, hallucinations, and burned a lot of frontier tokens mostly on easy work. Approval fatigue was a challenge, and we drew a hard line at relaxing permissions in production. Long story short, we built and open-sourced AURA, a Rust-based harness specifically designed for the type of operations work which routinely involves large volumes of telemetry data and coordinated investigations across many domains of knowledge / state. We have found even on open-weights models, root cause accuracy has been very good, and remediation actions are guarded with human-in-the-loop. AURA runs from a centralized configuration file where workers are defined and scoped to task domains, (e.g. logging review, metrics analysis, and git/scm related queries). All permissions, tools access, LLM backend(s), worker prompts, and the main coordinator prompt are also defined in code. Permitted tool use is enforced deterministically outside the agent's context, so the agent cannot grant itself capabilities through prompting. AURA also handles the rest of the execution layer, such as human approval for sensitive actions and fault tolerance. A lot of thought went into context window management: large tool outputs and worker responses are persisted to disk and agents are given tools to slice/read as needed. The project is Apache 2.0. You can install rpm/deb/brew natively or pull the source and build your own. It runs either as an assistant on your workstation, or as a daemon that you can connect to via any OpenAI-compatible frontend. The GitHub repo is here: https://ift.tt/bX8Ex4U The whole thing is free/Free. No signups or open core trapdoor. Demo: We put together an 8-minute video showing a checkout outage resolved by following evidence from several different systems: https://www.youtube.com/watch?v=TERHoRzT8cE tl;dw: 502s from a checkout service cause Grafana to trigger an incident via PagerDuty. AURA (using DeepSeek-V4-Flash) uses its workers and tools to correctly determine root cause as a memory leak in a downstream service, and attributes the incident to a defect in a recently merged PR. The demo then concludes with a human-gated tool call to GitHub, where AURA documents the exact lines of code that are causing the problem, and recommends a fix. Once the PR is deployed, AURA validates that the errors are clearing and transactions are no longer failing. The whole time, AURA’s leaving an audit trail of OTEL events into Phoenix. Technical details: AURA uses an agent coordinator that drafts, executes, and supervises DAG flows through user-defined worker agents to solve complex investigations in parallel. Worker agents are bound to strongly typed durable artifacts used as evidence packets, and the system discourages wasteful recalculation of remote data. AURA also has a powerful header routing system that doesn’t allow the agent to actually touch your keys. HITL interrupts over webhook are first class citizens and have a schema that is easy to adapt to your own workflow. HA deployment options are coming soon. What’s still rocky: - We’re currently working on the async input system for when you’re running AURA as a service. Right now the API just accepts a request, and streams messages until the main loop completes. It’s easy to integrate into a workflow, but the logic required winds up being heavier than it ought to be. - Because there’s no inbound webhook interrupt mechanism, automating AURA for IR requires middleware to invoke it or it needs to poll an MCP for alert escalations. We’re looking for users, contributors, guidance on where to take this next, or just GitHub stars. Looking forward to reading and responding to feedback here. https://ift.tt/NjDuxqB September 2, 2026 at 10:55PM
Tuesday, September 1, 2026
Show HN: Newton's Orchard – Browser-based space/gravity playground https://ift.tt/8TzdN3v
Show HN: Newton's Orchard – Browser-based space/gravity playground Hi HN! My son spent a lot of time in 5th grade playing with the 2-dimensional PhET gravity/space sims[1]. His STEM class uses it, and he was playing with it at home, and has been looking for more. I found several space sims/playgrounds online, including NASA's Eyes on the Solar System[2], but nothing that seemed to offer a real progression from what he was getting out of the PhET sims, so I built Newton's Orchard over the summer for him. https://ift.tt/rglLDpx The source is also published at https://ift.tt/81gsXuB It features deterministic time scrubbing, all bodies are editable, different preset systems and experiments, missions to complete (complete 3 to unlock the blackhole object type and mission), and a gallery for user submissions. I would very much appreciate feedback from HN - particularly from the lens of making it engaging and illuminating for students, and anyone that would like to just get a feel for how gravity works. Thank you! [1] https://ift.tt/pbqKZla...
[2] https://ift.tt/YyD0z9T https://ift.tt/rglLDpx September 1, 2026 at 11:43PM
Show HN: Semantic Overlays – an NX bit for LLM prompt injection (live demo) https://ift.tt/Qm8YsK4
Show HN: Semantic Overlays – an NX bit for LLM prompt injection (live demo) I've built a new method for steering LLMs called Semantic Overlays, small trained adapters on a frozen model which change how its perceives a piece of its context. The most readily applicable usage is to mitigate prompt injection, and it lets us take a very-injectable Qwen-3.5-9B to SOTA scores on all the prompt injection benchmarks I could find. (They are only blackbox attacks, but I did NOT train on anything like them — whitebox attacks are out of scope for this paper) I'm excited for you to play with the tech — see if YOU can break it! (let me know if you can) Paper at https://ift.tt/Ah9erJX if you want to read more about it, code at https://ift.tt/a9wvnZR , adapters at https://ift.tt/X7VWDKl... Also https://ift.tt/vHP63nw if you wanna watch a little video I made! https://semantic-overlays.vercel.app/ September 2, 2026 at 12:40AM
Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s https://ift.tt/M4IhHVX
Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s I built slotstream, a way to run Qwen3.8-Flash-Next 4-bit on a low-memory mac starting from 16GB, a 125B parameter model that would need 100GB+ memory/RAM, thanks to expert-offloading/ssd-streaming. Easy to install/update, and mac-native using MLX and Swift. It ships with auto-mode, which makes a good tradeoff between memory usage and speed. I'll be implementing and porting the MTP module for speculative decoding next https://ift.tt/Nl6hi4y September 1, 2026 at 11:42PM
Monday, August 31, 2026
Show HN: Keel - A conductor, not an agent loop https://ift.tt/at5u3wA
Show HN: Keel - A conductor, not an agent loop https://daneb.github.io/keel/ September 1, 2026 at 03:22AM
Show HN: Guess the AI model from its web design https://ift.tt/DZc4Mvr
Show HN: Guess the AI model from its web design https://ift.tt/wTsmoOY September 1, 2026 at 02:40AM
Show HN: Corporate Mind Games – logic puzzles with a sarcastic corporate theme https://ift.tt/3uLJktU
Show HN: Corporate Mind Games – logic puzzles with a sarcastic corporate theme I have always enjoyed building and playing puzzles. I am a regular user of NYT Games and LinkedIn Games. I thought it would be fun to create some corporate-themed puzzles as a silly alternative to LinkedIn Games. So, I built Corporate Mind Games. The games are intended to be a little bit sassy and sarcastic, but I hope they are enjoyable and challenging. I was planning to post this on HN last week. However, many years ago, I made a game called Don't Wordle, which unexpectedly appeared on the front page last week. I ended up getting distracted by that, and I also figured it was more appropriate to post this game on HN on a Monday morning given the theme. So here we are. https://ift.tt/iCtb39h August 31, 2026 at 11:08PM
Sunday, August 30, 2026
Show HN: BentoPDF, Hyper Compress and Kura https://ift.tt/daKmRbU
Show HN: BentoPDF, Hyper Compress and Kura Hello. I developed an open source tool called BentoPDF. Its an open source PDF toolkit that runs in your browser. With the latest update, you can actually edit existing pdf text, images and objects right in your browser. Live Website: https://ift.tt/uTrHJIU
Repository: https://ift.tt/v2hq16U Along with the latest update I would like to share with you Hyper Compress. Its a high fidelity, content preserving compression engine that preserves PDF conformance and surpasses all the other open source PDF compression tools. It runs everywhere: CLI, Node SDK, C API, self hosted service, and also in browser via WebAssembly. Live Website: https://ift.tt/xCzmZcw
Repository and benchmarks: https://ift.tt/sCQmIKc Kura is a PDF standards, conversion and preflight engine. It supports: - All 11 PDF/A conformance levels: PDF/A-1a, PDF/A-1b, PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, PDF/A-3u, PDF/A-4, PDF/A-4e and PDF/A-4f - Accessibility: PDF/UA-1 and PDF/UA-2 - Print production: PDF/X-1a, PDF/X-3, PDF/X-4, PDF/X-4p, PDF/X-5g, PDF/X-5n and PDF/X-5pg - Engineering and variable data printing: PDF/E-1 and PDF/VT - E-invoices: Factur-X, ZUGFeRD, XRechnung and Order-X - 396 bundled print-preflight profiles It has been tested against several standards suites, including the veraPDF corpus, Isartor, BFO, Ghent Output Suite 5.0, the PDF/UA Reference Suite and Cal Poly's PDF/VT suite. Across 30,677 PDF conversions it had zero crashes and zero timeouts, with a 0.05 second median conversion time. Like Hyper, it ships as a CLI, C library, npm package, Docker image and WebAssembly build. Live Website: https://ift.tt/o4vhszj
Repository and benchmarks: https://ift.tt/czxwSDV Both Kura and Hyper Compress are running the WASM build so none of your PDF is uploaded and everything runs in your browserr If possible I would like you guys to try them out and give me feedback on how it worked for you. Thank you. https://ift.tt/uTrHJIU August 30, 2026 at 10:57PM
Saturday, August 29, 2026
Show HN: 3D Embodiment of your Git repo https://ift.tt/y4Zjker
Show HN: 3D Embodiment of your Git repo https://ift.tt/uRt2Nvn August 30, 2026 at 12:49AM
Show HN: Flint – A minimal C/C++ package manager and build tool written in C https://ift.tt/GJxByr4
Show HN: Flint – A minimal C/C++ package manager and build tool written in C https://ift.tt/CvugihQ August 30, 2026 at 12:44AM
Friday, August 28, 2026
Show HN: Free lifetime pro access to a crunchbase alternative https://ift.tt/ONLvzwu
Show HN: Free lifetime pro access to a crunchbase alternative A month ago we launched on HackerNews and reached the front page! As a thank you we are now offering free lifetime pro subscriptions to the HN community! https://ift.tt/tEVuKzP August 28, 2026 at 11:07PM
Subscribe to:
Posts (Atom)