Live data from Hacker News

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

news.ycombinator.com

371–380 of 1001 posts

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

#372
post #336

Nvim plugin that tries to make code review actually enjoyable (as I think this is what we will spend most of our time on). https://github.com/bajor/nvim-raccoon/blob/main/README.md

First off, the ASCII art raccoon is adorable.

The documentation here seems very thorough, but I'd really like to see some screenshots or a screencast of this in action! I've been using Diffview.nvim [1] lately to get just the view of all diffs in the current branch vs its merge base, with a nice file tree on the left hand side. A plugin like yours that also brings in reviewing features sounds great.

[1] https://github.com/sindrets/diffview.nvim

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

#373
I just published the web app for https://listendock.com You can listen to your documents. I also have an iPhone app (that was first).

My most fun feature: when I connect the app to my car, I can use the skip buttons on my steering wheel to rewind or forward 10s in the playback.

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

#374
I am building Hobbyboard as a self hosted visual archive that uses vision models to curate inspiration media for hobbyists and makers.

Website: https://hobbyboard.aravindh.net

GitHub: https://github.com/aravindhsampath/hobbyboard

I want to do a show HN later this week.. but here might be a softer launchpad :-)

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

#375
post #8

https://kavla.dev/ It's an infinite canvas that runs SQL. I've been working with data my entire career. I feel like we need to alt+tab so much. What if we just put it all on a canvas? Currently very WIP, but there's a simple titanic demo available! Built with tldraw and duckdb wasm, running on cloudflare durable objects

Cool looking website! Is that an open source css library or did you style it yourself?

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

#376
Still working on

- https://github.com/rumca-js/Internet-Places-Database - map of the Internet domains

- https://github.com/rumca-js/Internet-feeds - database of RSS feeds

- https://github.com/rumca-js/yafr - very simple RSS reader

- https://github.com/rumca-js/crawler-buddy - crawling project

- https://github.com/rumca-js/Django-link-archive - another RSS reader

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

#377

https://sampler.meiji.industries/ I built a TUI sampler which cherry-picks my favourite features from modern & vintage hardware samplers, DAWs, plugins, outboard FX gear, and DJ equipment. If you know what an AKAI MPC Live, MPC 3000, SP404, SP1200, BOSS RC-202, Alesis 3630, Serato Sample, S950 filters, and stem separation does, then you'll love seeing these "greatest hits" up in a terminal interface. Last year while…

here goes my Monday

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

#378

https://ultigamemate.com/ I've been working on an 'anti-fantasy' football game where you pick matches instead of individual players. You can create or join leagues to compete against your friends. I’d love to get some feedback!

Just FYI, I was mildly confused by the name, as "ulti" is the name of a traditional Hungarian card game. I doubt this will ever confuse anyone else but I thought it was a fun name clash.

https://en.wikipedia.org/wiki/Ulti

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

#379
I'm making a suite of simple Windows tray apps that do just one thing. They often have existing equivalents but I think my version is better and/or simpler ;-) All work starting with Win7.

The first three are:

- miniWake: keeps the computer awake

Alternatives: Powertools; USB mouse jigglers

Features: installs without admin rights; triggers invisible mouse events; turns off at LOCK, turns back on at LOCKOFF (saves battery); manual turn off or on via double-click on the icon

- miniRec: records system audio + microphone to mp3/wav

Alternatives: various utilities like Voicemeter, AudioRouter, or some DAWs

Features: does not require any special driver; installs without admin rights; light on resources; "invisible" to third parties (video meetings); auto turn off after 5 minutes of silence (configurable)

- miniCron: system scheduler as a service

Alternatives: NSSM - the Non-Sucking Service Manager; Splinterware

Features: launches any program at any given time (cron like but without cron syntax); kills the current task when the service is stopped; reads and logs stdin/stderr; very light on ressources and very simple

Two others are in the works.

Post reply on HN