• 3 Posts
  • 275 Comments
Joined 2 years ago
cake
Cake day: August 9th, 2023

help-circle

  • Ubuntu was reliably bugged and I could not use the software I needed for work because of that. I had to fuck with it on a monthly basis to fix it.

    Arch reliably works and is always up to date, so bugs that I experience get fixed in a timely manner.

    I never had to fix it after an update. On my personal PC I have the same arch install since 2020.

    Never ever did my arch not boot or not work after an update.

    I literally have a web server with arch that runs automatic daily unsupervised updates (which is not recommended by arch devs tbh.) And it has been serving my personal homepage for a year without downtime or maintenance (except for 15sec post update reboots ofc.).

    If you want to go beyond personal anecdotes as evidence, we both would need to conduct a significant study.

    But I feel like people keep saying that arch is unstable without trying it themselves or without looking at data.





  • Everybody keeps saying that.

    But when I used Ubuntu/Debian and it had a major bug in the software that I used, which made it completely unusable, I had to wait for half a year for the next release which included the bugfix. But then it also included new bugs in other things… It was mostly broken at any point in time, bUt At LeAsT iTs sTabLe












  • I don’t navigate the site at all.

    I just use the commandline to push commits to repos.

    For creating a new repo on sr.ht I have written a script that uses the GraphQL API (which is horribly documented in my opinion and required days of trial and error). It is not meant for general users and is specific to my needs, but anyone who is interesred can find it linked below.

    If you want to use it, you have to run git init and do a commit first. Everything else should be explained in the help. The script does some other stuff that I wanted when migrating all my projects from github, which you should be able to easily modify.

    https://clbin.com/EII4R

    (unlicense)