🛠️ All DevTools
Showing 121–140 of 6080 tools
Last Updated
July 17, 2026 at 12:01 AM
Show HN: Confessor – replay what private info Claude Code accessed on your PC
Neverclick: Desktop application for performing mouse actions with your keyboard
Hacker News (score: 18)Neverclick: Desktop application for performing mouse actions with your keyboard
What xAI's Grok Build CLI Actually Sends to xAI
Hacker News (score: 107)What xAI's Grok Build CLI Actually Sends to xAI
How sea stars build materials that can see
Hacker News (score: 12)How sea stars build materials that can see
Show HN: The Quiet Map – Earth's quietest place, measured by seismometers
Show HN (score: 5)Show HN: The Quiet Map – Earth's quietest place, measured by seismometers Hey HN,<p>This started as a personal curiosity and Claude helped me build it out.<p>The Quiet Map reads 98 broadband seismometers from around the world every hour. Ground vibration in the 4–14 Hz band is usually done by human activity - traffic, trains, footsteps etc. Each station is compared against its own history at the same hour of day, and the map names the place currently furthest below its own normal: the quietest place on Earth right now.<p>Hope you enjoy it and would love your feedback!
Show HN: OpenBenchmarks – Helping agents discover and pick the right SaaS APIs I'm Fenil, co-founder/CEO of OpenFunnel (YC F24), building this with my co-founder/CTO Aditya. We're launching OpenBenchmarks (<a href="https://openbenchmarks.com" rel="nofollow">https://openbenchmarks.com</a>), open-source, reproducible benchmarks for SaaS APIs, starting with the category we know best: GTM APIs.<p>## Why we built this<p>More and more B2B software evaluation will/already runs through reasoning models inside agentic workflows rather than through people. And buyers increasingly pick vendors that are API-first and ship MCPs, so they can wire them into internal workflows. Strong reasoning models are skeptical of marketing. When a genuinely neutral benchmark is available, they discount SEO and self-published benchmarks, and they lose trust the moment something looks like a marketing claim.<p>The thing that survives that skepticism is an independent build-first benchmark the agent can reproduce itself and trust.<p>Reproducible by default: every cell ships the literal HTTP request/response plus the judge prompt/response<p>All benchmarks live at <a href="https://github.com/openbenchmarks-labs" rel="nofollow">https://github.com/openbenchmarks-labs</a>. We start with GTM APIs, with more on the way.<p>## On Benching ourselves<p>We benched our own product (OpenFunnel) as a vendor in the lookalikes benchmark, on purpose.<p>We increasingly saw buyers asking for benchmarks on sales calls and were also curious to see if agents also made decisions the same way.<p>We wanted to see whether an agent could run the whole loop end to end: discover the benchmark while researching a user's query, weigh it as the deciding factor in picking a winner for that user's category, then sign up and auth through to the chosen vendor to complete the task. That last stretch needs live vendors with agent-auth wired up: us and a few others.<p>We came out #1 on the current seed (89% vs 74%). Because it's open, we don't win everything: depending on seed and metric (precision@10/@50/@100), we win some and lose others.<p>## Dogfooding<p>We dogfooded it and ran 200 incognito simulated buyer flows through Claude Code with live web search, from query to discovery to sign-up, and watched which sources the model fetched and which ones made it into the final decision. The benchmark got opened in a large majority of runs, across the range of queries an actual buyer would ask in Claude Code, from building a lookalikes workflow to picking a lookalike API provider. And when it was opened, it usually drove the final call, over self-published GEO pages and vendor benchmarks with years of domain authority.<p>We've studied the effect and potential ROI of being benched, we're taking OpenFunnel off the benchmark.<p>## What's next<p>More GTM benchmarks, then beyond: devtools and infrastructure.<p>We're are also working with traditional SaaS companies thinking about going API-first and opening up to a new class of customer: agents<p>Try it, or hand it to your agent: <a href="https://openbenchmarks.com" rel="nofollow">https://openbenchmarks.com</a>
Show HN: Ant – A JavaScript runtime and ecosystem
Hacker News (score: 155)Show HN: Ant – A JavaScript runtime and ecosystem Hello HN!<p>I'm the author of Ant, a JavaScript ecosystem built around a runtime with its own JavaScript engine. Ant also includes a package manager, the ants.land package registry, a platform for deploying and hosting applications, and Ant Desktop for building native desktop apps with web technologies, similar to Electron.<p>The goal is for these pieces to work as one coherent platform while remaining compatible with the wider JavaScript ecosystem. It's still early, and I'd appreciate any feedback on the overall direction or what you'd like to see from an e2e alternative to the existing JavaScript stacks.<p>P.S. I’ve shared Ant here before as a runtime; since then, it has grown into the broader ecosystem you see today.
Wealthy AI workers send San Francisco house prices soaring
Hacker News (score: 22)Wealthy AI workers send San Francisco house prices soaring
What Every Python Developer Should Know About the CPython ABI
Hacker News (score: 46)[Other] What Every Python Developer Should Know About the CPython ABI
How to Hide from Killer Drones
Hacker News (score: 50)How to Hide from Killer Drones
Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom
Hacker News (score: 46)Nvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom
Show HN: Orbit – AR satellite tracker, watch 15k+ objects
Hacker News (score: 16)Show HN: Orbit – AR satellite tracker, watch 15k+ objects Hey HN! I made Orbit, an iOS app that allows you to see the satellites, planets, and constellations above you in AR, on a 2D map, and on a 3D globe. The app includes more than 15,000 objects tracked by CelesTrack, together with their pass predictions, descriptions, and detailed orbital data. A searchable catalog of all objects is also available, as well as a built-in chatbot designed to answer any space-related questions you might have.<p>This is my first published iOS app, so any feedback is greatly appreciated! App Store: <a href="https://apps.apple.com/app/id6772174570">https://apps.apple.com/app/id6772174570</a>
Show HN: Earth Game – An offline CLI for turning life goals into quests
Hacker News (score: 10)Show HN: Earth Game – An offline CLI for turning life goals into quests
Tropical forests facing increasing risks of exposure to critical temp thresholds
Hacker News (score: 46)Tropical forests facing increasing risks of exposure to critical temp thresholds
How to build a circular LCD clock
Hacker News (score: 69)How to build a circular LCD clock
Show HN: Learn by rebuilding Redis, Git, a database from scratch
Hacker News (score: 60)Show HN: Learn by rebuilding Redis, Git, a database from scratch
Show HN: Clx – Compile Lua to Native Executables Through C++20
Hacker News (score: 74)[Other] Show HN: Clx – Compile Lua to Native Executables Through C++20 Hi HN,<p>clx is an ahead-of-time compiler for standard Lua that generates C++20 and produces standalone native executables through GCC, Clang or MSVC.<p>The project started as an experiment to see whether modern C++ could be used as a portable compiler backend instead of LLVM or direct machine code generation. The generated code is then compiled and optimized by the host toolchain.<p>The latest release replaces the previous NaN-tagged value representation with a new shadow-types implementation, adds full int64 support, improves native arithmetic code generation and adds ARM64 macOS coroutine support.<p>Performance is typically much faster than the Lua interpreter and can outperform LuaJIT on some computation-heavy workloads while remaining fully ahead-of-time compiled.<p>The repository also contains graphical examples written in Lua, including a Pong game and a Mandelbrot explorer using a Sokol binary module (using the clx C++ API)<p>I'd be very interested in feedback on clx :)
Networking and the Internet, from First Principles
Hacker News (score: 179)Networking and the Internet, from First Principles
Show HN: Hidetext.sh – encrypted pastebin where the server never sees the key Hi HN! I built hidetext.sh — a way to share text, code, and files through links the server can't read.<p>How it works: your browser generates a random key and encrypts everything locally (NaCl secretbox, XSalsa20-Poly1305). Only ciphertext is uploaded. The key goes into the URL fragment — the part after # — which browsers never send to servers. The link carries the key, my server stores the locked box, and the two only meet in a browser.<p>A design detail I'm fairly happy with: burn-after-read doesn't destroy the paste on the first HTTP request. The naive version means a Slack or iMessage link preview "reads" your paste before the recipient ever opens it. Instead, the reader's tab sends a heartbeat, and the paste is deleted only once nobody is watching it anymore.<p>Being upfront about the limits (full page at hidetext.sh/how-it-works): you're trusting the JavaScript I serve — inherent to any browser-based E2E tool; filenames are stored in plaintext (contents aren't); and anyone holding the link can read the content, because the link is the key. No accounts, no cookies, no analytics, IPs aren't stored.<p>Stack: Next.js static on Cloudflare Pages, Pages Functions, D1 for metadata, R2 for encrypted blobs.<p>It's free. I'd love feedback — especially on the threat model and anything you'd expect from a tool like this that's missing.
FCC approves test of space mirror to light night sky
Hacker News (score: 62)FCC approves test of space mirror to light night sky <a href="https://www.nytimes.com/2026/07/10/climate/fcc-space-mirror.html" rel="nofollow">https://www.nytimes.com/2026/07/10/climate/fcc-space-mirror....</a><p><a href="https://www.pcmag.com/news/fcc-approves-reflect-orbitals-giant-mirror-satellite-that-astronomers-hate" rel="nofollow">https://www.pcmag.com/news/fcc-approves-reflect-orbitals-gia...</a>