Live data from Hacker News

Ask HN: What Are You Working On? (March 2026)

news.ycombinator.com

691–700 of 1001 posts

Re: Ask HN: What Are You Working On? (March 2026)

#691
Adding new openly licensed learning resources to the Kolibri offline learning platform. It is designed to be deployed in communities that lack consistent access to the public internet. They currently have a significant amount of English language content, but are limited in what they have available in the dozens of other languages they have translated the core software into. I'm trying to bring in new resources and then try to lead an effort to do translations of the best materials I can find to make the platform more useful to more people.

https://community.learningequality.org/t/bringing-new-comput...

Also trying to recruit people to teach tech newbies how to build their own handheld video game consoles. Let me know if you might like to run a class where you live and i'll share my class materials.

https://community.arduboy.com/t/looking-for-instructors-to-t...

Re: Ask HN: What Are You Working On? (March 2026)

#692
Two things I've been building this year, both trying to solve real problems I care about:

https://talonwatch.com : I kept seeing founders discover their Stripe keys were public or their database was wide open, usually after the damage was done. Built a passive security scanner for vibe-coded apps so that's easier to catch early. Free surface scan, no account needed.

https://thetracejournal.com : A small iOS journal that pairs a song with each entry. Music is tied to memory in a way nothing else is, and I wanted a place to capture that.

Re: Ask HN: What Are You Working On? (March 2026)

#693

I'm working on a self-hosted search service called Hister with the goal to reduce my dependence on online search engines. Hister is basically a full text indexer which saves all the visited pages rendered by your browser. It provides a flexible web (and terminal) search interface & query language to explore previously visited content with ease or quickly fall back to traditional search engines. Here's a little summar…

i love this and have been a long time complainer that browsers dont automatically operate this way.

how does it handle forms or homepages with refreshed content? for example, the home page of hackernews - will it always show the latest feed from the last time i had a connection or will it store each time ive visited it ?

Re: Ask HN: What Are You Working On? (March 2026)

#694
Been working on Petrichor - native macOS music player [1]

This has been my side project for nearly a year, and I also shared it here in HN when it was in alpha [2] and received a ton of feedback (and stars on GitHub).

The project has evolved quite a bit since then, like having additional file format support, lyrics, Last.fm scrobbling, and more!

[1] https://github.com/kushalpandya/Petrichor

[2] https://news.ycombinator.com/item?id=44515266

Re: Ask HN: What Are You Working On? (March 2026)

#695
I'm working on a Chess improvement app https://blunders.ai.

The main goal is letting people analyze their games and improve by studying their blunders. It uses stockfish and AI for analysis. You can chat with your games like "Why would I do ___ instead of this?"

Also, there are the standard puzzles and openings type learning with improvement plans.

Re: Ask HN: What Are You Working On? (March 2026)

#697
I'm working on a Nix-based task runner - like `just` or `mise-en-place`, but defined using a Nix flake and run using a Go CLI.

https://github.com/RedbackThomson/nix-tasks

I started this project because at my company, we're still relying on ancient Makefiles as our build system and build tool versioning. I initially looked at using other task runners but they all use some sort of DSL that I think limits their functionality and/or doesn't allow for sharing and extending templates across repos. Nix-tasks lets you use Nix flakes to share common configuration - like your company-wide build scripts - and then import it and add repo specific tasks on top of them.

The project is still very much in alpha but I am using it every day and trying to find any annoyances or bugs before I share it further.

Re: Ask HN: What Are You Working On? (March 2026)

#698
Still refining 3D metal printing slicer software for a new scalable industrial process. Focused on reducing platform cost into hobby budget ranges, improve user safety, and allow weird metal composites. Also trying to keep the heavy wear components 3d printable for home users.

Picked up some more small Xilinx Zynq 7020 dev boards for a quick micro-positioning vacuum-stage control driver. Yeah it was lazy, but I don't have time to spin a custom PCB board these days... or hand optimize LUT counts to fit smaller prototypes.

Also, doing a few small RF projects most people would find boring. =3

Post reply on HN