this post was submitted on 27 Apr 2026
440 points (90.7% liked)

Programmer Humor

31399 readers
726 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thisbenzingring@lemmy.today 79 points 2 weeks ago (4 children)

I'd have 2 snacks, over 10 years....

:( and that was my fault both times because I didn't read the announcement of required actions before I ran the update

[–] state_electrician@discuss.tchncs.de 32 points 2 weeks ago (3 children)
[–] Speiser0@feddit.org 29 points 2 weeks ago (2 children)

Arch has a news feed where it describes things that require manual intervention when upgrading: https://archlinux.org/ (You are informed at arch install that you have to read it before upgrading.)

[–] hperrin@lemmy.ca 21 points 2 weeks ago (5 children)

What an awesome and amazing and definitely not annoying system. Automating that to show you only what you need based on the packages you have installed when you do the update would be so ridiculous. I’m glad it’s just a blog.

[–] Grail@multiverse.soulism.net 14 points 2 weeks ago (1 children)

Arch isn't for normal people.

[–] texture@lemmy.world 4 points 2 weeks ago

we dont talk about normies here

[–] Shayeta@feddit.org 10 points 2 weeks ago

You're not the first to be annoyed by that: https://github.com/bradford-smith94/informant

[–] Giloron@programming.dev 7 points 2 weeks ago

Welcome to Gentoo.

Notes with recommended user actions are provided per package after every update. Mostly to let you know about optional packages and tell you how to enable optional auto start for some things.

For things that need even more attention, there is a system that tracks read/unread news that also only show up when your system needs it.

[–] esc@piefed.social 5 points 2 weeks ago

There are messages with generic recommendations and post upgrade/post install scripts. They are rarely used because it goes against arch's principles to run some (maybe fragile) script on your system. Reading news once a week/month before upgrade isn't that inconvenient.

[–] Speiser0@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago)

It's actually helpful that it's not filtered, because otherwise, I would only see a new post maybe once every 2 years, and would therefore not know if it still works, and feel lonely.

[–] stupidcasey@lemmy.world 1 points 2 weeks ago (1 children)

I get the building the system from scratch is good for learning the system and I've done it myself but this just feels like bad development, why not make it a simple script that you can choose to run or you know just make it part of the update itself like literally everyone else in the world.

[–] xthexder@l.sw0.com 8 points 2 weeks ago

99% of the time it is just automatic and part of the update. Usually it's only an issue if you are updating from a specific older version of something or have made a particular customization that breaks with the update.

Like others, I've got at least one system running Arch for 10+ years and I've only had to manually do something a handful of times. Usually it's just that I have to update the keyring first before the rest of the update.

[–] Luminous5481@anarchist.nexus 5 points 2 weeks ago

the announcement of required actions. it's the update news you get when you update.

[–] floquant@lemmy.dbzer0.com 5 points 2 weeks ago

The homepage of archlinux.org hosts announcements for required manual interventions

[–] rozodru@piefed.world 13 points 2 weeks ago

meanwhile I update NixOS like once a month and it always seems some maintainer has pushed a broken dependency for something and thus borks my entire rebuild. Last month it was some dependency for Krita, This month it's some dependency for Lutris.

I need to get off NixOS. while it makes doing hard things easy, it's infuriating when the easy things break and break often. But It's like some abusive relationship, I want to leave NixOS but i'm so god damn addicted/in love with it and I always end up going back.

[–] determinist@kbin.earth 8 points 2 weeks ago

I've been using arch (Cachyos) for almost a year and the single time I had to roll back was because I didn't read the notes, just ran the update. Totally my fault. Used the btrfs snapshot roll back and everything was fine.

[–] JATothrim_v2@programming.dev 1 points 2 weeks ago

Additionally, A update can ship a new stock version of a config that has fancy new options and some deleted ones, and your modifications to it in /etc can conflict.

Arch can either backup your version as .pacsave or install the updated file as .pacnew. It's your task to merge your modifications to the updated configs, and these files can slowly pile-up over time until something breaks.