🛠️ All DevTools
Showing 921–940 of 6099 tools
Last Updated
July 18, 2026 at 04:01 PM
10th Gen Honda Civic Updates Are Signed with AOSP Test Keys
Hacker News (score: 96)10th Gen Honda Civic Updates Are Signed with AOSP Test Keys
Show HN: I built 80 mini-games using Fable before it was shut down
Hacker News (score: 21)Show HN: I built 80 mini-games using Fable before it was shut down Dear Hacker News,<p>I'm kindly asking for your participation in the open beta for my AI-managed mini-games website. Thank you in advance!<p>For a limited time window, I'm setting the all-free feature flag to true. I hope you have a lot of fun exploring the AI's sense for games! Here and there, I tweaked it to help with visual consistency.<p>I would be deeply grateful if you opted into analytics.<p>$2,300 in API tokens...<p>Cheers!
Ancient genome duplications laid the foundations of complex brains
Hacker News (score: 22)Ancient genome duplications laid the foundations of complex brains
Derbyshire Police officer accused of using AI to 'create evidence'
Hacker News (score: 24)Derbyshire Police officer accused of using AI to 'create evidence'
What every coder should know about Gamma Correction
Hacker News (score: 43)What every coder should know about Gamma Correction
Show HN: Bye-wk – Hide World Cup news from your feed
Show HN (score: 6)Show HN: Bye-wk – Hide World Cup news from your feed
Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call
Show HN (score: 8)Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call I'm the developer of Trace, a non-intrusive, shortcut-driven Mac app that records and transcribes your meetings on-device. I know, another meeting transcription app. Please bear with me though, I'm confident that this is at least a little novel.<p>I primarily built Trace for myself. I'd been using MacWhisper, but there was enough fiddling before each call that I'd forget to start it and walk out of an hour-long meeting with nothing written down. So the things I cared about most were that it's quick to activate and stays out of the way. You activate Trace by pressing a global shortcut (configurable), which reveals a small bar at the bottom of your screen (there's also a keystroke and/or option to hide it entirely if you'd rather not see it at all).<p>As I was building it I wanted to bake in a couple of workflows I'd wished for in other transcription apps.<p>1. Mid-meeting you can press another global shortcut to mark a "key moment" and type a note. The note shows up in the resulting transcript inline at that timestamp. I wanted to add this because I kept catching myself thinking "wait, that bit matters" in meetings and reaching to jot it down in a separate app like Obsidian, which I then needed to add context to, which took me out of the meeting. I use it all the time. If I paste the transcript into an LLM afterwards (which I find myself doing more and more these days) the important moments are flagged so it doesn't gloss over them. This is more noticeable in longer meetings with lots of topics. 2. With another keyboard shortcut you can summon a rough live recap (subtitles, basically) to quickly recap what's just been said.<p>Trace uses standard macOS microphone and system recording APIs to capture both sides of the conversation as two separate tracks and then runs the system side through on-device diarization to identify speakers. Right now we only label them as "Speaker 1", "Speaker 2", etc but there are plans for speaker labelling in the future. You can also show a "live recap" as the call is happening to review what someone just said.<p>All transcription models run on your machine. To be clear though, Trace doesn't do any of the summarising itself, it just produces a markdown transcript, so if you want summaries then you need to pass the output to an AI.<p>The app is sandboxed and your audio/transcripts are never uploaded anywhere - they just exist as audio files and markdown on disk. The only network call Trace is required to make is on the first run to download the speech and speaker models (around 500MB) from Hugging Face, and after that it can be used fully offline. If enabled, a Google Calendar integration can auto-name sessions but that needs a network connection.<p>The app is £9.99 on the macOS App Store. I've been using it every day for months now and I'm super happy with how it's improved my workflow. Feedback very welcome.
Police officer investigated for using AI to 'create evidence' in multiple cases
Hacker News (score: 170)Police officer investigated for using AI to 'create evidence' in multiple cases
Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay
Show HN (score: 5)Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay
Sealed Super Mario Bros Sells for $3M Setting New Record for a Video Game
Hacker News (score: 12)Sealed Super Mario Bros Sells for $3M Setting New Record for a Video Game
How to build a virtual cell and biology scaling laws
Hacker News (score: 13)How to build a virtual cell and biology scaling laws
Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models
Hacker News (score: 223)Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models <a href="https://www.wsj.com/tech/ai/amazon-ceos-talks-with-u-s-officials-triggered-crackdown-on-anthropic-models-dcc90578?st=Yct6gx&reflink=desktopwebshare_permalink" rel="nofollow">https://www.wsj.com/tech/ai/amazon-ceos-talks-with-u-s-offic...</a>
AI coding at home without going broke
Hacker News (score: 138)AI coding at home without going broke
Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL) Attached is my attempt at making a small toy S3 client without any other dependency besides libcurl and OpenSSL. Was tested mainly on MinIO (RIP) locally, so I would expect some bugs when using it against AWS, although I was able to play with it on some open access buckets<p>Be aware that I am <i>not</i> a C++ programmer and this project was indeed done to learn a bit of C++ myself :')<p>Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome!
Solar Overtakes Coal in US Electricity for the First Month on Record`
Hacker News (score: 14)Solar Overtakes Coal in US Electricity for the First Month on Record`
Stanford Scientists Regrow Lost Cartilage and Reverse Arthritis
Hacker News (score: 21)Stanford Scientists Regrow Lost Cartilage and Reverse Arthritis
Show HN: 2 Weeks of Hallucinate – The Photo Gallery
Hacker News (score: 53)Show HN: 2 Weeks of Hallucinate – The Photo Gallery
andrewyng/aisuite
GitHub TrendingSimple, unified interface to multiple Generative AI providers
Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
Hacker News (score: 168)Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
A generic dynamic array in C that stores no capacity and needs no struct
Hacker News (score: 11)A generic dynamic array in C that stores no capacity and needs no struct