The benefit of experience

From Slashdot Developers Story | Oracle To Invest In Sun Hardware, Cut Sun Staff

Re:Trying to cut salaries? (Score:5, Insightful)

by fhage (596871) on Wednesday January 27, @08:01PM (#30928230)

So that would make you about 35, right? Well, take a look around you. How many technical coworkers do you see that are ten years older than you? How about twenty? And thirty years?

There’s age discrimination in every field, but being a 60-year-old programmer is only marginally more likely than being a 60-year-old stripper.

While you may be correct, I don’t think the current status quo is necessarily evidence of it. I’m 36, and am of one of the first generations where it was reasonable to have a microcomputer around the house as a small child. People 10, 20, 30 years older than me probably got their first computer at a much older age than me and probably don’t have that much more experience than me. When I’m 60, I’ll likely have decades more software experience than they do now.

Of course, the younger kids might crush me in networking experience, since the WWW didn’t exist until just about when I went to University.

It’s a myth that younger people are “better with computers and technology” because they had access to computers in their house as they grew up. I turned 50 this year and have been doing scientific programming for over 35 years. I started at 14 yrs old in ‘73, working on time share systems and wire wrapping PDP-11 backplanes. I’ve been on the Internet since ‘86 and kids almost always assume they have more “network” experience than I. Some of the recent CS college grads I’ve worked with can’t program their way out of a paper bag without GUI UML tools an IDE and weeks of effort refactoring their work. Young kids take days to do things I’d have it done in several hours because I’d be using use the right tool for the job. ‘Awk’, ’sed’ , bash, csh are still very useful for “fixing” data sets. ‘perl’, ‘php’ and ‘python’ are used for more complex tasks. Compiled languages and libraries are used when performance matters or complexity is high. We had 10+ yr experience software engineers who would spend weeks writing a Java app, when a one line ‘dd’ would do. They’ve never heard of ‘dd’, so they write their own buggy, hard coded program. This old guy was the first one to make use of AJAX and web apps in our 50+ engineering division. Companies should think about this, as they lay off us older guys so they can hire a new cheap, young kid within a month.

I’m now doing low-level Linux driver and DSP work for a scientific instrument maker, trying to rescue them from the mess the Java programmer they hired to port their old C, C++ DOS code to XP. “interrupt latency jitter? what’s that!?”. How come I can’t do 5k interrupts/sec on this PC?

Right now, in many scientific fields, the new software being written have less features and run slower than they did 20 years ago. NCAR has spent over 5 years and many, many FTE’s trying to replace a C application I wrote in 1991 with a Java version. This 19 year old C/C++ application is still being used quite extensively, even though it’s been “replaced” several times with new the development efforts.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Leave a Reply