• 6 Posts
  • 296 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle

  • Stay with ubuntu unless you have an issue with ubuntu itself, because the grass isn’t greener on the other side despite what some people might say. The only real difference that you’ll find are different default settings/programs and the time it takes for a software update to reach your final linux install.

    Some distros like Ubuntu prefer slightly older versions that have been proven to be stable/bug free while others like Arch mostly go for the newest everything where available, at the cost of stability. If you like something a little bit more balanced, you have Fedora (which is my preference).

    The beauty of Linux is that most software will work no matter the distribution you use. If the reason you want to use Linux Mint instead of regular Ubuntu is the desktop environment, you can at any time install the Cinammon desktop (the one used by Mint), here’s an article that guides you through the process: https://itsfoss.com/install-cinnamon-on-ubuntu/






  • And hitting high memory pressure is really not fun on Linux (on Fedora at least), it simply locks up and slows down to a crawl and does nothing for minutes until the oom killer finally kills the bad program. I’ve kind of solvd this by installing a better oom killer on my laptop, but my desktop was easy: buy 32GB of additional ram for like 90$: problem solved




  • XMPP Works fine when it’s setup or when you don’t manage the hosting, but God is it painful to self host an xmpp server. Then you have the clients that are all basically 10 years old at this point, except maybe Dino for linux. It even needs a special setup to work on restricted networks via port 80/443 because it wants port 5222 and 5223, and let me tell you, I’ve spent over a week trying to setup that reverse proxy, it was hell. I’ve never Hosted matrix so maybe it’s worse, but this isn’t the end of my gripes with xmpp. Most basic communication features in 2024 such as replies reactions quoting threads etc.etc. are unsupported ootb, and you need both a client that supports the extensions (often very slow to adapt “new” standards AND a server that has enabled the plugin for that feature.

    Xmpp is plain old, and like many like to think, no xmpp was not “triple-E’d”, people simply stopped using it because it’s really inconvenient and the UX is horrible.







  • I don’t like that passkeys are portable, this kind of defeats the entire purpose. The way they were sold to me is the following: it’s 2 factors in one. The first is the actual device where the key lives, and the second, the user verification, like a pin, face scan, fingerprint etc. If it’s synced across the cloud, there’s no longer the first factor being the unique key on the unique device.

    Granted, passkeys even without the first factor are still magnitudes better in terms of convenience and security compared to passwords, but it just disappoints me a little that there are no good options to save passkeys on my local device only, with no cloud sync.

    If anyone knows of a local-only passkey manager app for android, as well as the same as a firefox extension, I’d love to know about it!