Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Save Your Time with These Agentic RAG Patterns (medium.com/zikozero011)
    —discuss
  2. Thieves steal Nvidia-labeled trailers – yields 20 tons of sand (tomshardware.com)
    —discuss
  3. AI Has Cracked the Most Diabolical Problems in Math. Why Can't It Solve Chess? (wsj.com)
    1comments
  4. Show HN: ShotCandy – Turn any screenshot into a beautiful share-ready image (github.com/btahir)
    —discuss
  5. Latency reduction for consumer facing AI applications
    —discuss
  6. Show HN: InkVec Studio – In-browser, SOTA, WASM based (rust) vectorizer (hf.space)
    —discuss
  7. Fundamentals still worth learning when AI writes the code (flaviocopes.com)
    —discuss
  8. A thesis isn't enough for a PhD (lemire.me)
    —discuss
  9. How fast can you fix a UTF-16 string in C#? (lemire.me)
    —discuss
  10. NAND-16: a computer built from 277,248 NAND gates (somethingbig.ai)
    —discuss
  11. T3rnel Browser – DevTools you can talk to, and a browser your AI can drive (t3ratech.github.io)
    —discuss
  12. Neo – Hugh Howey (hughhowey.com)
    1comments
  13. Show HN: Jev-Like Model Learns to Cook (rlafuente.com)
    —discuss
  14. A Programmable Programming Language (2018) (acm.org)
    1comments
  15. EV Sales Are Booming in Europe with Gasoline at $10 a Gallon (bloomberg.com)
    —discuss
  16. Did Anthropic's A.I. Really Make a Scientific Discovery on Its Own? (nytimes.com)
    —discuss
  17. Show HN: Minecraft PvP against DiffusionGemma-as-Jev, 24 ms per decision (alexzms.com)
    —discuss
  18. UFO-core multiplayer agentic environs (github.com/ufo-ai)
    —discuss
  19. Cognitive Sanctuaries Or: Manifesto of the Department Chair (terrytao.wordpress.com)
    —discuss
  20. Cloudflare fixes Containers cross-tenant flaw exposing customer data (bleepingcomputer.com)
    —discuss
  21. Lunar Terminator Paradox (secretsauce.net)
    —discuss
  22. Session Revocations at Scale (canva.dev)
    —discuss
  23. Banned from Reddit for my plugin that evades tracking and monetization
    2comments
  24. Solving a corn puzzle with CP-SAT (thill.me)
    —discuss
  25. Anthropic is a supply chain risk for all of us (building138.com)
    1comments
  26. App Store review allowed a Meta Muse copycat (lapcatsoftware.com)
    1comments
  27. Show HN: Jevdit – a social network moderated by Jev (jevdit.com)
    —discuss
  28. Haven: One Privacy App. Zero Compromise (havenmessenger.com)
    1comments
  29. Citrix NetScaler Remote Code Execution (citrix.com)
    —discuss
  30. Cold War (wikipedia.org)
    —discuss

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

2 pointsby 2h agogithub.com
2 comments
2h 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

1h agoHN ↗

Nice. Next step is obvious: ship the actual hardware :3

I would be happy to buy!