Just your normal everyday casual software dev. Nothing to see here.

People can share differing opinions without immediately being on the reverse side. Avoid looking at things as black and white. You can like both waffles and pancakes, just like you can hate both waffles and pancakes.

been trying to lower my social presence on services as of late, may go inactive randomly as a result.

  • 0 Posts
  • 59 Comments
Joined 3 years ago
cake
Cake day: August 15th, 2023

help-circle
  • Yeah, I actually had a similar instance regarding Game Pass.

    The Series X was my first Xbox ever because I had been a Sony fan all my life, but the launch of the PS5, the supply was non-existent. And the only way I could get a Series X was doing their All Access Pass deal, which was the two-year payment plan that gave you Ultimate alongside it.

    I feel like it worked against Microsoft’s favor, because yes, it hooked me on Xbox for two or three years. However, since they forced you to have Game Pass Ultimate along with it, I never purchased any games to get with it. So therefore, when I cancelled my Game Pass subscription at the end of it, I had no reason to turn the console on again.


  • I think overall it will be good. We already rely on windows dependent games anyway for 90% of the gaming on the platform. So I don’t see why gamepass would be any different than wine or proton.

    If we were gonna hold that line, then really we should have been super against having any type of transitional layer as a whole. But I don’t think that’s the right choice because the Linux ecosystem is a minority and you’re not going to get that to change anytime soon by making it actively harder for people to want to jump in. I think that it needs all the help that it can get currently.








  • my disappointment in Linux has lessened over the last few years as issues are being resolved.

    Currently my only real disappointment is driver support, but that’s less of a flaw on anything linux, and more of a flaw on the providers.

    That being said, I also am disappointed with sound management. Trying to do anything in that hellscape on most distros leaves you with a pounding headache. It’s a monkey-patch of multiple handlers that gets confusing really fast.


  • Yeah, but like all consoles since the 360 and the PS3 had the capability of copying a game disc to the internal storage in order to have faster operation speeds.

    All they would really need to do with this is have it so the system copies the game to the drive like it does currently with most physicals, and then the USB drive would be used as a key or honestly they could even just leave it so you don’t need the USB drive hooked up

    Relistically, this could probably even work in video games favor because flash drives would be smaller than their DVD counterparts and would be easier to break and also would have shorter lifespans.



  • I’m not familiar with microsoft enough to really know what an internal file name entailed but, looking it up on other sources, it appears it made it so the files that appeared on the delete prompts were named to things like $Rxxxxx.ext which I’m not sure how could even happen. but yea the actual files in the can were named correctly, and they were deleted (or restored) as well. so its definitely a more minor bug.



  • This isn’t just with projects either

    I was looking at property records and property lines for my state yesterday to try to resolve a question that my mom had regarding land that she was getting.

    The first two and a half pages of search results are all websites where you have to pay a subscription fee in order to get the land owner’s information.

    This is all information that is provided by my state free of charge via their website. I had to filter through two and a half pages before I found the original source of the information that all of those websites are leeching off.

    It’s ridiculous the amount of paid services that use free-to-use services, it’s just they pay more of an advertising, so therefore they’re the only thing the user sees.

    If I hadn’t already known that the state provided it free a charge to anyone who asked or went on their website anyway, I likely would have figured it just cost money to request the records.




  • BTRFS doesn’t do case folding, meaning that it’s case sensitive by default. Proton uses win32 style file handling, which is case insensitive, that allows for file duplicates to be saved without it actually being detected by the native handler and also slows the entire file process down when there are a large amount of files. the steamdeck gets around that by forcing case folding on it’s storage but btrfs doesn’t support that.

    It will work with most games OOB(with a light performance hit), but in the case of modding a game linux side, a developer miscodinga part on the linux side, either on the proton part or otherwise, or even just doing normal file operations outside of the wine environment, you can cause duplicate files that aren’t going to be seen as duplicates in the WINE layer which can cause conflicts and weird oddities. Some examples of this can be windows based mods on the steam workshop, as the steam client will interact with the manager as if its a linux client, meaning case sentitive, but when you launch the game it becomes case insensitive. if the mod isn’t developed with this in mind, it can save as different casing as it loads, which will error when you try to actually interact with it.

    they have a github issue open for it still, but its been open for awhile now.


  • Pika@sh.itjust.workstoLinux@programming.devInstalling Debian 13 (Trixie) with BTRFS
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I was gonna go btrfs myself but I read somewhere that it didn’t support something with proton and it scared me out of it. I sadly have since then forgot what it was it didn’t support so now I am worried it won’t work right if I swap \0/

    edit: I found it, btrfs doesn’t support case folding which is recommended by the steamdeck and proton to ensure case insentitivity. So I am waiting for it to have that.