Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Corporate America embraces cheaper 'open' AI models (ft.com)
    —discuss
  2. TuxBot: Semantic-Aware Online OS Tuning with Large Language Models (arxiv.org)
    —discuss
  3. DSPy – Program, don't prompt, your LLMs (dspy.ai)
    1comments
  4. Why YC Companies Win (khaliqgant.com)
    —discuss
  5. Alan Kay's answer to "Did the ENIAC have a BIOS"? (quora.com)
    —discuss
  6. 1.3M free proxies → only the ones that work open source (github.com/maximilianfeix)
    1comments
  7. 'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms (politico.com)
    —discuss
  8. Death Rates for Young American Adults Jumped 71% in Just over a Decade (studyfinds.com)
    2comments
  9. Bob Chapek Is So Not over Getting Fired from Disney (wsj.com)
    —discuss
  10. You do not have to hand IT to the techbros (parsingphase.dev)
    —discuss
  11. Show HN: Squint – Drag a box on your screen and ask AI about it (heysquint.com)
    —discuss
  12. The state of SIMD in Rust in 2026 (shnatsel.github.io)
    1comments
  13. Deepfates/imp: declarative self-improving language-model programs for Elixir (github.com/deepfates)
    —discuss
  14. Amazon Blocks Meta's Muse AI Agent from Its Retail Site (bloomberg.com)
    —discuss
  15. AI Companies Say They're Investigating Rogue Bot Incidents (motherjones.com)
    —discuss
  16. Show HN: Boonful – Claude Code can publish and sell what it builds (boonful.io)
    1comments
  17. Show HN: A bookshelf of rare company documents and out-of-print tech books (rare-books.vercel.app)
    —discuss
  18. XiaomiMiMo / MiMo-v2.6-RL-OSS (Agentic RL Environments) (huggingface.co)
    —discuss
  19. Anti-Cheat and Toxicity Detection (2025) (grid.gg)
    —discuss
  20. We built DeepL's next-generation LLMs with FP8 for training and inference (2025) (deepl.com)
    —discuss
  21. Heypcb: Figma for Hardware, with AI (heypcb.ai)
    —discuss
  22. Program Integrity Is a Team Sport (pplfirst.com)
    —discuss
  23. Totlajtol, a digital repository of colonial documents in Nahuatl, is presented (udg.mx)
    —discuss
  24. Claude Pop – I'm Upping My P(Doom) [video] (youtube.com)
    —discuss
  25. Two Paths to Math Everest (quantumformalism.substack.com)
    —discuss
  26. Open firmware for the Echo Show 5, first and 2nd gen: Alpine Linux (github.com/huskerminion)
    —discuss
  27. Quantized Reasoning Models Think They Need to Think Longer, but They Do Not (arxiv.org)
    —discuss
  28. DuckDB and Hugging Face: Querying Datasets Directly (duckdb.org)
    —discuss
  29. Scoop: Anthropic's Dario Amodei to Have White House Dinner with Trump (axios.com)
    —discuss
  30. We made our launch video with Claude Code (and open-sourced the tool) (kiln.tech)
    —discuss

A fantasy ARM based PC and native ARM port of DOS+Apps with Rosetta-like x86 JIT

1 pointsby 44m agogithub.com
1 comments
44m agoHN ↗

A bit of alternate history: What if IBM had gone with an ARM instead of x86 for the IBM AT but tried to keep 100% backwards compatibility?

This is an in-browser ARM PC emulator, running an ARM port of MS-DOS 4 with full accurate PC hardware (VGA graphics, Sound Blaster, IDE, etc) and a ton of software ported to a very DOS-like ABI running ARM instructions. Off-the shelf games and applications like Doom, Quake, the GEM desktop and more were ported and recompiled for ARM-DOS.

Clones of many DOS applications were created, like a full Turbo C style IDE (with TinyCC as a compiler) or a pretty extensive QuickBasic like IDE are there.

You can launch TERM (a ProComm like terminal emulator) and dial a BBS, that runs as an entire second ARM-DOS PC in your browser and upload/download things and play door games. There's a second early AOL-like dialup service that lets you access real Wikipedia and Hacker News over the authentic speed modem - and even view images full screen and watch the re-encoded GIFs slowly download.

There's also a full Rosetta-like JIT converter. You can take most stock X86 DOS applications and just run them.

This is part an exploration of 80's PC nostalgia, and part a tech demo of what an IBM ARM PC could have been. Then trying to see how over the top this idea could be taken within the confines of a browser.

https://kevin.day/armdos/ to play with this https://kevin.day/armdos/docs/ for manuals and more info