Readit News logoReadit News
gregw2 · a year ago
I have gotten jaded about ESR, but this post was spot on and had an awkward but effective mix of respect, flattery, warning/rebuke, care.

Linus's subsequent wildly successful development of git makes them both look shrewd.

nunez · a year ago
git was wildly successful, yes, but it still has hints of what esr was talking about. once you step out of the clone/checkout/commit/push loop, git is extremely thorny for people who aren't "with it."
inglor_cz · a year ago
Where I program, we still use subversion and, looking at the costs of migration, we decided not to move to git. The time and effort needed for that migration just couldn't be justified.
heartag · a year ago
It's a shame ESR is insane. I gave up on him a few years back when he published on his blog clearly premeditated intent to shoot people he didn't like.
renox · a year ago
I remember the drama around 'Linus doesn't scale', I think that's what ESR is talking about. But then Linus used BitKeeper then created git..
htrp · a year ago
He's not wrong!

Thankfully a lot of other people steppped in to help support Linus and maxe linux the ecosystem it is today.

coldtea · a year ago
There were already tons of contributors to Linux kernel in 2000. It was one of the most hyped times (head of the dotcom bust? half of it was major investing in everything Linux, from distributions to desktop environments - yes, there was a time when something like a Gnome file manager would get major VC backing).
Attummm · a year ago
That was a real, stern-talking-to email but beautifully written.
ryan-duve · a year ago
Wow, in 2000. I wonder what impact/response this elicited? Does someone have a mailing list link so I can read through the reply tree?
joezydeco · a year ago
Well, Linus eventually came around when it came to version control. He...went and wrote his own.
sgarland · a year ago
As one does.
rjh29 · a year ago
https://lkml.iu.edu/hypermail/linux/kernel/0008.2/index.html...

Linus didn't reply. To be fair ESR's whole argument is "You're smart but inexperienced so you don't understand my point yet" which doesn't exactly have a rebuttal.

JoeAltmaier · a year ago
Ok I have to recalibrate my concept of a 'gifted programmer'. I thought it meant more than simply 'successful open source coder'.

I've tried to change kernel code that guy wrote. It's awful, with a capital A. Not a scrap of design notes or comments or procedure description, nothing. Unorganized modules with no pattern or sense.

My favorite: the variable name 'page' used in five different senses in the same module. For a page directory, a page table, an entry in a page table, an actual page of memory. Plus some indirections to the same, not distinguished in any way. May as well have used variable names i,j,k for all the help that was.

Never learned any kind of abstractions, spent half a lifetime denigrating all advances in programming since 'C'.

No, on second thought I'm not going to rethink my definition of 'gifted programmer'.

muttled · a year ago
That would all track with the linked piece. He basically says "you're smart, and you're relying on that instead of taking the time to learn a way to do it that works best when the code has to be shared."

I think that's what he means by "gifted". Innate ability that can propel you through personal greenfield projects, but hits a wall when you're not the only cook in the kitchen.

Deleted Comment

mock-possum · a year ago
… shit I wonder whether my current aversion to frameworks like Tailwind and React are my own brand of gifted programmer syndrome?