Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment #1 reason - Visual Studio (Score 1) 1880

I have to endure the horrible mess that is Eclipse when programming C++ under Linux at work.

Want to examine an STL object? Here look at the bits under the hood, but you can't see your data.
Want to lock up everything if you have a breakpoint set on a non-existent code line?

VS makes it soo much easier to view (and change) objects. Edit & continue is extremely useful. The next (free) version comes with static analysis tools.

I've recently had to modify a kernel driver for Linux. I ended up writing a framework and wrote and tested it under Windows because Linux doesn't give you any help debugging drivers unless you have a serial port (which the target doesn't).

Comment It the American's fault (Score 1) 531

From the documentaries I watched on Discovery, the reason supersonic travel isn't here for the masses is because Boeing couldn't catch up with Concorde. Boeing persuaded Congress that overland supersonic flight broke windows and killed cattle so they banned flights over American soil. Other governments caved in as well. This effectively meant that the only route possible was over the Atlantic. Concorde2 would have carried more passengers further and more efficiently, but it was canned because there was no where to fly to.

Comment Use your library ! (Score 2, Insightful) 406

Here in the UK at least, the local library is free, and you can get (almost) any book delivered there for free (used to be 30p I think!).
Although my library is very small (probably 1000 books), the staff are more than helpful and will be able to get the book you want from some other library.
I haven't bought a book for years. What's the point when a good quality, hardbacked version can be borrowed for free.

Have I said free enough :-)

Tools To Automate Checking of Software Design 128

heck writes "Scientific American describes some of the work to develop tools for examining the design of software for logical inconsistencies. The article is by one of the developers of Alloy, but the article does reference other tools (open and closed source) in development. The author admits that widespread usage of the tools are years away, but it is interesting reading the approach they are taking regarding validation of design."

Lenovo Banned by U.S. State Department 474

chrplace writes "The BBC is reporting that the Chinese-made Lenovo PCs are not allowed inside secure US networks." From the article: "Assistant Secretary of State Richard Griffin said the department would also alter its procurement process to ensure US information security was guaranteed. His comments came after Rep Frank Wolf expressed national security concerns. The company Lenovo insisted such concerns were unwarranted and said the computers posed no security risk."

Americans Are Scarce in Top Programming Contest 478

Carl Bialik from WSJ writes "Only four of the 48 best computer programmers in the world are Americans, at least according to a computer-programming competition run by TopCoder. Poland had 11 of the final 48, and Russia had 8. Wall Street Journal columnist Lee Gomes asks whether this is more evidence of a sad decline in American education and competitiveness: 'Surprisingly, the Eastern Europeans don't seem to think so. Poland's Krzysztof Duleba, 22, explained that in countries like his own, there are so few economic opportunities for students that competitions like these are their one chance to participate in the global economy. Some of the Eastern Europeans even seemed slightly embarrassed by their over-representation, saying it isn't evidence of any superior schooling or talent so much as an indicator of how much they have to prove.'"

Dot-com Boom's Biggest Duds, From Flooz to iSmell 258

Carl Bialik from WSJ writes "WSJ.com looks back on some of the boom's biggest busts, and catches up with once-optimistic inventors. A creator of the unfortunately named iSmell, a USB device meant to 'print' smells transmitted by websites or videogames, says, 'It was a heartbreaking experience, because we had put so much into it.' The digital currency known as Flooz crashed and burned when a ring of thieves defrauded the company out of $300,000 using stolen credit cards. Microsoft flushed iLoo down the crapper. CueCat, meanwhile, got a second life as a bar-code reader that doesn't pick up personal information. 'The cat got butchered, but it has spawned a cottage industry,' says the device's inventor."

Slashdot Top Deals

People will buy anything that's one to a customer.

Working...