ads

Monday, May 4, 2026

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/78PevC5

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/5Agk4Y8 May 5, 2026 at 03:06AM

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/0ndHb2V

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/gk7FQHr May 2, 2026 at 07:48PM

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby https://ift.tt/B0ZTVHh

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby Hey folks, I am the developer behind muesli - which is your one stop app for all your speech to text needs, be it voice dictation or meeting transcriptions that runs on device on your Apple Neural Engine using CoreML based STT models (Parakeet, Whisper, Cohere transcribe). Everything is open source and we are at 160 stars - au naturale - would love for folks to use it and contribute further to the development https://freedspeech.xyz May 4, 2026 at 11:41PM

Sunday, May 3, 2026

Show HN: Ableton Live MCP https://ift.tt/XmVd4Bz

Show HN: Ableton Live MCP https://ift.tt/L8QVkq7 May 4, 2026 at 01:05AM

Show HN: GitHub Commits Leaderboard https://ift.tt/NcVLQMH

Show HN: GitHub Commits Leaderboard https://ghcommits.com May 3, 2026 at 11:53PM

Show HN: Software Engineer to Novelist: Writing a Book Like Coding https://ift.tt/DjLeNVz

Show HN: Software Engineer to Novelist: Writing a Book Like Coding I just published my first book, Means and Motive. ( https://ift.tt/GQp75i0 ) As a software engineer, I approached writing like a software project. I used familiar tools (Emacs and HTML) for the primary writing. I built my own tool (EPublish) to transform the HTML manuscript into an .epub file, the source for the ebook version. And I wrote shell scripts to reliably and repeatably transform the .epub version into PDF files for the printed editions. I wrote 'design' and 'architecture' docs, describing the world, key actors, and timelines. I kept a task list of chapters and key scenes that needed to be written, in priority order. Along the way, I kept my files version-controlled so I could see the progress of the novel and edit mercilessly, without worrying about keeping old text around in backup files should I want it back for some reason. If you've thought about writing a book, I highly recommend it. There are many similarities to the software engineering process. You'll also gain a newfound appreciation of the design, layout, and typesetting world, exactly how much work goes into each book you read. https://ift.tt/Euh8wpZ May 3, 2026 at 11:26PM

Saturday, May 2, 2026

Show HN: Use an Android Phone as an HTTP Proxy https://ift.tt/Jy3FRrX

Show HN: Use an Android Phone as an HTTP Proxy I created a simple project to allow you to use a phone as a web proxy. This is not a proxy for the phone, its a way to proxy web traffic from elsewhere via the phone. One practical use case is accessing geo-restricted content. If you have a trusted contact in the country with an Android phone, this can serve as a simple alternative to a commercial VPN. To set it up you need to run a proxy server which can run as a docker container. You then need to install the app on the Android phone which will connect to the server. Finally you configure a browser to use the proxy server as the HTTP/HTTPS proxy. More details here: https://ift.tt/UCQsuBX Let me know how you go and if you run into any issues. https://ift.tt/EFPQ2ZX May 3, 2026 at 07:14AM

Show HN: State of the Art of Coding Models, According to Hacker News Commenters https://ift.tt/PwIiXrM

Show HN: State of the Art of Coding Models, According to Hacker News Commenters Hello HN, I was away from my computer for two weeks, and after coming back and reading the latest discussions on HN about coding assistants (models, harnesses), I felt very out of the loop. My normal process would have been to keep reading and figure out the latest and greatest from people's comments, but I wanted to try and automate this process. Basically the goal is to get a quick overview over which coding models are popular on HN. A next iteration could also scan for harnesses that people use, or info on self-hosting or hardware setups. I wrote a short intro on the page about the pipeline that collects and analyzes the data, but feel free to ask for more details or check the Google Sheet for more info. https://hnup.date/hn-sota https://hnup.date/hn-sota May 3, 2026 at 04:25AM

Show HN: Clipmon is a macOS clipboard manager on steroids https://ift.tt/iayNIrB

Show HN: Clipmon is a macOS clipboard manager on steroids https://ift.tt/nxEj2y1 May 3, 2026 at 03:29AM

Show HN: Rust library for Undo/Redo using deltas, snapshots or commands https://ift.tt/OKvLreD

Show HN: Rust library for Undo/Redo using deltas, snapshots or commands https://ift.tt/JhnYfNH May 3, 2026 at 01:41AM

Friday, May 1, 2026

Show HN: AI CAD Harness https://ift.tt/yJCBOXY

Show HN: AI CAD Harness Hi HN, I'm Zach, one of the co-founders of Adam ( https://adam.new ). We've been on HN twice before with text-to-CAD/3D experiments [1][2]. The honest takeaway from those threads: prompt-to-3D model web apps are fun, but serious mechanical engineers don't want a black box that spits out an STL. They want help inside the CAD tool they already use, with full visibility and control over the feature tree. So we built that. Adam is now a harness that integrates directly with your CAD. It reads your parts, understands the existing feature tree, and edits it for you agentically. We are now live in beta on Onshape and Fusion! [3]: Install link Autodesk Fusion: https://ift.tt/mVAtnav Install link PTC Onshape: https://ift.tt/MRZtHFT... Things people are using it for today: - "Merge redundant features and clean up my tree" - "Rename every feature so the tree is actually readable" - "Round all internal edges with a 2mm fillet" - “Parametrize my model” Along with of course, using Adam to generate CAD end-to-end! A few things we care about that aren't obvious from the listing: 1. From the start we have always believed in CAD as code as the right abstraction. Our harness leverages Onshape's FeatureScript and Python in Fusion heavily. 2. We run an internal CAD benchmark across frontier models. There has been a massive jump in the spatial reasoning capabilities of recently released models. Particularly GPT 5.5 and Opus 4.7 [4] [5] 3. We open-sourced our earlier text-to-CAD work [6] A note on the Anthropic Autodesk connector that shipped a couple days ago [7]: We think it's great for the space and validates the direction. Where Adam is different: - Model-agnostic. We pick whichever frontier model is winning on each task type from our own internal bench, instead of being tied to one lab. - We live natively in your CAD apps and are actively building integrations across all programs What would you want an in-CAD agent to do that nothing does today? [1] https://ift.tt/nVt4pSJ [2] https://ift.tt/UEvbD3W [3] https://ift.tt/REXc5jo [4] https://ift.tt/Wn0SCbu [5] https://ift.tt/UEPojqB [6] https://ift.tt/38jMl1E [7] https://ift.tt/LeQkl1f https://ift.tt/mVAtnav May 2, 2026 at 12:43AM

Show HN: My Private GitHub on Postgres https://ift.tt/RW1Ac34

Show HN: My Private GitHub on Postgres https://ift.tt/TYsyxGL May 2, 2026 at 12:40AM

Show HN: N=1 – iOS app for structured longevity self-protocols https://ift.tt/zhQKCE3

Show HN: N=1 – iOS app for structured longevity self-protocols Hello My name is Henry. I built this app for people who want to know for sure that things that they are trying are actually working. I am looking for enthusiastic people who want to see longevity and bio-hacker community grow. At the moment the app is completely free to use. There is no sign up or anything like that. I need your feedback to build something beautiful. https://ift.tt/BJbNIus May 2, 2026 at 12:30AM