Finally deleted my LinkedIn account!

After putting my account into “hibernation” for the past few weeks, I finally closed it. But I’m still looking for work. Thankfully I can still find positions (SRE and software dev) by just going directly to the company’s site and finding a Jobs page.

Good luck to everyone else out there looking for work!

#privacy @privacy

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Things could be encrypted. But yeah, that’s my biggest issue with the fediverse, it’s just not designed around privacy. It’s also why I’m working on my own lemmy alternative, I want something a bit more privacy-friendly.

    I don’t think working on a LinkedIn alternative is worthwhile because it relies even more heavily on the network effect. The only point I see in LinkedIn is in finding jobs, and getting employers to look at something else is an uphill battle I don’t want to fight.

    • bionicjoey@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      My understanding is that Activitypub federation and that sort of privacy are somewhat incompatible. Because someone could always just create a new instance and then federate the stuff you don’t want shared with them.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 months ago

        The point would be sharing data that’s not useful without the key. So you could share your public key and public metadata, but to access private data you’d need to get approved first. An approval request would be encrypted with your public key and contain a response key, and your response would contain your response encrypted with their key.

        You obviously wouldn’t be able to control what they do with your data once decrypted, but all of that back and forth can happen in the clear without giving up private information. It’s the same way GPG/PGP works over email, just on a fediverse instead of SMTP.

        It really wouldn’t be all that hard to implement, I just don’t think it would get any meaningful traction because LinkedIn is so reliant on the network effect.