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

help-circle


  • The long story short is that you are being made to (by default) give up rights that you should have, particularly around class action lawsuits. It’s strictly bad for you and strictly good for the company. They probably shouldn’t be allowed to do this. Since they are, the only thing we can do to protest it is to opt-out.

    Maybe you’ll never sue discord. But maybe someday there will be a lawsuit brought against discord by someone else. A few ideas for topics might include a security vulnerability that leaks personal information, the use of discord content for AI training data (e.g. copyright issues), or the safety of minors online. If you don’t opt-out, you can’t be a part of such lawsuits if they ever become relevant. This overall weakens these lawsuits and empowers companies like discord to do more shady things with less fear of repercussions.

    And, since the vast majority of people will never opt-out (since you’re opted in by default) these kinds of lawsuits are weakened from the start. That’s why every company in the US is doing this forced arbitration thing. At this point, they would be crazy not to since it’s such a good thing for them and the average person doesn’t care enough about it.


  • Not necessarily. For a game like this that only functions online, you could presumably determine all the possible server calls and point them to a server you own. You could do this purely via clever network settings without modifying the game at all. If you could do that, the game would run fine and you could even use the original authentication server to ensure the user holds a valid license.

    At that point, you “just” need to implement and run a server for the game. This also doesn’t involve modifying the game, but could run afoul of potential laws against reverse engineering if not done in a clean room manner (I’m not a lawyer so there could be other things too since unfortunately US law tends to not favor the end user).

    Regardless of any of that, it always feels silly to me when companies fight tooth-and-nail against people not only performing free work and hosting for a dead game but ALSO trying to ensure people actually own the game before playing on their private server. Of course they could just use 🏴‍☠️ versions and black-hole the authentication server. All the company does by withdrawing licenses is ensure they have to skip authentication so the company loses out.


  • Huh, go figure. Thanks for the info! I honestly never would have found that myself.

    I still think it should be possible to use in:channel on the channel-specific search though. One less button press and it can’t be that confusing UX-wise since you have clear intent when doing it (if anything, the fact that the two searches work differently has to be more confusing UX-wise).






  • isildun@sh.itjust.workstoMemes@lemmy.mlSure it is
    link
    fedilink
    English
    arrow-up
    30
    ·
    edit-2
    1 year ago

    Definitely AI generated. Look at the bottom-right of the Confederate flag. It’s all messed up, classic generative AI “artifacting” for lack of a better word for it.

    Edit: lower down in the thread the original was posted. This was upscaled (very poorly) by AI.





  • There’s nothing special about a generic for loop (at least in C-like languages). There’s no reason you couldn’t do something like for (i = 0; true; i++) to make it infinite. Some languages even support an infinite list generator syntax like for i in [0..] (e.g. it lazily generates 0, then 1, then 2, etc. on each iteration) so you can use a for-each style loop to iterate infinitely.

    Now, whether or not you should do such things is another question entirely. I won’t pretend there aren’t any instances where it’s useful, but most of the time you’re better off with a different structure.






  • Hey, wanted to say thanks again for running an instance with a critical mass of users that’s so easy to register on. This is the kind of thing people from the old site need if they’re actually going to get on Lemmy. Big instances don’t accept new users readily and small instances run into weird issues like needing to get the server to discover the “big” subs that people are interested in.

    This one is at the size where the average user can just get in and go. You might say… shit just works.