Live data from Hacker News

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

news.ycombinator.com

251–260 of 1001 posts

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

#251
I’m working on EasyAnalytica (https://easyanalytica.com ). It lets you create dashboards from APIs or URLs using data in JSON or CSV format, as well as Google Sheets.

It generates dashboards automatically, you just point it to your data. It also has a visual editor to adjust layouts, charts, and other dashboard elements.

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

#252
Trying to use ESNs as a random projection for audio data and potentially rendered text data for some AI workflows. Seeing it I can use the echo states running both forward and backward through the data as a holographic representation which would act as a temporally dense token for potential use in LLM or audio encoder inputs.

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

#253
I am getting the AI Agents to build an expense tracker Telegram. I would like to have one myself and among my family members since we are heavy Telegram users. I am also using this as a way to learn more about the AI Agents (what they are good at, their limitations, etc) with (hopefully) proper guardrails, guidelines, checks, etc.

https://github.com/yelinaung/expense-bot/

https://gitlab.com/yelinaung/expense-bot/

As you may see from the git history and "contributors", it's mostly Claude and AMP making the changes. I am not entirely sold on these agents and not particularly excited by these. But I also feel that I can't afford to sit out this transition so here I am...

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

#256
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 to treat it was missed, there was zero continuity of care, no medical leadership and predatory billing practices.

The site has become quite a hit and gets thousands of unique visitors each day. https://www.privateequityvet.org/vet-list

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

#257
I'm currently working on a RethinkDNS-like (Android) and DNSCrypt-Proxy-like app built with Tauri + Svelte. It will include DNS blocklists, a custom WireGuard proxy, and potentially cross-platform device support. I'm using Mullvad's GotaTun implementation. I wanted to learn more about these networking concepts. If I finish it, I'll open-source it.

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

#258
vibebin is a self-hosted platform for running persistent, isolated AI coding sandboxes on a single VPS using Incus/LXC containers:

https://github.com/jgbrwn/vibebin

It automates installing and managing Incus, Caddy, and SSHPiper, provides a TUI for container lifecycle and quick actions, a web admin (built/compiled on the container) for toggling and updating AI coding tools (Shelley, Claude Code, OpenCode, etc.), and a background sync daemon that keeps Caddy routes and container metadata in sync.

Each container exposes coding tool web UIs on isolated ports and supports direct SSH/VS Code Remote access, so you can run multiple independent coding agents against real project files without exposing your local machine.

The project emphasizes simplicity and recoverability for running agents locally: containers are persistent, optionally routed via reverse proxy with basic auth, and tracked in an SQLite DB so setups auto-heal after restarts. It’s written in Go, includes an install script for one-line deployment, targets modest VPS specs (4–8GB RAM recommended), and bundles helpers for DNS and provider automation.

Ideal if you want a lightweight, opinionated way to host multiple isolated AI dev environments on your own server instead of relying on hosted agent platforms.

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

#260

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…

That’s a great idea and I wonder if you’d consider including the UK. My vet got taken over and now they keep spamming me with “offers” - so I no longer know if my dog really needs a checkup or not.
Post reply on HN