• 1 Post
  • 103 Comments
Joined 5 months ago
cake
Cake day: January 25th, 2026

help-circle

  • You can mitigate the aur issue and retain everything else offered by not using aur. You will have the most arch like system compared to all other distros, without the risk of aur. Those packages in aur are mostly not included in other distros, so you won’t lose anything.

    Personally, I left arch nearly a year ago due to it being too popular making it a target for malicious activity, it only offered bloated and over weight systemd, and after running arch for nearly 20 years, I just got bored and wanted something new, so I moved to void Linux. Very happy with my choice. Boot time is 3 seconds, shutdown is 5 seconds. runit is a nice light and simple init system. It’s rolling release but not bleeding edge, so updates never break anything.


  • fozid@feddit.uktoLinux@lemmy.mlX11 vs Wayland
    link
    fedilink
    arrow-up
    1
    ·
    4 days ago

    Yeah, I mean x11 isn’t Wayland. They aren’t the same. Changing from x11 to Wayland will require change in multiple ways, but I believe once you have worked through the change, you won’t see much difference in day to day usage. But the beauty of Linux is you have the choice. You can use x11 if you prefer. Just be aware the majority are moving to Wayland, so x11 will get less development and Wayland more, and I imagine there will be a point in the distant future where x11 will be a lot of effort to run.



  • fozid@feddit.uktoLinux@lemmy.mlX11 vs Wayland
    link
    fedilink
    arrow-up
    7
    ·
    5 days ago

    Honestly, on a running system with average hardware, the average user won’t notice any difference. Depending on your de/wm of choice on x11, you may have to swap to something similar but different, but there it. Depending on what you used, something will require different solutions, like screenshots, but 90+% of stuff, there is no difference.










  • Speaking with a lot of experience, this is an expensive hobby to get into. There is no such thing as cheap. The sweet spot for availability is find locally popular mainstream cars that are 10 to 20 years old. Anything older gets classic car tax on parts and everything starts to become rarer. Anything newer is more expensive just due to the fact its sort of current. Anything you would be proud to work on will cost money, anything extremely cheap will either require substantial work or you won’t be proud to work on. I don’t want to put you off, just be prepared to spend money. Good luck.



  • Self hosting is as simple as hosting a service yourself on your own hardware and not relying on 3rd party servers. With that, Plex is partly self hosted, as you host part of it. But as a whole it is not a fully self hosted service. Discussing Plex in a self host group makes sense as part of it is hosted on your own hardware. Technically using a vps isn’t really self hosting, but if somebody sticks a service like immich or nextcloud onto a VPS to remove their reliance on Google, I still think posting in a self host group to discuss it is the best option.



  • fozid@feddit.uktoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    30 days ago

    I have never been on a machine where I can’t install and use nano. I can use vi / vim / nvim, but I don’t have muscle memory. I have tried to convert away from nano, but it’s just too easy and what I have been used to over nearly 2 decades on Linux. I have nvim installed with a few plugins and a bit of a custom config, but anytime I need to do something important or complex I jump into nano. If I remember and am not in a rush I’ll jump into nvim to try and practice.