frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Haizu – Placement Management System

https://github.com/uswebk/haizu
4•uswebk•1h ago•0 comments

Show HN: Learn by rebuilding Redis, Git, a database from scratch

https://shipthatcode.com
3•acley•2h ago•1 comments

Show HN: Getting GLM 5.2 running on my slow computer

https://github.com/JustVugg/colibri
884•vforno•2d ago•225 comments

Show HN: Richest people in the world by wealth creation instead of ownership

https://anti-forbes-list.vercel.app
46•sakshyampatro•6h ago•36 comments

Show HN: 18 Words

https://18words.com/
1114•pompomsheep•2d ago•352 comments

Show HN: I turned my quote collection into a walkable 3D library (desktop-only)

https://jakubhalmes.com/library/
2•jac08h•2h ago•4 comments

Show HN: Wyrm – Solve algebra by touch, built on an open-source soundness engine

https://github.com/dicroce/wyrm_math
77•dicroce•2d ago•24 comments

Show HN: Reverse-engineering web apps into agent tools

85•pancomplex•2d ago•35 comments

Show HN: Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript

https://a8.aygun.me
2•cyco130•3h ago•2 comments

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

https://github.com/Rodiun/frugon
63•jarodrh•4d ago•13 comments

Show HN: Mtg – Arcade games for the terminal, in Rust with Ratatui

https://github.com/modern-terminal-games/mtg
3•funnyfoobar•3h ago•0 comments

Show HN: Reviving my 2001 college band with AI

https://www.fadingmaize.com
54•jacobgraf•1d ago•58 comments

Show HN: Axletic – a local-first workout tracker for iPhone

https://www.axletic.app
3•bjar2•4h ago•0 comments

Show HN: Dotenv-Diff v3.0.0

https://github.com/Chrilleweb/dotenv-diff
9•chrillemn•3d ago•1 comments

Show HN: Abralo – Free, easy way to run several Claude Code agents in one window

https://abralo.com/
35•cwbuilds•3d ago•29 comments

Show HN: Make images render brighter than white by abusing Rec.2100 PQ profiles

https://superwhite.app/blog/how-it-works
2•nimrodyar•5h ago•0 comments

Show HN: Runloom – Go-style coroutines for Python free-threaded

https://github.com/robertsdotpm/runloom
47•Uptrenda•1d ago•29 comments

Show HN: Code Airlock: Run Claude Code and Codex in Disposable MicroVMs

https://github.com/Trivo25/code-airlock
2•zkTrivo•6h ago•0 comments

Show HN: Phobos – A tiny scale-free kernel language with tile-DAG support

https://www.joa-ebert.com/posts/2026-07-07-phobos-lang/
10•joajoa•4d ago•1 comments

Show HN: SubjectiveZero, an open-source agentic node editor for creative coding

https://sxp.studio/apps/subz
23•tasoeur•1d ago•4 comments

Show HN: Tinyreplay – lightweight session replay without analytics/cloud

https://github.com/kzekiue/tinyreplay
2•kzekiue•7h ago•0 comments

Show HN: Akshara vision localfirst layout aware OCR and document restorer

https://bgraaj.github.io/akshara-vision/
2•bgraj•7h ago•0 comments

Show HN: A deterministic I Ching engine, cross-validated against another impl

https://github.com/yaomancy/liuyao-engine
2•Jincheng-xie•8h ago•0 comments

Show HN: I mapped 8.5M research papers into an interactive atlas

https://tomesphere.com/atlas
80•leonickson•2d ago•25 comments

Show HN: Analog Watch

https://analog.watch
104•ezekg•2d ago•95 comments

Show HN: Krbn, a pencil-style 3D renderer with SVG output

https://github.com/vpalos/Krbn
2•vpalos•10h ago•1 comments

Show HN: FableCut – A browser video editor AI agents can drive (zero deps)

https://github.com/ronak-create/FableCut
97•ronak_parmar•2d ago•58 comments

Show HN: Rubiks Cube Solver

https://speedcube.com.br/
23•wozzp•1d ago•13 comments

Show HN: Follow London Trains in 3D

https://ride.nexttrain.london/
154•mgranados•1w ago•62 comments

Show HN: Microsoft releases Flint, a visualization language for AI agents

https://microsoft.github.io/flint-chart/#/
345•chenglong-hn•2d ago•136 comments
Open in hackernews

Show HN: Sfotty Pie – A browser-based Atari 8-bit emulator in TypeScript

https://a8.aygun.me
2•cyco130•3h ago
Hi HN! This is my little tribute to the machine that started it all for me. I first shared it publicly some five years ago when it was only able to run Atari BASIC. Today it's in a much more usable state where most games work with highly accurate video and audio, even on a phone.

Highlights:

* Almost every component is cycle-exact. The CPU passes the SingleStepTests/65x02 suite with a perfect score and the emulator scores 53/57 on Altirra's Acid800 suite. The biggest gap is serial I/O, which is currently emulated by trapping calls to the OS. Other than that, the emulation is pretty "literal", favoring code clarity over performance.

* It ships with open-source replacement ROMs from the Altirra and Atari++ projects, so it boots to a working machine without copyrighted Atari firmware. You can drop your own ROMs and disk images into the library. They stay entirely in your browser (IndexedDB), nothing is uploaded anywhere. It's a completely static site.

* It emulates the entire Atari 8-bit family (400/800, XL/XE, XEGS, but not 5200) with configurable RAM size. All the components (ANTIC, GTIA, POKEY, PIA) are emulated and cycle-exact. You can select between NTSC and PAL with customizable palettes for each. False colors (artifacting) are not emulated yet.

* Emulates the keyboard (BEWARE, it steals a lot of browser shortcuts), joysticks (via keyboard, gamepad, or an on-screen touch joystick for mobile), most types of cartridges, and non-copy-protected disk images (.atr, only disk 1 for now). It can also directly boot executables (.xex) by generating a boot disk on the fly.

* The UI is still rough and largely vibe-coded. It includes a command palette, custom shortcuts, and a "couch picker" to launch games from your library with a gamepad without leaving the couch.

It's MIT-licensed with all source available on GitHub.

Getting started: https://a8.aygun.me/a8/docs GitHub: https://github.com/cyco130/sfotty-pie

Comments

vunderba•48m ago
As someone working on something in an adjacent space, this is super cool.

Have you ever heard of MartyPC? I think you’d find it pretty interesting as well. It’s an IBM PC XT emulator that supports a bunch of essentially 8088-based systems, and it runs fully online.

They did a lot of benchmark testing with some really iconic demoscene productions, and the results are fascinating. Definitely give it a try if you haven’t already, the WebAssembly version is particularly impressive.

https://github.com/dbalsom/martypc

cyco130•30m ago
I've heard of it, of course! And of course they're years ahead of my little hobby project.

But there's an important difference: They run on the browser via WebAssembly, the project is in Rust. Sfotty Pie is pure TypeScript, so, hopefully, easier to hack for a greater number of people. Also harder to make performant but why do we have all this CPU power if not to emulate 1.79 MHz machines using high-level languages :)