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

 



Forgot your password?
typodupeerror
×

Comment Re:I don't think so (Score 1) 153

HP being a good example. Their hardware is generally solid, but every piece of software they're associated with is crap. This includes drivers, most firmware, and pure software (QTP is overpriced and broken, their diameter api crashes as often as it works). I suspect that the process for building good hardware is so different from the process for good software that companies have trouble doing both.

Comment Re:It's about tactics: GPL helps free software (Score 4, Insightful) 1098

In every software company I've worked at the codebase is roughly 5% critical, complex code that makes the company money, 95% boilerplate utility, ui, boring code that everyone tries to find ways to reduce. For that 5% it's important it be GPL-free since there's no way in hell the company will release it, and GPL violations can be expensive. Anything it links against in the other 95% must also be GPL-free. The rest of it can contain whatever free code reduces work for developers. Fixing a bug in boost may help my competitors, sure, but maintaining a fork just so I can jealously guard a little change in a third party library is a shocking amount of work long-term. The money rests in giving back and getting someone else to maintain as much code as you can, other than your core competence.

Comment Re:What a bunch of liers (Score 1) 479

This is about rural Iowa. The main cost for maintenance is probably getting a person to the area where a problem is. They cherry-picked the date to be in the middle of a recession when they could pay peanuts for someone to drive 3 hours to the middle of nowhere to replace a repeater, versus now when they have to pay 9 peanuts.

Comment Re:Bios code? (Score 1) 533

I would agree, probably some ethernet or ip handling code. Something that has to exist on every device that connects to a network and is run on every single packet. The CRC check on the ethernet frame is a likely candidate. Every router, switch, and networked device is going to run an identical check on every packet before it can even verify that the frame is well-formed. Maximum frame size is around 9kB, and the standard is 1500 bytes. That's a lot of runs on a 10 gb lan.

Comment Not the first (Score 2) 196

This guy talks like this is some new idea, but there are excellent libraries that already provide this stuff. A quick look at the list tells me that boost and openssl cover most of the functionality, and unlike chromium they are made to be libraries, so you can be pretty confident they work under all conditions and the developers won't screw around with the api between versions.

Comment Re:Seems reasonable (Score 5, Informative) 167

The US is about the only country that taxes citizens regardless of where they live and work. Which leads to a fun situation where the kids of US citizens born abroad are considered natural US citizens and expected to file taxes, but may not be eligible to vote depending on which state their parents were from. Taxation without representation.

Comment Why is this news? (Score 1) 417

If McAfee announced that they would continue supplying virus definitions to their antivirus running on XP would that make the front page of slashdot? Because that's all MS announced here. I very much doubt it takes them much extra effort to port virus definitions to a previous version of MSE.

Comment Re:Cold weather climates (Score 1) 767

There is nowhere in the world that people live where you heat your house 12 months a year. Even for the cold months the best your bulb can do is determined by how electricity is generated in your part of the world. Burning natural gas in a modern furnace to heat a house is in the mid-90% efficiency range. Burning that same gas to generate electricity is about 60% efficient. If your electricity is mostly renewable then wasting energy on the scale of a lightbulb makes no difference. If you use coal and natural gas then electric heating of any sort is sadly inefficient given the alternatives.

Comment Re:This is the AP Comp Sci exam (Score 1) 489

The question is are girls avoiding it because they're not interested, or are there some subtle (or not) level of sexism inherent in the industry? It used to be that orchestras were nearly 100% male, and all kinds of excuses were put forth as to how males were better musicians, more dedicated, etc. Then they started doing auditions with the player behind a screen, and suddenly the male-female ratio jumped to right around 50-50. Are you sure girls are avoiding CS because they aren't interested?

Comment Re:Safety (Score 1) 937

This is pretty much exactly how autopilot works in aviation. The pilot sets the autopilot, and it flies so long as it can understand and react to the conditions it can sense. If it detects bad input, or a condition it isn't programmed to handle, it hands control back to the pilot. Generally planes don't fall out of the sky just because the pilot has control again when he didn't expect it.

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...