this post was submitted on 22 Aug 2025
118 points (86.4% liked)

Linux

9159 readers
226 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] soc@programming.dev 40 points 1 week ago* (last edited 1 week ago) (1 children)

I would be deeply uncomfortable to work in an environment where one couldn't ask the author of a change for insights or rationale, because the author let some machine write it and therefore lacks any deeper understanding.

[–] ChairmanMeow@programming.dev 35 points 1 week ago (1 children)

For me it's grounds to deny a merge request. Can't explain your code? Then it's evidently not clear enough. Come back when it is.

[–] Korhaka@sopuli.xyz 29 points 1 week ago (1 children)

Should apply to all code too. Doesn't matter if you, stackoverflow or AI wrote it.

[–] sip@programming.dev -3 points 1 week ago (1 children)

you think linux kernel problems are solved on stack overflow? app coding vs lib coding is a huge gap in what the code looks like, I don't even want to think of kernel code.

[–] FizzyOrange@programming.dev 4 points 1 week ago

Kernel code isn't fundamentally different. Even designing hardware is still basically just coding, despite what hardware designers claim. (They think it's fundamentally different because many things happen in parallel in a single cycle.)