• 3 Posts
  • 236 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




  • Pasta Dental@sh.itjust.workstoFediverse@lemmy.worldMatrix 2.0 Is Here!
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    17 days ago

    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.




  • Xperia 10 is what you’re looking for, it’s a tall phone, but it’s 68mm wide, which is what mostly counts in phone size feel. I use an S23 and I’m happy with the size. It’s still one-handable enough for me and I have small hands. Otherwise you can look at Asus’ Zenfone lineup from 8 to 10, but I would only recommend the 9 and 10 because the 8 sucked










  • The last time I used arch it worked fine for 6 months then it needed to be scrapped because the network fully stopped working after an update. I’ve been on fedora ever since without a single issue. Arch is fine for personal devices where you can afford to spend half a day on troubleshooting a package that is too recent and straight up doesn’t work because there’s no real testing being done. I wouldn’t put it on a work device simply because it’s not a just works distro


  • No, but some are better suited for programming, because each distro has different packages in their repositories. I find Fedora to be very good when it comes to having basically every dev tool available in their repos. Arch is good too but too unstable for actual work. But keep in mind in most distros you can add separate repositories that contains the software you want. You can also use Homebrew that contains lots of dev tools as well