frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Mcp2cli – One CLI for every API, 96-99% fewer tokens than native MCP

https://github.com/knowsuchagency/mcp2cli
64•knowsuchagency•4h ago•31 comments

Show HN: Husky hook that blocks Git push until you do your pushups

https://git-push.app
2•zimboy•1h ago•0 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
88•gepheum•16h ago•45 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
235•vancecookcobxin•14h ago•99 comments

Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI

https://quesma.com/blog/chromatron-recompiled/
18•stared•1d ago•7 comments

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
12•thepaulthomson•11h ago•7 comments

Show HN: WolfStack – Proxmox-like server management in a single Rust binary

https://wolfscale.org/
26•wolfsoftware•15h ago•2 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
72•steeleduncan•22h ago•13 comments

Show HN: OpenMeters – A fast and free audio metering/visualization suite

https://github.com/httpsworldview/openmeters
7•httpsworldview•9h ago•0 comments

Show HN: Curiosity – DIY 6" Newtonian Reflector Telescope

https://curiosity-telescope.vercel.app/
79•big_Brain69•1d ago•19 comments

Show HN: OxiMedia – Pure Rust Reconstruction of FFmpeg and OpenCV

https://github.com/cool-japan/oximedia
8•kitasan•10h ago•6 comments

Show HN: AlphaPerch – Track product execution for companies you follow using AI

https://alphaperch.com
2•sebasnar•6h ago•0 comments

Show HN: Compose Launcher – A macOS app to run multiple Docker Compose files

https://github.com/yingbo/compose-launcher
2•yingbo•6h ago•0 comments

Show HN: Environment Variable Checker

https://github.com/Chrilleweb/dotenv-diff
5•chrillemn•11h ago•0 comments

Show HN: ChatML - Run Claude Code Parallel Sessions in a Desktop app

https://github.com/chatml/chatml
3•mcastilho•8h ago•4 comments

Show HN: ANSI-Saver – A macOS Screensaver

https://github.com/lardissone/ansi-saver
102•lardissone•1d ago•36 comments

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies

https://mujs.org
154•amaury_bouchard•2d ago•77 comments

Show HN: Lobster.js – Extended Markdown with layout blocks and footnotes

https://github.com/Hacknock/lobsterjs
5•Kyome22•15h ago•3 comments

Show HN: Reverse-engineering Shockwave to save early 2000s web games (Rust/WASM)

https://github.com/igorlira/dirplayer-rs/
10•igorlira•19h ago•0 comments

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

https://github.com/moongate-community/moongatev2
284•squidleon•2d ago•164 comments

Show HN: Kula – Lightweight, self-contained Linux server monitoring tool

https://github.com/c0m4r/kula
89•c0m4r•2d ago•56 comments

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

https://github.com/es617/claude-replay
100•es617•2d ago•34 comments

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

https://github.com/willtobyte/reprobate
58•delduca•2d ago•22 comments

Show HN: SiClaw – Open-source AIOps with a hypothesis-driven diagnostic engine

https://github.com/scitix/siclaw
9•SherryWong•1d ago•2 comments

Show HN: VoiceFlow – Sub-second (0.3s-0.6s) voice-to-text built in Rust

https://voiceflow.szymonwira.pl
3•con4ig000•14h ago•1 comments

Show HN: Using Isolation forests to flag anomalies in log patterns

https://rocketgraph.app/ml
4•kvaranasi_•6h ago•1 comments

Show HN: System R – Risk intelligence API for autonomous trading agents

https://github.com/System-R-AI/demo-trading-agent
2•ashimnandi•15h ago•0 comments

Show HN: Complying with California's AB 1043 via signal fusion, not ID uploads

https://www.a3api.io
3•digital-arcadia•16h ago•0 comments

Show HN: A PS4-inspired portfolio UI (requires laptop or larger screensize)

https://www.musnom.com/psme
3•MustafaN786•16h ago•2 comments

Show HN: Proxly – Self-hosted tunneling on your own domain in 60 second

3•a1tem•23h ago•0 comments
Open in hackernews

Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI

https://quesma.com/blog/chromatron-recompiled/
18•stared•1d ago
Play: https://p.migdal.pl/chromatron-oxide/ Repo: https://github.com/stared/chromatron-oxide/ (educational purpose only) The original: https://www.silverspaceship.com/chromatron/

Full story in the blog post.

Comments

alberto-m•1d ago
Excellent article, thanks!
casey2•4h ago
Very nice. But "Models excel at code, but not at visual inspection" is limited, Claude excel's at code cause that is anthropics main focus. Google will leapfrog them soon.

I could never see Claude doing this without a human in the loop, while Google has probably already reverse engineered a good chunk of the software available on the web

stared•2h ago
When dealing with binaries, Gemini 3.1 Pro is in the same tier as Opus 4.6, https://quesma.com/benchmarks/binaryaudit/. Here are the results without humans in the loop, fully end-to-end.

For any practical development, you want humans in the loop, just precisely as much as it is needed (e.g. to ask the right questions, not to get steered away), but not more.

rsalus•5m ago
Doubtful.
xnx•4h ago
Similar recent project for Skyroads: https://github.com/ammaarreshi/SkyRoads-Codex
duskwuff•3h ago
The source code to Chromatron was made available on the game's forum at one point. Here's a copy I saved:

https://gist.github.com/duskwuff/513e2b4f38b3db2e060c8611ebf...

A couple of helper functions are missing, but nothing terribly important.

stared•2h ago
I wasn't aware it existed - and thanks for saving!

And wow, this code is beautiful.