The key functionality is to be able to easily see the changes made for each comment, rather than each file.
Ask HN: What are you working on? (May 2026)
651–660 of 1001 posts
Re: Ask HN: What are you working on? (May 2026)
#652We are building this because we such library it in our core business, and a lot of other engineers seem to need it too. We have contributors showing up with bug reports and fixes, and real interest from people building apps around .docx docs.
My previous show hn post (https://news.ycombinator.com/item?id=46947229) got a lot of skepticism because we're developing heavily with AI, but with active community feedback and proper ai oversight (mostly me), I'm super proud of what we have now.
Re: Ask HN: What are you working on? (May 2026)
#653Re: Ask HN: What are you working on? (May 2026)
#654I've been working on cardcast.gg. It gives you the ability to play Magic: The Gathering with your friends remotely using a webcam. I got back into MTG back during the pandemic after a long hiatus and Spelltable is what brought me back. My playgroup lamented more features and something tailored to our needs, so curiosity got the better of me and here we are. :) I've never worked with computer vision before, but I went…
Re: Ask HN: What are you working on? (May 2026)
#655Re: Ask HN: What are you working on? (May 2026)
#656Re: Ask HN: What are you working on? (May 2026)
#657I'm working on a TUI Hacker News reader made in Rust! No AI, no credentials needed.
Re: Ask HN: What are you working on? (May 2026)
#658Re: Ask HN: What are you working on? (May 2026)
#659My thinking was that the money I saved doing the cabinets myself would be enough to pay for the Sienci Labs Longmill that I bought for the project.
Re: Ask HN: What are you working on? (May 2026)
#660In the past 2 months, I have added support for exporting to the .kicad_sch format. Multi-sheet designs are exported as separate .kicad_sch files, one per sheet. The pin types has been updated to be similar to KiCad's and to better support ERC rules. Setting the GND symbol pin as a type of power_input was a real headache for me, eventually, I decided to define a new pin type, power_reference.
The motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs after using different CAD packages extensively (Allegro, Altium, KiCAD) for work in the past. I wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs. With code, the design intentions become explicit and reviewable.
Feedback welcome, especially from anyone else frustrated with graphical schematic tools!