Reddit refuge

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

help-circle


  • 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.




  • k8s have a steep learning curve comparatively. With Docker you just install the Docker package and it’s off to the races. With k8s you need to know basically how Docker works, know how the layers it adds on top work, and define everything using YAML config files to get things up and running. The networking is complicated (but flexible), the storage isn’t straightforward (it’s designed to work with large-scale solutions like S3 or Ceph, so setting it up even for local “folder” storage requires more moving parts). Even bootstrapping a new installation requires many steps to install all the pieces you need.

    Don’t get me wrong it’s awesome, but if you don’t already know it, it doesn’t have many advantages for small installations over Docker which is very much “run docker-compose on this file you downloaded and the thing you want sets itself up”.

    While there are tools like Helm or Portainer to assist you, you still have to understand it to make it work.









  • The Brave browser is billed as an ad-blocking, privacy protecting, champion of the everyday internet user.

    We know they’re not, but they openly masquerade as one and so when they do something shady it’s somewhat relevant to put them on blast yet again. Just look at all the people in this thread alone that are like “oh wtf Brave isn’t good for privacy?”

    I mean I’m sorry you’re not learning anything new from this content but we should probably be happy others are.






  • deejay4am@lemmy.worldtoLinux@lemmy.mlWhy is snaps hated
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I tried to get microk8s up and running by installing it from a snap since I figured it would be a nice and easy way to get up and running quickly.

    I’ve spent so much time trying to get it working that I haven’t even started to learn k8s yet since I can’t get the damn thing to run.

    I think I’m switching to Debian for my servers.