• 3 Posts
  • 69 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle














  • Limeey@lemmy.worldtoGames@lemmy.worldDays Gone now on GOG ($16.49)
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    9 months ago

    Agreed, I was pretty annoyed with parts of the main story.

    ::: Spoiler warning

    Imo boozer should have died, that would have made finding Sarah more emotional. His miraculous recovery always felt bullshit.

    Also Sarah’s character was ridiculous. I get that it’d been 2 years, but she didn’t care at all that deacon was alive. Their “keep it secret” thing was fine but like even in private she didn’t give a fuck, which was weird to me. And her whole “I can save them” arc was really weird.

    I remember thinking that there must have been a lot of cut content, because the end of the story progresses really fast compared to the rest, I had expected more build up.

    And finally, it would have been nice if at the end boozer and Sarah weren’t just boringly “sitting” at lost lake. like, they are badasses after that story but at the end they’re just content with sitting around while deacon goes off. The end game could have been vastly better than it was.
    :::



  • Yep, I don’t disagree, just wanted to make it clear what is shared and what isn’t. I suppose if you don’t like people training AI on the text you write, then you may not like that they could gather it with literally no effort. Most other sites would require that they put some effort either into web scraping, using an api to request the post, or just buy the content in some text dump format.

    But ya, I mean, this is a minor difference between platforms, overall.



  • So, on that topic of “security” - just remember that whenever you post, your post is essentially sent to every “instance” that is federated (and listening for the community you posted to). Each instance is it’s own server running it’s own version of an activitypub implementation (lemmy, mastadon, etc).

    So on lemmy.world that means your post is sent to literally thousands of servers that you cannot directly influence. If you delete a post, a request is made to those servers to also delete the post, but if that instance is modified or unavailable when the request is sent (it’ll re-try, but there’s a limit how many times), then it’s possible your post will not be deleted and you’ll never know.

    Keep in mind this also means that anyone, say a government or private company, can establish an instance, federate, and receive the posts of everyone. Their instance may be nearly completely invisible - so you won’t know they’re collecting that information.

    However, lemmy stores and sends almost no information about any user. A user profile does not contain IP address or country or anything. All of that stays in the server logs of the instance you originate from, and never enters the database. So your “true” personal information isn’t shared, but your account name, and a link to your account, and the post content (whatever text you add) is shared.

    Lastly, images tend to be shared. Lemmy uses “pict-rs” which is a FOSS image hosting server, and when an instance receives a federated post, if there is an image in the “URL” field, then it will ask pict-rs to download that image to its server for easier serving to its users.