• 4 Posts
  • 814 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle


  • Pros:

    • I never have to worry that my OS is working for someone else by design.
    • Never surprised by ads.
    • Never surprised by updates that move/remove something in the UI.
    • Never have to be worried about some new feature that windows is forcing everyone to use that accesses all my data and might go rogue and delete it all or upload it somewhere.
    • BTRFS feels decades ahead of NTFS
    • package manager makes it easy to try new programs
    • I can try multiple desktop environments
    • I can write scripts to customize my experience

    Cons:

    • Occasionally there is a program that only officially supports windows and I have to figure out how to get it working in proton or a VM. This happens much less now than 10y ago.
    • A game might say it works on Linux, but I hit some issue that my friends on windows aren’t hitting, and have to determine if I’m just unlucky or if it’s something to do with proton/Linux.
    • there are still some remaining kinks being ironed out with the x11 to Wayland migration.
    • sometimes there’s a bug in a package and I have to downgrade it. But that’s not really even an option in windows.

    All in all, there is nothing from windows I would say I “miss”. And it feels refreshing to know I’m out of the line of fire of msft.




  • To add on to the top post: with Plex you only need 1 account and can exchange access to multiple servers. I can browse all the media my account has access to with ease.

    Jellyfin needs an account per server. If the client multiplexed between them seamlessly, that would probably be fine enough. But it would be nice if they supported some method of federation.

    And Jellyfin has a list of CVEs that they haven’t addressed in years, which makes not want to make it visible outside my network.

    I want to ditch Plex, but this is the primary sticking point for me. No criticism to the Jellyfin devs btw, they’re doing the lord’s work, I have nothing but respect for them.

    Another minor one is that the Plex app works with a controller on my bazzite HTPC, but the Jellyfin one was hit or miss. I could get it to work once, and then the next day the controller would do nothing and the UI would be acting weird. I will go back and try it periodically to see if it’s ready, but last time I checked it wasn’t.



  • This is unfortunately easier said than done. This defcon talk from 14y ago comes to mind.

    If 100% of the game state is server authoritative, then there are always exploits in the netcode. Because either you have netcode that is so rigid that the first time a packet is late, or some floating point math doesn’t add up right, you don’t know what to do and break; or you have netcode that makes up for little discrepancies, and hackers eventually find them and abuse them.

    It would be nice if the client isn’t told about player locations they don’t see yet, but now the server has to calculate occlusion for every player vs every opponent on every server tick. And let’s say you find a magically optimized way to do this, now how do you attenuate sounds like footstep or gunshot dynamics?

    Anticheat is always an arms race. There is no “just do X, and you’ve defeated the cheaters”. Contrary to popular belief, hundreds of very smart people have been working at solving these problems for literally decades, and the arms race always ends up on the client.






  • This was an unknown unknown for OP. Again, it’s completely fair for a new user to see the alias feature, think “ah, that’s built for aliasing one thing to another, let me try it for this directory name”, and be confused when it doesn’t work. OP can’t know what they don’t know.

    And the open source community is just that, a community. Asking questions in forums is the accepted practice. And “basic” is hard to define. What is basic for you isn’t basic for someone else, in the same way that what is basic for someone else isn’t basic to you.


  • Yes, the tech industry has a new hammer and everything looks like a nail, but the reality is, LLMs are finding far more purchase than blockchains did. I wholeheartedly agree that you should not be forced to use an LLM when you don’t want to, much less have any app run one locally without consent, but to suggest LLMs have similar usefulness to blockchains is just ignoring reality. This isn’t the crypto bubble, this is the dotcom bubble. It would be more like replacing all the instances of “AI” with “the internet” or “computers”.



  • It is worth acknowledging that this probably seems unintuitive to a new user. Makes it look like the shell has two different aliasing systems.

    It makes sense the more familiar you are with bash, though. If you ever tried to cd /some/other/path-with-docs/in/the/string you’d end up accidentally running cd /some/other/path-with-/media/docs/in/the/string.

    Which would be confusing at best, or a security issue at worst. Better to see that $ in the cmd and know you’re injecting a var’s value.





  • I was trying to do this recently and learned that, I guess certain bluray drives have been identified as compromised by the powers that be. As a result newer bluray disks ship with a list of those drives, and when your drive’s firmware sees that it is on the list, it will refuse to open the disk. I have an old bd drive from ~2008 that was ~60% effective at ripping my library.

    I also tried my best to use fully open source tools in combination with an up-to-date KEYDB.CFG, but never had as much success as just using makemkv.

    The most extreme route I found is to refer to makemkv’s list of drives that can have their firmware flashed to prevent it from refusing to read a disk. I haven’t gone that route, but would definitely consider it if I was looking for a drive.