• 0 Posts
  • 38 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • I’ve thought about doing this myself but my GMail account is so ingrained in everything I don’t think I’d be able to untangle the mess.

    Are there any big issues you see coming up with doing this, long standing accounts not letting you change email, etc?

    Do you plan on keeping the old account around for a period to catch any services you might have forgotten about?

    Be interesting to see a follow-up once you’re done to see what kind of pain it causes.




  • The article has one sentence on using older versions for better compatability with some games.

    The rest of the article is basically summed up by “bigger number means newer”

    The whole article seemed very surface level and didn’t really give any more info than could be derived from the names of the versions. As for the community forks mentioned people could find much better info just looking at the readme.

    Maybe I’m just too technical but it just feels to me as pointless as an article explaining the difference between hot and cold taps on a sink.

    Edit: fix autocorrect










  • The lack of backwards comparability is because of the large difference in architecture.

    The PS2 was a128 bit custom processor, the PS3 had PS2 hardware in the original fat versions to achieve backwards compatibility, it was dropped to reduce the price.

    The PS3 was a 64 bit (I think) custom PowerPC processor.

    With the PS4 Sony switched to x86_64 processors making the console essentially a PC with bespoke custom hardware. The PS5 is the same but better speced components as the tech moved on. That’s why the PS4 & 5 are compatible, they are essentially using the same architecture.

    Microsoft is a similar story but they went all in on emulation of their old consoles which is why only certain games are allowed, they only allow the ones tested to work with the emulator.







  • wiccan2@lemmy.worldtoOpen Source@lemmy.mlELI5: What is RISC-V?
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    So the main part of a computer that controls everything has a specific set of things it can do. Imagine that each of these things can be triggered by a button on a control panel.

    Every company making this part of the computer has their own set of things and layout for the buttons to trigger them and you have to pay them money to learn what the things are and how to press the buttons.

    RISC-V offers a set of things and a button layout that the community can freely see and use.

    In this example a computer program is just the list of instructions saying which buttons to press in what order.