• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • Ciren@lemmy.world
    cake
    toMemes@lemmy.mlWhy is it so lonely in the fediverse
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Nobody said anything about FB users. I have seen a bunch of people I follow on Twitter trying to move to Threads. And if I could just completely abandon Twitter and communicate with these people I follow via Mastodon, I’d rather choose for them to move there instead. And nobody’s making you talk to them if you don’t want to, right? We are talking about ~being able~ to talk to them, not having to.


  • Ciren@lemmy.world
    cake
    toMemes@lemmy.mlWhy is it so lonely in the fediverse
    link
    fedilink
    arrow-up
    35
    arrow-down
    17
    ·
    1 year ago

    What’s with all the hate about federating with Threads? I thought people would be happy to hear a big player is coming to the fediverse that’s going to bring a bunch of people with it. “Normies” will probably never use Mastodon or Lemmy but might use Threads, so being able to communicate with them while staying on my little community-ran Mastodon instance is a win for the fediverse in my book. And if somebody’s annoying or whatever, you can always block them, right? Can somebody clarify why people think everyone should automatically defederate with them and lose such a big userbase? I mean, I hate Facebook/Meta as much as the next guy, but more users are more users…






  • This post is quite old, so it’s probably already to late but I can try to help. I’m not sure what network manager Fedora uses, but you could try to narrow the issue down. Here are the steps I would take if I were you:

    • Check system logs with journalctl -e and see if there’s anything strange there
    • Confirm that I have a local IP address with ip addr (next to your network device name, should be something like wlpxxx for Wi-Fi)
    • Try to ping a popular server, e.g. ping 8.8.8.8 for Google DNS
    • Try to check whether DNS works with dig google.com
    • Check what route my packets take on the way to the server with tracepath 8.8.8.8
    • If any of these are out of the ordinary, I’d try to google the error and see what else can be done

    If you have any questions, feel free to ask. I’d be happy to help