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 | 1083 commentspage 36
lancekey 2 days ago|
For over a year now, I’ve been working on Compute Prices (https://computeprices.com).

It’s been a great way for me to better understand the cloud GPU industry, learn about data collection, normalization and use agentic coding to build a side project.

One thing I’m working on is distinguishing spot vs on demand prices and listing those separately. Also, including inference pricing for non-text AI models.

What features or data would you like to see me add next?

ecliptik 1 day ago||
Started vibe coding a more modern Telnet client for 68k Macintosh systems running System 6 last week, and within a couple of days have a fully working terminal emulator with VT100, VT220, xterm, glyph/emoji support, and dark/light mode.

- https://github.com/ecliptik/flynn

It's mainly for me to use but is entirely functional an real hardware.

pul 1 day ago||
I'm working on https://www.wirewiki.com.

A browsable map of internet infrastructure. Not just a collection of lookup tools, but it also interlinks results, so you can navigate linked assets as well. Think: DNS lookup -> SPF record -> mail provider's SPF record -> IP address details.

robin_reala 2 days ago||
I finally, after a couple of years off, picked up work on a Standard Ebooks[1] edition of The Book of the Thousand Nights and a Night. I made a new years’ promise to myself to get it as done as possible by the end of the year. If it doesn’t happen I’m not going to be too hard on myself though, given the 5K endnotes and 1.5M overall word count. But we’ll see!

[1] https://standardebooks.org/

medv 18 hours ago||
I'm building HN alternative =)

- https://crow.watch

brady_bastian 2 days ago||
Completely automating the difficult problem of json parsing and normalization in cloud data warehouses. https://forge.foxtrotcommunications.net/

Today engineers spend dozens of hours agonizing over how to unlock the vast analytical possibilities of JSON data in their warehouse. The internet is littered with half solutions and broken promises. Today, we have solved this problem.

elisiariocouto 2 days ago||
I’ve been working on the last months on Leggen (https://github.com/elisiariocouto/leggen), a self hosted personal banking account management system. It started out as a CLI that syncs your bank account transactions and balances, saves them in a sqlite database and can alert you via Telegram or Discord if a transaction matches a filter. It is now a PWA and uses Enable Banking to connect to the bank accounts (it is free for personal use AFAIK). Started hand-made, it is now mostly vibe coded with supervision.
rwesty 1 day ago||
I made a SmallTalk inspired collaborative development environment for writing web components - https://playground.now.

A "world" is a locally stored CRDT that contains the source code and data you store.

The home page, login and world editing experience is all built from within itself.

rukshn 2 days ago|
Happy March everyone,

I am working on Entangle, https://entangle.cloud something for me to learn and play with LLMs and AI.

It is not ground breaking but let your website to have an AI chat bot / agent with minimal integration effort. Also was a good way for me to learn how to keep things safe, prevent prompt injection etc.

Looking for feedback and feel free to give it a try, happy to try it with your project documentation or developer docs.

More comments...