Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dutch governments builds alternative for Microsoft based on NixOS (dawo.community)
    241comments
  2. Platform-Independent SIMD in Go (go.dev)
    9comments
  3. I'm Tired of Being on the Network (matduggan.com)
    8comments
  4. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    7comments
  5. Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini (nyaa.sh)
    46comments
  6. Ink and Switch Interactive Homepage (inkandswitch.com)
    14comments
  7. F-Droid 2.0 (f-droid.org)
    373comments
  8. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    23comments
  9. CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2 (safateam.com)
    17comments
  10. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    101comments
  11. Special Projects (2016) (openai.com)
    25comments
  12. Boards of Casio (ambionix.com)
    2comments
  13. Amiga Screens: A Primer (datagubbe.se)
    5comments
  14. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    122comments
  15. Oracle on the hook to pay data centre investors even if site has no electricity (ft.com)
    59comments
  16. Show HN: Agentic CUDA Kernel Optimizer (github.com/bertaye)
    —discuss
  17. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    232comments
  18. The Mafia may be keeping fentanyl out of Italy (economist.com)
    136comments
  19. 2DWillNeverDie (2dwillneverdie.com)
    64comments
  20. Fearless SIMD v1.0 (linebender.org)
    42comments
  21. Rails World 2026 Opening Keynote [video] (youtube.com)
    393comments
  22. Toyota is taking the Corolla electric (electrek.co)
    643comments
  23. What About Rails? (jardo.dev)
    65comments
  24. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    163comments
  25. The Test (tante.cc)
    —discuss
  26. Opus 5.5 is good at explainer videos (launchvideo.io)
    168comments
  27. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    31comments
  28. Show HN: Hamilton – a no-internet Android health dashboard, named after my dog (play.google.com)
    2comments
  29. Two-tier encryption in the UK (macanorak.com)
    423comments
  30. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    413comments

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

122 pointsby 5h agonyaa.sh
46 comments
4h agoHN ↗

Emulated llama whipping, what an era we live in

4h agoHN ↗

86box is really fun, and the m4+ macs are great at running it. I've been working on a custom OS designed specifically for the pentium 2 core/isa (trying to write an high performance *nix for 1997-1999 for quake 1/2). 86box runs very faithfully to the real silicon p2s (and voodoo 3) I have without the nuisance of having to copy code over to it in development.

4h agoHN ↗

Ah, those specs will run Need for Speed II smoothly!

4h agoHN ↗

Now I want to emulate my dual PIII-450 with an ATI Rage Fury 128 running Windows 2000.

4h agoHN ↗

Heh I had one of those back in the day with an Intel made L440GX+ and SCSI disks. One of my favourite machines.

2h agoHN ↗

Dual processor machines back then were rather exotic. I was coming from a period on BeOS (“one processor per person is not enough!”) and I’ve never really been able to endure non-SMP machines since 1995. It’s common now of course. I had 512 MB of RAM and a pair of 9.4 (?) SCSI disks connected in RAID-0: I liked to live dangerously back in the day. It ended in tears a few times but I also had a 2GB Iomega Jaz drive for backups… yeah… eventually I switched to DVD-R… yeah… there’s holes in my records.

2h agoHN ↗

Very cool! Never tried BeOS back in the day. I heard good things though.

