I always thought it would be fun to contribute code to Wine, but I essentially disqualified myself in 1998 at the tender age of 16 when I reverse engineered my first Windows binary.
At this point, there are plenty more where that came from... Oh well!
RE: https://nondeterministic.computer/@mjg59/116570367701012762
As one doesβ¦
@jwz @adriano @mjg59 @glyph I spent the better part of 30 years writing kernel and driver code, and in my experience there's usually room for quite a bit of creativity and expressiveness even in "low level" driver code. In most situations there's "bigger picture" stuff to consider, beyond line-to-line writing-the-semicolons coding.
And clarity matters for anything that's not a one-shot throwaway script or prototype (even ignoring how often management decides you should ship the prototype).
@mjg59 @jwz @adriano @glyph There are a lot of people out there who seem quite convinced that LLMs will completely eliminate the need for programmers or programming "as we know it".
Admittedly, I've seen this claimed about a variety of technologies over the past few decades, so it is hard to take seriously even before one sees the quality of the resulting code.