Slashdot Mirror


Online Job Sites May Block Older Workers (cnbc.com)

Joe_Dragon quotes a report from CNBC: Older Americans struggling to overcome age discrimination while looking for work face a new enemy: their computers. Illinois Attorney General Lisa Madigan recently opened a probe into allegations that ageism is built right into the online software tools that millions of Americans use to job hunt. Separate research published recently by the San Francisco Federal Reserve Bank found that in a widespread test using fabricated resumes, fictional older workers were 30 percent less likely to be contacted after applying for jobs. Fictional older women had it even worse, being 47 percent less likely to get a "callback." Several forces are conspiring to ensure that many Americans have to work well past the traditional retirement age of 65. People are living longer, their retirement savings are inadequate, and Social Security reforms are almost certainly going to require it. The San Francisco Fed says that the share of the older-65 working population is projected to rise sharply -- from about 19 percent now to 29 percent in the year 2060. Online job-hunting tools should be making things easier for older employment seekers, and it can. Indeed.com, which claims to list 16 million jobs worldwide, currently lists 158,000 openings under its "Part Time Jobs, Senior Citizen Jobs" category. Monster.com, which claims 5 million listings, has a special home page for "Careers at 50+." In other ways, however, online job sites can cut older workers out. Age bias is built right into their software, according to Madigan. Job seekers who try to build a profile or resume can find that it's impossible to complete some forms because drop-down menus needed to complete tasks don't go back far enough to let older applicants fill them out. For example, one site's menu options for "years attended college" stops abruptly at 1956. That could prevent someone in their late 70s from filling out the form. Madigan's office said it found one example that only accommodated those who had attended school after 1980, "barring anyone who is older than 52." Other sites used dates ranging from 1950 to 1970 as cutoffs, her office said. The Illinois' Civil Rights Bureau has opened a probe into potential violations of the Illinois Human Rights Act and the federal Age Discrimination in Employment Act. Madigan's office has sent inquiry letters to six top jobs sites: Beyond.com, CareerBuilder, Indeed Inc., Ladders Inc., Monster Worldwide Inc. and Vault.

5 of 207 comments (clear)

  1. Re:Maybe stop using dropdowns for numbers? by Calydor · · Score: 3, Interesting

    It could be a combination of wanting every input field to look the same and wanting to severely limit bugs stemming from invalid input, as well as having to accept 1957, '57, and 57 all as the same year. A dropdown may not be the most userfriendly, but it keeps things simple.

    --
    -=This sig has nothing to do with my comment. Move along now=-
  2. rampant by Anonymous Coward · · Score: 3, Interesting

    As over 50 the discrimination is rampant.
    If you're over 50 they find an excuse to get rid of you.
    Everyone I know was gotten rid of with extreme prejudice at that age.

    Nothing is being done about it and it is never taken up by media or the political parties and yet next to ethnic discrimination the single largest discrimination issue in this country.

    I applied to many thousands of job and interviewed at hundreds before I got the handful of low paying positions that don;t even cover costs after fifty and I'm highly qualified for many types of work, am in good health, good personality, highly intelligent, and reasonable youngish looking for my age.

    I can only guess it is related to healthcare costs and that most positions ask for the moon these days.

  3. Re:The Discrimination is about wages, not age by DRJlaw · · Score: 4, Interesting

    I don't need any government regulations backlash on my hands, so I try to ensure it just doesn't come to that. Hiring somebody older in the West means hiring somebody who is a more protected class (in terms of government laws) and it can be dangerous for me, as it can hurt me financially and this is where I draw the line.

    As if discrimination in hiring isn't subject to "government regulations backlash".

    I'm tempted to report you myself... it's not often that someone is stupid enough, even pseudononymously, to admit to a clear violation of the law in a manner that they cannot delete on a site that maintains logs...

  4. As an old (63) guy.. by MpVpRb · · Score: 3, Interesting

    My main talent is using tools to solve problems

    Over the years, I have accumulated many tools..software development, circuit design, woodworking, metalworking, many construction skills, artistic skills and many more

    I'm still getting paid very well to write software and design circuits

    Young people ask.."how do you keep up on new languages?"

    I answer, I program in C and C++, it's the best choice for embedded systems. Wanna talk about learning?

    My latest project was on a new processor (~1900 page datasheet), a new OS, and 10-20 new components, communicating through nontrivial hardware adapters

    Yeah, I can keep up with the young guys

    It seems odd that they don't realize this

    1. Re:As an old (63) guy.. by jittles · · Score: 3, Interesting

      How can you create software without Ruby, The Cloud and 37 half-baked frameworks?

      Joking aside, C/C++ with a good understanding of hardware and operating systems is where older engineers shine. In fact, I'd say it's one of the few areas of software development where the term "engineer" is actually warranted. Anyone can lay 1000 layers of cruft onto a fast processor, cross their fingers and hope it works. Far fewer people can work close to the hardware, with limited resources, and take it from "it boots without emitting smoke" to "here is the API to our product". I think we are already at the point where the younger engineers are doing the boring, trendy work and the older guys are doing the fun, hard work. It's easy to find a job if you can do the latter. You don't even need to learn a new buzzword every week!

      Also, please get off of my lawn.

      Seriously. I write drivers that other developers at my company use to create products. They have to deal with UIs and all this other boring crap. It's not always easy to do a good UI, but it's literally just looking at someone's frameworks and emulating what you see. The real fun is manipulating the hardware. The crazy thing is that a lot of these fresh college grads don't even know how to do the work. I was at the tail end of people learning low level manipulation of data. Even people with recent computer engineering degrees don't understand a lot of bit manipulation tricks. It absolutely boggles my mind.