Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Contempt for human life? (Score 2, Informative) 301

If the though "I might harm someone" never enters your mind, are you really showing a contempt for human life?

If the thought "I might harm someone" never enters your mind when you are driving a 1000+ pound vehicle at 60+ miles an hour, either you have no clue how kinetic energy works, or you're bloody irresponsible. Either should disqualify you from a driver's license, in my opinion. If you're on the road, you might harm someone; there's no way around that.

Comment Re:I'm still waiting... (Score 2, Interesting) 205

I use macs only occasionally, and find this feature extremely annoying. It completely throws off my eye/hand coordination. I'm sure it's wonderful if you're used to it, but it makes it annoyingly difficult to put the cursor where I want it. If I want to move it just couple of inches to the left, I move the mouse slowly, and it only moves a few pixels. If I speed up, acceleration kicks in and the cursor is halfway across the screen when, according to my (linear, subconscious) estimate, it should be on target.

This would be fine if I could find the option to turn it off.

Comment Re:Stop posting McAllister. He's the new Dvorak. (Score 1) 436

I'm not familiar with any college curriculum that covers things like source control, makefiles, modularization, making sense of a program that was written ten years ago, reverse-engineering code that you no longer have source for, effective use of a debugger etc. etc.

That's funny. I'm in college right now, and several of our courses touch on those things. Makefiles, modularization, and basic use of a debugger are introduced in a Programming in C and UNIX course. These concepts are developed in later courses, and the upper-level project-based courses stress that without good code organization and management, producing a good product is nearly impossible. (I'm thinking especially of one particular course involving writing an OS kernel in 6 weeks with a partner.)

That's not to say that a few school projects can substitute for real world experience, but it's certainly not as if all we do is theory and math.

Hardware Hacking

Submission + - Chinese military hacked into Pentagon (ft.com)

iFrated writes: "The Chinese military hacked into a Pentagon computer network in June in the most successful cyber attack on the US defence department, say American officials. The Pentagon acknowledged shutting down part of a computer system serving the office of Robert Gates, defence secretary, but declined to say who it believed was behind the attack. Current and former officials have told the Financial Times an internal investigation has revealed that the incursion came from the People's Liberation Army. One senior US official said the Pentagon had pinpointed the exact origins of the attack. Another person familiar with the event said there was a "very high level of confidence...trending towards total certainty" that the PLA was responsible. The defence ministry in Beijing declined to comment on Monday."
Programming

Submission + - char *speelCheck(char *myPogrom) 1

Jerry Asher writes: Not all of my coworkers are careful about spelling errors. Sometimes this causes real embarrassment as spelling errors creep into software interfaces. Does anyone know of spell checkers for programming languages? I don't want a text spell checker, I want a programming language aware spell checker. A spell checker that I can pass all of my code through and will flag spelling errors in function names, variable names, and comments, but will ignore language keywords, language constructs and expressions, and various programming styles (camel code, or underscores, or ...) I want a spell checker that knows that void *functionSigniture(char *myRoutine) contains one spelling error. Does anyone have such a thing for Java or C++? Are there any eclipse plugins that do this?
GNU is Not Unix

id and Valve May Be Violating GPL 399

frooge writes "With the recent release of iD's catalog on Steam, it appears DOSBox is being used to run the old DOS games for greater compatibility. According to a post on the Halflife2.net forums, however, this distribution does not contain a copy of the GPL license that DOSBox is distributed under, which violates the license. According to the DOSBox developers, they were not notified that it was being used for this release."

Feed Maybe You Should Back Up Your Own Email; Google, AOL, Yahoo All Losing Emails (techdirt.com)

Web-based email has made quite the comeback in the past few years thanks to massive increases in email storage offerings, as well as revamped user interfaces. However, it appears that all of the big players have run into some problems actually keeping email systems online. This past week there have been stories of both AOL and Yahoo losing a ton of email (thousands of emails for AOL, millions for Yahoo Japan). This comes just a few months after Google had some problems with mass email deletions in Gmail. While the convenience these services provide is fantastic, all of these stories of lost emails should act as a reminder that you probably shouldn't trust any of these providers alone to care for your email. It's almost surprising that we haven't seen more of an effort by these or other providers to position email backup services as well, promising to keep you running, should your main account get knocked out or deleted.

Slashdot Top Deals

Bus error -- please leave by the rear door.

Working...