I'm building a lazygit / lazydocker like TUI for slurm jobs on HPC. It's called lazyslurm - https://github.com/hill/lazyslurm Would love feedback! <3
Ask HN: What are you working on? (October 2025)
211–220 of 1001 posts
Re: Ask HN: What are you working on? (October 2025)
#212Since the last month, I have created a complete schematic with Circuitscript, exported the netlist to pcbnew and designed the PCB. The boards have been produced and currently waiting for them to be delivered to verify that it works. Quite excited since this will be the first design ever produced with Circuitscript as the schematic capture tool!
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) in the past. I wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs.
The main language goals are to be easy to write and reason, generated graphical schematics should be displayed according to how the designer wishes so (because this is also part of the design process) and to encourage code reuse.
Please check it out and I look forward to your feedback, especially from electronics designers/hobbyists. Thanks!
Re: Ask HN: What are you working on? (October 2025)
#213Starting contributing to Stockfish, the little-known chess engine :)
Re: Ask HN: What are you working on? (October 2025)
#214Just added health inspection data from countries that have that in open datasets (UK and Denmark). If anyone know of others I'd be appreciative of hints.
Thinking of focusing on another idea for the rest of the year, have a rough idea for a map based ui to structure history by geofences or lat / lng points for small local museums
Re: Ask HN: What are you working on? (October 2025)
#215Re: Ask HN: What are you working on? (October 2025)
#216I discovered that "least common ancestor" boils down to the intersection of 'root-path' sets, where you select the last item in the set as the 'first/least common ancestor'.
Re: Ask HN: What are you working on? (October 2025)
#217Re: Ask HN: What are you working on? (October 2025)
#218Continuing to work on a Low Power FM community radio station for the East San Fernando Valley of Los Angeles. We have started promoting and putting on local events and are trying to fund raise to build out the station. Raising money is hard! We did a big show in Burbank where several hundred people showed up but we only netted $800 after expenses. :( We were featured on our local NPR syndicate which is neat: https://…
I wish you good luck. This might be a naive question which you've probably been asked plenty of times before so I'm sorry of I'm being tedious here. Is it really worth the effort and expense to have a real radio station these days? Wouldn't an online stream be just as effective if it was promoted well locally? A few years ago a friend who was very much involved in a local community group which I was also somewhat int…
1. Radio is COOL. As a fellow ham I think you would agree with me on this one so I'll leave it at that.
2. Internet streaming gives you wider but far less localized audience. We will have an internet stream, but being radio first shifts the focus to local community and local content.
3. Internet streaming and radio have related but not entirely overlapping histories and contexts which impacts how people produce and consume their content. I love the traditional formats of radio and they are often completely missing in online radio which IMO models itself more often on mixtape and club DJ culture.
4. AI slop is ruining the world. I have this belief that as AI slop further conquers the internet we are going to get to a place where nobody trusts internet content. People will seek out novelty and authenticity (sort of how LLMs do lol) and I think there will be a return to local content and community.
5. Commercial radio sucks. The LPFM system is a wonderful opportunity to create a strong, community driven alternative to corporate media.
Re: Ask HN: What are you working on? (October 2025)
#219This is basically a variation on bit-packing (which is NP-hard), but it's tractable if you prune the search space enough.