this post was submitted on 29 Aug 2024
160 points (99.4% liked)

Linux

4963 readers
294 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brisk@aussie.zone 52 points 3 weeks ago (2 children)

IMO there are exceptionally few cases where it is acceptable for a QR code to not be immediately adjacent to a textual representation of the same content.

[–] pupbiru@aussie.zone 4 points 3 weeks ago

and fewer to none of those allow you to submit kmesg and “debug information” to the kernel bug tracker

[–] NuXCOM_90Percent@lemmy.zip -2 points 3 weeks ago (1 children)

Agreed.

But take a look at computing and UX in general. There is a reason that a common refrain at the college and entry level job levels is "These kids don't know what a folder is because they are used to everything at the top level". And... there are very good reasons to not deal with folders in google drive or whatever. Hell, everyone lamented the loss of the start menu but how many of us still just do "winkey, 'makemkv'" or whatever to launch something? Which is how you get thought processes that hide that until they are outright gone.

And the same with error messages. Hell, I was in a meeting not too long ago where we had a very serious discussion about whether we should even still emit error data to the console for an application when NOBODY ever thinks to copy and paste that. So what are we gaining when the first day of any support ticket is "Okay... can you get me this file from this folder? Okay, open up explorer and click this box and type c colon slash..."

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

should even still emit error data to the console

Log it to a text file instead.