Slashdot Mirror


Why More Tech Companies Are Hiring People Without Degrees (fastcompany.com)

An anonymous reader writes: According to a recent article on Fast Company, tech companies are looking to hire people without degrees. From the report: "For years, the tech pipeline has been fed mostly from the same elite universities. This has created a feedback loop of talent and a largely homogenous workplace. As a result, tech continues to stumble when it comes to diversity. The technology industry is now trying to figure out a way to attack its cultural and demographic homogeneity issues. One simple initiative is to begin to recruit talent from people outside of its preferred networks. One way is to extend their recruiting efforts to people who don't have four-year degrees. The technology industry is now trying to figure out a way to attack its cultural and demographic homogeneity issues. One simple initiative is to begin to recruit talent from people outside of its preferred networks. One way is to extend their recruiting efforts to people who don't have four-year degrees. IBM's head of talent organization, Sam Ladah, calls this sort of initiative a focus on 'new-collar jobs.' The idea, he says, is to look toward different applicant pools to find new talent. 'We consider them based on their skills,' he says, and don't take into account their educational background. This includes applicants who didn't get a four-year degree but have proven their technical knowledge in other ways. Some have technical certifications, and others have enrolled in other skills programs. 'We've been very successful in hiring from [coding] bootcamps,' says Ladah. Intel has also been looking to find talent from other educational avenues. One program gave people either enrolled in or recently graduated from community colleges internships with the company. Similarly, the company has been trying to get a foothold in high schools by funding initiatives to boost computer science curricula for both the Oakland Unified School District and an Arizona-based high-school oriented program called Next Generation of Native American Coders. Intel, for example, invests in the program CODE 2040, which aims to build pathways for underrepresented minority youth to enter the technology space. Likewise, GitHub has partnered with coding-focused enrichment programs like Operation Code, Hackbright, and Code Tenderloin."