Amazing times. I actually upgraded to that from a Compaq Professional Workstation 5000 which had dual Pentium Pro 180s in it. Ran NT and occasionally FreeBSD. Cost me a small fortune at the time. Backups here were to a SCSI DLT (can't remember capacity) that was chucked in the trash at work. All it needed was a minor repair.

2h agoHN ↗

I miss Windows 2000. Win32 was such a good time in desktop computing.

1h agoHN ↗

Which motherboard did you have those in? I had a dual socket 370 EPoX board, but I never put a second CPU in it.

Also, sounds like I should work on upstreaming my Rage Fury 128 emulation...and the EPoX SMP emulation...(the perils of too much ADHD and too few tokens)

2h agoHN ↗

Or a Rosetta-based emulator (like Parallels). But 86Box is going to be very bad there.

While they claim "accuracy" as one of the goals for 86Box, I believe accuracy is overrated in PC emus (you don't really need that much accuracy due to the variety of PC clones, and emus are not that accurate anyway). For me the biggest point for using 86Box over other PC emulators/virtualizers is the large selection of virtual hardware available to emulate, not performance.

1h agoHN ↗

86Box is just accurate enough to run the original unmodified firmware. It does not emulate cache and RAM behavior, so you won't get performance-related accuracy. You are likely to succeed in Spectre-like attacks against an emulated 386, which shouldn't be possible on a real thing.

If you don't care and just want to go faster on a modern x86 CPU, you can replace the CPU emulation part of 86Box with a hypervisor. I tried running a Socket 7 motherboard firmware on Linux's KVM - given the chipset emulation is correct, it works: it amusingly identifies an AMD Zen5 running at 3GHz as "Unknown-S CPU at M60MHz" and boots to a DOS prompt.

14m agoHN ↗

Kind of proving why accuracy is not really that important for the PC world. Most era firmware would have tried to run on as much variety of machines possible.

3h agoHN ↗

Hardly, given that the hardware predates the game.

2h agoHN ↗

I think most games are written to run on hardware that predates them.

1h agoHN ↗

Kind of, while chronological true, that misses the hardware configuration that the games expect to be available as means to execute their binary code.

3h agoHN ↗

Emulated Voodoo 3? Does that mean I can run games using Glide?

1h agoHN ↗

Available on Gog. Works fine on modern hardware last time I tried.

3h agoHN ↗

Wait, if single core performance matters, could it be that the MacBook Neo could be a good machine for 86Box? I assume thermal throttling could be a limitation but in theory it should be as fast as an M3 for single core performance.

2h agoHN ↗

Author of the article/site here, I have a MacBook neo I could test 86box on with this same build. But practically speaking yes, it has reasonable ST perf and my guess would be it's competitive with the best x86 chips available today for this workload.

3h agoHN ↗

Glide works, yeah, but check your 86Box dynarec setting first. I had Unreal crawling on an M2 until I realized I was still on the interpreter core.

3h agoHN ↗

I thought 86Box only emulated binaries, so I was a little confused on how it designates CPU speed and architecture. Good to know though...

3h agoHN ↗

I love it! The great 2026 benchmark is a native Turok (I vividly remember that 30fps low poly iguana looking as real as Jurassic Park in my childhood), Unreal and Q3A.

3h agoHN ↗

I had that with GTA3: seemed photorealistic at the time.

1h agoHN ↗

A bunch of PS2 cards had this effect on me. Fifa 2001, Gran Turismo 3, etc.

1h agoHN ↗

Gran Turismo 3 still looks photo realistic!

24m agoHN ↗

This is especially true on a CRT. People often forget how "good enough" the PS2 graphics were, and how big of a deal that was.

Even the prior two games had an extremely tasteful use of textures and geometry that just felt right and realistic enough to not break immersion despite the hardware limitations. This era of gaming rightfully and correctly recognized that any form of "realism" is ultimately an impression rather than an objective truth.

2h agoHN ↗

I vaguely remember running a PlayStation emulator (bleem?) on my Pentium III 1Ghz processor.

Once the Mac mini M8 is released, will we be able to emulate a Pentium III which runs PlayStation emulation?

2h agoHN ↗

It ran VisualBoyAdvance pretty well! I haven't tried Project64 but I think the emulated Voodoo3 should support Jabos D3D6/7 backend with older versions. Was quite thrilled today to see my article blow up so if there's anything you'd want me to test I have mostly a free weekend.

2h agoHN ↗

But can it emulate having two voodoo II's and a desk fan pointed at it?

26m agoHN ↗

TIL you could SLI Vodoo 2's, and 3dfx invented it. Very cool. (It's different from the nvidia SLI, same acronym, different tech.)

2h agoHN ↗

Computers got better, true

But those were much cooler than the ones today

1h agoHN ↗

Corrected title: My Childhood Emulated on 86Box with M6 Mac Mini

1h agoHN ↗

I've been maintaining an emulated Pentium Pro 200 MHz Windows 95 machine on 86Box for some time with all my favorite old software from childhood. It's great for nostalgia, and if friends come over they have fun showing their kids things like SkiFree, Jezzball, and Encarta 96. Still holds up great for kids.

29m agoHN ↗

I think part of the reason it holds up still is things had to be designed for newcomers at the time, since people largely were.

20m agoHN ↗

Yep, I showed my little ones Odell Down Under in the browser at one point, they loved it. A certain amount of that old software I copied to .iso from my physical CD's, but not sure where I could grab something like Encarta 96. Legally.

Had also been thinking about asking Codex to boil the oceans in an attempt to fully decompile or reverse engineer that OG of 1990s 4X games, 'Stars!'*, which I have a copy of, so I could have something modern and native for MacOS that kept all the mechanics. Maybe I should just do this instead, will have to investigate.

16m agoHN ↗

It gives me chills when I see the 3dMark 2000 benchmark visuals. I thought it is pure magic when I first saw it. What was a time to be alive!.

7m agoHN ↗

I had a fair amount of shares of TDFX back in the day, rode it all the way to their bankruptcy. NVDA bought the scraps and left retail shareholders like me with nothing. In a different reality, if 3dfx could have survived to the AI-era...