Remix.run Logo
xp84 2 hours ago

More and more, I wonder if projects like this (I assume they're made possible 'all of a sudden' because of AI coding tools) are going to eventually breathe new life into dozens of "obsolete" platforms long ago deemed too costly to keep supporting. Maybe we'll be able to daily drive OS9 with modern browsers and bugfixes. Or for those of us less masochistic, say, Windows 2000 or NextStep!

ColdStream 16 minutes ago | parent | next [-]

One impressive one to me is the current effort to port Doom to the Neo Geo. Because of its unique hardware setup in that it is entirely sprite based and doesn't have a frame buffer, it is a very difficult challenge to take on. And yet most of the code on these projects is being done via AI and it works pretty dang well.

Considering these coding system probably have almost no idea of the Neo Geo's specifics and with very little reference code directly linked to the system to bounce off, that is dang impressive.

itomato 35 minutes ago | parent | prev | next [-]

One of the first things I did with ChatGPT was feed it source for the existing OHCI USB Host Adapter driver to make it work with more common UHCI hardware.

There are many people working to extend NeXT, Openstep and even Rhapsody. Not to mention emulation projects and deep dives into XNU source, early Darwin source and shoehorning kernels and libraries into various places.

The Epson NX was purpose-built to run NeXTStep, for example, and bringing support for machines like that and the Canon object.station into 86box is a pet project of mine.

Join us https://www.nextcomputers.org/forums/index.php?topic=5286.ms...

russelg 2 hours ago | parent | prev | next [-]

This isn't an all-of-a-sudden, the engine has been worked on for over 7 years now https://github.com/fwgs/xash3d-fwgs

Coeur an hour ago | parent | prev | next [-]

Or even create new platforms where we're not bound by platform owners' imposed artificial limitations.

ColdStream 27 minutes ago | parent [-]

So the entire free software movement? ;)

someperson 2 hours ago | parent | prev | next [-]

I feel like the best Beatles songs are yet to be written.

Or alternatively best classic Simpsons episodes are yet to be made.

soulofmischief 2 hours ago | parent | next [-]

I think people seem to be downvoting this because it's not something they like whether true or not, however I think it's a thought-provoking perspective which warrants some consideration.

nonethewiser an hour ago | parent [-]

I think there is real insight but it kinda relies on a rhetorical trick. AI could arguably create a simpsons episode. It absolutely could not make a Beatles song. The Beatles can only make a Beatles song, and they do not exist.

gcanyon an hour ago | parent | prev [-]

I think you're underselling where we'll get to in the next 5-10 years. I'm thinking:

Best Beatles song recorded between Rubber Soul and Revolver, composed mainly by McCartney but Lennon wrote the bridge and Ringo was feeling adventurous and Harrison was angry that day, and it was deemed not commercial enough to include on Revolver.

Best season 3 episode of The Simpsons, really showing the transition to Homer as the lead, written by Robert Cohen with significant musical input from Danny Elfman and featuring seven characters loosely representing the deadly sins, with Homer as Gluttony of course.

anthk 2 hours ago | parent | prev [-]

There's already Netsurf with beter JS support than the Duktape one under Unix, Windows and even RiscOS.