48 of 329 comments (clear)

  1. I think someone without a degree wrote that summar by Anonymous Coward · · Score: 5, Insightful

    I don't understand why companies would even give a shit about cultural or demographic homogeneity issues. They exist to make money, period. Nothing else matters, except as it relates to that.

  2. VocTech 2.0 by 0100010001010011 · · Score: 5, Interesting

    Congratulations companies. You have now figured out that 4 year degrees are not on the job training seminars.

    My local high school has an "IT" track that is very hands on approach to a sysadmin style job without the college. There are multiple job positions across all industries that are better served with a hands on approach to learning just like plumbing, electrical, pipe fitting, etc.

    When you build a house you don't need 50 architects and engineers. You need a handful and then another handful of people that know how to put hammer to wood. I don't know why people think that IT, coding, etc is any different.

    1. Re:VocTech 2.0 by 0100010001010011 · · Score: 3, Insightful

      Actually the opposite, just like with building houses. It's easier to outsource architecture and engineering than it is to outsource the guy hammering the nails.

      I'm not sure if trade electricians have specialized track for low voltage applications but you're not going to be able to outsource the guy punching down the ethernet ends. There is a lot of work that needs to be done that requires specialized training before a higher level person can take over.

      As soon as you get a machine's IPMI online and pingable someone else sitting anywhere in the world can take over.

  3. About 20-30 years too late on this one by ninthbit · · Score: 4, Insightful

    Tech workers have been saying the best talent is self trained for decades. No university can teach someone how to be a passionate nerd. As for their motives.... I think it's much simpler. People with degrees want more money, so they can pay off the loans.

    1. Re:About 20-30 years too late on this one by OzPeter · · Score: 3, Insightful

      No university can teach someone how to be a passionate nerd.

      On the other hand a good degree will introduce you to concepts and rigor that you would otherwise not encounter if you were self taught.

      Just yesterday I was mapping out a solution to a small software task that involves sampling analog data. My EE degree of 30 years ago (oh shit that long!) kicked in and I knew that I would have to implement a low pass filter at some point in the data stream and knew why I had to do it. At which point I looked up some digital filtering code and knew the sorts of filters I wanted to implement and what their characteristics were. And I haven't seriously touched this stuff since I graduated.

      Given my career path, digital filtering is something that would never have crossed my horizon if I had of been self taught. Yet here I am with a complete understanding of what I need to do.

      On the third hand I am now wishing I did that elective on compiler construction as I have a task that really needs me to build a compiler for a specific language so that I can mine the analysis phase for some code metrics. I know that I will get there eventually .. but it is going to take a lot of preliminary reading just to get to the productive point.

      --
      I am Slashdot. Are you Slashdot as well?
    2. Re:About 20-30 years too late on this one by Anonymous Coward · · Score: 3, Insightful

      On the other hand a good degree will introduce you to concepts and rigor that you would otherwise not encounter if you were self taught.

      Yes!

      Is a degree absolutely required? No. It's possible, in rare cases with exceptional people, to end up in a similar place while being self taught. However I do think that is rare. Most non-degree programmers I've seen fall into the "talented hack" category. Which to be fair, many or most programmers with degrees also do. But on the balance, the people with degrees are exposed to things like you are talking about: sampling theory, compiler theory, Fourier transforms, advanced calculus... and we need those things. We're not trying to hire javascript hacks or "web programmers".

      Those skills can absolutely be learned on one's own, and if someone does, great! I do not actually care where people learned things. I don't even look at where people went to school or what degree they have: I choose candidates entirely based on the results of their interviews and their previous experience if any. But so far I haven't encountered someone without a formal CS, CE, or EE degree who had the required knowledge base. If someone appears, great! I'd love to hire someone like that, because it would show an impressive level of dedication and desire to learn. I might even be inclined to favor them for that reason alone. I'm sure they're out there, so I'd certainly never argue that people should be rejected because they lack a degree. On the other hand, neither should we compromise when trying to hire the best candidates. The better schools DO teach a large and useful knowledge base that will serve a person well over their career.

    3. Re:About 20-30 years too late on this one by arth1 · · Score: 4, Insightful

      Some of what you say seems correct, but some seems like unwarranted bias. There are exceptional programmers out there that are exceptional because there was no school capable of teaching them - they are the ones that create the study material that others follow.

      And good programmers tend to love reading, no matter what their education level is. And not just reading, but questioning.

      If anything, I'd say that those who only soak up what they're being taught by teachers and books, and never have an original thought are mere robotniks. Good enough to repeatedly crank bolts on an assembly line, but they will never become more than mediocre, no matter what the degree says.

      Yes, there are good people with degrees. And not so good ones. Just like with educated people. There may be a correlation between education and value, but it's not super strong.
      The ability to continue to educate themselves without schools, training classes or mentoring is something I value in employees. But having a degree doesn't guarantee that. Some just stagnate, and have no drive to always learn, always discover, always improve.

    4. Re:About 20-30 years too late on this one by Freischutz · · Score: 4, Interesting

      Some of what you say seems correct, but some seems like unwarranted bias. There are exceptional programmers out there that are exceptional because there was no school capable of teaching them - they are the ones that create the study material that others follow.

      And good programmers tend to love reading, no matter what their education level is. And not just reading, but questioning.

      If anything, I'd say that those who only soak up what they're being taught by teachers and books, and never have an original thought are mere robotniks. Good enough to repeatedly crank bolts on an assembly line, but they will never become more than mediocre, no matter what the degree says.

      Yes, there are good people with degrees. And not so good ones. Just like with educated people. There may be a correlation between education and value, but it's not super strong. The ability to continue to educate themselves without schools, training classes or mentoring is something I value in employees. But having a degree doesn't guarantee that. Some just stagnate, and have no drive to always learn, always discover, always improve.

      To take a car analogy, you can learn to drive by teaching yourself how a car's controls work until you can drive around the block reasonably smoothly and consider that more than adequate to qualify somebody as a driver and let them loose to drive at a 130 km/hour down the autobahn. If you are the conscientious type you can even read a drivers ed textbook before burning rubber and speeding into live traffic. However, I think we can all agree that the streets and highways are considerably safer and there are fewer accidents precisely because every driver has not only been given driving training in actual traffic by an instructor but also because that instructor gave his student driver a thorough grounding in the traffic rules and laws followed by a written and practical test to confirm that person was paying attention. Degrees are not an expensive license your daddy pays for at an 'elite university' so that you can be an 'elite' ass hole who lords it over all those scrappy self taught guys by rubbing a diploma in their faces. You actually gain things from getting a diploma that are every bit as valuable as practical experience. You can actually learn things that are worth learning by enduring theoretical courses, and you will learn it better than if you self-train. I taught myself to code C and C++, I learned a lot of stuff by myself from reading books and coding at home and at work. When I finally went and got a MSc CS degree I did not think it was a waste of time, it was an overview of an entire universe of different ideas and ways of doing things I would never have come up with on my own or thought to explore in that kind of breadth and trust me, you cannot just get away with soaking up book knowledge and regurgitating it. They make you think hard about the stuff you are learning and you don't qualify unless you demonstrate a sound working knowledge of it. Most of the robotnicks are filtered out right there and those that aren't get bad grades. Doing a degree also deepened my understanding of things like operating systems, databases and the math that makes them work and it made me a better and more flexible programmer.

    5. Re:About 20-30 years too late on this one by GoblinKing · · Score: 2

      You actually gain things from getting a diploma that are every bit as valuable as practical experience. You can actually learn things that are worth learning by enduring theoretical courses, and you will learn it better than if you self-train. I taught myself to code C and C++, I learned a lot of stuff by myself from reading books and coding at home and at work. When I finally went and got a MSc CS degree I did not think it was a waste of time, it was an overview of an entire universe of different ideas and ways of doing things I would never have come up with on my own or thought to explore in that kind of breadth and trust me, you cannot just get away with soaking up book knowledge and regurgitating it. They make you think hard about the stuff you are learning and you don't qualify unless you demonstrate a sound working knowledge of it. Most of the robotnicks are filtered out right there and those that aren't get bad grades. Doing a degree also deepened my understanding of things like operating systems, databases and the math that makes them work and it made me a better and more flexible programmer.

      You gain more knowledge by doing the work and not always by sitting in a classroom with 30 - 100 people all trying to pay attention to an instructor that may or may not be more than 1 page ahead of the class in the (outdated by the time it's printed) textbook.

      Your mileage may vary but in my 40 years of consulting I know that my experience has taught me more than any college course ever has. This includes concepts such as operating systems, compilers, databases, parallel programming, etc.

      I deal with incredibly incompetent "engineers" from a certain populous Asian country who arrive here on H1-B's and cannot seem to "engineer" their way out of the box they were taught to be in. They all have degrees from some hometown "prestigious" university and they all claim to have "5+ years of experience" but in truth I doubt they have half that. There are exceptions but those exception usually actually have 5+ years of experience and have learned, FROM EXPERIENCE, to be better, competent engineers.

  4. Re:I think someone without a degree wrote that sum by AmiMoJo · · Score: 2, Insightful

    They care precisely because they exist to make money. The pool of skilled labour is limited to the point that is making it hard for them to get the staff they need, so the obvious solution is to expand the pool. Diversity, H1B, education programmes...

    Do you really think Intel would invest £300m into improving diversity just because some "SJWs" criticised them? No, it's because they expect a return on that investment.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  5. Re:Awesome!! by 0100010001010011 · · Score: 2

    You're right. There's a good chance that it's going to be written by someone with a ME or EE background in controls. Most likely in Simulink. The job descriptions back this up.

  6. Indeed by OneHundredAndTen · · Score: 3, Insightful

    To do a code monkey's job, you do not need much in the way of a degree, as the Microsofts of the world well know. And the latter can get away with lower pay packages.

  7. Because university isn't for job training! by Baron_Yam · · Score: 4, Insightful

    If you're looking for someone trained for a task, you don't look for a university degree... that's a filter for "People willing to put 4 years and a massive amount of debt into a piece of paper to get past an HR/social hurdle".

    Because university is about broadening your horizons and teaching you how to think so you have the capacity to develop the next thing other people will be going to job training for, and using it for anything else is the giant, expensive, frustrating thing that's keeping otherwise talented people out of your shop.

    If you want a programmer, you don't need someone who can think up the next great programming language. You need someone who knows a current programming language and has the capacity to learn the next one, with a side order of sufficient social skills to work cooperatively and (in some cases) interact directly with clients.

    1. Re:Because university isn't for job training! by Baron_Yam · · Score: 3, Interesting

      I include those. University degrees are for training people to push knowledge forward, to research and hopefully invent, create, or develop the next new thing in their field.

      Just because the degree is in mathematics or a hard science doesn't make that any more applicable to the purpose of job training.

      And a decent university would never let you away with taking only courses in your major anyway. There's a requirement to broaden your horizons... which, if you're in it for job training, is a massive waste of your time and money.

  8. Re:I think someone without a degree wrote that sum by burtosis · · Score: 2

    They care precisely because they exist to make money. The pool of skilled labour is limited to the point that is making it hard for them to get the staff they need, so the obvious solution is to expand the pool. Diversity, H1B, education programmes...

    Do you really think Intel would invest £300m into improving diversity just because some "SJWs" criticised them? No, it's because they expect a return on that investment.

    This and there is a strong belief by many in management that the actual performance of the employee isn't as important as cutting costs. It's driven by short term gains.

  9. Short Term Cost Savings = Ruby on Rails Disasters by Anonymous Coward · · Score: 5, Interesting

    Many Ruby on Rails projects are a great example of how focusing on short term cost savings ends up resulting in long term cost overruns.

    Lots of not-so-bright managers heard the hype about Ruby on Rails. They heard how it could supposedly let web apps be created really quickly, often by cheap programmers who had dropped out of high school. There were also all sorts of acronyms like "ORM", "DRY", "CoC", and "RESTful" that these managers could use to convince their managers that Ruby on Rails was the way to go. So whenever a new software development project came up, they chose Ruby on Rails.

    What was the actual result? Disaster. Many of these projects were huge failures, far beyond the typical failures we see for complex projects. It turns out that Ruby on Rails is often extremely slow on its own. Combine that with high school dropout programmers who don't know what runtime complexity analysis is, and you get even slower software. The main way of dealing with this slowness was just to throw more hardware, and usually more expensive hardware, at the problem until the slowness was mitigated sufficiently. Even then the software was often pretty much unusable because it didn't actually do what the users needed it to do, because high school dropouts aren't capable of properly analyzing the needs of the users. After many delays, performance problems, and usability problems, much of this software was just thrown away.

    With Ruby on Rail's reputation quite tainted within the industry, these managers and high school dropout programmers had to find new technologies to push. As hard as it may be to believe, they actually chose to go with a worse language, JavaScript, and a worse framework than Ruby on Rails, Node.js! Now we're getting to witness all sorts of Node.js projects ending up just like how the Ruby on Rails ones did: disasters.

    What projects have been successful? The ones that ignore the most hyped technologies, and stick with proven technologies used by experienced and costlier professional software developers. Many of these projects use "un-sexy" technologies like Java and C#/.NET. They don't have much hype surrounding them, but they can be used to get real work done. The upfront cost might be slightly higher, but in the end the ongoing hardware costs are minimal, and the software can actually be used for years to come, instead of rapidly thrown away.

  10. No Degree? no problem! by PA23 · · Score: 5, Interesting

    I have been in the IT industry for almost 30 years and I am a college dropout, I'm guessing I have about 60 credits to my name. I got my start working full time for the University I was attending. Since then I've moved around, gone through buyouts, acquisitions, and layoffs. I've worked for some very well known large companies and received offers from others. In my almost 30 years I'm only aware of two companies that wouldn't even talk to me because I didn't have a degree, one was a financial services firm and the other was a telco. There may have been others that I never knew about but I have no way of knowing.

    I have no way of knowing if a degree would have helped me, then again what I'm doing today, WAN/LAN design and implementation wasn't taught when I attended college in the mid 80's, computer engineering was programming, usually Pascal, Fortran, or C, while cisco was barely a company when I started. I do think a degree would have opened up more options to me since I focused strictly on what interested me without regard to what skills might be needed for other jobs, both in or out of the IT industry to improve my marketability.

    Over the years I've had the opportunity to interview potential candidates for positions, I never paid much attention to college degrees, I probably made a mental note if they did or did not attend college but I was more interested in the experience they had listed and if they could backup what was on the resume.

  11. Re:I think someone without a degree wrote that sum by NicknameUnavailable · · Score: 5, Insightful

    They care precisely because they exist to make money. The pool of skilled labour is limited to the point that is making it hard for them to get the staff they need, so the obvious solution is to expand the pool. Diversity, H1B, education programmes...

    There is plenty of skilled labor, they just don't want to pay what it's worth.

  12. Humm.... by NormanHaga2580 · · Score: 2

    I have read every comment to the present time. Passion? How many of you have read "The Art of Computer Programming," all four volumes cover to cover and worked through most of it. Do that and I will say that you are passionate. I only made three volumes. Going through just three volumes, how many would say the person is unqualified. I would say that a person that made it through three volumes probably has a greater fundamental and advance knowledge than most programmers and experts. I have an advance degree in CS and I say that. I mean it too. College? Taught me how to say what the instructor wanted to hear, not what worked. Most of my assignments the TA's said would not work. I told them that I had to turn in the source with the project and they could compile it. They told me that the compiled program was not compiled from the source. In each of those instances I had to go to the instructor who overrode the TA's every time. College at the technical level is more a case of the blind leading the blind. As far as the generals, I never paid much attention; did not care, and to this day am unconvinced of their validity excepting adding time to earn a degree and supporting failing academic departments.

  13. Re:I think someone without a degree wrote that sum by darthsilun · · Score: 2

    I happen to know it was written by someone with a Masters who is working on his PhD.

    Well, no, not really. I have no clue who wrote it. But I don't believe making cut-and-paste errors and failing to proof read your writing is limited to that part of the population that doesn't have (at least) a four year degree.

    I usually proof read the things I write, and still I manage to send emails and post things that have glaring errors that I somehow overlooked. It's an unfortunate side effect of the email culture we have today.

  14. Re:I think someone without a degree wrote that sum by goose-incarnated · · Score: 3, Insightful

    They care precisely because they exist to make money. The pool of skilled labour is limited to the point that is making it hard for them to get the staff they need, at the price they want to pay!

    FTFY

    so the obvious solution is to expand the pool. Diversity, H1B, education programmes...

    Do you really think Intel would invest £300m into improving diversity just because some "SJWs" criticised them? No, it's because they expect a return on that investment.

    In the form of lower salaries. Expanding the pool is not about getting more workers, it's about getting cheaper workers. Those big companeis care about the bottom line, and having a larger pool is secondary to having cheaper workers.

    --
    I'm a minority race. Save your vitriol for white people.
  15. Re:I think someone without a degree wrote that sum by Hognoxious · · Score: 2

    Perhaps they write like you.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  16. Whatever happened to fair use? by __aaclcg7560 · · Score: 5, Interesting

    Geez, Slashdot, you dumped the entire article into the summary. Fair use requires only a small portion of the original content. When I submitted this story as AC, I put in the first two paragraphs (89 words) for the summary. The revised summary has 337 words. Whatever happened to 120 words or less?

  17. Largely homogeneous workplace, heh. by K.+S.+Kyosuke · · Score: 2

    For years, the tech pipeline has been fed mostly from the same elite universities. This has created a feedback loop of talent and a largely homogenous workplace

    Many companies would love to have the problem of having a largely talented and well-educated workplace obtained by recruiting people from elite universities.

    --
    Ezekiel 23:20
    1. Re:Largely homogeneous workplace, heh. by aaarrrgggh · · Score: 3, Insightful

      At first, yes. The problem is you don't get people that excel at different parts of the process. Yes, that might be a codeword for the "production" work. Super-intelligent people are great at some things but not everything.

    2. Re:Largely homogeneous workplace, heh. by malkavian · · Score: 2

      What? Just because someone'e intelligent, they don't have a different thought process? I've done the whole university thing, and run my own business as well as contracted and done the full timer thing.. One thing I can say about University people is they have radically different approaches to things. There is no magical "diverse through process" that can be gained by _not_ having a degree. What the degree does is expose those natural thought processes to approaches that will make code more maintainable, more efficient, more able to be worked at in groups and teams, also which approaches may be a best fit to achieve the aim you're heading for. It isn't about cookie cutter training you to think a particular way, it's about giving you tools to do the job. I've met super intelligent people that do seem to be great at nearly everything.. Same as I've seen some that are fantastic in a limited range, but useless at loads of other things.

  18. It's finally becoming a well know "secret"... by evolutionary · · Score: 3, Insightful

    The industry has long know that the best developers are self taught to the point they actually didn't need the degree. I'm not saying the material learned in doing the degree isn't useful. (Some programs are better than others mind you.) but the best are self trained, typically from their early teens and will take on projects during high school that are often beyond undergrads in university. It also demonstrates initiative and the ability to adapt with the expense of formal training. Many university only computer professional stop learning after they graduate. Not all, but some. And if the candidate has only recently graduated from university with no pre-university experience, there is no way to prove immediately they they will continue to learn throughout their career. So there it is. The key to IT (and any profession in my opinion) is to be a lifelong learner, and that is what IT pros without degrees had to prove to be hired.

    --
    "Imagination is more important than knowledge" - Einstein
  19. Re:I think someone without a degree wrote that sum by sycodon · · Score: 3, Interesting

    Absolute Fucking Bullshit.

    What do un-degree'd and H-1B people have in common? They are cheap labor.

    What is happening is that these companies (Ironically run by all those SJWs) saying to all the people who did things the right way, stay in school, get a degree, etc, "Fuck You, we can get cheaper labor elsewhere."

    And yes, Intel sure as fuck would respond to SJWs. Have you fucking read the news lately?

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  20. Re:I think someone without a degree wrote that sum by __aaclcg7560 · · Score: 3, Interesting

    [...] it's how much the companies have to pay them vs untrained workers.

    I work in IT support (think virtual ditch diggers). I have no high school diploma and two associate degrees (General Ed and Computer Programming). Except for two years after the Great Recession, I never had problems looking for work. I'm connected to 800+ recruiters through LinkedIn and get 20 emails or phone calls per day from recruiters. As a W2 contractor assigned to projects, I'm typically paid more than people with four-year degrees doing the same work.

  21. Re:I think someone without a degree wrote that sum by aaarrrgggh · · Score: 2

    A person that has spent $100-150k+ for four years of education is inherently more expensive than someone who avoided that time and cost, but not necessarily better for all tasks. Building a company of all superstars has its benefits, but isn't really a sustainable business model.

  22. Re:I think someone without a degree wrote that sum by __aaclcg7560 · · Score: 2

    Perhaps they write like you.

    Your comment need to be more positive. The AC strung two sentences' together. Not bad for a millennial.

  23. Re:I think someone without a degree wrote that sum by Whorhay · · Score: 2

    I think it's like when my son has a toolbox with only a hammer in it. He attempts to resolve all problems with the hammer instead of considering other possibilities. In a business having employees who all have a common background and education is great when the focus is very narrow and all of your projects are suited well to your hammer. If you want to expand your list of prospective lines of business you would be well advised to add more tools. This doesn't mean you throw out the hammer and abandon all the projects which are suited to it. Instead you add other tools, which could even be more hammers that are better suited for slightly different tasks.

    There is of course another completely different angle they could be chasing. The more homogeneous your staff is the more likely that anyone that is different will be poorly treated. An employee that has been the subject of abuse from other employees is more likely to take action which could cost you money or outright destroy the company.

    As an anecdote, my Father was once hired by a business specializing in mainframe software. When he was hired he was the only person with any computer programming education at time of hire. The owner had deliberately been hiring people with a variety of backgrounds because he wanted them to develop software and systems that his competitors wouldn't have even thought of. The strategy worked and the company was successful enough to be snapped up by another much larger company.

  24. Race is not a culture by SmaryJerry · · Score: 2

    When will people get that. People of the same race are so different it is crazy to look at race or demographics as a way to diversify. It shows they have no idea what diversity is that they assume a whole race or sex is the same. We need to assume all humans are the same and forget about trying to meet quotas or exactly equal the population distribution. A different culture is exists in every single city of the world. Just look at the U.K. And how accents change city to city.

  25. University Graduates can have their strengths by foxalopex · · Score: 2

    I'm a university graduate myself in Comp Sci and what I often find missing in programmers that never went to post-secondary education is the theory of why certain things are done the way they are. While there often aren't any hard rules, some topics like how to deal with multi-threading, deadlocks and linear optimization will not be things that folks are good at programming unless they've had some exposure to the theory. Or programmers come up with the wrong solutions for complex problems which sort of work but usually less optimal or somewhat flawed. I should knowx I worked on a deadlock problem in high school and came up with something that worked but not reliably.

    That said, experience and whether someone is actually good at programming can't be determined by a degree. I've met folks who are talented programmers who never went to school and folks who went to university who couldn't program if their life depended on it. About all the advice I could give to companies would be to take your best programmer (not your best HR or Manager) person who understands what they're doing and to have them pick the candidate to hire based on some actual programming tests. Talented programmers know each other and besides, you do want your programmers to work together I would assume.

  26. Re:I think someone without a degree wrote that sum by Zontar_Thing_From_Ve · · Score: 2

    I don't understand why companies would even give a shit about cultural or demographic homogeneity issues. They exist to make money, period. Nothing else matters, except as it relates to that.

    In the USA it's federal law. Federal law prohibits discrimination on a pretty wide variety of reasons. How do you not know this?

  27. Re:I think someone without a degree wrote that sum by SirSlud · · Score: 2

    Companies with more diverse workplaces make money money, because you don't have 50 people with the same background that think mostly the same way. Companies voluntarily adopt diversity initiatives *precisely* because they're sold on the data that shows that becoming more diverse is better for their bottom line.

    --
    "Old man yells at systemd"
  28. Deja vu all over again by thunderclees · · Score: 2

    Not too long after the millennium you could write your own ticket with a good cert. The demand was huge because of the networking boom but also because certs like CCNP could cost ~$60k.
    This was until Indian out-slavers figured they could replace more US workers if they passed whole classes on cert. exams based on the results of the highest grade and destroyed the value of any of certs through incompetence.

    1. Re:Deja vu all over again by __aaclcg7560 · · Score: 2

      I don't think the Cisco certification cost ~$60K back then. The CCIE will always be expensive with the physical hardware exam going for $1,500 each and most people taking it three or four times to pass. Not many certifications that will get you a job starting at $250K.

  29. Re:I think someone without a degree wrote that sum by elrous0 · · Score: 2

    I don't understand why companies would even give a shit about cultural or demographic homogeneity issues.

    Usually because they've made the foolish decision to locate their company in Silicon Valley. Refusing the fully embrace the SJW agenda there will get you harassed by professional protestors and politicians alike.

    Good news though if you have a vagina or dark skin and don't mind taking a job where you do fake make-work while your white male and Asian co-workers have to shoulder all the load. "Better bring in some more H1B's so we can afford more fake women and minority workers," said the virtue-signalling CEO who wants to brag about how "progressive" his company is, while hoping no one notices that he's a white male himself.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  30. Re:I think someone without a degree wrote that sum by ranton · · Score: 2

    There is a shortage of skilled labor but there are plenty of idiots who think they're skilled labor.

    Anyone who down voted this comment has never had to hire a significant number of IT workers.

    --
    -- All that is necessary for the triumph of evil is that good men do nothing. -- Edmund Burke
  31. Re:When did white people ask for 'diversity'? by __aaclcg7560 · · Score: 2

    Actually it was the Huns that pushed into the Goths and drove them to Rome.

    I didn't think that the Barbarians were that diversified.

  32. Cowboy Neal has 42 degrees by Anonymous Coward · · Score: 2, Interesting

    But I forgot whether that's degrees Celsius or Fahrenheit.

    The odd thing ia that I have rarely encountered a software developer with a university degree in Computer Science or Computer Engineering, whereas ones with degrees in Electronics or Physics are quite common.

  33. Blah blah blah by ilsaloving · · Score: 3, Insightful

    Blah blah homogenity issues blah blah

    Let's be realistic here. People with degrees cost more. It's as simple as that. Not only that, they're going to be older and so be more likely to be advancing to the next stages of their lives (ie: family, etc).

    The younger you can get em, the less you can pay them and the more you can abuse them. It's not as good as H1Bs, but it's a great Plan B, and to the ignorant who can't extrapolate their end game, the companies even get some publicity points.

    I can't wait to see the looks on the 25 year olds when 18-20 year olds start declaring that the 25-ers are "too old" to be in the business. I'd laugh if it didn't have my palm covering my face.

    1. Re:Blah blah blah by __aaclcg7560 · · Score: 2

      I can't wait to see the looks on the 25 year olds when 18-20 year olds start declaring that the 25-ers are "too old" to be in the business.

      I spent six years as a video game tester from my mid- to late-30's. Most youngsters hired out of high school don't believe me when I told them that I played the Atari 2600 in the early 1980's since no console existed before they were born. I introduce them to "grandpa," who did have grandkids and built arcade machines in the early 1980's. I then introduced them to "armourer," who was an armourer in the Army and tested pen-and-paper games in the 1970's. Their heads usually explode at that point.

  34. It's not about elitism. by Frosty+Piss · · Score: 4, Insightful

    This is mostly the praddle of those that dropped out or never went. Sure, if you want to be a Systems Admin drone, and think that it's the apex of IT, fine. But if you want to be a serious software archatect who understands the global issues and actually builds the future, no, sorry, a high school dropout usually doesn't cut it.

    --
    If you want news from today, you have to come back tomorrow.
  35. Byebye college bubble by scatbomb · · Score: 3, Interesting

    Here it comes, the college tuition bubble is about to burst! Not just for everyone getting gender studies and philosophy degrees, either.

  36. Re:I think someone without a degree wrote that sum by anegg · · Score: 2

    I think these two comments (parent and grandparent) hit the nail on the head. There are plenty of idiots who think they are skilled labor - both with and without degrees. And there are plenty of people with skills - both with and without degrees, some of whom have a very hard time finding a position. The problem seems to be that companies have a hard time figuring out how to tell who is skilled, and who isn't.

    In general, a college degree should be a good indicator of whether someone can stick to a task and walk away with a result. Couple the degree with a GPA, and it might give some hint as to the quality of the work that person can do. (yes, degrees vary in quality, and some schools degrees aren't worth the paper they are printed on; I'm just talking in general.) However, the absence of a degree doesn't automatically mean a person is an idiot. I worked several years without a degree, and I did good work. I went to school and got a degree after observing that people seemed to get paid more with a degree, and significantly increased my rate of pay while working for the same company. (Although I looked at the degree at that time as "just a piece of paper", I now believe that my schooling *did* improve my capabilities and make me a more valuable employee.)

    After I worked for the same company for quite a while, I quit to resolve some problems. When I returned to the workforce, I had trouble getting a new position. A big handicap for me was that I suck at being an interviewee, other factors could include my age. I finally landed a position, but at 20% less pay. A year and a half later, after my employers saw what I could do, I got my pay bumped up 25% (i.e., back to what it had been at my previous position). At the same time, I saw an individual with whom I had worked in my previous position, who was definitely less skilled than I, get a job with one of the companies that chose not to hire me (in the same general field), probably making just as much as me (based on my knowledge of the position and the firm).

    This is obviously anecdotal evidence, but it reflects my experience. I can add more anecdotes - my wife knew of an open position with the company for whom she works, we had a friend who was a good fit for that position, and my wife asked him to apply as he was looking for a new position. Despite having a resume that showed he was very qualified for the job, he didn't even get a telephone interview - his resume never made it through the HR screen to the hiring manager.

    I'm glad that I'm not looking for work right now, because my experience looking for it a few years ago really sucked. On-line applications that took an hour or two to complete, often with little or no response other than a "we got your application" for my trouble. I hear that on the other side, companies are drowning in resumes submitted to on-line positions. A wealth of applicants, and no sure way to screen them that really separates the wheat from the chaff.

    So, if companies are making major commitments to finding skilled applicants from all sources, and not just focusing on people with college degrees, perhaps that is a good thing. But I hope that they have figured out how to determine who is good and who isn't... and I really hope that they can do it in a race/age/sex blind manner. But that's probably asking for too much.

  37. Re:Short Term Cost Savings = Ruby on Rails Disaste by RabidReindeer · · Score: 2

    I can learn new techniques and tools. And I use them, when I can gain an advantage. However, I'm also quite happy to use the old well-worn stuff when it's appropriate.

    Not everything new and shiny is gold. Some of it - a LOT of it - is just tinfoil. RoR was a case in point. Used well, it could make you productive (or at least apparently so). But the problem was that it was not in and of itself designed for performance or security and that too much of its attraction to management was that untrained monkeys could spit out shiny UIs quickly using wizards.

    The kicker was that as long as it was a matter of simply re-writing the same set of programs over and over again, it was fine, but the minute you had to reach outside the box, the untrained monkeys couldn't deal with it. They were, after all, untrained. working with a "black box" that they didn't know how to extend. That's what's probably killed more "programmer-less" development systems over the last 3 decades than anything else. Including the ones that were based on otherwise capable platforms.