🛠️ Hacker News Tools
Showing 141–160 of 3049 tools from Hacker News
Last Updated
June 05, 2026 at 12:01 AM
API proposed by Chrome: Declarative partial updates
Hacker News (score: 11)[API/SDK] API proposed by Chrome: Declarative partial updates
Reverse engineering circuitry in a Spacelab computer from 1980
Hacker News (score: 57)[Other] Reverse engineering circuitry in a Spacelab computer from 1980
z386: An Open-Source 80386 Built Around Original Microcode
Hacker News (score: 23)[Other] z386: An Open-Source 80386 Built Around Original Microcode
80386 Microcode Disassembled
Hacker News (score: 183)[Other] 80386 Microcode Disassembled
Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite
Hacker News (score: 114)[Other] Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite <a href="https://xcancel.com/YoavCodes/status/2058064720553222567" rel="nofollow">https://xcancel.com/YoavCodes/status/2058064720553222567</a>
Making deep learning go brrrr from first principles (2022)
Hacker News (score: 145)[Other] Making deep learning go brrrr from first principles (2022)
Models.dev: open-source database of AI model specs, pricing, and capabilities
Hacker News (score: 83)[Database] Models.dev: open-source database of AI model specs, pricing, and capabilities
Show HN: OpenRig – a control plane for multi-agent coding topologies
Show HN (score: 5)[DevOps] Show HN: OpenRig – a control plane for multi-agent coding topologies Hi HN, I’m Mike, the founder of OpenRig.<p>I built this because my Claude Code + Codex setup kept forming little "topologies" of long-lived agents that worked well together, but the terminal sprawl was intense. So I built a primitive the agents could intuitively reach for to save and recreate these setups on the fly. This then led to more agent-first primitives like coordination, declarative workflow patterns, workspaces, etc.<p>Several months in and these "rigs" I manage with openrig require a lot less babysitting and I can manage more projects at once without getting overwhelmed.<p>The short version: OpenRig is a way to save and operate that topology instead of rebuilding it by hand every time.<p>Demo video: <a href="https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE" rel="nofollow">https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE</a><p>GitHub: <a href="https://github.com/mvschwarz/openrig" rel="nofollow">https://github.com/mvschwarz/openrig</a>
GitHub introduces staged publishing and new install-time controls for NPM
Hacker News (score: 24)[Other] GitHub introduces staged publishing and new install-time controls for NPM
Microsoft starts canceling Claude Code licenses
Hacker News (score: 308)[Other] Microsoft starts canceling Claude Code licenses <a href="https://archive.ph/WfCta" rel="nofollow">https://archive.ph/WfCta</a>
TorQ: Kdb+ Production Framework
Hacker News (score: 10)[Other] TorQ: Kdb+ Production Framework
I Bypassed Adobe and Microsoft to Build a Git-Tracked Book Production Pipeline
Hacker News (score: 38)[Other] I Bypassed Adobe and Microsoft to Build a Git-Tracked Book Production Pipeline
Show HN: Darnix – Darwin Built with Nix
Show HN (score: 9)[Build/Deploy] Show HN: Darnix – Darwin Built with Nix The Darwin kernel (XNU) has been open source since 1999. But "open source" and "you can actually build and boot it" are very different things. XNU depends on proprietary tooling, kexts, and a bunch of open source projects published without a build system.<p>Darnix builds the whole thing with Nix. The kernel, the filesystem, the boot image, all the way to a running QEMU instance. We patched XNU to run on QEMU without kexts, ported HFS+ from a kernel extension into the kernel itself, fixed GRUB's Mach-O loader, and wired it all together as a flake. The build is fully sandboxed. No root, no volume mounting, no device access, no network.<p>The bigger idea is a revival of PureDarwin (<a href="https://www.puredarwin.org/" rel="nofollow">https://www.puredarwin.org/</a>), a standalone OS on Apple's open source Darwin layer, with Nix managing everything above the kernel. Sort of like a Nix OS on XNU instead of Linux.<p>Right now the kernel boots, mounts a ramdisk, and runs a single static binary. Next step is a shell.<p><a href="https://github.com/jonhermansen/darnix" rel="nofollow">https://github.com/jonhermansen/darnix</a><p>Technical details and the full list of patches are in the README. I would love to hear from anyone who’s thought about this space!<p>---<p>Darnix is not affiliated with or endorsed by Apple Inc. This is not macOS. Apple, macOS, and related trademarks are the property of Apple Inc. Darwin is licensed under the APSL.
DeepSeek makes the V4 Pro price discount permanent
Hacker News (score: 523)[Other] DeepSeek makes the V4 Pro price discount permanent > (3) The deepseek-v4-pro model API pricing will be officially adjusted to 1/4 of the original price after the 75% discount promotion ends on 2026/05/31 15:59 UTC.<p><a href="https://x.com/deepseek_ai/status/2057854261699195173" rel="nofollow">https://x.com/deepseek_ai/status/2057854261699195173</a><p>Related ongoing thread:<p><i>DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost</i> - <a href="https://news.ycombinator.com/item?id=48256953">https://news.ycombinator.com/item?id=48256953</a> - May 2026 (135 comments)
Show HN: Pablo – a Chrome extension that copies UI from any website
Show HN (score: 6)[Other] Show HN: Pablo – a Chrome extension that copies UI from any website Pablo is a Chrome extension that copies the HTML and CSS behind any element you hover.<p>It captures computed styles, fonts (with @font-face and Google Fonts links), CSS keyframes, and animation props from GSAP and Framer Motion. The output is structured so it pastes cleanly into Claude Code, Cursor, or Codex when you want to rebuild a component in your own stack.<p>Manifest v3, no host permissions, no backend. Free.<p><a href="https://usepablo.dev" rel="nofollow">https://usepablo.dev</a><p>Happy to answer questions about how the extraction works, and would love to hear about sites where the output breaks.
Bytecode VMs in surprising places (2024)
Hacker News (score: 86)[Other] Bytecode VMs in surprising places (2024)
Show HN: ShadowCat – file transfer through QR Codes in a Browser
Hacker News (score: 139)[Other] Show HN: ShadowCat – file transfer through QR Codes in a Browser
Show HN: I made an open-source memory layer for agents
Show HN (score: 7)[API/SDK] Show HN: I made an open-source memory layer for agents Store memories, auto-extract entities and relationships, search semantically. MCP server + REST API + SDKs. Self-hostable, cloud option, MIT license.
Buildcraft Is a Compiler Problem
Hacker News (score: 15)[Other] Buildcraft Is a Compiler Problem
Show HN: Sylph – the open-source company brain behind my YC startup
Show HN (score: 6)[Other] Show HN: Sylph – the open-source company brain behind my YC startup Hello HN! I'm Claire, founder of nao Labs (YC X25). Two months ago I started building a company brain in a git repo. Now I fully run my company with 8 AI agents, 20+ skills, and a self-learning context repo.<p>I built it in a git repo because I refused to lock into any tool - not a context layer, not a specific agent harness. Today I'm open sourcing it so others can build their own.<p>Sylph is the open source version of the company brain I use. It gives you the structure to host your own company context, build skills, create AI agents, and already has a self-learning loop scaffolded. It is a Git repo, with no lock-in on any tool, that can work with any agent: Claude Code, Codex, Cursor.<p>Sylph is made for you to make your own: fork it, run /sylph-setup, and it will build your own company brain according to your own context.<p>Repo: github.com/getnao/sylph<p>How I built it: <a href="https://thenewaiorder.substack.com/p/i-built-a-company-brain-to-run-my" rel="nofollow">https://thenewaiorder.substack.com/p/i-built-a-company-brain...</a><p>Tell me what you think, and if you've got some tips if you built an AI brain for your company too!