• 0 Posts
  • 22 Comments
Joined 9 months ago
cake
Cake day: January 4th, 2024

help-circle
  • I agree, the security key thing is a bit of an issue. However this might a bit of a user error as well. The thing to understand is that Encryption keys are not stored on Matrix.org. If they were, then Matrix.org (or whatever homeserver you’re using) would be able to decrypt everything you can decrypt, thus making Matrix pretty useless. The solution is that keys are only stored locally on your devices. Keys are shared to other devices using the Verification process and Emoji matching thing. The problem is most users just go “Whatever!” And ignore the verification process and then have a bad experience because they don’t have Encryption keys.





  • Pedophiles need help, counseling and therapy. Not images that enable something I think is not acceptable in society.

    I mean 30-40 years ago you could replace the word pedophile with homosexual and a vast majority of people would agree. I’m not defending pedophilia here but it’s important to remember these people are born the way they are. Nothing is going to change that, new pedophiles are born every day. They will never go away. The same way you can’t change gay or transgender people. Repressing sexual desire never works look at the priests in the Catholic Church. A healthy outlet such as AI generated porn could save a lot of actual children from harm. I think that should be looked into.







  • Oh my god this whole post is amazing, thought I’d share my favorite excerpt:

    This entire class of person is, to put it simply, abhorrent to right-thinking people. They’re an embarrassment to people that are actually making advances in the field, a disgrace to people that know how to sensibly use technology to improve the world, and are also a bunch of tedious know-nothing bastards that should be thrown into Thought Leader Jail until they’ve learned their lesson, a prison I’m fundraising for. Every morning, a figure in a dark hood7, whose voice rasps like the etching of a tombstone, spends sixty minutes giving a TedX talk to the jailed managers about how the institution is revolutionizing corporal punishment, and then reveals that the innovation is, as it has been every day, kicking you in the stomach very hard.

    Where the fuck do I donate???






  • I find the documentation to be very good for Arch based distros. The EOS forums or Archlinux.org wiki almost always has what I need. Otherwise the github page usually has Arch install directions that are very clear. The major things I’ve had to do in terminal is just initial set up of applications, enabling things to run on startup or changing configs. For example, and this is the most complicated example I can think of. I use grub-btrfs to put my Timeshift snapshots into the grub menu. All I really had to do was 3 commands:

    sudo systemctl start grub-btrfsd

    sudo systemctl enable grub-btrfsd

    sudo systemctl edit --full grub-btrfsd

    The first two commands start the daemon and set it to run on start up, the 3rd command is editing the config so I could use Timeshift over Snapper. Again this is the most complicated example I can think of and its 3 lines. Not only that but I was able to find documentation on two different sites. In under a minute of googling.