• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • I’ve definitely had some of those issues. I won’t count an old issue where my GPU needed a special connection to attach audio to its DVI output (rare oddity). Some others:

    • Most computers would need to swap default audio device between whatever you use at a desk, and the TV registered as an HDMI audio device.
    • Bluetooth connections to arbitrary controllers have gotten better, but they had often needed manual enablement each time through mouse-based menus or a number of firmware updates to work with Windows/SteamOS.
    • My Steam Deck, even in its current iteration, takes some time to recognize the connected TV and swap resolution.
    • The mouse cursor issue can come up if you had to do any mouse-based option swapping, like that thing with audio devices.

    I’ve definitely gotten it working and had a blast, but the number of button presses to get to starting the game can sometimes be hard to predict. Even when I had a computer dedicated to the TV (a long time ago when SteamOS was fledgling) it was pretty unreliable about having all the right updates and not needing a mouse.


  • On the idea of random drives: Many of them might not be able to read the encryption on Playstation discs. I could be wrong, but I think the way they operate involves more than just software encryption. Sony is best off making their own. Hence why pirates burn special copies.

    On reading prior generations: I think they’d be capable of reading those if they wanted, but running old Playstation games is more a matter of correct CPU architecture. Most of us have played old games on the new consoles, but often there’s a bit of manual porting/emulation logic going on to get it working - so the package delivered from PSN isn’t exactly would come from an old PS2 disc.




  • I’d argue part of this is true because of minimum wage and wealth disparity.

    When you have a healthy disposable income, it feels more reasonable to give out some donations for good online content. But that’s not the case for a lot of people now.

    It sucks because monetization models definitely influence the types of content we get. For instance, freemium video game models with cash shops are better for our current wealth gap, while a large set of consumers having extra cash through the year is much better for expensive, well-produced singleplayer games.




  • The obvious reaction to anything typically free getting paywalled is vehemence, of course - and that’s my thought given Reddit’s track record.

    Still, if it weren’t them, I’m thinking about how this could be done in a classy way. Most people are not willing to engage on topics like politics because there will always be an unending army of trolls arguing in bad faith about them or needlessly engaging in flame wars. If there’s some form of friction behind entry, that CAN at least get people to think twice about insulting each other.

    Price tags as a form of friction are problematic, of course, in that they “only allow access to the rich”. As such, I’d also be open to other ways of making it “difficult” to enter in a way that people could still do with no money. The silliest idea that comes to mind is that people must mail a physical postcard requesting entry (which could then loop back to price tags, since that uses a stamp)





  • While it might be suitable for server environments with 400+drives, all home setups will have fewer volumes than there are alphabet letters, so it’s a suitable setup there.

    Someone else identified how you can run an extra command to identify actual location of a file, and while that’s useful, it’s an extra step that’s unnecessary when the design of the location string itself also identifies that. Unless you can tell me which drive /home/supra-app/preconfiguration/media is on - without running something different. (Vs windows: C:/Users/Someone/AppData/supra-app/preconfiguration/media) That’s what the design of WWW URLs was for - you never have to ask which domain a website is on, and it can even inform you about whether a site is trustworthy.

    I don’t think you’re helping your case by showing there’s no drive location convention at all. A friend plugs a USB device in your computer while you’re busy in the kitchen. He’s fine if he just uses a UI autopopup, but if he needs the full path, he has to ask you where you’ve set up auto-mounting, if you have at all.


  • I know the filesystem is simple to Linux users, but the semantic form of physical drives getting a letter always made more sense to me.

    I have three drives in my computer. So they’re labeled C:, D:, and E:. You can’t place a file on “The Computer” - it’s stored on some particular drive. If I install a game on the E drive, and then later somehow remove that drive and bring it somewhere else, that game remains on that drive, even if it’s no longer E.

    On Linux, as best I understand it, if I have three drives, two of them are at /dev/hdd0 and hdd1. But they’re not actually there, they’re accessed at /media/hdd0 after mounting them (or at least, that’s the convention, and if it’s someone else’s computer, good luck). Then you either begin every game installation path with that annoying prefix, or you start configuring a dozen symlinks. If you place an item in /home/documents/notporn, then who knows which drive it’s on because you don’t know what symlinks someone set up to make that folder.

    Windows does have symlinks too now, which has been nice for hacking a few installation directories, but I appreciate that it’s an exception, and everything else follows relatively logical division of space, rather than this hybrid system where the filesystem isn’t just stored files but also devices, programming concepts, and more.