Live data from Hacker News

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

news.ycombinator.com

91–100 of 1001 posts

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

#94
I’ve been working on an open source tool that turns your Kubernetes into a Heroku like PaaS — https://canine.sh — for about two years

A problem that we had at my last startup was that we got stuck between not wanting to spend too much time on devops, and getting price gouged by Heroku.

We were too big for the deploy to a VPS type options like coolify, but too small to justify hiring a full time Devops.

Eventually a few of us had to just suck it up and learn Kubernetes properly. Was pleasantly surprised how elegant it all was.

I was surprised there wasn’t something that “just worked” and plugged into our Kubernetes cluster, made it user friendly, teams, roles, etc.

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

#96
I am working on a SSL certificate monitor. It comes with its own probe that can scan your private infra and collect the certs for monitoring. It also has a web interface for monitoring SSL certificate of any public domain. There are a few chinks here and there. Hope I can get it over by this month.

https://www.certgorilla.com

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

#97

I'm using TimescaleDB to manage 450GB of stocks and options data from Massive (what used to be polygon.io), and I've been getting LLM agents to iterate over academic research to see if anything works to improve trading with backtesting. It's an addictive slot machine where I pull the lever and the dials spin as I hope for the sound of a jackpot. 999 out of 1000 winning models do so because of look-ahead bias, which m…

[dead]

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

#98
Data extraction: https://simplescraper.io

A project that I launched on HN that became a business. Simplescraper rode the no-code wave of a few years back ('instant structured data without parsing html').

Now working on increasing the surface area for AI agents: MCP support, screenshots API, and (experimentally) x402[1]

[1] https://simplescraper.io/blog/x402-payment-protocol/

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

#100
I'm building out https://measuretocut.com, which started as a tool for myself to help with planning board cuts (and now sheet cuts). It calculates how much material you need for your project and gives you a plan for the materials and shows all the cuts you need to make and where to make them.

First release was in December for 1D cuts. Last month I released sheet cutting for 2D cut calculation. It's been working well for my own projects and it started getting consistent daily users since my last update in February. You can save projects now on the site for you to come back to later.

Any feedback is welcome. I'm always looking for what features to add next.

Post reply on HN