Live data from Hacker News

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

news.ycombinator.com

131–140 of 1001 posts

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

#131
Mostly Jolteon (https://github.com/lautarodragan/jolteon), a TUI music player written in Rust (for almost 2 years now!)

Also used the new Navigation API (and some Shadow DOM) to build a cheap, custom client-side rendering (sort of) into my site (https://taro.codes), and some other minor refactors and cleanup (finally migrated away from Sass to just native CSS, improved encapsulation of some things with Shadow roots, etc).

I've been wanting to write a simple AI agent with JS and Ollama just for fun and learning, but haven't started, yet...

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

#132
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. :)

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

#133
DesignFlo:

https://designflo.ai

Build enterprise grade applications (in Elixir) with AI the right way.

Secure. Scalable. Reliable.

Built based on a senior engineer's experience. Uses 10 years of battle-tested patterns, not just LLMs:

1. Uses algorithms over AI whenever possible.

2. No external library dependencies whenever possible.

3. Old school over shiny new toys. Use the right solution for the problem (Eg. SQL vs NoSQL).

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

#134
An automated file system handler, similar to Hazel[1].

I want to treat my Downloads folder (or some other one) like an "Inbox" where I can just dump everything, and then the program knows where exactly in my (Johnny Decimal) file system the file should land.

[1] https://www.noodlesoft.com/

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

#135
I'm building open source homebrewing (as in beer) software at https://www.brewdio.beer. It's something I've poked at periodically for a few years but now I'm using AI to see how far I can take it.

It has a few core libraries built in rust with a web app and a terminal UI. Android app is in the works. The persistence layer is intended to be offline first using a CRDT with an optional sync server. I'm also trying to integrate "bring your own AI" assistants to help tweak recipes or make suggestions.

It's been a fun way to sharpen my claude skills but also to see how feasible it is to maintain multiple frontend applications with a large amount of shared code. Still a lot to do, particularly the core calculations are not yet on par with existing offerings.

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

#136
A bunch of things:

Jive Data: https://jivedata.com

Financial and Investing data

Random Data Monster: https://randomdata.monster

Random Data (also available as a Google Sheets Add-on)

WhatIsMyIPAddress.Monster: https://whatismyipaddress.monster

A clean website to get your IP Address. Also available as an API.

Phone Monster: https://phone.monster

Caller ID, but on steroids

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

#137

A visual explorer for the trees of San Francisco. https://greenmtnboy.github.io/sf_tree_reporting/#/ For all the places it's bad at, AI has been fantastic for making targeted data experiences a lot more accessible to build (see MotherDuck and dives, etc), as long as you can keep the actual data access grounded. Years of tableau/looker have atrophied my creativity a bit, trying to get back to having more fun.

awesome. we have an official one in nyc. https://tree-map.nycgovparks.org/tree-map

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

#138
Im building https://trypixie.com to legally employ my 7 year old child, save on taxes and contribute to her Roth IRA.

Im also building https://www.keepfiled.com, a microsaas to save emails (or email attachments) to google drive

I almost forgot, I also built https://statphone.com - One emergency number that rings your whole family and breaks through DND.

I love building. I built all these for myself. unfortunately I suck at marketing so I barely have customers.

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

#139
learning how to fine tune image models, for an attempt at getting diffusion to output LWIR fire mapping data from RGB picture images

so far, ive spent a lot of manual time labeling and matching RGB and LWIR images, and trying to figure out first ways to get better pose matches when the flights arent the same.

that, and many different attempts at getting torch to work using my laptop's GPU and NPU. i think im close, without having to build torch from source woo.

Ive been having an eye towards getting better llm generation quality for python too, but havent put a focus on it yet. im fed up with it making one off script after one off script and instead of just making a react app, making some raw html and making a new html file with the new and old bugs every time i want to do something interactive. its maddening.

my last month of gettin claude code ro play pokemon webt well and ive about learned skills pretty well now, but it keeps wanting to do like a challenge run of sticking with a single pokemon.

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

#140
post #59

I changed gears and moved into the video games industry at the end of 2021. I started developing a city builder called Metropolis 1998 [1], but wanted to take the genre in new directions, building on top of what modern games have to offer: - Watch what's happening inside buildings and design your own (optional) - Change demand to a per-business level - Bring the pixel art 3D render aesthetic back from the dead (e.g R…

Metropolis 1998 looks beautiful! (and addictive!)

Will you do a native Linux release, or has it been tested with Proton?

Also, just from watching the video and screenshots in the Steam page, it seems like a crazy amount of work. Are you doing everything by yourself?

Post reply on HN