frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Copperhead – Hardware as Fast as Software

https://copperhead.sh/
104•animeshchouhan•2h ago•41 comments

Show HN: Homebutler – reports what changed on your server, not what's running

https://github.com/Higangssh/homebutler
5•swq115•59m ago•0 comments

Show HN: DriveSync – fast Git-styled Google Drive sync CLI

https://github.com/scaleninja/drivesync
11•rohityadavcloud•3h ago•2 comments

Show HN: Edge-AI device that analyzes my cannabis grow, nothing leaves the LAN

https://croplock.com/blog/
2•gullywompr•1h ago•1 comments

Show HN: EndFrame – Demos, launch videos, shorts from the AI plan you pay for

https://endframe.ai/
3•endframe•1h ago•0 comments

Show HN: Otter, a multi-threaded JavaScript runtime capable of 1k+ threads

https://github.com/gi-dellav/otter
2•gidellav•1h ago•0 comments

Show HN: Multistack, a TUI environment for parallel coding agents

https://github.com/gi-dellav/multistack/tree/main
2•gidellav•1h ago•0 comments

Show HN: A cozy home for your Goodreads books

https://reading-room.transitivebullsh.it
2•transitivebs•1h ago•1 comments

Show HN: StackTab, what your stack costs at 1k, 10k and 100k users

https://stacktab.kynth.studio
2•kyisaiah47•1h ago•0 comments

Show HN: FFmpeg Commander – A command generator for common encoding workflows

https://ffmpeg-commander.com/
2•alfg•1h ago•0 comments

Show HN: CodeKnow – Turn any codebase into a knowledge graph

https://codeknow.onrender.com/
2•alexjsalsali•2h ago•0 comments

Show HN: StimuStop – free quit tracker that doesn't reset your streak on a slip

https://stimustop.com/
4•resetneac•2h ago•0 comments

Show HN: Jigsaw Haiku

https://jigsawhaiku.com/
107•windowshopping•3d ago•30 comments

Show HN: Interactive Tree of Life

https://ptree.org/
101•Lucent•4d ago•23 comments

Show HN: Malinois – Open-Source iOS Unattended-Device Tamper Detection

https://github.com/john-comptonemail-com/malinois
3•jcomp•3h ago•0 comments

Show HN: Gremlord – Run Claude Code on any model, with a budget

https://gremlord.com/
2•maorbril•3h ago•0 comments

Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI)

https://rmzlb.github.io/notifyd/articles/postgres-queue-what-skip-locked-does-not-give-you.html
2•rmzlb•3h ago•0 comments

Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon

https://github.com/Sadpainy/Stuxnet
162•CMDDestory•17h ago•50 comments

Show HN: Notifkit, self-hosted notification infra for email, SMS, push,etc. +MCP

https://github.com/devkitshq/notifkit
4•coo1estguy•3h ago•0 comments

Show HN: Stateful AI agent on Cloudflare Workers free tier, with evals

https://github.com/DomWane/workers-personal-agent
2•DomWane•4h ago•0 comments

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
2•specy•4h ago•1 comments

Show HN: Wg-admin – web UI for an existing WireGuard host

https://github.com/logimaxx/wg-admin
31•vsergione•23h ago•11 comments

Show HN: GET Together – A social network where you don't need POST to Post

https://gettogether.dev
106•nchudleigh•1d ago•57 comments

Show HN: NYC MapTap – Learn NYC neighborhoods

https://albertjoseph0.github.io/nyc-maptap/
15•abj908•13h ago•13 comments

Show HN: I made Artle – a quick, daily art guessing game

https://artle.eu
3•steinvakt2•6h ago•0 comments

Show HN: HomeCat – Design your backyard office

https://myhomecat.com
38•dearilos•21h ago•19 comments

Show HN: I've Translated Linear Algebra Done Right by Axler to Hebrew

https://twitter.com/AxlerLinear/status/2097188716091674804
4•tzury•4h ago•1 comments

Show HN: Engrim – A universal, local-first SQLite memory engine for AI CLIs

https://github.com/timgordontg/engrim
90•timgordontg•1d ago•53 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
99•bosmarcel•1d ago•34 comments

Show HN: Doc-scraper, offline searchable docs corpora for coding agents (Go)

https://github.com/Sriram-PR/doc-scraper
5•devlithic•8h ago•0 comments
Open in hackernews

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
2•specy•4h ago
Asm Editor is an open-source browser IDE for writing, running, and debugging assembly.

It currently supports M68K, Z80, MIPS, RISC-V (32- and 64-bit), and x86-64. The debugger includes breakpoints, backward stepping, execution history, register and memory inspection, and other tools intended to make assembly easier to understand.

I recently added graphics, keyboard, and mouse support, so it’s now possible to build small games and other interactive programs.

The project is aimed primarily at university students learning assembly. The M68K emulator takes inspiration from Easy68K, while the MIPS emulator uses the same emulator as MARS. Both are commonly used in computer science courses.

I’m also working on interactive courses for those architectures, allowing students to learn and experiment directly in the app.

The app also has architecture documentation, shareable files, project templates, and tools for professors to create exams.

You can create a project from one of the templates to quickly try it out. I’d love to hear your feedback, particularly from people who teach or have learned assembly.

Demo: https://asm-editor.specy.app/projects/create (pick the language and template you prefer)

Repo: https://github.com/Specy/asm-editor

Comments

specy•4h ago
I also experimented with running the actual java MARS application directly in the browser with chreepj which is a java emulator in the web: https://asm-editor.specy.app/apps/mars