π οΈ Hacker News Tools
Showing 21–40 of 4196 tools from Hacker News
Last Updated
July 21, 2026 at 12:24 AM
Mirror your GitHub repos to tangled.org automatically
Hacker News (score: 11)[Other] Mirror your GitHub repos to tangled.org automatically
OpenAI reduces Codex Model Context Size from 372k to 272k
Hacker News (score: 46)[Other] OpenAI reduces Codex Model Context Size from 372k to 272k
IceCream β Never use print() to debug again
Hacker News (score: 19)[Other] IceCream β Never use print() to debug again
Typing Speed Test, but for Developers
Hacker News (score: 77)[Other] Typing Speed Test, but for Developers
Setting up your spare Mac for Claude Code to control, a step-by-step guide
Hacker News (score: 108)[Other] Setting up your spare Mac for Claude Code to control, a step-by-step guide
Show HN: Q3Edit β Edit and play Quake 3 maps in the browser
Hacker News (score: 35)[Other] Show HN: Q3Edit β Edit and play Quake 3 maps in the browser I've been building a level editor for Quake 3 that runs entirely in the browser: Radiant-style layout, brush and patch editing, CSG, terrain sculpting, and entity editing. It opens and saves .map file and you can play the maps you build directly in the browser using a webassembly build of ioquake3.
Show HN: iMessage is the best interface, so I built TypeScript SDK for it
Show HN (score: 5)[API/SDK] Show HN: iMessage is the best interface, so I built TypeScript SDK for it I was building my personal agent, but I had to use Telegram, as it was the easiest platform to integrate. I wanted to build the harness and agent, not the infrastructure around these two, yet my UX was struggling. I stick to iMessage, and then I had to use another app to interact with my agent...<p>So I spent a weekend on building a TypeScript SDK, that unifies how to interact with different iMessage providers (as there is no official way to use iMessage), so you can play around with them, without having to commit to one, nor with a need to rewrite half of the codebase to change the integration.<p>It's open-source, you can check the repo here: <a href="https://imessage-sdk.dev/" rel="nofollow">https://imessage-sdk.dev/</a>
Moonstone: Modern, cross-platform Lua runtime and package manager written in Zig
Hacker News (score: 19)[Package Manager] Moonstone: Modern, cross-platform Lua runtime and package manager written in Zig
Stenchill: 3D Printable Solder Paste Stencil Generator
Hacker News (score: 40)[Other] Stenchill: 3D Printable Solder Paste Stencil Generator
Topcoat: The full full-stack framework for Rust
Hacker News (score: 22)[Other] Topcoat: The full full-stack framework for Rust
Show HN: Fluent, tiny lang for reactivity and autograd
Show HN (score: 6)[Other] Show HN: Fluent, tiny lang for reactivity and autograd After six months of work, I am here again presenting Fluent β a tiny lang which is optimized for differentiable & reactive programming.<p>Since I am not Conal Elliot, don't expect a beautiful theoretical unification of FRP and AD from first principles. Rather, a horrific monster that holds together mostly because a lot of duct-tape.<p>The link points to the semi-interactive tour of the language, which will get the job done much better than I could in here.<p>Hope you hate/like it!
[DevOps] Show HN: Docket (system for active note-taking) now self-hosted after HN asked 6 months ago [0] I did a Show HN for Docket - itβs a system for active note taking in regular meetings like 1-1s, stands, all-hands, etc. On that thread a few of you asked for a self-hosted version. So I built it.<p>There's a free tier available. I put loads of effort into making setup easy - just one install command that gives you a CLI for start/stop/upgrade commands etc.<p>It runs as a single container, you can use a custom domain out the box for hosting over the internet (it provisions a LetsEncrypt cert for you), or just run locally (then via tailscale or whatever else if you want private networking). Single-player mode for private note-taking is indeed a much-encouraged usecase and is unlimited within the free tier.<p>This release also includes other big improvements requested in feedback last time (in both the self hosted and cloud versions): Export of notes; editor formatting more intuitive; easier to manage your actions.<p>Next on the roadmap is native clients, but honestly the mobile web experience is already quite usable. I use it all the time on my phone!<p>Give it a go, and let me know what you think :-) Any help needed with setup or anything else really, contact details are in my profile.<p>[0] <a href="https://news.ycombinator.com/item?id=46198430">https://news.ycombinator.com/item?id=46198430</a>
Show HN: A zoomable timeline of 4M Wikipedia events
Hacker News (score: 65)[Other] Show HN: A zoomable timeline of 4M Wikipedia events I'm building a journal app in Kotlin Multiplatform and for this purpose I have created a zoomable timeline interface.<p>This is a side-project where I reuse the timeline interface to display 4 million events imported from Wikipedia / Wikidata, scored using PageRank. There is more information on the about page.<p>If you're interested in the stack: I use Kotlin Multiplatform extensively, with Compose Multiplatform for the UI, communicates with the backend using Kotlinx-RPC and behind the hood a simple Postgres database on a Hetzner machine.
Homomorphically encrypted CIFAR-10 inference in 200ms
Hacker News (score: 62)[Other] Homomorphically encrypted CIFAR-10 inference in 200ms
Building an Arch Linux Aarch64 Port for Holo Core
Hacker News (score: 29)[Other] Building an Arch Linux Aarch64 Port for Holo Core
VulnHunter: Capital One's agentic AI code security tool
Hacker News (score: 26)[Other] VulnHunter: Capital One's agentic AI code security tool
In-toto: A framework to secure the integrity of software supply chains
Hacker News (score: 11)[Other] In-toto: A framework to secure the integrity of software supply chains
Show HN: Mojibake β a low-level Unicode library written in C
Hacker News (score: 20)[Other] Show HN: Mojibake β a low-level Unicode library written in C I've written Mojibake because I don't like the other Unicode libraries for Unicode support.<p>It consists of only two amalgamation files: mojibake.h and mojibake.c. I've added all the most important Unicode algorithms, such as normalization, case conversion, segmentation, bidirectional text, collation, confusable, and others.<p>I regularly test it in these OSes: Linux, macOS, FreeBSD, OpenBSD, NetBSD, and Windows 11.<p>You can find a WASM demo on that site of all the public API functions and the documentation. If you want to participate, feel free to do it. Any kind of help is welcome. Check the CONTRIBUTING.md and API.md files in the GitHub repository for instructions on how to do it.
CVE-2026-25089: FortiSandbox unauthenticated command injection added to CISA KEV
Hacker News (score: 29)[Other] CVE-2026-25089: FortiSandbox unauthenticated command injection added to CISA KEV