Hacker News new | ask | show | jobs
by cbd1984 4158 days ago
> I'm waiting for the day that the wikipedia entry on windows 95 let's you load up windows 95.

We'll have the technical side of this solved before the legal side is.

1 comments

The legal problem is already solved, in a narrow sense, for programs which are otherwise impossible to install in the usual manner: http://archive.org/about/dmca.php

Does Windows 95 qualify? Probably not quite yet, but if UEFI ever wins to the point where motherboards with the traditional BIOS become unavailable and then the available UEFI motherboards stop including a BIOS-compatibility mode, then it probably will.

That said, there's no reason why Wikipedia editors can't embed the player that Archive.org uses for console/arcade/dos games into their respective Wikipedia pages. It wouldn't be quite as easy as embedding a Youtube video (where every video gives you a snippet of HTML to paste into your page), but the emulator is just a js file, and the game is just a couple of small image files which you load and stick into the emulator's in-memory filesystem.

See https://github.com/db48x/emdosbox-loader if you want to see how Archive.org is currently loading those. It's not quite ready to just be plugged in everywhere, but I'm working towards that possibility.