Live data from Hacker News

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

news.ycombinator.com

301–310 of 1001 posts

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

#301
https://finbodhi.com — It's a personal finance app. It helps you track, understand, benchmark and plan your finances - with double-entry accounting. *You own* your financial data. It’s local-first, syncs across devices, and everything’s encrypted in transit (we do have your email for subscription tracking and analytics). Supports multiple-accounts (track as a family or even as an advisor), multi-currency, a custom sheet/calculator to operate on your accounts (calculate taxes etc) and much more.

Most recently, we added support for benchmarking (create custom dashboards tracking nav and value chart of subsets of your portfolio) and us stocks, etfs etc.

I wrote about benchmarking here: https://finbodhi.com/docs/blog/benchmark-scenarios

NOTE: you can try demo without signup, but it doesn't work in Firefox Incognito mode.

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

#302

I'm working on a website that lists veterinary practices owned by private equity or large corporations to help people make more informed decisions about where they take their pets. It started as a small passion project after our dog (who was sideswiped by a car) died at the hands of a vet practice recently acquired by private equity. We were billed over $13k for 2 days of care where his diagnosis and the opportunity…

I'm sorry to hear about your dog. It's a sad story. Thank you for building this web site. I hope it helps people and their pets.

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

#303

I’ve been experimenting with a live win probability predictor for the 10-player arcade game Killer Queen. The goal is to predict the winner in a causal, event-by-event fashion. Right now I’m struggling to beat a baseline LightGBM model trained on hand-engineered expert features. My attempts at using a win probability head on top of nanoGPT, treating events as tokens, have been significantly worse. I am seeing about 6…

Big fan of this game. The arcade version is a blast if you can find it in your particular city.

Are you playing competitively (league play, tournaments)? Or just passionate about the game?

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

#304
I'm working on PC Part Picker for hi-fi stereo gear. https://buildhifi.com

Some technical highlights:

- Graph-based signal flow: Products become nodes, connections are edges inferred from port compatibility (digital, analog, phono, speaker-level domains)

- Port profile system: Standardized port definitions (direction, domain, connector, channel mode) enable automatic connection inference

- Rule engine: Pluggable rules check completeness, power matching, phono stage requirements, DAC needs, and more

It's getting close. I'll do a show HN on it sometime soon.

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

#305
I am building tool for easily managing integrations for Cursor/CC users. You can integrate, test, visualize, monitor and maintain all your integrations from a single tool. We provide MCP so that your coding agent can communicate and ensure your integrations are working fine. We do continuous monitoring by sitting on top of your integration and monitoring infrastructure and if any issues are found, we do RCA so that your precious developer and analysts time is not wasted in routine maintenance. Do checkout vibeinfra.live

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

#306
https://orrisbreathing.com Building a box breathing app for iOS. Started it to manage stress and as an excuse to get back into native development. SwiftUI with color-coded breathing phases, customizable timing, and session tracking. In TestFlight now with beta testers. Used Claude Code for most of the initial build — nearly one-shotted the whole thing, which was a bit surreal.

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

#308

Recently on my blog: https://bryanhogan.com/blog Currently in Shanghai but will move to Tokyo next week. Once I'm in Tokyo I'll publish a few posts about AI assisted coding and product creation. Also adding a few things to my ideas page: https://bryanhogan.com/ideas Other things I'm working on: - https://dailyselftrack.com/ - Got into working on it again, mainly solving some UX problems currently. - https://game.tole…

[dead]

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

#309
I am researching go-string-concat-benchmark [1]:

    A performance comparison of four common Go string building methods.
___

I recently updated my go-stats-calculator to include many more stats [2]:

    CLI tool for computing statistics (mean, median, variance, std-dev, skewness, etc.) from files or standard input.
___

I also created claude-image-renamer [3]:

    AI-powered image renaming script that generates descriptive filenames for screenshots. 
___

[1] https://github.com/jftuga/go-string-concat-benchmark

[2] https://github.com/jftuga/go-stats-calculator

[3] https://github.com/jftuga/claude-image-renamer

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

#310
I finally put my "securenote.app" domain to good use. It's a note taking service with markdown support where the data is fully encrypted before it even leaves your computer with no way for me to see your notes (as I don't have access to the password that encrypted it).

Still iterating on it, including a potential improvement to the (very simple) design.

Post reply on HN