Stories by Beefin
I built a free and open source tool to make working with the IAB content taxonomies less painful.<p>Converts IAB Content Taxonomy 2.0 → 3.0 automatically<p>Runs fully local, no data leaves your machine<p>Multiple methods supported (BM25, TF-IDF, embeddings, LLM re-ranking)<p>Simple demo UI + CLI ava...
We built Intentflow <a href="https://github.com/mixpeek/intentflow">https://github.com/mixpeek/intentflow</a> to make UX flows declarative and adaptive.<p>Most product teams hardcode banners, modals, and onboarding steps. Intentflow lets you define those flows...
Hi HN, I'm Ethan. I built amux because I was spending more time switching between terminal tabs than actually building things.<p>amux is an open-source agent multiplexer that lets you run, monitor, and control multiple headless Claude Code sessions from a single dashboard — in your browser, on ...
I’ve built hardware projects for years, and the gap between “I want X” and “parts ordered, files ready to print” always took weeks.
Modo compresses that. Describe what you want (e.g. “a portable CO2 monitor with a display and buzzer”) and it generates:<p>- A bill of materials with real components (M...
We indexed 120K images from the National Gallery of Art for visual search. Text queries, image uploads, and "find similar" all in one retriever, fused with RRF.<p>Demo: <a href="https://mxp.co/r/nga" rel="nofollow">https://mxp.co/r/nga</a><p>Stack: S...
I built a set of open multimodal retrieval benchmarks because existing IR evals are still mostly text-only and don’t capture real-world complexity.<p>This repo includes ground-truth datasets, queries, and relevance judgments for 3 hard domains:<p>• Financial documents (SEC filings with tables, chart...
I built a minimal personal site that’s entirely static—no frameworks, just `index.html`, `styles.css`, and a bit of vanilla JS. It has a geotagged photo album that renders a Leaflet map and a lightbox gallery from a simple `images/gallery.json`. I wrote small scripts to bulk ingest photos, read...