Show HN: I built an iOS app that turns EPUBs into audiobooks I had a bunch of ebooks with no audiobook version available. So I built an iOS app that converts EPUB files into audiobooks using text-to-speech. Two voice options: - Free on-device voices (processed locally, no server needed) - Natural cloud voices (one-time purchase per book, no subscription) Cloud conversion runs chunk by chunk. You can start listening other chapters generate in the background. Once done, the audiobook lives on your device. No account required. No subscription. Yo…
Show HN: PureBee – A software-defined GPU running Llama 3.2 1B at 3.6 tok/SEC This started as a question about simulation theory: if a GPU is just rules applied to a grid in parallel, do you actually need the silicon? Turns out, no. PureBee is a complete GPU defined as a software specification — Memory, Engine, Instruction Set, Runtime. It runs Llama 3.2 1B inference at 3.6 tok/sec on a single CPU core. The model answers questions correctly. What makes it different from llama.cpp or WebLLM: The WASM compute kernel is constructed byte-by-byte i…
Show HN: Peekl – A modern alternative to Ansible and Puppet Hi everyone! For the last few months I've been working on "Peekl" a configuration management solution. The idea was to get the good part of what I liked with Ansible (the ease of use, the fact that you can get started quickly) with what I loved with Puppet (mainly the pull based model with the agent). The project is now in a state where I believe I can share it with the world. Of course there is still a long way to go for it to be on-par in term of features to Puppet or …
Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs) Hey all, I built babyshark, a terminal UI for PCAPs aimed at people who find Wireshark powerful but overwhelming. The goal is “PCAPs for humans”: Overview dashboard answers what’s happening + what to click next Domains view (hostnames first) → select a domain → jump straight to relevant flows (works even when DNS is encrypted/cached by using observed IPs from flows) Weird stuff view surfaces common failure/latency signals (retransmits/out-of-order hints, resets, handshake issues,…
Show HN: A portfolio that re-architects its React DOM based on LLM intent Hi HN, Added a raw 45-second demo showing the DOM re-architecture in real-time: https://ift.tt/2BlnzpW I got tired of the "Context Problem" with static portfolios—Recruiters want a resume, Founders want a pitch deck, and Engineers want to see architecture. Instead of building three sites, I hooked up my React frontend to Llama-3 (via Groq for <100ms latency). It analyzes natural language intent from the search bar and physically re-architects the Component T…
Show HN: GitHub Issues in the Terminal https://ift.tt/J0TH1N2 February 22, 2026 at 10:52PM
Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable A structured archive of CIA World Factbook data spanning 1990–2025. It currently includes: 36 editions 281 entities ~1.06M parsed fields full-text + boolean search country/year comparisons map/trend/ranking analysis views CSV/XLSX/PDF export The goal is to preserve long-horizon public-domain government data and make cross-year analysis practical. Live: https://ift.tt/vGTPWEx About/method details: https://ift.tt/KIehsGv Data source is the CIA World Factbook (public domai…
Social Plugin