Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PR
Posts
0
Comments
128
Joined
2 yr. ago

  • I find it bloated if the system have things I don't need are noticeably using up RAM and CPU. I couldn't care less about extra unused packages on disk, they're dormant. I don't care about a few daemons or resident apps I don't use either if they're idle all the time and use minimal RAM. Bloat for me is something that noticeably affects my running system.

  • and suffer subpar virtualization

    Meh I can get a Win11 guest that interacts well and conveniently with the host and its peripherals and if all I'm doing is running tax software, office365 or compile my Rust app to test it cross platform - vbox is perfectly fine. I'm not running anything demanding.

    I'm not taking a stance against KVM it's great, but rather saying that for some of us it's not that big of an issue which solution to use, it just needs to be convenient.

  • There are other distros with the same points, they're not unique, save for the wiki. A lot of users of other distros refer to the Arch wiki. The AUR is much celebrated but I personally found it annoying having to carefully vet every package and having moved to another distro I don't miss it.

    I think the main reason to choose Arch is it's for tinkerers/hobbyists. Its community is very enthusiastic which is always nice, though many can become a bit obnoxious on forums.

  • I don't use Arch at all but isn't EOS using Calamares? You click a few times, selecting language, timezone and click install, then go make a coffee while it installs. Difficult to be way faster than that. You can save maybe 30sec by not having any options.

  • A few decades ago I got a letter (snail-mail even) that my domain was expiring soon and asking if I wanted to continue. I signed into the link given and paid a small amount, only to realize I hadn't even registered my domain with that registrar in the first place. I locked my domain to prevent a transfer, but obviously the money were lost.

  • 150Mbps advertised, 170Mbps in reality. 15Mbps up @CAD50/mo.

    I had 1Gbps before but I monitored my usage: playing MMOs (<1Mbps, latency is important not bandwidth), watching Netflix (<10Mbps in HD, ~25Mbps if 4K) and minor stuff like Skype. iOS or Linux SW updates run in the background anyway and many servers were limited in their end. Only things that could very rarely max it out were bittorrent which I usually am not in any hurry with anyway, my BT machine runs 24/7. Most of the time my connection was almost idle.

    So I downgraded and saved money for more important things. My building is getting a second fiber provider soon but it still starts at CAD70 for 500Mbps, so I'll pass.

  • The appearance and how you use it is a very important part of a browser, also there are things like sync of history/bookmarks/etc. and "send a tab to Firefox on another device" functionality.

  • Yeah, when I saw the update I canceled, logged out and ran zypper dup from a tty. Rebooted and logged into a Plasma 6/Wayland session. Went swimmingly.

    I think this kind of update is where "atomics"/immutables really shine. Install the update on a new separate snapshot and activate it at boot.

  • Read up on .pacsave/.pacnew files, the distro might still work if an update creates these but if you don't diff/integrate them manually your OS might slowly "rot". So watch out for these when running an update. You'll see them less often if you don't change stuff much yourself.

    Consider using BTRFS and test how to rollback, in case you need it.

  • I don't have a mac but I do know some of the history as I used to: macOS used to be around $130 but macOS Snow Leopard (2009), Lion (2011) and Mountain Lion (2012) were around $20-$30. Since Mavericks (2013) onwards it has been free.

    Libreoffice is available, you can install any application you want on a mac provided it's built for macOS, just like you can on Windows and Linux. You don't have to install it through the Store either, you can just download it from wherever it is available and install it.

    Business model for the mac is that Apple sells hardware, they also have a few applications one can buy such as Final Cut Pro.

    The business model for application developers is up to them.

    There are tools/package managers for compiling, installing, and upgrading open-source software on a mac, MacPorts and Homebrew.

    You can't run AMD64 Windows applications but there are both free and paid virtual machines (Parallels, UTM) that can run Ubuntu for Aarch64 and Windows Aarch64 in a VM. Funny enough ARM Windows has a translation layer so it can run AMD64 applications. Don't expect great graphical performance running Windows in a VM. You might also be able to run older AMD64 operating systems (Windows 7) within UTM but it'll be slow.