Slashdot Mirror


Do Old Programmers Need To Keep Leaping Through New Hoops?

Nerval's Lobster writes: In recent years, it seems as if tech has evolved into an industry that lionizes the young. Despite all the press about 21-year-old rock-star developers and 30-year-old CEOs, though, is there still a significant market for older programmers and developers, especially those with specialized knowledge? The answer is "yes," of course, and sites like Dice suggest that older tech pros should take steps such as setting up social media accounts and spending a lot of time on Github if they want to attract interest from companies and recruiters. But do they really need to go through all of that? If you have twenty, thirty, or even forty years of solid tech work under your belt, is it worth jumping through all sorts of new hoops? Or is there a better way to keep working — provided you don't already have a job, that is, or move up to management, or get out of the game entirely in order to try something startling and new.

49 of 242 comments (clear)

  1. Stupid question. by khasim · · Score: 5, Interesting

    If you have X years of programming experience, then you should be able to sell yourself based upon that.

    Social media and such would be useful to programmers JUST STARTING THEIR CAREERS.

    BUT! If you are an older programmer you DO need to keep expanding your knowledge. Learn newer languages / systems.

    1. Re:Stupid question. by satch89450 · · Score: 5, Informative

      The problem is that the HR departments want X years in specific technology. I still remember years ago an ad wanting a programmer with 10 years of Java programming experience...and Java was just turning five.

      The last time I was looking for work, I found ads that were so specific that I surmise the hiring person had a specific person in mind, but was required to put job openings out to the world. I do know one instance where the job was intended for a H1-B visa applicant; no way they were going to hire a citizen for the position.

      Yes, I agree that people should continue to learn new stuff. I'm picking up Python as part of my current job.

    2. Re:Stupid question. by lgw · · Score: 4, Interesting

      Social media and such would be useful to programmers JUST STARTING THEIR CAREERS.

      The only "social media" you need to be active on as a senior dev is LinkedIn. Github seems irrelevant unless your career is built on open source development.

      BUT! If you are an older programmer you DO need to keep expanding your knowledge. Learn newer languages / systems.

      Yep: it is important, to keep your skills and problem domain modern, unless you want to be constrained to an ever-shrinking niche. I started as a mainframe dev, and while a lot of the concepts are still useful (since the Cloud is just the new mainframe), none of the specific skills are. Even C++ is starting to become a bit niche, with new projects that fit in the gap between C and managed languages becoming rare (but as long as Google does a lot of C++, it's not really a worry, as enough people copy Google). Thank goodness jobs requiring COM or CORBA experience are mostly gone.

      Bit by bit, specific technical pieces become irrelevant, so it's important to keep up. Can you write a horizontally scalable application in the cloud? Bit by bit, the new stuff becomes more important (once time enough has passed to weed out the fads). There's lots of money to be made as a senior dev with a deep understanding of all the new stuff, as that's a high-demand, low-supply job.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    3. Re:Stupid question. by Anonymous Coward · · Score: 3, Interesting

      It's not only a stupid question, it's mostly a stupid assumption. The 90's are over, most IT workers worth a damn are pushing 40 and the best lead/devs/archs are well past that.

    4. Re:Stupid question. by laurencetux · · Score: 3, Insightful

      Well Admiral Grace Hopper was more or less just getting started at 50 (by inventing COBAL)

      One would think that Elders are best keeping the "new puppies" from running about chasing their tails.

    5. Re:Stupid question. by dbIII · · Score: 3, Funny

      Well Admiral Grace Hopper was more or less just getting started at 50

      I loved an interview of her a few years ago:
      Q: "What led you to join the Navy at a mature age?"
      A: "World War Two."

    6. Re:Stupid question. by jandersen · · Score: 3, Interesting

      The only "social media" you need to be active on as a senior dev is LinkedIn.

      I was on LinkedIn for a while, and it was worthless, IMO. I only got two kinds of contacts: From people who wanted me to follow their vanity blog, and from employment agents who seemed unable to read the parts of my CV that said "no Windows, no contracts", because all they had to offer was 6 month contracts and mostly for crappy Windows positions.That, and 'DevOps', which seems to stand for "a person who has vast knowledge about everything, but is willing to work in an assembly line style setup for a pittance". Social media is for navel-grazers.

      Yep: it is important, to keep your skills and problem domain modern, unless you want to be constrained to an ever-shrinking niche.

      However, the constant focus on programming languages is probably misplaced. We should concentrate on programming skill instead, and as senior developers, we should know a lot about design patterns. That is why technologies like C++ templates and Boost, or Java EE, are still very important: they provide a standardised platform for using design patterns and frameworks. They are also very difficult to fully master, but that gives an advantage to anyone who does.

    7. Re:Stupid question. by netsavior · · Score: 2

      So far every candidate who put a Github profile on their resume when they applied to our department has been hired by me (team lead). The amount that you can learn by scanning someone's code, and then asking them about it trumps all other information you can get in an interview, trumps everything you can learn from a test, trumps education credentials.

      Those who don't put that on their resume, the first question I ask is "what was the last program you wrote for yourself, why did you write it, etc"

      If you aren't writing code for some stupid thing at home, you are either not that in to programming, or you are burned out.

  2. Yes means no by Anonymous Coward · · Score: 3, Interesting

    sites like Dice suggest....: "Do the same thing as the young folks"!!!

    a. Hit up social media (really, a lot of folks mislead on social media, it's a freaking ad show, we had this discussion on trust awhile back on /.)
    b. Speak up w/the megaphone on github (really, a lot of folks "reinvent the string class" on this site, it's hard to find good code except well establish projects that moved to github, it's a freaking ad show). Github is a love and hate relationship.

    Dice conclusion: Sell Sell Sell. That's what the youngins' do. What they're selling is not experience, but what you want to hear, "the potential possibilities". Especially if the company (customer) is a startup, since everyone will be looking for a new job in 6-8 months anyway. Doesn't matter if you're selling fact or fiction, just close the freakin deal! That's the attitude nowadays.

    There used to be something call a profession, you gained experience in it and then companies would be able to gauge it and even reach out to you via academic societies, professional registries, tech user groups or even unions. Doesn't exists anymore thanks to HR depts....

  3. Re:Uh, what's the problem? by thinkwaitfast · · Score: 2

    Maybe real social lives that take up all of their time.

  4. Old programmers for old systems by satch89450 · · Score: 4, Interesting

    There has been quite a discussion (including in CIO magazine) about old programmers being exactly the right people to deal with "ancient" legacy systems. There is still a lot of systems in current use written in COBOL out there, even COBOL that predates the ANSI version. FORTRAN is still surprisingly strong in the scientific community.

    The article mentions programmers continuing in niches. Me, for example. I've discovered a very nice corner where I work with RS-232 serial ports and the mistakes engineers/programmers 20-30 years my junior inflict on the community. Schools don't teach the National Semiconductor 16550 UART anymore; not to mention all the errors made trying to utilize the FIFO capabilities. (It's not engineers using the chips themselves, it's the ASIC people using the 16550 from the cell libraries!)

    I'm on the wrong side of 60, yet I've not decided when I'm going to retire...if I retire. I may just decide that, as long as I can find people who need my skills, I'll keep going until they carry me out feet-first.

    1. Re:Old programmers for old systems by Anonymous Coward · · Score: 2, Funny

      ur old lol

    2. Re:Old programmers for old systems by i.r.id10t · · Score: 2

      Niches indeed.

      I've been programming for over 30 years, 15 of it paid (started when I was 11...). While I may not be able to write in Java for a servlet under tomcat like the guys in our "formerly known as mainframe" area do, I also understand the Web better than they do - mixing SSL and non-SSL stuff on a page, using a simple target=_blank for a link instead of using javascript to open a new window and then load a page, etc.

      Would I hire me to work on a payroll system, student registration system, etc? No. Would I hire one of them to do a db driven calendar, or even a simple form processing script to send submissions to an email address? No. But both of us are competent in our niches... Just wish they'd take a little of my advice in the past 10 years after we moved from green screen terminals to the web for student/course registration and such...

      --
      Don't blame me, I voted for Kodos
  5. Re:Uh, what's the problem? by khasim · · Score: 3, Insightful

    I think that it is more about chasing the flavour-of-the-month.

    Is it enough to be on AOL?
    No? How about MySpace?
    Okay, is LiveJournal acceptable then?
    And so forth.

    If you're looking for YOUNGER programmers then you look for them where YOUNG people hang out.

    But don't demand that OLDER programmers try to socialize the way that younger people do.

  6. Keeping up by RLBrown · · Score: 4, Informative

    To be honest, as an "old" programmer, I do not have any trouble keeping up. But I am not special -- anyone who makes the effort can keep up. I think that is the point of the Dice article cited in the post -- you can keep up and it is not that hard to do so. And you can change you job with the times. I have worked in my fundamental area of physics, then process engineering, then metrology, and now programming and communications. For the software portions of my work, since starting in 1969 I have used 8 languages, on 7 operating systems.Toss in a few variations for different frameworks. So long as I can read, I can keep up. As for the "dead at 35" meme expressed in the cited InfoWorld article (which the article author Neil McAllister promptly kicks to the curb), I just say "See here kid, I'll retire when I'm good and ready."

    --
    -- Perhaps I see less than some, but more than many.
    1. Re:Keeping up by Anonymous Coward · · Score: 2, Informative

      I've been a better software engineer than anyone else I know since I was 35, and I haven't gotten worse at it with age. Those old programmers who are bad at modern programming were most likely bad at it when they were younger too.

    2. Re:Keeping up by Hairy1 · · Score: 2

      Yeah - this. change, adaptation and innovation are part of the game. Getting stuck in the same position, using the same technology on the same project is boring, unfulfilling and ultimately dangerous for developers. You can't know all the technologies, but you should keep an eye on technology and learn to use the ones that can really be beneficial. Not always easy. But if you are a Cobol programmer you might still be able to learn a living, but it will not be developing exciting new applications. If anything my focus has changed; to value human aspects over technology. Really great things happen when you have the right people with ownership and pride in what they do, working as an effective team. New technology is easy. People are hard.

    3. Re:Keeping up by meburke · · Score: 2

      I've been programming since 1965. I did programming 'cause I liked it. Then I started taking high-paying 3 month contract jobs and it all went to hell. Once I escaped the electronic sweatshop I started to enjoy programming again. These days, on the verge of retirement, I do almost no contract programming (unless the job is very interesting) and today I am involved in a small number of projects that totally interest me.

      What is the outcome of marketing your skills on social media, etc.? Mostly un-inspired positions at un-inspired companies doing mediocre work. Then countless interviews, competition for the position based on irrelevant criteria, judged by people who don't have a clue. These positions are better suited to people who are inspired by money and benefits, not programming. Old programmers like myself seem to be more interested in job satisfaction than money. And making these jobs hard to get doesn't increase their desirability once you get them.

      IMNSHO, a good thinker using Rational Rose or Embarcadero and optimizing the output can outperform and out-create most of the young code-doggies. I'd rather be the one creating the tools like Rational or Embarcadero.

      Old programmers have special skills and talents that younger programmers haven't developed yet. Companies who want these skills and talents might be better off recognizing that the pool of people with these talents are different from the just the general pool of programmers. If they really want these skills and talents, they should use the right bait and fish in a different pond.

      But then, if you are an old programmer looking for income, the price you have to pay is the effort needed to market yourself where the interest is.

      --
      "The mind works quicker than you think!"
    4. Re:Keeping up by Anonymous Coward · · Score: 2, Interesting

      I'm 50+, a lead developer in a company where most of the developers are young enough to be my kids. Aside from that (which I'll admit is a very weird feeling at times), there doesn't seem to be any sort of "get the old fart out of here" vibe coming from them. I get pulled aside on occasion by one of them or another and they'll ask something along the lines of "here's what I'm thinking of doing, what's your opinion? I mean, is that a good way to approach the problem?", etc. The ones on my team are there because I'm the one who suggested hiring them after an interview with them. I do sort of get uneasy about still being a developer after all this time, like it's not "normal" for me to be doing it. But I like it, so I can't see why I shouldn't continue for now.

    5. Re:Keeping up by plopez · · Score: 2

      It's not rocket science. Anyone unable or willing to retrain themselves as tech shifts is useless. The best part is that if you stick around all the old tech comes back which then gives you an 'edge'. MongoDB? That's just hierarchical databases with poor ACID compliance. Graph DBs? Those were once called network DBs. Functional programming is in vogue again. Craplets are back as apps. VMs? See IBM VM OS. Programming languages that compile to byte code? See UCSD Pascal. And 90% of the code I see written by both myself and others could still be written in COBOL.

      --
      putting the 'B' in LGBTQ+
    6. Re:Keeping up by dbIII · · Score: 4, Funny

      "damn, I can't focus close enough on this ultra-tiny low contrast font on this power supply, I need someone with young eyes to read it"

      I was in that situation and the person with young eyes took a photo with their phone and zoomed in.

  7. From the 2nd article by Marxist+Hacker+42 · · Score: 5, Insightful

    "Companies say they can't find enough qualified candidates. "

    Law of supply and demand affects salaries. Companies that have not learned this, can't find qualified candidates, because they're not paying enough.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    1. Re:From the 2nd article by Anonymous Coward · · Score: 5, Insightful

      Companies that have not learned this

      Companies fully understand what they are doing.

      It's called 'lying'.

    2. Re:From the 2nd article by Tablizer · · Score: 2

      Actually, companies don't want to spend or wait for training in their specific tool stacks. They want instant plug-in programmers.

      If they can select from the entire world, they are more likely to find such. Whether that's realistic or fair or not is another thing: they want what they want and lobby for it because they can.

  8. Do old Nerval's Lobsters need to keep submitting? by timrod · · Score: 5, Funny

    In recent months, it seems as if Nerval's Lobster has evolved into a submitter that lionizes single-source stories based on Dice advertisements. Despite all the press about Nerval's Lobster only posting Dice stories, is there still a significant market for older submitters, especially those who post actual news stories? The answer is "yes," of course, and sites like the comments section of Slashdot suggest that Nerval's Lobster should take steps such as posting something that isn't a single-source story from Dice and spending a lot of time on submitting actual quality stories if they want to not be mocked by commenters. But do they really need to go through all of that? If you have twenty, thirty, or even forty years of Dice link submissions, is it worth jumping through all sorts of new hoops? Or is there a better way to keep working — provided you don't already have a way to bypass the editorial system, that is, or move up to management, or just keep posting Dice links?

  9. The last time by schnitzi · · Score: 5, Funny

    The last time I jumped through a new hoop, I broke my hip.

    --



    I object to that article, and to the next reply.
  10. Re:Depends by Shados · · Score: 2

    Thats basically it. If you're a new dev out of school, you're learning all the new stuff.

    If you're an older dev, you can either learn new stuff, or stick with the old. If you don't know the new stuff, you're obsolete. If you learn the new stuff, AND know the old, you're among the most valuable person in the industry and will be getting harassed by people trying to hire you continually.

    Software Engineers can make enough money to stick in the top 3-5% of earners. You don't get that much by doing a 9-5 job where you don't need to learn new stuff.

  11. Keep up your verbal and written skills too.... by technomom · · Score: 5, Insightful

    Yes, you should stay current. That doesn't necessarily mean GitHub, but you should at least have a pretty good idea of what GitHub is, what it does and how to use it.

    Here's the thing. If you want to get a programming job today, chances are you'll need to pass through some kind of "white board" programming test. That is, a 1-3 hour session where the hiring manager and team will sit you down and ask you to come up with code and architecture to solve a real world problem. That means that you'll need to be able to think on your feet. It can be a terrifying, humbling experience if you are not prepared for it or even if you are. So, the best thing you can do is be prepared.

    If you're selling yourself as a Java developer, you had damned well know Java inside out. Yeah, that means crack open a recent website and read up not just on all the fundamentals you've forgotten but also read up on some of the newer stuff that Java's added in the last few years. Walk through some sample interview questions on the web.

    Secondly, work on your people skills. You'll have to be able to explain yourself clearly and concisely. You can be a brilliant technical person but if you cannot be understood, you won't get the job. During the white board session, people aren't looking for perfect syntax. What they are looking for is how you approach a problem, how you break it down, and how you communicate your path through the problem. Again, this all comes down to good communication skills as much as how well you sling code.

    For the record: I'm a 53 year old programmer. I just "retired" from one company and landed in another with a 20% pay raise and better opportunities to move upwards. And yeah, I did have to pass a grueling 3 hour "white board" test. It can be done.

  12. Re:Uh, what's the problem? by PopeRatzo · · Score: 4, Interesting

    What's so hard about being active on social media and GitHub?

    Jesus wept.

    It's not what's "hard" about it. The problem is that you have to live with yourself afterwards, with a bunch of strangers sending you highly-refined stupidity and looking for "follow-backs" and "likes" and "favorites". People posting pictures of their goddamn dinner. Then there are the bots dressed up as humans. Saying stupid cut and paste friendliness, but you don't want to block them because it just doesn't feel right and then it'll bring down the number of accounts that follow you to single digits.

    For me, social media always brings to mind the quote by the poet Charles Bukowski:

    "I don't hate people. I just feel better when they aren't around."

    --
    You are welcome on my lawn.
  13. You still go through HR for jobs? by tlambert · · Score: 5, Insightful

    The problem is that the HR departments want X years in specific technology.

    You still go through HR for jobs?

    That's so darn cute!

    1. Re:You still go through HR for jobs? by thegarbz · · Score: 4, Insightful

      This is marked troll but it is right on the money.

      I have been on the job market for the last 6 months due to an imminent redundancy coming my way (I was lucky to have a lot of notice). After 6 months my resume and experience didn't even land me an interview, yet a phone call or two with a few acquaintances and even to a vendor netted me 2 actual offers.

    2. Re:You still go through HR for jobs? by tlhIngan · · Score: 5, Insightful

      This is marked troll but it is right on the money.

      I have been on the job market for the last 6 months due to an imminent redundancy coming my way (I was lucky to have a lot of notice). After 6 months my resume and experience didn't even land me an interview, yet a phone call or two with a few acquaintances and even to a vendor netted me 2 actual offers.

      Exactly.

      When people talk about the "hidden job market" - be aware it's real. No, you do not go to a website and there's no "magic" way to look at the "hidden job listings". Those don't exist. There is a market, and if you've got the experience and the knowledge, it can land you a job quite easily.

      Thing is, to access it requires soft skills. I know there's a strong temptation to "bottle up" and be one with the machine, but you have to realize that your next job will come from your coworkers. So do socialize with them, do spend time going out on lunches together, make friends and be civil.

      Because when it comes time to jump ship, being able to call a friend or an acquaintance is what will get you the job. Sometimes it may be more runabout - you got a job from a friend-of-a-friend-of-a-friend who heard you're looking around and knows someone is needing someone.

      And yes, this job market is hidden. Because if you're good, companies will make a job for you. Their public postings may be slim, but going in the back door, especially at smaller companies, may create a job just for you.

      The HR and job posting thing will never find the best candidates (only the good ones amongst those looking). It's why companies have referral bonuses because they know great employees don't answer job ads. All it takes is someone putting your resume on a manager's desk, say "we need this guy" and you're in.

    3. Re:You still go through HR for jobs? by AmiMoJo · · Score: 4, Insightful

      It's a bit OT but this effectively dispels the myth that hiring is a meritocracy. It's often more about who you know, and who you are known to. That's why companies are making so much effort to improve their hiring practices and diversity levels - otherwise they end up just hiring more people like the ones they already have, rather than the best ones from a wide pool.

      As you say, many HR departments are clueless which really doesn't help.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  14. Re:"In recent years" ? by Anonymous Coward · · Score: 3, Insightful

    Yet -- the programmers I know are all over 40 and can code rings around anyone at any Silicon Valley company. Literally. They don't desire fame, fortune, or limelight. These guys work for the likes of IBM, Cray, old-school companies. You will never hear their names or read about them in print. However, they code for the most stable platforms this earth has ever seen.

    One old guy I studied under could pull strings of code from his memory that literally astounded me. He was "retired" at 50 because he didn't fit in. I was about 30 at the time. When he left, the department went to hell inside of six months. I left shortly thereafter. It was begrudgingly admitted by the younger "leadership" that Dan really did know what he was doing and that perhaps the younger programmers could have learned a thing or two. To this day, I still use skills and techniques Dan taught me. He was older, and old school. He was pedantic, well read, knew programming pitfalls, could see mistakes coming, could tell if a compiler would have issues with code, could debug better than anyone I've know before or since. This guy could spot errors in code like they were highlighted. He was uncanny. I'm still somewhat bitter they let him go. I heard rumours, but never confirmed that the younger team leads felt threatened by him. Good for them. He was worth at least 10 of them and had the knowledge of at least that many. Where did this guy go to college? He didn't. I think this pissed off more people than the fact he was a quiet rockstar in his own right.

  15. another jerkfest article on cutthroat capitalism. by nimbius · · Score: 3, Insightful

    21-year-old rock-star developers

    Burn out by 30 by the grace of corporations that bleed them dry and recreational narcotics that render them fast but futile for learning anything beyond ruby. the rockstars are great, until you put them in front of project managers, change management boards, and sysops with more than a decade of experience. At that point, its shreiking autism barfing buzzwords and pulling six figures.

    30-year-old CEOs

    do not a company make. a 30something CEO is about as stable as exchange on windows NT. As a corporation at best you have bragging rights to a token with an idea. At worst you have a neurotic powdekeg with no formal indoctrination in business at all. The best they can do is show up missing on a hike through the himalayas or some skydiving team building synergy pumping cockthirsty vacation in the third world. At worst, they leave your business without a continuity plan after insulting an ISIS warlord on the Syrian border when explaining their love of dubstep.

    --
    Good people go to bed earlier.
  16. Old Programmers Vs Young Programmers by sycodon · · Score: 5, Informative

    If you want a mobile client to send 180 character messages out to millions of people, hire a young programmer,
    If you want your networks to support messages going out to millions of people, all the time, every time, hire an old programmer.

    If you want a really cool interactive website where employees can manage the benefits and see how much is in their 401k, hire a young programmer.
    If you want your payroll to run and people to be paid accurately, every time, all the time, hire an old programmer.

    If you want a fancy game, hire a young programmer.
    If you want a system to manage the business that sells the game, hire an old programmer.

    If you want an employee that sees stuff as fun toys and re-invents the wheel at every chance, hire a young programmer.
    If you want an employee who understands that this is a business and that people's livelihoods depends on it being right, all of the time, hire an old programmer.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    1. Re:Old Programmers Vs Young Programmers by Anonymous Coward · · Score: 2, Informative

      If you want an employee that sees stuff as fun toys and re-invents the wheel at every chance, hire a young programmer.

      This isn't true anymore. Young programmers are obsessed with showing what they know, which means doing things the accepted way, which means using a framework. It's safe. It shows that you've learned something that someone can quiz you on. It also means you've saddled your employer with another technology to support and that you've spent more time learning a framework than the problem was worth, but your resume is buzzword compliant.

      An old programmer would have gotten the thing done in a fraction of the time, created far less code and used technology that is easy to hire, but he'd also be ridiculed by the young programmer for not keeping up.

      "Not invented here" isn't a problem with the young programmer anymore. "Afraid to invent it here" or "doesn't know how to invent it here" is more like it.

    2. Re:Old Programmers Vs Young Programmers by javaman235 · · Score: 2

      You forgot one, the one that's really at play with a lot of the lionization of not just young programmers, but a culture of childish hipster naivety that is actively celebrated by many large modern corporations:

      If you want an unethical product that exploits users more than helping them, without the programmers really knowing what they're doing, hire a (naive) young programmer.
      If you want an ethical product that helps users, created by a wiser person that see how it fits into society, hire an old programmer (or a wise young programmer).

      The culture that used to be called "spyware" has now infiltrated many of the highest IT companies, and become mainstream culture. The broader picture of how software effects society, and what you're really doing collecting all that info on people to sell out the backdoor, is something that comes with some cynicism and wisdom as to how the world actually works. Not knowing what you're really doing when you're being unethical takes youthful naivety, which is why its in such high demand.

      --
      -The art of programming is the pursuit of absolute simplicity.
    3. Re:Old Programmers Vs Young Programmers by Anonymous Coward · · Score: 2, Insightful

      If you want a stable business, that has a future hire both make sure they get along and teach each other things.

  17. as a 107 year old programmer... by drwho · · Score: 2

    Old programmers don't have to work. We're "consultants", sitting on the beach, collecting big fat fees for making the occasional modification to legacy code written in some obscure language. The best is, har har, when they hire us to document the code....we throw in so much bullshit into the docs that only a brother in our secret order can decode it. Do you remember Y2K? Yeah, that was us! The year 2038 problem is also going to be a big money-maker, even moreso than the pile of IPv4 space we're sitting on. Of course, it doesn't work out as well for all who enter the field. I see some old VMS programmers begging for beer money and looking for scraps of VT102's in Maynard...tough for them. Others have moved on to new careers, such as real estate agents, journalists, or porn stars, I know one feller that leveraged his way into being a big-city bus-driver, and pulls in just as much doing that as he did slinging bits at Wang, but for a lot less effort.

  18. Age Discrimination is Real by DERoss · · Score: 2

    For almost 14 years, there has been a justice on the U.S. Supreme Court who used to chair the U.S. Equal Employment Opportunity Commission (EEOC). While heading the EEOC he held up some 20,000 age-discrimination complaints until the statute of limitations for filing lawsuits expired.

    Yet there are ways to hide your age until you actually sign-on as an employee. Never discuss any part of your career that ended more than 10 years ago. Touch up your gray hair; Clairol (or some other brand) is your friend. Men should touch up their mustaches and beards, too. (But DO NOT resort to comb-overs, toupees, or other ways to hide your baldness.) You can readily claim your college degrees, but do not mention when you earned them.

    Another area for caution is your salary history. Avoid discussing this. Take the position that you prefer to consider total compensation, including fringe benefits. Also indicate that past compensation might have been earned for an effort different from the one you are being considered. If you need the job and are willing to work for less than you used to make, do not allow your prospective employer use your past salary to disqualify you.

    Also, remember that old dogs do indeed learn new tricks. If you are experienced in three computer languages and three operating systems, the next one will be very easy to learn. In any case, the old tricks are sometimes very valuable.

    See my http://www.rossde.com/unemploy.... This might be somewhat dated, but the overall content could prove useful.

  19. 67 by AndyCanfield · · Score: 3, Insightful

    I am 67 years old, I have more than 45 years experince. My first "personal computer" was an IBM 360/20 with four keypunch machines.

    I have a web site (www.andycanfield.com). This year I learned Facebook (bad user interface, dumb pictures). Two months ago I had a stroke, so I'm typing this using 'onboard', which I learned YESTERDAY.

    My career path for the past 25 years was learned from the best Patpong hookers: "Find somebody who's got money, and keep him happy. The money will take care of itself."

    The company is still making money running software I wrote 20 years ago, and they know it. This week they want a new feature - of course I agreed. I support their servers weekly through my home Internet connection. I live in the town where they asked me to live 20 years ago.

    My wife I picked out myself.

  20. Re:Old Progrmmers should create the hoops by umghhh · · Score: 2

    I recall getting a task and making a new module fulfilling it. Most of the time I spent on making it simple. I checked a half a year after release and to my surprise my code was full of patches - I look at all the tickets (these were old times where if you fixed anything then only because it was ordered by an architect or trough maintenance channels. All tickets but one were done in my module because it apparently was simpler to do. These also were times when design centers were paying fines to HQ for too high fault quotes which explained actually all of the tickets then. This was when I was young. I am an old fart and:
    I know very few guys as old as me who did not leave hoops - they are minority. The rest of surviving 50+yo guys go as far as refusing to cooperate with 'youngsters' like me or producing incomplete documentation (if any is produced at all). The resulting mess can be made working on customer premises in an emergency after weekend of well paid time in a hotel, by heroes and only by them. I did not believe any sane corporate management would allow it but in fact they appreciate it - all they have to say is this "I hired this guy who saved our arses so many times!" They do not of course mention that a simple industrialized fix could be cheaper. Why should they....I was fighting it for years until I understood. You just have to learn stop worrying and love the bomb.

  21. No, but ... by wolfgang.groiss · · Score: 3, Funny

    Leaping through new hoops? No. Looping through new heaps, on the other hand...

  22. The breakup speech by Primate+Pete · · Score: 3, Insightful

    This is tough, but you need to hear it... It's not the industry. It's you.

    You didn't lose an IT career, because you never had one. By your own description, you don't have control over the technologies that you've tried to use. I also notice that you didn't mention any business domain knowledge.

    I could sugar-coat this and tell you that it isn't fair, but this really how economies have always worked. If you want a job, you have to bring something of value to the relationship. It is not up to potential employers to train you so that you can take their money. Face the fact that with less than 3 years of experience, no evident business focus, and weak technical skills, you rate as entry level at best.

    Figure out what you want to do, learn how to do it, and find opportunities to use your actual skills. You may need to make tradeoffs and compromises along the way, so think about your choices carefully.Getting started is tough--I've done it more than once--but putting it off just makes it harder.

    Last, if I was interviewing you, and you blamed your lack of success on the ethnicity of your co-workers, I would end the interview and not call you back.

    I know it is hard to hear criticism, but I hope it helps. All the best in your search.

  23. What you know, who you know? Both. by seniorcoder · · Score: 2
    It's not what you know that will necessarily get you a new job.
    It's not who you know that will necessarily get you a new job.

    It's both plus having the ability to communicate in a reasonable manner.

    When you are "experienced" and have quite a few years of development behind you, a decent developer will have built up a list of friends from previous or current jobs. Hopefully, these friends respect your ability to develop. When it comes time to obtain a new job, hitting up those friends is an invaluable resource. I have hired several colleagues from previous encounters in this manner. I have even hired the same guy twice. Each time I moved jobs, I pulled him in behind me. I have also been hired twice thru personal references myself.

    Just think about it. Do you think an interview is much more than a crapshoot? You are trying to judge the suitability of a candidate based upon a few hours of interaction. Wouldn't you rather judge someone based upon their past performance of which you (or a friend you trust) are familiar, having previously worked with them?

    I'm not saying that an old dog shouldn't learn new tricks. Far from it. It's every developer's responsibility to maintain their skill set. I am extolling the virtues of building a network of past/current colleagues who might be of help to you in the future, just as you might be of help to them.

  24. Re:Uh, what's the problem? by IceFreak2000 · · Score: 2

    And if you're a developer that does anything in a non-windows environment, you should have some sort of git account, because you should be using git.

    Even if you're a Windows developer, you should have a git account and you should be using git. Even Microsoft are doing development work in the open using GitHub.

    --
    Life is like a sewer; what you get out of it depends on what you put into it...
  25. Stop listening to all the shit, Whip out your dick by satan666 · · Score: 2

    That's motherfucking right. Don't listen to shit like "you must know all the new languages". Really ? What the fuck does any language have that C++ does not. I know Assembler, C, C++ and perl. I dare someone here to tell me that I need a new language. I double dare you! When I go to some interview I make them cry like babies. I was there when there was no Solaris, just SunOS. I started with Solaris 2.3. I wrote my own device drives for Linux Kernel 0.9xxx. Who the fuck will try and make me feel bad about how old I am. I forgotten more than most people know.

    Be confident in your knowledge. Do not go the interview feeling sorry for yourself. You have experience, knowledge people skills. Be proud. Never show fear.
    Walk in there and whip out your dick. On your dick you have a tattoo of all the Linux kernel versions.

    Who gives a flying fuck about Python and PHP and Ruby and Java shit. You know C and C++. Fuck everybody else.
    Thank you for listening

  26. Yep, you do by CharlieG · · Score: 2

    Take it from a 50YO programmer, you have to keep learning, or else you end up out on the street looking for jobs. Joke? Even if you do, you are competeing against 20 YOs who have the same amount of experience as you do in the "New" stuff, and companies don't want old folks

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso