Top
Best
New

Posted by david927 2 days ago

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

What are you working on? Any new ideas that you're thinking about?
283 points | 1086 commentspage 38
ponyous 2 days ago|
3D AI Modeling software intended for 3D printers.

https://grandpacad.com

Originally I made it for my grandpa, but I got a lot of interest so I made it into a full commercial product.

Just yesterday I published a set of 3 mini tutorials if you want to see how it works - https://youtube.com/playlist?list=PLKt1F5TvOjAHE07oBDlPXcrHc...

ryoung 2 days ago||
https://fitcal.app syncs Strava activities to your Google calendar. No fancy features, just does what it says on the tin. Really fun to build out with elixir + phoenix.

When training I like to have every day mapped out with how many miles to run, at what pace, etc as an event in my calendar. My actual workout gets uploaded into Garmin and Strava, but I always wanted it back in the calendar so I could see at a glance the consistency over time. It's been really fun to see other people use and get value out of something I built for myself.

chocks 1 day ago||
Experimenting with: https://github.com/chocks/locode Local-first AI coding CLI. Routes simple tasks to a local LLM and complex tasks to Claude.

also just posted a Show HN thread: https://news.ycombinator.com/item?id=47310543

alcazar 2 days ago||
Working on...

- Portable Secret (https://alcazarsec.github.io/portable-secret/) - self-contained HTML files that decrypt in the browser.

- Dead Man's Switch (https://alcazarsec.com/deadmanswitch) - sends messages when you stop checking in.

- Flare (https://alcazarsec.com/) - silent alert when your device is accessed without authorization.

happiness0067 2 days ago|
What's the long-term support plan for dead man's switch? What happens if for example you meet an untimely fate? It seems that you will need to support storing information on a years or decades time scale right off the bat.

I ask because I was recently thinking about how to preserve information for the future like this

alcazar 2 days ago||
If we were to die as a company (unlikely), we would reach out to customers well in advance (think >1 year) and ask them to download their data so they could migrate to another provider.

This seems unlikely, however, since our infrastructure costs for the dead man's switch are covered by just a handful of subscriptions. Besides, we host it next to our other more profitable main product, so it gets free maintenance.

We are up for the challenge of making this last for many decades, though. It is a beautiful mission.

Aeolun 2 days ago||
Working on a chat app/server and protocol builder to support it, in an attempt to use as little network as possible (e.g. dial-up should work fine).

It's heavily supported by Claude Code, but much fun.

https://superchat.win/

Actually not built on this yet I think, but I could switch over, haven't made anything more of it since it's still a bit rough around the edges, and I keep finding various issues during actual usage: https://binschema.net/

gcr 1 day ago||
i'm working on my startup, krnel.ai!

i don't have much free time, but it's important to me to have healthy side projects, so here's what i'm working on:

- rsyncthing: A command-line CLI that lets users quickly bootstrap Syncthing fileshares to new hosts over SSH. No more "introduce devices to each other" song-and-dance.

- stringlines: i'm working on a small app for my own personal use that will help me plan transit in the NYC area better. A lot of map apps (Apple, Google, Transit, Citymapper) don't show recently-departed trips, making them much less useful for judging the feasibility of tight connections on the NJTransit rail lines. So I'm building out some infrastructure to record the GTFS-RT feeds and display them in a mobile-friendly format.

- slowly playing through all 70 the quake brutalist jam III maps to learn more about level design.

Most of these side projects are claude-free for now, mostly because I want to build domain expertise for myself before involving the agent tooling.

akashwadhwani35 20 hours ago||
Currently working in data story telling newsletter - sheets.works/data-viz check it out, new stories everyday
fastest963 2 days ago||
RateRudder: https://raterudder.com

I've been working on a solution to automate solar+battery use to arbitrage the market. I'm on a real-time utility plan but even if you're on TOU it can save you $1+ per day by strategically planning when to use the battery and when to conserve or charge the battery. So far it's limited to a few providers and only FranklinWH batteries but I'm eagerly looking for someone to help me get Powerwall support working and other ESS. It's open-source on GitHub as well.

kacy 2 days ago|
I’ve been consumed by building https://emberdb.com https://github.com/kacy/ember over the last few months.

It’s a drop-in replacement for Redis written in Rust. Most if not all of your client code should work without issues. Outperforms in many areas and has more out of the box features like proto storage, raft/swim, and encryption at rest.

I’m pretty proud of it, and I hope you’ll give it a shot and open bug reports. :)

More comments...