🛠️ Hacker News Tools
Showing 1001–1020 of 4281 tools from Hacker News
Last Updated
July 23, 2026 at 12:46 PM
Show HN: A Claude Code statusline that shows live World Cup scores
Show HN (score: 6)Show HN: A Claude Code statusline that shows live World Cup scores Hey HN, I built this a side project because I'm a soccer fan that has been vibing and tokenmaxxing with Claude Code maybe too much. So, the World Cup is here and it was the perfect excuse to build and ship something from 0 to 1. Enter Claudinho, a CLI and MCP that puts World Cup scores on your terminal. No signup, no account, no data collection.<p>The components are: - status line in Claude Code with live scores rendered always from cache, no polling. - userPromptSubmit hook so Claude gets score updates mid vibecoding session, only during a live match. - A standard MCP server and a CLI with options to see groups, standings, matches and market signal info.<p>More details in Github. Let me know what you think, I hope you find it fun and useful!<p>Not affiliated with FIFA or Anthropic.
Raress96/Dolby-Atmos-encoder: PoC Dolby Atmos encoder
Hacker News (score: 13)Raress96/Dolby-Atmos-encoder: PoC Dolby Atmos encoder
Biological evolution and information acquisition
Hacker News (score: 10)Biological evolution and information acquisition
Show HN: FablePool – pool money behind a prompt, and Fable builds it in public
Hacker News (score: 165)Show HN: FablePool – pool money behind a prompt, and Fable builds it in public
Show HN: Boo – screen-style terminal multiplexer built on libghostty
Hacker News (score: 36)Show HN: Boo – screen-style terminal multiplexer built on libghostty
Show HN: TunnelMind – reputation API for IPs, ASNs, and ad-tech supply chains I'm a network engineer that likes to think about the future of the internet and this is what I've built over many nights and weekends. One reputation graph over IPs, ASNs, domains, and entities, exposed as a JSON API. Try it:<p><pre><code> curl https://api.tunnelmind.ai/v1/check/1.1.1.1 </code></pre> Every answer is a signed receipt with an attestation tier so you can see what was produced and how your agents can use it. The protocol is opensource. Try it out let me know what you think and yes I am still working on the radar section of the site. Also What would make this useful for you?
Malware developers added nuclear and biological weapons text to to their spyware
Hacker News (score: 146)Malware developers added nuclear and biological weapons text to to their spyware <a href="https://socket.dev/blog/mini-shai-hulud-miasma-and-hades-worms-target-bioinformatics-and-mcp-developers-via-malicious" rel="nofollow">https://socket.dev/blog/mini-shai-hulud-miasma-and-hades-wor...</a>
Ivanti Sentry pre-auth RCE (CVE-2026-10520) – CVSS 10.0, public PoC, CISA KEV
Hacker News (score: 14)Ivanti Sentry pre-auth RCE (CVE-2026-10520) – CVSS 10.0, public PoC, CISA KEV
Show HN: Stillwind – High Resolution Electronic Component Search
Show HN (score: 7)Show HN: Stillwind – High Resolution Electronic Component Search We’ve spent the last couple of months building Stillwind Search, a search engine for electronic components that helps users find parts that fit even the most complex set of specifications.<p>After talking to the people that actually build PCBs we found out that finding the exact part you are looking for, is consuming enormous amounts of times, is very tedious and then often doesn’t yield the best results. So we tried to cut down this search time by just requiring a (broad) description of the specifications and we find the correct part in minutes, not hours.<p>This is possible through our own database of parts and their properties. We used LLMs to extract every parameter about a part into >1k schemas, collectively covering more than 130k properties. This depth of properties could no longer be visualized, so the database is queried interactively by an AI agent (Sonnet 4.6) to find the needle in the haystack of parts. Before results are shown, we use another model to verify the data (that’s why it might take a moment before the first results appear).<p>We currently have almost all microcontrollers, sensors, and other advanced ICs on the market, as well as a wide selection of passives and generic parts. We are working on adding more parts and are more than happy to take suggestions.<p>I know that folks on HN like technical details on how this works, so let me give a short overview: Frontend: SvelteKit + Cloudflare Workers + Hyperdrive Backend: PostgreSQL 18 (with io_uring) database, with extensions on NVMe drives hosted on a beefy server.<p>We appreciate all feedback and are happy to answer any questions :)<p>Btw: We are already working on a way that you can search combinations of parts, finding the optimal combination of parts.
Beagle: Git, URIs and all the dirty words
Hacker News (score: 20)Beagle: Git, URIs and all the dirty words
Windows 1.0 and the WinAPI, 40 Years Later
Hacker News (score: 44)Windows 1.0 and the WinAPI, 40 Years Later
Claude Fable 5: mid-tier results on coding tasks
Hacker News (score: 60)Claude Fable 5: mid-tier results on coding tasks
MTG Bench: Testing how well LLMs can play Magic
Hacker News (score: 34)MTG Bench: Testing how well LLMs can play Magic
OpenAI to acquire Ona to expand Codex
Hacker News (score: 20)OpenAI to acquire Ona to expand Codex
Show HN: CambiOS – a new Rust-based, sovereign identity, zero-trust OS
Show HN (score: 7)Show HN: CambiOS – a new Rust-based, sovereign identity, zero-trust OS Hello HN,<p>What is CambiOS?<p>A microkernel OS built in Rust, that boots in QEMU under x86_64, AArch64, and RISC-V - targeting formal verification. Processes are assigned unforgeable cryptographic identity and IPC gates access to only allowed endpoints.<p>What does it want to be? Ambitious. Cutting away latent security issues, corporate surveillance, centralized identity and data hosting, and OPEN. With the advent of the coding tools, building the things we want is a bit less of a lift. Could it replace Windows? Sure. That's where the idea was born.<p>Secure and intuitive, in a nutshell.<p>I've been working on this for a couple of years and coding earnestly for months. Looking for feedback and would LOVE to find collaborators.<p>I saw a hole in the OS landscape and am working to close it - the closest other alternative I could find is Google's Fuschia (not sovereign by any stretch.)<p>I'm Jason, here for questions if they come up.. cheers!<p>More info here: <a href="https://coherentforge.com/cambios" rel="nofollow">https://coherentforge.com/cambios</a>
Show HN: Open-source API Key server written in Go by Ory
Hacker News (score: 12)Show HN: Open-source API Key server written in Go by Ory
MiMo Code Is Now Released and Open-Source
Hacker News (score: 116)MiMo Code Is Now Released and Open-Source
Show HN: Brooks-Lint – AI code reviews grounded in 12 classic engineering books
Show HN (score: 5)Show HN: Brooks-Lint – AI code reviews grounded in 12 classic engineering books I once managed a small team and hired an intern to develop the backend services for a software system. He used AI tools to write the entire project; while it ran correctly and produced the right results, the directory structure was atrocious upon review. Typically, a FastAPI service is organized into components like routers and services, but he had created an unnecessarily deep, multi-layered structure within the service layer—logic that should have simply been split across two or three files. The code lacked elegance. Recalling concepts from books on software project management, code structure, and architecture—such as <i>The Mythical Man-Month</i>—I decided to codify these architectural principles into a reusable "skill" to optimize my project's structure. I used Claude Code to create a skill called `brooks-lint` and employed it to refactor the project, resulting in a much clearer and more logical architecture. I encourage everyone to use this skill, identify issues, submit pull requests, and collaborate on improvements, thereby benefiting the projects you are currently developing.
The 90-year-old idea behind JEPA models: Canonical Correlation Analysis
Hacker News (score: 15)The 90-year-old idea behind JEPA models: Canonical Correlation Analysis