🛠️ All DevTools
Showing 2401–2420 of 6251 tools
Last Updated
July 24, 2026 at 04:41 AM
From Oscilloscope to Wireshark: A UDP Story (2022)
Hacker News (score: 117)[Other] From Oscilloscope to Wireshark: A UDP Story (2022)
NanoGPT Slowrun: 10x Data Efficiency with Infinite Compute
Hacker News (score: 153)[Other] NanoGPT Slowrun: 10x Data Efficiency with Infinite Compute
Show HN: Oku – One tab to filter out noise from feeds and content sources
Show HN (score: 20)[Other] Show HN: Oku – One tab to filter out noise from feeds and content sources Hey everyone,<p>For a while now I've been frustrated with how I was 'experiencing' the internet. From opening articles and getting bombarded with popups, banners and ads to opening feeds and seeing so much AI spam and algorithm-based content I was not interested in. If you add tab hopping to that, you get how it all becomes a confusing and not-so productive experience.<p>Oku.io is my solution to this problem. It's a tool that allows you to create organized, clean boards with the feeds and content you're interested in (HN Show/Front/Ask, ProductHunt, Reddit, RSS, and a lot more), and see them either in a grid to monitor all at once, in a focus view where you visualize one panel at a time, or in a daily/weekly email digest that extracts the top content from each panel.<p>I've been actively using it and I'm happy with how it turned out. I find myself scrolling and switching tabs way less, and I feel like I'm not missing anything important anymore. Both for my work-related stuff and for my personal interests.<p>If you check it out, I'd love to hear your feedback. I'm very keen on continuing to improve it.
Google details new 24-hour process to sideload unverified Android apps
Hacker News (score: 100)[Other] Google details new 24-hour process to sideload unverified Android apps <a href="https://android-developers.googleblog.com/2026/03/android-developer-verification.html" rel="nofollow">https://android-developers.googleblog.com/2026/03/android-de...</a>
Vectorization of Verilog Designs and its Effects on Verification and Synthesis
Hacker News (score: 19)[Other] Vectorization of Verilog Designs and its Effects on Verification and Synthesis
shareAI-lab/learn-claude-code
GitHub Trending[Other] Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
macOS 26 breaks custom DNS settings including .internal
Hacker News (score: 240)[Other] macOS 26 breaks custom DNS settings including .internal One of those 'woke up to MacOS updates' and finding none of my dockers are reachable via dnsmasq (which I use), and low and behold, an update silently breaks custom dns resolution. Hopefully Apple will listen to the bug report I've made. Hold off on updating if you use this…
Hyper-optimized reverse geocoding API
Hacker News (score: 48)[API/SDK] Hyper-optimized reverse geocoding API
No-build, no-NPM, SSR-first JavaScript framework if you hate React, love HTML
Hacker News (score: 42)[Other] No-build, no-NPM, SSR-first JavaScript framework if you hate React, love HTML
I turned Markdown into a protocol for generative UI
Hacker News (score: 45)[Other] I turned Markdown into a protocol for generative UI There's a lot of work happening around both generative UI and code execution for AI agents. I kept wondering: how do you bring them together into a fully featured architecture? I built a prototype:<p>- Markdown as protocol — one stream carrying text, executable code, and data<p>- Streaming execution — code fences execute statement by statement as they stream in<p>- A mount() primitive — the agent creates React UIs with full data flow between client, server, and LLM<p>Let me know what you think!
Show HN: Agentic Copilot – Bring Claude Code, OpenCode, Gemini CLI into Obsidian
Show HN (score: 5)[CLI Tool] Show HN: Agentic Copilot – Bring Claude Code, OpenCode, Gemini CLI into Obsidian Obsidian plugin that connects to CLI agents you already have installed. No built-in LLM integration, no API keys to configure in the plugin. It spawns your tool as a child process, pipes vault context into each prompt, and streams responses into a chat panel.<p>Supports Claude Code, Opencode, and any custom binary via a generic adapter. Adding a new agent is a single file. Free, proudly Open Source (MIT licensed).<p>Would love feedback on this for anyone that that tries it out.
gsd-build/get-shit-done
GitHub Trending[Other] A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
mobile-dev-inc/Maestro
GitHub Trending[Testing] Painless E2E Automation for Mobile and Web
Show HN: Ripl – A unified 2D/3D engine for Canvas, SVG, WebGPU, and the Terminal
Show HN (score: 7)[Other] Show HN: Ripl – A unified 2D/3D engine for Canvas, SVG, WebGPU, and the Terminal After several years, with a small hiatus in the middle, I've finally got Ripl to the point of being published. Ripl is a library for rendering 2D and 3D shapes to any context (canvas, SVG, WebGPU, and Terminal supported by default) using a single API. The library mimics the DOM as much as possible, replicating the event system, object graphing, CSS-like querying, gradients, and keyframe animations etc.<p>I also built a complete data visualization library using the core package which is available as @ripl/charts. And yes, you can even render the charts to a terminal with about a 2-3 line code change :) (see the terminal demo)<p>Docs are available here: <a href="https://www.ripl.rocks" rel="nofollow">https://www.ripl.rocks</a> Demos are available here: <a href="https://www.ripl.rocks/demos" rel="nofollow">https://www.ripl.rocks/demos</a> Charts are avialable here: <a href="https://www.ripl.rocks/docs/charts" rel="nofollow">https://www.ripl.rocks/docs/charts</a><p>I've also built an interactive playground you can use to play around with it in realtime without having to install it from NPM etc. The playground is available here: <a href="https://www.ripl.rocks/playground" rel="nofollow">https://www.ripl.rocks/playground</a><p>The core library is quite stable and I'll likely publish v1 in the coming weeks. The charts, 3D, and Terminal packages are still very experiemental.<p>I'd interested to hear what you all think of it.
Bombadil: Property-based testing for web UIs by Antithesis
Hacker News (score: 132)[Testing] Bombadil: Property-based testing for web UIs by Antithesis
A sufficiently detailed spec is code
Hacker News (score: 569)[Other] A sufficiently detailed spec is code
Cook: A simple CLI for orchestrating Claude Code
Hacker News (score: 50)[CLI Tool] Cook: A simple CLI for orchestrating Claude Code
FastAPI-compatible Python framework with Zig HTTP core; 7x faster
Hacker News (score: 12)[Other] FastAPI-compatible Python framework with Zig HTTP core; 7x faster
Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training
Hacker News (score: 145)[Other] Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training I replicated David Ng's RYS method (<a href="https://dnhkng.github.io/posts/rys/" rel="nofollow">https://dnhkng.github.io/posts/rys/</a>) on consumer AMD GPUs (RX 7900 XT + RX 6950 XT) and found something I didn't expect.<p>Transformers appear to have discrete "reasoning circuits" — contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicate the right block and the model runs its reasoning pipeline twice. No weights change. No training. The model just thinks longer.<p>The results on standard benchmarks (lm-evaluation-harness, n=50):<p>Devstral-24B, layers 12-14 duplicated once: - BBH Logical Deduction: 0.22 → 0.76 - GSM8K (strict): 0.48 → 0.64 - MBPP (code gen): 0.72 → 0.78 - Nothing degraded<p>Qwen2.5-Coder-32B, layers 7-9 duplicated once: - Reasoning probe: 76% → 94%<p>The weird part: different duplication patterns create different cognitive "modes" from the same weights. Double-pass boosts math. Triple-pass boosts emotional reasoning. Interleaved doubling (13,13,14,14,15,15,16) creates a pure math specialist. Same model, same VRAM, different routing.<p>The circuit boundaries are sharp — shift by one layer and the effect disappears or inverts. Smaller models (24B) have tighter circuits (3 layers) than larger ones (Ng found 7 layers in 72B).<p>Tools to find circuits in any GGUF model and apply arbitrary layer routing are in the repo. The whole thing — sweep, discovery, validation — took one evening.<p>Happy to answer questions.
Show HN: Tmux-IDE, OSS agent-first terminal IDE
Hacker News (score: 25)[IDE/Editor] Show HN: Tmux-IDE, OSS agent-first terminal IDE Hey HN,<p>Small OSS project that i created for myself and want to share with the community. It's a declarative, scriptable, terminal-based IDE focussed on agentic engineering.<p>That's a lot of jargon, but essentially its a multi-agent IDE that you start in your terminal.<p>Why is that relevant? Thanks to tmux and SSH, it means that you have a really simple and efficient way to create your own always-on coding setup.<p>Boot into your IDE through ssh, give a prompt to claude and close off your machine. In tmux-ide claude will keep working.<p>The tool is intentionally really lightweight, because I think the power should come from the harnesses that you are working with.<p>I'm hoping to share this with the community and get feedback and suggestions to shape this project! I think that "remote work" is directionally correct, because we can now have extremely long-running coding tasks. But I also think we should be able to control and orchstrate that experience according to what we need.<p>The project is 100% open-source, and i hope to shape it together with others who like to work in this way too!<p>Github: <a href="https://github.com/wavyrai/tmux-ide" rel="nofollow">https://github.com/wavyrai/tmux-ide</a> Docs: <a href="https://tmux.thijsverreck.com/docs" rel="nofollow">https://tmux.thijsverreck.com/docs</a>