I take my shitposts very seriously.

  • 8 Posts
  • 608 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle
  • You can, technically, but there are some caveats.

    SteamOS is not a general purpose OS. It is optimized to run on the Steam Deck (plus the Frame and Gabecube I guess). Its software components are tested on a limited range of hardware (specifically AMD silicon), and it might not have certain optimizations and compatibility fixes that are required by other consumer hardware. It also probably has some proprietary bits, especially the firmware.

    The best option is Bazzite. It’s not based on SteamOS, but it is built with a robust gaming experience in focus. You can even get it to boot directly into Steam Big Picture. Watch this loud Aussie man do it!

    The other option is HoloISO, which is an independent reimplementation of SteamOS. Their intention is to get as close to the real SteamOS as possible. Hardware support is limited (especially nvidia).



  • Why split physical and data link when they are so closely related?

    You can run Ethernet on any medium that has the capacity to transmit digital signals. It can be copper, optical, over-air laser, radio, on top of an analog carrier wave (ASK, FSK, PSK). The Ethernet traffic can be completely independent from the physical medium by using encapsulation (L2TP or any other protocol that encapsulates Layer-2). It can be pigeons carrying printouts of the Ethernet frames, scanned and reassembled at the destination. The same can be said about most Layer-2 protocols.

    As long as the proper interfaces are present, the physical layer is completely transparent to the data link layer.

    (edit) I should point out that Ethernet, specifically, transmits extra data before and after the frame (the preamble and inter-packet gap) that are used to configure the Rx circuit for reception, but the Layer-2 frame will be identical regardless of the medium.




  • Absolutely! Multiple, in fact. In order of preference:

    1. Shut down the game, dissolve the company, and donate all remaining funds to a women’s shelter.
    2. Prosecute groomers instead of banning and threatening the people who are trying to stop the fuckers and crying about vigilantism even when the proper reporting channels are used.
    3. Use AI for a beneficial purpose at least one goddamn time. Scan the text and voice communications (it’s a public game, there is no expectation of privacy), flag suspicious exchanges for human review, then ban and report groomers.



  • That is still so fucking mysterious to me. The Chinese Room makes exactly one type of game, which is “guided-interactive narrative experience” to be diplomatic. The exact opposite of Bloodlines 1. Dear Esther, Ozzy Mandus And The Crankhog Machine, their entire portfolio follows the same formula: strong in art direction, atmosphere, and story; weak in gameplay. Even a hit like Still Wakes The Deep only takes gameplay as far as “throw object to make the thing look away”. Their gameplay systems are not just middling but comfortably average, just enough to keep the player engaged while moving through the (admittedly beautiful) environments.

    So why the fuck did Paradox choose them for Bloodlines 2? Are they stupid?




  • Verifying that the code doesn’t contain regressions, bugs, or vulnerabilities, that it doesn’t conflict with whatever the owner is actively developing privately, in addition to making sure it wasn’t vomited out by a goddamn clanker, is a huge burden on a solo developer. They are free to decide whether to take on this responsibility.



  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldSteamed
    link
    fedilink
    arrow-up
    124
    ·
    edit-2
    10 days ago

    That’s pretty much what happened. Windows 8 was such dogshit that it might be indirectly responsible for the revolution of Linux gaming. https://archive.ph/iHl8q

    (edit) The comments are fucking hilarious.

    Who is this turkey anyway. He says it’s “unusable” but doesn’t say he’s used it. Had he done so he would have looked past the surface change and recognized the true power and smoothness under the hood. […] Way to go Microsoft too bad you need to put up with idiots that are too lazy to keep up with the times.



  • I take it you’ve never done any serious software development.

    No matter how much they try, the in-house testing environment will never be as diverse as the “wild”. Running the software in production, where it will encounter a vastly greater range of system configurations, and users who will report issues, is often the only way to catch the more elusive bugs. Like xz. And let me point it out because people seem to have completely missed it: they caught the bug and fixed it.