frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The Roman Industrial Revolution that could have been (Vol 2)

https://thelydianstone.com/volume-2
11•miki_tyler•46m ago•2 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
216•squidleon•9h ago•123 comments

Show HN: WebBridge turns any website into MCP tools by recording browser traffic

https://github.com/jalabulajunx/WebBridge
2•nonstopnonsense•34m ago•1 comments

Show HN: Reconstruct any image using primitive shapes, runs in-browser via WASM

https://github.com/taiseiue/primitive-playground
18•taiseiue•3d ago•4 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
54•es617•8h ago•24 comments

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open

https://github.com/willtobyte/reprobate
2•delduca•1h ago•0 comments

Show HN: A trainable, modular electronic nose for industrial use

https://sniphi.com/
27•kwitczak•3d ago•15 comments

Show HN: Sqry – semantic code search using AST and call graphs

https://sqry.dev
2•verivusai•1h ago•1 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
178•armandhammer10•19h ago•60 comments

Show HN: mTile – native macOS window tiler inspired by gTile

https://github.com/protortyp/mTile
2•protortyp•1h ago•0 comments

Show HN: Interactive 3D globe of EU shipping emissions

https://seafloor.pages.dev
17•marcohaber•9h ago•7 comments

Show HN: PageAgent, A GUI agent that lives inside your web app

https://alibaba.github.io/page-agent/
137•simon_luv_pho•1d ago•69 comments

Show HN: Graph-Oriented Generation – Beating RAG for Codebases by 89%

https://github.com/dchisholm125/graph-oriented-generation
2•dchisholm125•3h ago•0 comments

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
20•a13x57•9h ago•4 comments

Show HN: Mantle – Remap your Mac keyboard without editing Kanata config files

https://getmantle.app/
2•gsteezy•3h ago•0 comments

Show HN: VaultNote – Local-first encrypted note-taking in the browser

https://vaultnote.saposs.com/
3•powerwild•4h ago•1 comments

Show HN: Mog, a programming language for AI agents

https://gist.github.com/belisarius222/203ac5edbc3306c34bf0481f451d4003
3•belisarius222•5h ago•1 comments

Show HN: Best ways to organize research links

https://clipnotebook.com/blog/best-ways-to-organize-research-links-2026
6•diddddy•5h ago•0 comments

Show HN: Feedster, an RSS/feed reader focused on discovery and agent integration

https://feedster.co
3•pmarsceill•6h ago•0 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
3•lydionfinance•6h ago•0 comments

Show HN: Jido 2.0, Elixir Agent Framework

https://jido.run/blog/jido-2-0-is-here
316•mikehostetler•1d ago•63 comments

Show HN: Tensor Spy: inspect NumPy and PyTorch tensors in the browser, no upload

https://tensorspy.com/
22•jacobn•4d ago•2 comments

Show HN: Solace – Mac menu bar app that adapts to the world around you. Finally

https://theodorehq.com/solace/
2•theodorehq•6h ago•0 comments

Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search

https://github.com/skuznetsov/pg_sorted_heap
4•skuznetsov37•6h ago•1 comments

Show HN: LoRA gradients on Apple's Neural Engine at 2.8W

https://github.com/jmanhype/ane-lora-training
3•jmanhype•7h ago•1 comments

Show HN: Claude skill to do your taxes

https://github.com/robbalian/claude-tax-filing
7•rob313•7h ago•1 comments

Show HN: Anchor Engine – Deterministic Semantic Memory for LLMs Local (<3GB RAM)

https://github.com/RSBalchII/anchor-engine-node
3•BERTmackl1n•7h ago•2 comments

Show HN: Poppy – A simple app to stay intentional with relationships

https://poppy-connection-keeper.netlify.app/
175•mahirhiro•1d ago•113 comments

Show HN: Moltty – Organized, Persistent AI Coding Sessions

https://moltty.com/
8•ronreiter•12h ago•3 comments

Show HN: ContextFlow – YouTube videos to viral social content (built by a 15yo)

https://contextflowai.online
3•Terminator_XD•8h ago•0 comments
Open in hackernews

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
20•a13x57•9h ago
A fun weekend project: https://www.modembin.com

It's a pastebin, except text/files are encoded into .wav files using real FSK modem audio. Image sharing is supported via Slow-Scan Television (SSTV), a method of transmitting images as FM audio originally used by ham radio operators.

Everything runs in the browser with zero audio libraries and the encoding is vanilla TypeScript sine wave math: phase-continuous FSK with proper 8-N-1 framing, fractional bit accumulation for non-integer sample rates, and a quadrature FM discriminator on the decode side (no FFT windowing or Goertzel), The only dependency is lz-string for URL sharing compression.

It supports Bell 103 (300 baud), Bell 202 (1200 baud), V.21, RTTY/Baudot, Caller ID (Bellcore MDMF), DTMF, Blue Box MF tones, and SSTV image encoding. There's also a chat mode where messages are transmitted as actual Bell 103 audio over WebSocket... or use the acoustic mode for speaker-to-mic coupling for in-room local chat.

Comments

thebuilderjr•6h ago
Fun project. I tried encoding a short sample and the shareable m/#... URL plus WAV export makes it easy to reproduce and share specific payloads.

A feature that would make this even more useful as a debugging or teaching tool would be a decoder inspector: recovered bytes, framing errors, and maybe a small waterfall or discriminator view while decoding. For acoustic transfers especially, that would make it much easier to see whether a failure came from timing, levels, or just picking the wrong protocol.

a13x57•5h ago
That's actually a great idea. I will implement it this weekend! Thanks for the input.
achille•2h ago
Fun challenge: I asked Claude/Gemini to decode the audio by just uploading it as puzzle.wav. Claude is able to decode it:

https://claude.ai/share/4262fb6b-3ca1-407f-af0d-4d014686e65d

HanClinto•1h ago
Oh this is really cool! Reminds me of ggwave [0].

It feels difficult to create hobbyist peripherals that interface with ones' phone -- trying to get cross-platform credentials to plug your own Arduino in via USB or connect via Bluetooth feels like a chore. I like the idea of phones communicating via some sort of audio library (ultrasonic maybe?) -- like R2-D2 chirping back and forth to communicate with other droids. I think this sort of thing could be part of a nice network of cross-device communication.

[0] - https://github.com/ggerganov/ggwave