Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re: if that were true (Score 1) 348

I've worked in companies from 80 people worldwide to over 100000 people worldwide, and I have never actually seen this. The process in every company I know is about the same. Your resume hits an HR person or recruiter, who does a very preliminary scan, and if your resume has one of the dozen-or-so skills we want your resume comes directly to the developer or manager who will be interviewing, in a pile with all the resumes who passed this filter. I once made the mistake of asking my HR person for the reject pile, as I couldn't believe how low the quality was in a stack of about 30 resumes. I spent half a day going through resumes that had so many typos they weren't understandable, had no indication the applicant had ever worked with a computer, or were so full of things that are illegal to consider for employment that they just scream 'interview me and get sued if you don't hire!' After that I have no desire to ever go through a reject pile ever again. If you can't get a resume past that filter you don't want to work for me, you will never be able to meet my communication expectations.

Comment Re:26% seems a bit high (Score 1) 54

This isn't about the 'enlarge your penis' level of spam, this is about the website you gave your email to 5 years ago that still emails you daily with the broken unsubscribe link. This is about forcing companies to not be annoying and incompetent. After all, if they want to operate in Canada they should learn how to be polite.

Comment Re:Good grief... (Score 3, Interesting) 681

I doubt any one person has full knowledge of how a computer works. I have a reasonably good grasp of most of the software layers, and a fairly good idea of how the hardware abstraction works, but reading about the pentium division bug makes it clear that an undergraduate math degree is not enough to understand the inner workings of the CPU. I understand the performance difference between wifi B and N, but I don't know the protocol details. SSD drives are magic to me. I would guess that full knowledge of how a computer works would require advanced degrees in CS, a couple different maths, and electrical engineering, at the very least.

Comment Re:Russian steep price (Score 1) 106

Governments and corporations have different motivations (assuming competence on both sides). As you point out, private industry has a profit motive, but that isn't necessarily their only or highest motivation. Government isn't usually looking to profit, but they usually require higher levels of accountability and consultation with the general public, which takes a long time and isn't always cheap.

Comment Re:Piracy. (Score 1) 207

I think car companies will embrace people printing their own dials and widgets eventually. It allows them to use cheaper parts up front since they can be easily replaced, and keeps them from having to produce every single part for 10 years after they sell the car. Car makers are in the market of selling cars, while they may make some money off replacement parts it ain't their core business.

Comment Re:Why hire someone to contribute? (Score 1) 130

Because your system runs on Linux, and fixing a bug solves a problem in your system? Once you have the fix contributing it back saves you the hassle of maintaining it as a patch as new kernel work is done. Also hardware companies want their equipment to work on Linux for everyone. Also what nblender said.

Comment Re:It IS a valuable skill (Score 2) 130

I've done a little kernel work, it's very different from user space. In user space I don't need to know the difference between soft and hard interrupts, and if I keep a mutex locked for a few extra instructions the performance implications aren't as bad as keeping a spinlock too long. That's not to say people shouldn't learn these things, but it makes kernel code look pretty foreign, even for a C developer.

Comment Let me save you some time (Score 2) 307

I read the article. Don't bother, the slashdot conversation will probably be more informative. The guy has a paragraph on nuclear arms which is totally wrong, thinks the industrial revolution didn't kill off a lot of jobs, and totally underestimates the human ability to find shit to do when bored.

Comment Re:No more or less than anything else (Score 2) 323

I used to work at a company that made WAN equipment. One of our interview questions asked people to rate themselves on a scale of 1 to 10 on their networking knowledge, where 10 is an expert. The idea was that we could skip the simple networking questions for higher numbers. The reality was people only picked a few numbers, but it turned out to be really reliable which ones. Experts were 4, average was 6, very little knowledge was 8, and totally clueless was 10.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...