Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:A good tragedy (Score 2) 85

This is a strategy for demonstrating the absurdity of the current patent regime, right?

I think you may have meant this is a tragedy for demonstrating the absurdity of the current patent regime. Just a typo, I'm sure.

Comment Re:"risks serious damage to the system" (Score 1) 138

It isn't about "a chip". It's about a system that is designed for a specific thermal and electrical load. nvidia probably got flak from notebook makers who were facing dissatisfied customers.

You only have to look at a lot of the nonsense comments throughout, such as yours -- people just contriving how "easy" everything is, and how simple it is. Yeah, and I'll bet all of you design notebooks. No? Then shut up.

Comment Re:I'm so blue... (Score 2) 99

nteresting to note the map also looks like the city lights maps.

Interesting that they both show a sharp verticle divide right down the center of the country. When I first saw it on the light pollution maps it was so sharp that I wondered whether it was a time-of-photo artifact.

Comment What We Teach People (Score 1) 291

No one uses everything we teach them in school, but the only way to find out if you're good at something and enjoy doing it is to give it a try. Not everyone who takes a programming class or two will end up being a programmer, but the approaches we take in programming can be applied usefully to a lot of other problems. Of course, we still seem to have absolutely no idea how to teach people things and it seems like pure luck whether anyone actually learns anything useful in school, so maybe we should try to address that problem first.

Comment How many developers are bad? (Score 1) 809

I've only run across two or three who were atrocious, and I mean to the point where I though they were probably running a scam and collecting a fat paycheck until it seemed likely that they would get caught. I mean, these people knew literally nothing about programming and had to have completely misrepresented themselves to obtain a position.

I've met a lot of "meh" ones, who can kind of get the job done but obviously don't care about or enjoy programming. It was just a high paying career that they could get into.

I've met very few people who do it because they really enjoy doing it and are constantly being driven to learn. They usually get bored at a company within two or three years and move on.

I've met a lot of bad interviewers too, who obviously have no idea how to conduct an interview or what they're looking for in a candidate. They tend to jump on the latest interviewing gimmick bandwagon, whatever that happens to be, without really understanding why that gimmick is supposed to get results that are better than random. Most of the interviews I've seen could have just as easily flipped a coin and had an equal chance of getting a good developer.

Comment CIDR addresses (Score 1) 809

You don't really need to be a network guy. An IP(v4) address is just a 32 bit number. Each octet is just 8 bits. The subnet mask is a binary mask that lets you separate your local network portion of the IP address from the public network (Admittedly I've only ever worked with trivial examples.) The /24 indicates how many of the leftmost bits are set to 1. So a /24 would work out to a subnet mask of 255.255.255.0.

Funnily enough, most C standard library address resolvers can handle IP addresses as actual 32 bit numbers without the octects, which is an occasionally fun party trick.

Slashdot Top Deals

Never trust a computer you can't repair yourself.

Working...