Live data from Hacker News

Ask HN: What are you working on? (February 2026)

news.ycombinator.com

881–890 of 1001 posts

Re: Ask HN: What are you working on? (February 2026)

#881
I've been building Openfuse (https://openfuse.io), a centralized circuit breaker platform.

Started building it about a year ago after dealing with the same problem across multiple companies: circuit breakers scattered across dozens of services, each configured slightly differently, no single place to see what's happening when things go sideways. The existing options are either libraries you embed in every service (Resilience4j, opossum, etc.) leaving every server stateful, or going full service mesh which is overkill for most teams.

Openfuse gives you a central control plane for circuit breaker policies across your stack. You define your reliability rules in one place, get visibility into breaker states, and can react without redeploying anything.

Been a great project and I'm genuinely happy with where it landed. If you're running microservices or an integration-heavy monolith and have ever cursed at a cascading failure, I'd love to hear how you're handling it today! :)

Re: Ask HN: What are you working on? (February 2026)

#883
Building ShotOn (https://shoton.app/) – make your photo share ready in a few clicks without downloading another app.

It basically is a client side web app that adds "shot on" watermarks / photo frames with camera metadata from EXIF data. Also have film simulations like filters to elevate you photo.

Started with just upload + edit, recently trying to add camera mode (think Daze app but in browser). But already hitting some issues when rendering Canvas on live camera feed, might explore WebGL to get real-time filtering working smoothly.

Re: Ask HN: What are you working on? (February 2026)

#885
Working on LearnMathsToday – think Duolingo but for maths. It's an AI-powered app that marks your handwritten solutions step-by-step (not just the final answer), so students actually learn the process.

We're focused on Singapore's O-Level maths curriculum right now, with adaptive learning paths and photo-based problem solving. Also running a YouTube channel with free lessons that's crossed 150K views.

The goal is to make structured, curriculum-aligned maths practice as habit-forming and accessible as Duolingo made language learning.

App: https://learnmathstoday.com/download

YouTube: https://www.youtube.com/@LearnMathsTodayDotCom

Re: Ask HN: What are you working on? (February 2026)

#886

I just released 'elsewheres', a trio of short films that I wrote, directed, shot, edited, and produced. It's free-to-watch (with a voluntary donation model) on my site, but was made for the Big Screen, so I'm also planning a DIY pop-up cinema tour across Europe in the months ahead. https://www.carrozo.com/elsewheres

Beautiful stuff

Re: Ask HN: What are you working on? (February 2026)

#887
Working on laconic, a "Ralph loop for Research"

API costs for LLM are getting ridiculous. By managing a 4K context window, I can get tiny local models to do advanced research tasks that require dozens of searches and building a knowledge graph for $0.

https://github.com/smhanov/laconic

Re: Ask HN: What are you working on? (February 2026)

#888

I've been working with my wife on Uruky [1] for a couple of months, now. It's a EU-based Kagi [2] alternative (privacy-focused and ad-free search with domain boosting/exclusion rules). We've been using it with friends and family semi-successfully (hashbangs work for edge cases we're still working on). It's really difficult to get bigger indexes other than Mojeek and Marginalia to want to work with us and improve the…

[dead]

Re: Ask HN: What are you working on? (February 2026)

#890
Just released API Access for my agentic movie search product. So companies can build smart search into their streaming app / tracker apps:

Here is a demo link:

https://memovee.com/platform/demo?guest_account_id=019c481b-...

Try queries like:

- "Top 10 movies of 2024, sort by highest rating first"

- "Top 10 zombie apocalypse movies"

- "Find me some good movies that take place in space, no horrors please"

- "Some good movies that will make me appreciate life"

- "Find me movies like Bladerunner"

Or whatever else you can think of. You can also tell it to "filter out movies with less than 300 votes sort by highest rating first" etc...

Post reply on HN