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."
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.
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.
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).
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.
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'.
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.
Linus's subsequent wildly successful development of git makes them both look shrewd.
Thankfully a lot of other people steppped in to help support Linus and maxe linux the ecosystem it is today.
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.
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'.
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