Little bit of everything!

Avid Swiftie (come join us at [email protected] )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 37 Posts
  • 948 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle










  • Have you checked ProtonDB? https://www.protondb.com/app/2623190 It’s okay if you haven’t, less people than I’d expect know about it.

    I see this here from a month ago:

    Tinker Steps:Switch to experimental, Changed configuration
    Issue
    
    After the update from 1.1 to 1.2, the game would crash with Unreal Engine 5 errors after the initial shader cache loading.
    
        LowLevelFatalError -- Bad export index … WBP_Modern_CharacterCreation_EditableText_C
    
    Happens after Bethesda’s update due to mismatched Unreal 5 caches and corrupted .pak files left behind by Steam in the shader caches and games compatdata directory.
    Fix
    
        Uninstalled the game.
        Remove all leftover files
        Reinstall game
    
    rm -rf ~/.steam/root/steamapps/compatdata/2623190
    rm -rf ~/.steam/root/steamapps/shadercache/2623190
    rm -rf ~/.steam/steam/steamapps/compatdata/2623190
    rm -rf ~/.steam/steam/steamapps/common/"Oblivion Remastered"
    rm -rf ~/.steam/steam/steamapps/shadercache/2623190
    rm -rf ~/.cache/OblivionRemastered ~/.cache/unreal*
    
    Clear out the unreal engine cache
    
    rm -rf ~/.cache/OblivionRemastered
    rm -rf ~/.cache/unreal*
    rm -rf ~/.cache/mesa_shader_cache
    
    Graphics:Minor Artifacts
    Performance:Slight Performance Problems
    
    Poorly optmized game. Engine.ini tweaks and performance tweaking is required.
    

  • This dance to get access is just a minor annoyance for me, but I question how it proves I’m not a bot. These steps can be trivially and cheaply automated.

    I don’t think the author understands the point of Anubis. The point isn’t to block bots completely from your site, bots can still get in. The point is to put up a problem at the door to the site. This problem, as the author states, is relatively trivial for the average device to solve, it’s meant to be solved by a phone or any consumer device.

    The actual protection mechanism is scale, the scale of this solving solution is costly. Bot farms aren’t one single host or machine, they’re thousands, tens of thousands of VMs running in clusters constantly trying to scrape sites. So to them, a calculating something that trivial is simple once, very very costly at scale. Say calculating the hash once takes about 5 seconds. Easy for a phone. Let’s say that’s 1000 scrapes of your site, that’s now 5000 seconds to scrape, roughly an hour and a half. Now we’re talking about real dollars and cents lost. Scraping does have a cost, and having worked at a company that does professionally scrape content they know this. Most companies will back off after trying to load a page that takes too long, or is too intensive - and that is why we see the dropoff in bot attacks. It’s that it’s not worth it for them to scrape the site anymore.

    So for Anubis they’re “judging your value” by saying “Are you willing to put your money where your mouth is to access this site?” For consumer it’s a fraction of a fraction of a penny in electricity spent for that one page load, barely noticeable. For large bot farms it’s real dollars wasted on my little lemmy instance/blog, and thankfully they’ve stopped caring.






  • Before the influx of “just use jellyfin” bros come in let me get ahead of it.

    I ran Plex for a decade and loved it, had the subscription, was happy to pay for software I found value in. This however was the kicker, not because it i was directly affected (not because I had a lifetime subscription), but it signaled the end of Plex that I knew from before.

    So I did switch. It was not easy or painless like people here claim. Metadata is stored in different ways that made conversion difficult. I tried multiple conversion tools and none of them worked for me, or left my library in a half state. I ended up just staring from scratch, and it was a couple of months before I was happy with it.

    That being said, I think it’s worth it. It’s pretty much at feature parity, but mostly because Plex hasn’t been doing anything for server owners while jellyfin devs have been for years now. I’m happier with jellyfin than I was with Plex.

    So, to the “I use jellyfin LOL” guys here, no that’s not helpful, and it’s condescending. It pushes people away, but I have a weird feeling they want to push people away (and honestly if that’s your only comment it’s the same energy as crypto bros).

    Instead, I empathize with Plex hosters, I was there, it’s not a fun place to be anymore, and I am here to say that yes you can switch, no it’s not as easy as Plex, but I personally think it’s worth the effort. With all open source things the user interface and experience is definitely lacking, but if you’re willing to put in the time it will be worth it.