I was wondering whether that could cause issues for the limited servers available, like when the mass migration from reddit happened. Would it be bad to add more accounts that would be mostly dormant? And if one does create a throwaway would it be better to delete the account afterwards.

  • Decoy321
    link
    fedilink
    272 years ago

    It would add extra length to the queues for instances that manually approve new users.

  • @[email protected]
    link
    fedilink
    92 years ago

    I imagine if it becomes an issue for the hosts of the account, they can just delete abandoned accounts, or accounts that havent interacted in some time.

    I have an account in ml and another in lemmyworld. I like ml much more, but created the lemmyworld one when ml was having down times.

  • regalia
    link
    fedilink
    72 years ago

    I don’t think it’d cost the server much storage or computing power, but it would probably mess up an application queue. Also hopefully the instance does inactive account purges every so often.

  • @[email protected]
    link
    fedilink
    22 years ago

    What type of behavior do you intend to engage in on your alt, and why wouldn’t you want that behavior associated with your main?

    • Captain Beyond
      link
      fedilink
      2
      edit-2
      2 years ago

      This isn’t a throwaway account per se but I do have another account on lemmy.ml for interacting with other communities. This account (and this instance) is focused on free software and free culture advocacy. It’s not really about embarrassing behavior, but more about compartmentalizing interests.

      A valid use for a throwaway would be to ask a sensitive question that you don’t want to be traced back to any of your main identities. This would be a question that is asked once, answered once, and never revisited again. There would be no need for it to be associated with any of my identities.

  • @[email protected]
    link
    fedilink
    292 years ago

    My stance is if a service is totally cool with 1000+ bots, you making 2-3 accounts a year isn’t a problem.

    The root issue isn’t quantity of accounts, but malicious users causing trouble.

  • fiat_lux
    link
    fedilink
    21
    edit-2
    2 years ago

    Disclaimer: I am not a Lemmy dev.

    It would add some extra rows to a database, which can increase lookup times if enough people do it with enough accounts… so from a general engineering perspective, I wouldn’t encourage it.

    In a more realistic sense, it would take a lot of people and/or a lot of throwaways to effect much difference. That is, assuming the database queries aren’t too complex or inefficient, and the servers aren’t nearing critical capacity.

    Deleting the account afterwards may not be as effective as never creating the account altogether. There’s a chance some stuff is only tombstoned instead of deleted, things get stuck in caches too, it would probably be better than keeping the dormant accounts though.

    Tl;dr It would be polite of you to keep only a couple of throwaway accounts, but I wouldn’t feel too guilty about making them. Just don’t be like a spam bot and create dozens or more.

    • @[email protected]
      link
      fedilink
      8
      edit-2
      2 years ago

      Depending on implementation, the lookup should be indexed so the time difference would be very minimal on even large tables.

      The cutest of storage could be a problem depending on how many wasted accounts exist, but even that should require a ton of accounts to make an impact.

      • fiat_lux
        link
        fedilink
        2
        edit-2
        2 years ago

        Yeah, there’s always room for a lot of implementation-dependent possibilities of good DB practices, but it’s also possible for one mistaken PR approval to create exponential load.

        In the case of FOSS where there might be fewer formal processes to catch errors, I like to err more heavily on the side of caution. If for no other reason than preventing surprise server scaling bills for the volunteer admins.

        Also: if you are making throwaways, please consider donating time and/or cash to those instances.

  • ∟⊔⊤∦∣≶
    link
    fedilink
    92 years ago

    Don’t stress about it. A few extra accounts won’t make any difference. If 1000 people each make 1000 accounts, then you’re starting to have a problem.

  • Lvxferre
    link
    fedilink
    112 years ago

    I think that the impact is rather small. The major issue is actual usage; a dormant account won’t tell the server “please fetch me those resources”, or “please send this comment”, or stuff like this, it’ll be at most a new line in a user database.