• 1 Post
  • 5 Comments
Joined 4 months ago
cake
Cake day: February 24th, 2024

help-circle


  • TarantulaFudge@lemmy.mltoMemes@lemmy.mlChat Apps
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    Telegram and signal are both central points of failure. Signal can be used with other servers, but the server address is hard coded in the app, so you have to deploy your own app. Matrix servers can keep a channel going even if the channel’s home server goes down. The more home servers there are, the more mirrors of public channels there will be.




  • As a developer the cool thing about Gentoo is you can have a full debugging stack. You can compile every single library and program on the system with debugging symbols and source and you can trace an issue all the way through. It’s really not possible to do on other distros. Having learned a bit more about gdb when debugging, it is really cool.