π οΈ All DevTools
Showing 881–900 of 6099 tools
Last Updated
July 18, 2026 at 12:01 PM
Show HN: Continuous Nvidia CUDA PC Sampling Profiler
Hacker News (score: 13)Show HN: Continuous Nvidia CUDA PC Sampling Profiler Blog post about how we extended our open source profiler to include support for continuous production PC sampling.
Show HN: Exploiting Slack's video embeds to achieve E2EE communication
Show HN (score: 7)Show HN: Exploiting Slack's video embeds to achieve E2EE communication
Show HN: Track trending GitHub repos on HN
Show HN (score: 5)Show HN: Track trending GitHub repos on HN I used to go back and forth between HN and Github and look for trending repos. Now i can see them all in one space. And it auto-updates.
Gliderboy Reinvents Humble Weather Balloon with Flight Home
Hacker News (score: 16)Gliderboy Reinvents Humble Weather Balloon with Flight Home
Applying Brevity and Language Efficiency in Prompt Engineering
Hacker News (score: 35)Applying Brevity and Language Efficiency in Prompt Engineering
Show HN: Deconvolution β a Rust image deconvolution and restoration crate
Hacker News (score: 25)Show HN: Deconvolution β a Rust image deconvolution and restoration crate I've been working on deconvolution, a comprehensive Rust image deconvolution and restoration library. Deconvolution implements 28 different image deconvolution/restoration methods which range from practical blur removal techniques to research-grade scientific imaging algorithms.<p>Features:<p>- Top-level functions use image::DynamicImage and return images<p>- Inverse filters, Wiener, Richardson-Lucy, constrained, proximal, Krylov, MLE restoration<p>- Blind Richardson-Lucy, blind maximum likelihood, parametric PSF estimation<p>- Kernel2D, Kernel3D, Transfer2D, Transfer3D, Blur2D/Blur3D<p>- Gaussian, motion, defocus, microscopy models, support utilities, PSF/OTF conversion<p>- Edge tapering, apodization, range normalization, NSR estimation<p>- Deterministic blur, noise, synthetic fixture generation<p>- ndarray support for 2D image arrays and 3D volume<p>this project is a WIP, of course:)
itsfatduck/optimizerDuck
GitHub TrendingFree, open-source Windows optimization tool for performance, privacy, and simplicity.
mikeroyal/Self-Hosting-Guide
GitHub TrendingSelf-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking.
rohitg00/ai-engineering-from-scratch
GitHub TrendingLearn it. Build it. Ship it for others.
teslamate-org/teslamate
GitHub TrendingA self-hosted data logger for your Tesla π [main maintainer=@JakobLichterfeld]
Belgian politicians would rather risk treason charges than trust engineers
Hacker News (score: 16)Belgian politicians would rather risk treason charges than trust engineers
Under-16s to be banned from social media, Starmer announces
Hacker News (score: 14)Under-16s to be banned from social media, Starmer announces
Show HN: I used Claude Mythos to build my startup in 1 day
Show HN (score: 6)Show HN: I used Claude Mythos to build my startup in 1 day This sounds clickbait, but itβs true: I used Claude Mythos to build the full site in 1 day. Then Anthropic removed the model, so I had to go back to Opus.
Show HN: AwsmAudio β a WebAudio editor with native MCP
Show HN (score: 7)Show HN: AwsmAudio β a WebAudio editor with native MCP Hey y'all,<p>So - the main idea of this is to make a WebAudio synthesis/sequencer tool which humans can use via the UI, but where the big unlock is for agents to drive with MCP<p>It's semi decent as "make a groovy jazz track", especially for retro sounds - but the real use case is more like "make a jetpack whoosh effect I can control via code at runtime - where the sound changes based on character health or how much fuel is left"<p>In other words, the target audience is not musicians (except maybe of the Max/MSP sort), but more like creative coders who want to shape the sound iteratively with an agent, and then use and _drive_ in in a game/simulation.<p>Fwiw I think this approach is going to be more and more... and I'm working on a renderer/editor tool too (will share separately when ready). What I mean is, there's a lot of "block box" AI tooling out there, and a lot of "add MCP to existing tools", but building new tools where humans get one experience and MCP exposes another layer really just for agents.. I think that's powerful.<p>Most if it is just mapping the WebAudio primitives to a UI and MCP server - but the AudioWorklet is a bit more interesting in that it expects a WASM file of a particular shape, and then uses that to expose the parameters in the UI and hook in as a Digital Signal Processor. That's the kind of thing that is nice for humans, but too convoluted to be usable in a UI, and agents can use super easily.<p>As of right now, there's no hosting - so the MCP server is local as is project save/loading.<p>Repo: <a href="https://github.com/awsm-fun/awsm-audio" rel="nofollow">https://github.com/awsm-fun/awsm-audio</a><p>Crates: <a href="https://crates.io/search?q=awsm-audio" rel="nofollow">https://crates.io/search?q=awsm-audio</a>
The hallucinogenic mushroom that contains no known psychedelic
Hacker News (score: 42)The hallucinogenic mushroom that contains no known psychedelic
21 years and counting of 'eight fallacies of distributed computing' (2025)
Hacker News (score: 29)21 years and counting of 'eight fallacies of distributed computing' (2025)
Show HN: Wtdb β give every Git worktree its own database
Show HN (score: 5)Show HN: Wtdb β give every Git worktree its own database I run a lot of agentic coding sessions in parallel, each in its own git worktree. Every worktree points at the same local Postgres though, so the moment one branch runs a migration it changes the schema out from under the others. I'd end up with agents tripping over each other, or me babysitting which branch "owned" the DB at any given moment.<p>I made this to fix it. I hope you might find it helpful too.
What even is food authenticity? Why we guard carbonara, and flatten chicken rice
Hacker News (score: 16)What even is food authenticity? Why we guard carbonara, and flatten chicken rice
AI is code β and can't be prompted into being smarter
Hacker News (score: 45)AI is code β and can't be prompted into being smarter