• 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • I wonder when, if ever, Warner Bros. Is going to learn that players are actively pushing back against corporate greed and live service games are already way past the limit of microtransactions that players deem acceptable.

    Some time after that actually happens.

    Yes, there are a lot of players in various social networks loudly complaining about the phenomenon (although I suspect many of those are not even in the target audience to begin with), and there are even some actively boycotting these games, but so long as there are enough of them left willing to play ball, and especially some with an exploitable addiction-prone personality that can be hooked on loot boxes and microtransactions until they spend more than they have, there just isn’t anything for these companies here to “learn”. Other than “hey, this is insanely profitable”.

    They may get insulted on Xitter for it, but who cares, everybody gets insulted on Shitter…



  • Dunno about ideal, but it should work.

    It does have quite a bit of overhead, meaning it’s not the fastest out there, but as long as it’s fast enough to serve the media you need, that shouldn’t matter.

    Also, you need to either mount it manually on the command line whenever you need it or be comfortable with leaving your SSH private key in your media server unencrypted. Since you are already concerned with needing to encrypt file share access even in the local network, the latter might not be a good option to you.

    The good part about it is, as long as you can ssh from your media server to your NAS, this should just work with no additional setup needed.








  • That ‘amp;’ does not belong in there, it’s probably either a copy-paste error or a Lemmy-error.

    What this does (or would do it it were done correctly) is define a function called “:” (the colon symbol) which recursively calls itself twice, piping the output of one instance to the input of the other, then forks the resulting mess to the background. After defining that fork bomb of a function, it is immediately called once.

    It’s a very old trick that existed even on some of the ancient Unix systems that predated Linux. I think there’s some way of defending against using cgroups, but I don’t know how from the top of my head.









  • Honestly, that was a bit of a wise crack. What I am doing with those two things (plus a number of other that are required these days, notably for DKIM) is running my own mail server.

    Fair warning: Doing that costs money, time and effort, and messing it up can lead to… interesting results. (You usually don’t want “interesting” for something as fundamental as your email.)

    If you are still interested, join us in selfhosted@lemmy.world. (Still figuring out how to properly link to a community on lemmy. In the meantime, look for it under “Communitys”.)

    The postfix mail server can be found here: https://www.postfix.org/
    The Cyrus IMAP server can be found here: https://www.cyrusimap.org/

    Additionally, I also use roundcube so I can have a web interface for email.