Top Linux Developers Losing the Will To Code?
E5Rebel noted that Don Marti has a piece that talks about "Core Linux developers are finding themselves managing and checking, rather than coding, as the number of kernel contributors grows and the contributor network becomes more complex."
They're probably getting older, too.
Perhaps the less coding you do the higher you get up in the management ladder is for a reason, after all...
This is what happens when you write large procedural code programs with no Design by Contract. You spend more time rechecking old things than writing new things.
the talented get promoted to managing because they care about what's happening, how it gets done, and they know what's going on. This doesn't equate to "I don't feel like coding" as the article suggests.
"That's all I do, is read patches these days," he said during a discussion at the Linux Symposium in Ottawa last month.
This doesn't read "I don't want to code" it reads "I haven't time to code"
that's odd. the linux.com article covering the same event made it sound like the kernel team thought it was a good thing that there were more developers, and the work was more spread out.
This is what happens as projects get bigger. It's not that they lose the "will to code", it's that they spend all their time as managers of other coders. There's more to developing a large codebase than writing the code after all.
Your ad here. Ask me how!
I read the first page and didn't see anything about them losing their will to code. It seems just the sheer number of innovative contributions means they have more to manage and less to write. This can't be a surprise with so many individuals and companies now contributing.
Developers: We can use your help.
Isn't this what Linus said that Git was supposed to fix?
I wonder are the rest using it... I wonder are the rest even delegating.
New projects open all the time. As the FOSS code base increases, it's easier to move code around. Once one takes on responsibility for a project, the new code vs maintenance code is always going to change. And there are thousands of projects where someone gets bored, moves on, or whatever, where the project then becomes stuck in the mud. SourceForge is full of them. It doesn't mean there's anything wrong, it's the fits-and-spurts of how coding works.
Nothing to worry about. It's natural.
---- Teach Peace. It's Cheaper Than War.
You do not have to be a top coder to help develop Linux. The top developers have the skill sets needed to write and manage code. These talents are needed. The top developers can mentor the next generation/level of talent and raise them up to a higher level. This helps to ensure quality and continuation of so many great projects past the time when the original "guru(s)" have moved on to their next itch.
Everyone can help in some way. The newbies who read the "Linux Recipes" online and point out areas of confusion are helping. I would even dare say the "Grammar Nazi" who helps correct documentation helps too.
I only look human.
My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
America's Urban Black Population Falls Dramatically
..."
As Many As One Tenth Of Black Population Dead Over Past Five Years
6/30/2007 10:49:41 AM
Discuss this story in the forum
Overthrow Staff
Washington, DC -- A new report, cited in the Economist magazine, indicates America's black population has fallen dramatically over the past five years, despite Census bureau estimates and demographic doomsayers' prediction of growth that would overwhelm whites.
In America's three largest cities -- New York, Los Angeles, and Chicago -- black populations dropped by one tenth due to the cumulative effects of murder and disease.
Discussing "the disappearance of blacks", the Economist writes, "Roughly half of America's murder victims and about the same proportion of suspected murderers are black. In five years America's three biggest cities lost almost a tenth of their black residents
One tenth of America's black population -- over 3.8 million Negroes -- lived in those three cities, and the disappearance of 380,000 of them due to AIDS, murder and other causes represents a one percent decline in America's overall black population.
The trend is similar to that in Africa, where nations such as South Africa have seen AIDS and crime cause their national population to begin falling at a rate of one half to one percent a year, and where acts of war and genocide -- Negro crime taken to an exponential level -- have destroyed a tenth or more of the population of central African nations every several years.
-----
Published by:
Overthrow.com / White Politics, LLC
ATTN: Bill White, Editor
Post Office Box 8601
Roanoke, VA 24014
http://www.overthrow.com/
nationalsocialistworkers@yahoo.com
They are not loosing the will to code. They just have too much other work, like reviewing others code. So they do not have enough time left to code. RTFA. The headline is not reflected in the article itself at all.
Fork.
No folly is more costly than the folly of intolerant idealism. - Winston Churchill
Granted if you're a good enough programmer you can traverse the source tree and pick up things on your own, but that is very time consuming versus "here's a quick overview" then look at the code for specifics.
... how has the amount of code they actually approve and that gets into the kernel changed?
Once you become a guru coder, you may write less code yourself, but you may approve more code over all. That would be code written by other people that you check, tell them where the bugs are and they fix the bugs and re-submit the code.
When the code is up to your standards (and the evidence is the flat rate of bugs) then the code is included in the kernel.
There was a time (long ago) when Linus wrote ALL of the code himself. If you look at just that metric, Linus barely writes anything anymore (percentage-wise).
Seems to me this is a great way to teach a burgeoning mass of hackers to become better/good kernel hackers, and that is surely a good thing.
It happens in every aspect of IT, or certainly the ones I have been involved in. As manpower increases, the longest served ops, sysadmins, programmers, whatever, get more responsibility pushed on them and therefore do more managing and less of what they were hired to do. Linux is a classic case of a large scale software project and I would expect the 'names' of the project to do less, perhaps even against their wishes. Someone mentioned Git, which is a very good way of managing this kind of project, but I guess that would take a form of its own and end up with some people managing and others contributing code. So the wheel goes on...
If you only have X hours to spend on a project you should choose the activities that will be most beneficial.
As much as technical guys don't want to think about it, good management is an excellent productivity multiplier, alternatively no/poor management is a productivity destroyer.
Some well directed management and control will often result in the team getting more additional work being done than if the "manager" did it himself.
Think about all the times the senior guy, or the suits rejected blocked or otherwise stopped something you thought had great value. You should consider that perhaps if YOU were the manager, some of those good things would happen, you might be more useful doing the managing than technical work.
As the number of contributors grow and the network becomes more and more complex you NEED management who understand the task at hand. Dilbert, and I'm sure most people out there, suffer from BAD management. We all know how bad management can doom a great project.
I am sure that they miss coding but are they working on linux to satisfy their own coding desires or to make linux a better product. If it is the former then they have no reason to be in management, but if it is the later then they are needed where the are. As the network gets bigger and more complex we are going to need people who have a better grasp of the BIG picture. Without this linux will die.
Sadly, this seems to be the trend. Initially, games are produced for the sake of fun and excitement. Yet as of late, game developers certainly seems to be getting lost in other aspects of development, such as coding. I hope this isn't the case for upcoming titles.
Perhaps in writing response to what I want the article to say, I can, in fact, change the content of the article. Or at least humor myself.
Here is a tutorial from Greg KH from Ottawa Linux Symposium 2005 (and 2006):t utorial/t utorial_example_code.tar.gz
http://www.kroah.com/linux/talks/ols_2005_driver_
And sample code for a USB thermometer
http://www.kroah.com/linux/talks/ols_2005_driver_
If that means that Greg can stay away from coding/designing another jewel like UDEV, I see that only as a Good Thing.
...and ike any long term programming project new people will replace the once core coders and will be overseen by previous core coders. why is this news?
This is how it always works. Once you have enough experience doing anything, from building houses to writing code, you start to spend more time sheepherding the less experienced and less time implementing. It's the circle of life. I didn't rtfa.
BSD machines, 80s, DARPA saw BSD [gay-sex-access.com]? Oth3r member5 in and as BSD sinks well-known United States of
Oh, it's probably his kernel he wants to hack around with. I don't have any problems with that, and I don't see why you should.
At the bottom of the
what is the link to your OS that is based on eiffel? I can not seem to google, yahoo, msn, dogpile, or anything to find it.
I prefer the "u" in honour as it seems to be missing these days.
People simply tend to get more managerial as they get older. This extra proofreading, checking and review has resulted in a fantastic product. While BSD is my primary computer interest, I've maintained a Linux box since 2.6.16 to follow the most current developments. I'm running 2.6.22 now and have great respect for the way they use SMP to enhance reliability. Short of a hardware failure, it simply doesn't crash. The way I use a computer, getting an hour uptime out of XP would be rather remarkable.
BillSF
- Samba (for example): Which is more important now, for the original coders to write new code, or do be able to oversee the current code base and insure nothing that M$ can use as a "we own the patent" hammer creeps into the code.
- Data quality and security conformance to government rules: which is more important for the talented programmer, to write new code, or make sure that the code as written and the data rules as written meet Sarbanes Oxley compliance?
The other aspect of code oversight being a role for the most talented is the fact that programmers in the 18-35 age range tend to be willing and able to put in the extreme hours of coding time required for prodigious quantities of code, but there is no guarantee of quality without oversight by a more experienced hand. So one senior coding guru's guidance of many newer programmers is a much better use of time....Open Source isn't the only answer -- but it's almost always a better value than the alternatives...
The kernel developers have decided that black-box/proprietary drivers aren't welcome in their kernel and ask that companies submit their drivers as patches to the existing kernel. That's why 52% of the kernel tree is driver code. It also means that the drivers are free-as-in-GPLv2 and can't be withdrawn later on. If they become abandonware, they are freely available to be updated by a third party. I see these as advantages sufficient to support the present Kernel Development method.
More appropriate caption would be "Top Linux developers are replaced with new ones as time go by".
Losing, not loosing, for the sake of Webster's spinning corpse, you damnable corpse-spinner!
Stop the presses, stop the presses! We've got to go with a new lead story: "People gain experience, get old, assume managerial positions!"
Wow.
Linux is just about finished right now. Just wrap it up and ship it.
They haven't stopped coding, they just code in a higher language - just as C can take care of all that dirty assembler for you, a human coder can take care of all that dirty C. You just sit back, watch the code flow past, filter it and nudge it in the directions you need it to go. It's bleeding edge technology, it's just the system requirements are a little steep for most of us to assemble - give it a few decades and I'm sure we'll all be coding this way :)
Perhaps this is the problem
d ilbert.com/comics/dilbert/archive/dilbert-20030619 .html
;)
http://web.archive.org/web/20030620163003/http://
--I thought I was wrong once, but I was mistaken.
Top Linux Developers Using the Wii To Code!
Oh, how I wish some of my day job bosses had ever written a single line of code in their lives...
Don't thank God, thank a doctor!
Communism. With the communist nations, people got tired of trying to innovate anything or working as they got nothing for it. Where is the drive for anything with communism? This is the biggest reason communism has failed and will always fail. This is why Linux "or open source period" has failed and will always fail.
This isn't meant to troll or flamebait, but the evidence is pointing in that direction.
Reviewers are important. Just about anyone can write code. It takes much more skill to analyze somebody's else writing, think about impacts, possible bugs etc. Reiser4fs was stalled so long because there was no person simultanously fluent in filesystem and willing to review its codebase.
Reviewers are often unrewarded for their work. At the end of the day, person who wrote code takes credit, not all those nitpickers who helped raise the code quality.
:wq
I read Wii (instead of Will) at first and second glance. I don't have one but it is obviously in the headlines too much. :-)
Keep the Classic Slashdot.
Programmer burnout is a well-known, if not well understood, phenomenon.
As far as older, I don't think age has much to do with burnout. I started a major open-source project after the age of 40, my first big programming project after a career change. (I am one of the few managers that then became a coder.)
I am now pretty burned out. It isn't that I can't write code -- in fact, I am better than ever. I just don't *want* to write code any more.
I spend a lot of time online trying to get through to folks on this issue but everyone just blows it off. I have been a Linux user/contributer for over 12 years now and have nothing but the best interests in what I say. The biggest problem is the fact that the only area to have any management and direction is the kernel. The rest is far too chaotic and self-serving to ever become a cohesive system.
Some examples: OS X. In ten years or so a fairly small team has taken BSD and turned it into what it is. In over 12 with Linux I still see many of the same issues and problems persist... why? Because Apple *focuses* their efforts and the entire project is properly managed and steered. Imagine with the same focus and direction what the huge amount of OSS talent could accomplish?
Interoperability. Most applications are one-off programs made with no thought or care as to how it fits in the bigger picture. Unification, interoperability, and consistency are very important.
Fleeting Nature. Projects worked on while in college, hosted on random servers, work/girlfriends/distractions. These all can bring even successful and popular projects down overnight.
What needs to happen is to work under a single focus to create the most perfect distribution possible with clearly defined goals and concepts. Democracy, choice, and chaos have their place and they can be utilized still... just with some oversight and management before it goes live. Once there is a very good foundation (such as how OS X is now) then folks can branch out and work on their own projects and offshoots. I'm not suggesting that all choice needs to be eradicated, just that instead of trying to build a million individual sandcastles on a foundation of Jell-o we could be building a mansion on a sheet of bedrock.
The talent is here, the passion is here, the momentum is here... the oversight and direction is not.
http://teasphere.wordpress.com - A little spot of tea
Experience does count, and age is not a limitation. There's a myth that older people can't program. At 45 I reckon I can outprogram most youngsters, but it is probably more valuable to be mentoring others. I know a few very active programmers in their 60s and even 70s.
Old good programmers should not become managers unless they are actually better managers than programmers. Programming is not a science or an art, it is a blue-collar skilled trade. Knowledgable older programmers should be helping out the youngsters.
Engineering is the art of compromise.
minix.
I can only imagine the mutex nightmares Linux will have when 64 cores become the standard.
At what point do you sacrifice percentage points of performance for huge savings in complexity and huge increases in stability and maintainability?
I'd put my money on a microkernel revival in the near future.
ZZ
"Everybody wants to build, but nobody wants to do the maintenance."
Thanks Kurt, you ruled.
In commercial software companies I've worked for, this sort of thing is typical. But, that structure is quite different from open source.
Once the product / project grows, the early gurus are needed to lead the direction of the larger group of developers brought in as the company expands. The new guys don't have the understanding of the big picture, so they focus on a specific area, and the best of them bubble up as they get more experience.
In open source, you don't have the same strict reporting relationship, where the leader can order people to go do X,Y,Z. So, the dynamic is a bit different in the Linux kernel model. There is seems to be more of a review process. The guys at the top of that heap are making sure the right things get included in the kernel.
You're free to go off and do your own thing if you don't like the way the rest of us do it. I couldn't care less what you think needs to happen. Either do it yourself, or shut the fuck up about it. I'm not going to do it for you, and I highly doubt anyone else will, either.
I don't want to build a mansion. I like my sandcastle. If you don't, piss off.
"Top Linux Developers Losing the Will To Code?"
"Core Linux developers are finding themselves managing and checking, rather than coding, as the number of kernel contributors grows and the contributor network becomes more complex"
Seems like if they were just "losing their will" they would be resigning
Cmon, instead of spending your time with well thought out reasons as to why the posting is wrong, spend the time gaining control of /. We are the customer, generating the revenue, and we have to keep putting up with this kind of crap?
When you see a post with the name TACO on it, you automatically know there is a 70%(I guessed) chance it is taking at least a subtle jab at Linux or pushing Apple.
Where is the feature to moderate the Taco and Gang? (some are better than others)
Speaking from my own experience, i found that what motivates me to code has changed over time.
First it was the technical challenge;
Second the challenge was to earn money from my skill (not very successfully)
The challenge for me now is design.
I see free software as an art, code is just the medium in which a design is implemented.
I dont care if my project has fancy features, i dont care if time spent on it can be justified from a commerical perspective. Its just about solving a problem that people (developers) can one day look at and realise its the way it should be.
Art is really what seperates commercial code from free software, if you spent an hour thinking about a more appropriate variable or function name on a commercial project your boss wouldnt be impressed. But its little things like this (and design) that lower the level of participation, enabling them to get the "many eyes" that improve it.
Free software programmers are like the artistic painters.
Commercial programmers are like a signwriter.
Deadlines can only lessen the quality of code.
Is why no one listens to you, you laughable little man.