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.
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: February 24th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Easiest way to get going: https://github.com/spantaleev/matrix-docker-ansible-deploy
I love gdb! I recently had to do a debug and wow its so cool! On gentoo I can compile everything with symbols and source and can do a complete stack trace.
Reminds me of my Tetris that I wrote in college, I was having all kinds of strange crashes and I couldn’t figure out why, because everything seem to be working fine… I posted to C channel on IRC and it turned out all my pointers were backwards!