Reddit refuge

  • 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Passkeys rely on you holding a private key. The initial design was that a device (like a browser or computer/phone) stored the private key in a TPM-protected manner, but you can also store it in a password manager.

    This is more secure than a password because of the way private/public key encryption works. Your device receives a challenge encrypted with the public key, decrypts with the private key and then responds. The private key is never revealed, so if attackers get the public key they can’t do shit with it.

    Just be sure that your private key is safe (use a strong master password for your PM vault) and your passkey can’t be stolen by hacking of a website.



  • This take is riddled with naivety.

    Not only will Meta read, train AI on, aggregate and datamine, and correlate this data with your real identity, but when Meta announces that “the easiest way to be on the fediverse is to just use Threads” then all the people who avoided Mastodon because it was “too complicated” to sign up, all the people who are basically already signed up because they scroll Insta all day, will go with Threads instead of spreading the load out.

    As smaller instances start to drop off under the load, under the lack of interest as threads grows and they shrink, merely mirroring the traffic of a centralized corporate entity, users start to flock to threads for its reliability and speed.

    Then Meta pulls the plug, since “no one really used this ActivityPub thing anyway, it was too technical”.

    Threads isn’t about beating “X” (lol X is in a death spiral, it’s only a matter of time), it’s about ensuring the Fediverse never rises up.

    See what happened with Google Talk and XMPP.




  • Isn’t Hexbear the ex-ChapoTrapHouse subreddit that started their own sub with blackjack and hookers?

    I.e. they created (and, importantly, modified) their own Lemmy instance. And, supposedly, they’re working to fix what they broke, so they can rejoin with the larger fediverse without losing their content?

    So before we wax paranoid about the intentions of lemmyworld admins, shouldn’t we consider that this might just be a temporary measure to prevent technical issues while they bring their fixes into production?

    Let’s just wait until LW admins make their announcement before we pass judgement. I fully agree there is no political reason to defederate from them. I don’t know if their community is problematic but everything I’ve heard would suggest otherwise. And I do not know the timeframe or technical details of their supposed plan to refederate. So again, while I agree with you, I think perhaps it is a bit early for speeches.














  • ZFS can absolutely combine both into a 4TB single volume. Well like 3.78TB but you get the picture.

    Note that, just like any other method which combines disks in a “RAID0” way, if one drive fails you lose everything on both drives.

    But yes as others have said, “Pools” in Proxmox (or, more accurately, “Resource Pools”) are not related to storage but to permissions. A pool of VMs, of network bridges, yeah even storage but they’re not used for creating storage, only controlling access to it in an environment with lots of users (like in an enterprise).

    ZFS and Ceph also use the term “Pool” but in a different context. They’re talking about a pool of combined storage, which is what you are looking for.

    Put each USB disk into a ZFS vdev and then combine the two vdevs into a pool. You can add more drives into the vdev later to create mirrors within the vdev and get a RAID10-like setup once you have the means.