Helps me with uni stuff. Some others find it useful as well
Ask HN: What Are You Working On? (December 2025)
671–680 of 1001 posts
Re: Ask HN: What Are You Working On? (December 2025)
#672I use it as a context fetcher i.e grab an abstract/transcript/thread as clean text/JSON, pipe it into summaries or scripts.
Also runs as an MCP server (experimental), so tools like Claude Desktop or CLI assistants can call the connectors directly.
arivu fetch hn:38500000
arivu fetch PMID:12345678
arivu fetch https://arxiv.org/abs/2301.07041
https://github.com/srv1n/arivuRe: Ask HN: What Are You Working On? (December 2025)
#673- Currently in free Early Access with 18 competitive mini-games.
- Players use their mobile phones as controllers (you can use game pads as well!)
- Everything is completely web-based, no downloads or installs are necessary to play
- All games support up to 8 players at a time and are action based, with quick ~one minute rounds to keep a good pace. This means there are no language based trivia or asynchronous games!
- In the future we plan to open up the platform for 3rd party developers (and Gamejams!) as well. We take care of the network connectivity, controllers etc.. 3rd party devs can focus on developing cool multiplayer mini-games without spending an eternity with networking code and building the infrastructure.
Interested to hear if this resonates with Hacker News readers!
Re: Ask HN: What Are You Working On? (December 2025)
#674I'm building a web-based local multiplayer party game platform. It's like a lovechild of Jackbox Games and Mario Party: https://gamingcouch.com . We just won silver at the Big Indie Pitch competition as well! - Currently in free Early Access with 18 competitive mini-games. - Players use their mobile phones as controllers (you can use game pads as well!) - Everything is completely web-based, no downloads or installs a…
Re: Ask HN: What Are You Working On? (December 2025)
#675Open source metaverse. Just added rideable jetskis!
Written in C++ and OpenGL. Works on the web as well via Emscripten, WASM and WebGL.
Re: Ask HN: What Are You Working On? (December 2025)
#676Last term I did a course on nuclear weapons and disarmament (and learned to write my first ever academic report!)[0], and this term I'm just about to give a final presentation for an introductory life sciences course (actually just posted a runthrough recording [1]). Next term I'm hoping to get into a course about cosmology!
[0] https://liza.io/categories/2fk064/
[1] https://liza.io/the-body-electric-manipulating-large-scale-a...
Re: Ask HN: What Are You Working On? (December 2025)
#677A purely functional and asynchronous effect system for F# which started as my thesis in university. It's inspired by ZIO and Cats Effect for Scala and has its own fiber system for scheduling functional effects.
I don't have much time to work on it now a days, but I try to keep up it as much as I can. I also don't have ambitions about getting a lot of users (if any), but I really enjoy working on it :)
Re: Ask HN: What Are You Working On? (December 2025)
#678I'm working on a charitable donation tracker for taxpayers. My wife and I used Intuit's ItsDeductible for years until it shut down in October. With a little encouragement, I built Charity Record.
The stack is Django 5.2 (I know, I know, I'm looking at 6 now), Postgres, and HTMX + Alpine.js for interactivity. I'm using Polar for subscriptions. It's running on the $12/mo DigitalOcean droplet.
Trickiest parts so far: TXF export (we can trace TXF back to the 1990s...) and PDF generation. At one point when working on PDFs, WeasyPrint was deadlocking a single-worker setup because it fetched the logo via HTTP. (Base64-embedding the logo got me past that, ha.)
Happy to answer questions about the app or running Django lean - I've got a few longer running Django projects.
Re: Ask HN: What Are You Working On? (December 2025)
#679Re: Ask HN: What Are You Working On? (December 2025)
#680Happy to get any feedback :)