Skip Navigation
I don't get people that are here in the fediverse and *want to bring over* the content that is on FB, IG, TikTok, etc.
  • I understand why you want that, and I'm glad that decentralization/defederation allow you to keep that.

    I have to ask though, why do you want to keep other people from getting that algorithmic, corporate content if they want it? Especially since this will allow them to do it without giving up so much personal info via apps. (While also allowing us to interact/evangelize the FOSS way > corporate systems)

  • Deleted
    Article Update: In less than 2 days, [#Threads](https://mstdn.social/tags/Threads) somehow gets even worse!
  • I think a lot of people feel similarly, we’re just exhausted from all the pearl clutching in the fediverse.

    I think it’s cool they’re federating. I’m excited to see some of that mainstream content without giving up so much of my personal info/data.

    I’m also excited that there will be defederated places to go to if I don’t want to see/interact with the Meta crowd.

  • Various challenges that Meta/Threads may face, according to Facebook's ex-Chief Security Officer
  • But why do they want to consume the fediverse?

    The fedidb.org site says the fediverse has ~10m MAUs (a lot of which are probably already on Meta)

    Threads got like 10m users on day 1.

    It would be such a small increase in users/content for them to consume and most of the people here block ads anyway, so I feel like we’re their worst demographic.

  • Deleted
    *Permanently Deleted*
  • Only if people voluntarily give up their privacy and switching to a threads account/app, right? I mean ultimately the argument is that Meta will develop features so cool that we’ll all give up our privacy for them?

    Idk, it just seems like if that’s the fear, I think it will happen regardless and even defederating won’t really stop that. I feel like people will just make new accounts wherever the cool place to be is.

    I’m all for defederating just because you don’t want to see or associate with that content though, that totally make sense.

  • Meta Threads is going to be Fediverse compatible. Meta taking a shot at Reddit?
  • Tbh I think it’s going to be the other way around. By the time threads.net federated it will likely be, by far, the largest instance in the fediverse.

    Even more so considering Twitter is running what seems to be the single biggest uno reverse type marketing campaign you possibly could while a competitor launches a literal replacement to your product 😆

  • *sigh*
  • The entire fediverse is built upon the idea of an open protocol that anyone is welcome in yet it seems like everyone is shocked that a corporation is finally jumping in.

    This was inevitable and more will be coming. The beauty of the fediverse is that you can still find an instance that gets all the mainstream content of the Meta stuff while not subjecting you to the algorithm and data gathering that Meta apps have. In addition, if you DON'T want to participate and see that stuff, the fediverse provides ways to de-federate your neck of the woods and live in bliss without seeing and interacting with any Meta content.

  • *sigh*
  • I think it’s a downside that I’ve heard they’re not federating immediately, but rather doing that in a few months.

    Instagram Threads WILL entice a bunch of people to leave Twitter (and eventually get to the fediverse), but if Insta Threads aren’t federated on day 1, we can’t offer up alternatives to users that doesn’t harvest data.

    Instead, they’ll only get that choice in a few months, though still better than never I guess 🤷‍♂️

  • How I self hosted wefwef on macOS with Docker

    I posted this as a comment in the wefwef community but thought it might also be relevant here. If anyone is interested in self hosting wefwef this is how I did it on macOS:

    Start by installing Docker desktop

    Open Terminal and type in:

    docker pull ghcr.io/aeharding/wefwef:latest

    Then, you need to use a Docker run command like below to get things started. In this example, I put my local IP in as "192.168.1.2" but you'll need to adjust that value to whatever your machine's IP is.

    docker run --rm -d -p 192.168.1.2:5314:5314 -e "CUSTOM_LEMMY_SERVERS=lemmy.world,sh.itjust.works,lemmy.ml" ghcr.io/aeharding/wefwef:latest

    At that point, I went to my iPhone, opened Safari and went to 192.168.1.2:5314 and boom, there's wefwef. Install this as PWA and name it (local) or something to differentiate it from the normal wefwef and you're good to go.

    Disclaimer: I’m brand new to all of this so I’m sure this isn’t the best way. But it got me started, so I wanted to share.

    26
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KO
    kobra @lemmy.world
    Posts 1
    Comments 29