Ask HN: What Are You Working On? (March 2026)
411–420 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#412It also features a recipe manager with family/friends sync. This makes it possible to upload your grandmother’s cookbook and share them with your whole family.
Re: Ask HN: What Are You Working On? (March 2026)
#413I needed a way to use and push my own artifacts in Meson projects. WrapDB is fine for upstream deps, but I wanted to publish my packages and depend on them with proper versioning and a lockfile, without hand-editing wrap files.
Collider builds on Meson’s wrap system: you declare deps in collider.json, run collider lock for reproducible installs, and push your projects as wraps to a local or HTTP repo. It’s compatible with WrapDB, so existing workflows still work: you just get a clear way to use and push your own stuff. Apache-2.0.
Re: Ask HN: What Are You Working On? (March 2026)
#414I have found out that it is very efficient to use phaser.js/three.js for fast, vibe coding, because it handles everything without having to setup a unity scene manually or unreal blueprint. I really recommend to make web apps instead for vibe coding. I love how easy it goes.
Re: Ask HN: What Are You Working On? (March 2026)
#415Supports only YouTube as the data source, and Gemini 3.1 Flash Lite for processing, but it can easily be tweaked. Runs locally with Docker compose.
Re: Ask HN: What Are You Working On? (March 2026)
#416Re: Ask HN: What Are You Working On? (March 2026)
#417Built and adding few add on features on the way: copy card numbers and view notes.
With Rust, bwc-cli - it decrypts vault into zeroize and provides near instant search with hotkey.
Re: Ask HN: What Are You Working On? (March 2026)
#418https://llmpm.co I have built npm for LLM models, which lets you install & run 10,000+ open sourced large language models within seconds. The idea is to make models installable like packages in your code: llmpm install llama3 llmpm run llama3 You can also package large language models together with your code so projects can reproduce the same setup easily. Github: https://github.com/llmpm/llmpm-dev
Re: Ask HN: What Are You Working On? (March 2026)
#419I have been working on it as side project for over two years and now, with funding from the EU for the next 2.5 years, I hope I can make of it a real product for everyone to use that can compete with the likes of Excel and Googl;e Sheets.
I can oly say, I am overly, off the Moon excited
Re: Ask HN: What Are You Working On? (March 2026)
#420- VR version of Surface Browser (3d internet browser): https://boxc.net/surfacebrowser.html
- Crowd Strike: faster self-driving: an exhibition where the visitors help autonomous drones target a different visitor each minute with lasers
and also Wingman: a dating app secretary (privacy focus, runs locally on your computer for any dating app that has a web site. It tells you if favourites have messaged you): https://boxc.net/wingman_app.png I'll open source this one if interest.