frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
17•petewarden•52m ago•1 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
71•onecommit•4h ago•33 comments

Show HN: Recursively apply patterns for pathfinding

https://pattern-pathfinder.vercel.app/?fixtureId=%7B%22path%22%3A%22site%2Fexamples%2F_intro.fixt...
6•seveibar•55m ago•1 comments

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://github.com/MdSadiqMd/AV-Chaos-Monkey
25•MdSadiqMd•1d ago•2 comments

Show HN: Mnemosyne – Cognitive memory OS for AI agents (zero LLM calls)

https://github.com/28naem-del/mnemosyne
3•mnemosy•43m ago•1 comments

Show HN: Declarative open-source framework for MCPs with search and execute

https://hyperterse.com
5•samrith•1h ago•1 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
188•parkaboy•17h ago•117 comments

Show HN: Brainstorm-MCP – Let GPT, DeepSeek, and Groq Brainstorm Together

https://github.com/spranab/brainstorm-mcp
2•spranab•1h ago•1 comments

Show HN: Disk Inventory X updated for Apple Silicon

https://diskinv.github.io/
4•lababidi•1h ago•2 comments

Show HN: Bookie – Conquer the bookkeeping and accounting chaos of freelancing

https://www.bookie.tax/
2•nxnze•1h ago•0 comments

Show HN: MiniVim a Minimal Neovim Configuration

https://github.com/KyanJeuring/minivim
4•kppjeuring•1h ago•0 comments

Show HN: CharityVerify – Trust scores for 138K Canadian charities

https://charityverify.com/
2•buchler•1h ago•0 comments

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
314•levkk•1d ago•57 comments

Show HN: ProdRescue AI – Turn Slack war-rooms and raw logs into incident reports

https://www.prodrescueai.com/
2•devrimozcay•2h ago•0 comments

Show HN: Cost per Outcome for AI Workflows

https://github.com/botanu-ai/botanu-sdk-python
4•deborahjacob•2h ago•1 comments

Show HN: I built an iOS app that turns EPUBs into audiobooks

https://apps.apple.com/ua/app/audiobooks-mp3-m4b-player/id6471399965
5•pklym•2h ago•2 comments

Show HN: Claude Code Canvas

https://github.com/raulriera/claude-code-canvas
3•raulriera•2h ago•1 comments

Show HN: Interactive 3D Moon with real NASA data and WebGPU

https://moon.oddurs.com
3•oddurs•3h ago•0 comments

Show HN: X86CSS – An x86 CPU emulator written in CSS

https://lyra.horse/x86css/
254•rebane2001•20h ago•87 comments

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://github.com/vignesh07/babyshark
140•eigen-vector•1d ago•45 comments

Show HN: Steerling-8B, a language model that can explain any token it generates

https://www.guidelabs.ai/post/steerling-8b-base-model-release/
312•adebayoj•22h ago•87 comments

Show HN: Cellarium: A Playground for Cellular Automata

https://github.com/andrewosh/cellarium
39•andrewosh•3d ago•1 comments

Show HN: Sowbot – Open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
176•Sabrees•1d ago•45 comments

Show HN: Ghist – Task management that lives in your repo

https://github.com/unnecessary-special-projects/ghist
14•nxnze•5h ago•0 comments

Show HN: Open-Weight Image-Video VAE (Better Reconstruction ≠ Better Generation)

https://www.linum.ai/field-notes/vae-reconstruction-vs-generation
4•schopra909•3h ago•1 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
167•ai_bot•1d ago•57 comments

Show HN: MasqueradeORM – Memory Efficient Node ORM: Just Write Classes

https://github.com/MasqueradeORM/MasqueradeORM
3•masqueradeorm•5h ago•1 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
484•MilkMp•2d ago•99 comments

Show HN: TTSLab – Text-to-speech that runs in the browser via WebGPU

https://ttslab.dev
2•MbBrainz•7h ago•0 comments

Show HN: L88 – A Local RAG System on 8GB VRAM (Need Architecture Feedback)

10•adithyadrdo•17h ago•1 comments
Open in hackernews

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://github.com/MdSadiqMd/AV-Chaos-Monkey
25•MdSadiqMd•1d ago
It takes an input video and converts it into H.264/Opus RTP streams that you can blast at your video call systems (WebRTC, SFUs, etc.). It also injects network chaos like packet loss, jitter, and bitrate throttling to see how things break

It scales from 1 to n participants, depending on the compute and memory of the host system Best part? It’s packaged with Nix, so it builds the same everywhere (Linux, macOS, ARM, x86). No dependency hell

It supports both UDP (with a relay chain for Kubernetes) and WebRTC (with containerized TURN servers). Chaos spikes can be distributed evenly, randomly, or front/back-loaded for different test scenarios. To change this, just edit the values in a single config file

Comments

joshribakoff•2h ago
Cool. I did this exact same thing at Cruise to prove and defend my approach to monitoring e2e safety/latency in the remote assistance tool.

In particular, i established that sudden changes in connection speed create latency in the video channels that do not correlate with the data channels

agentifysh•1h ago
very cool is there something like this but for SIP?