Separately I've been dipping my toes in to hosting things on the Scary Public Internet with an IRC server (as a backup/replacement for a personal Discord server) and a static Hugo website (for hosting fanfiction; there've been a few AO3 outages lately and I thought it would be fun to experiment with things like audio embeds). I'm a roboticist so my experience with webdev is pretty minimal, but I managed to figure out nginx eventually. I'm actually kind of frustrated with Hugo as an SSG because it really doesn't want you to run pandoc with custom arguments for markdown -> html conversion, and pandoc doesn't want to generate ToC on my markdown files, but the default markdown converter (goldmark) doesn't correctly process markdown italics inside of html tags (e.g. ``), so my current compromise is to use pandoc on almost everything and goldmark anywhere I care about having a ToC.
Ask HN: What Are You Working On? (March 2026)
811–820 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#812Models are the new software. And just like software, three general-purpose ones won't be enough. Why specialized models are inevitable https://mixtrain.ai/blog/special-models
Here's how Mixtrain can help:
- Multimodal dataset management: version, query, inspect, and curate image/video/3D datasets
- Workflows & models: train and run your models on serverless GPUs. Run experiments rapidly and ship to production. Access 100s of external models through the same API.
- Live eval: create instant evals from your datasets with side-by-side comparison of anything — images, time-synced video, 3D/4D visualizations, masks, and more. Here's an example video eval https://app.mixtrain.ai/s/eVRwOcb7KhUZOb9xbFFgfHIuF0jyJUaBT6TKNg19OfU. Evals stay current as your datasets evolve.
You can explore more at https://mixtrain.ai/docsRe: Ask HN: What Are You Working On? (March 2026)
#813i don't have much free time, but it's important to me to have healthy side projects, so here's what i'm working on:
- rsyncthing: A command-line CLI that lets users quickly bootstrap Syncthing fileshares to new hosts over SSH. No more "introduce devices to each other" song-and-dance.
- stringlines: i'm working on a small app for my own personal use that will help me plan transit in the NYC area better. A lot of map apps (Apple, Google, Transit, Citymapper) don't show recently-departed trips, making them much less useful for judging the feasibility of tight connections on the NJTransit rail lines. So I'm building out some infrastructure to record the GTFS-RT feeds and display them in a mobile-friendly format.
- slowly playing through all 70 the quake brutalist jam III maps to learn more about level design.
Most of these side projects are claude-free for now, mostly because I want to build domain expertise for myself before involving the agent tooling.
Re: Ask HN: What Are You Working On? (March 2026)
#814also working on a side project to learn about coding contest platform, hence building a web platform to let admin put up contest and user attempt them
Re: Ask HN: What Are You Working On? (March 2026)
#815Extremely performant JS port of Lemmings (~28,000,000 Lemmings at original game speed on a decent PC), with a full midi subsystem (going to turn it into a weird sequencer), a level editor, etc https://doublemover.github.io/LemmingsJS-MIDI/ Slopjective-C 3.0 https://github.com/doublemover/Slopjective-C Whatever this is, I don't feel like explaining it, ask claude https://github.com/doublemover/PairOfCleats And a zacht…
Re: Ask HN: What Are You Working On? (March 2026)
#816Been a project I was using for a few years now. Initially started off as express middleware with a few tools chained together to automate as much typing as possible which can run anywhere (similar to hono).
Around a year ago I decided to change the approach and write a layer to statically analyze the typescript code ontop of tsc and pull out as much meta as possible.
After that I went a little crazy and ultimately added wires to everything. HTTP, Websockets, Queues, Scheduled Jobs, etc. All totally agnostic (the core runtime is pretty tiny). So can run scheduled tasks on lambas / a cron job / pgadmin, deploy websockets serverless or local, run your queues again most queue provides, etc.
I then saw Vercels workflow runner and figured, well, I could try do better . Looked at other libraries out there and decided to include addons, which are pikku typescript packages that declare functions which can be automatically imported into your app and are responsible for their own service initialization. If your used to writing n8n plugins be awesome to hear what you think about this approach!
That sort of required me to create a console to view workflows (otherwise what's the point right?). And since everything is statically extracted during runtime we can pretty much just visualise the entire codebase. So all your functions, what permissions each have, etc etc. The idea behind the console is that it doesn't have an actual backend. You install an addon into your own codebase, permission it as you see fit and you point the console towards it. That means you have a unified permissions/auth system as everything else.
Figured the last part was creating an AI agent to wrap it all together. Which is almost there. Subagent flows, tools, approvals, ai middleware that can turn input and output into voices, its does a bit.
Ultimately the idea is you write a function once, and it can be consumed as an AI tool, a workflow step, by a http route, a cron job, a gateway (like whatsapp) (I liked openclaw approach so figured.. why not ).
A function is the source of truth, so is permissioned / authenticated. Been alot of heavy development since I'm building a 'BuildYourAgent' portal ontop that pretty much takes an openapi doc and turns it into an MCP server / hooks it up to an agent / gives you a CLI around it so it can integrate with all the crazy wild west approaches, while you know, still allowing us to maintain sanity and build servers that don't hallucinate and burn forests down.
Curious on thoughts! Bit of a rambling explanation. I hope the website does a better job! Lots of content helped with AI (I prefer speaking tech, but doesn't always transition well).
Also, looking for a potential cofounder to help balance that out! If your interested in potentially working together / adopting pikku feel free to leave a comment / ping me an email
Re: Ask HN: What Are You Working On? (March 2026)
#817Re: Ask HN: What Are You Working On? (March 2026)
#818I’m building a decentralized Drone-as-a-Service (DaaS) orchestration layer that treats aerial robotics as a simple API endpoint. The system allows users to submit a JSON payload containing geocoordinates and mission requirements (e.g., capture_type: "4K_video" | "IR_photo"), the backend then handles the fleet logistics, selecting the optimal VTOL units from distributed sub-stations based on battery state-of-charge an…
Re: Ask HN: What Are You Working On? (March 2026)
#819Mostly art projects: - 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 mess…
Re: Ask HN: What Are You Working On? (March 2026)
#820We're automating low-volume PCB assembly in the US! https://pikkoloassembly.com/