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

 



Forgot your password?
typodupeerror
×
Windows

Journal Journal: C:\Windows directory

My C:\Windows directory (I'm running Vista Business) has 86,874 files in 15,214 folders.

I'm not sure this is a good thing.

Even if someone from Microsoft took one minute for each file to explain its function, it would take sixty days without sleep to hear it all.

Data Storage

Single Drive Wipe Protects Data 625

ALF-nl writes "A forensics expert claims that wiping your hard drives with just one pass already makes it next to impossible to recover the data with an electron microscope." But that's not accounting for the super secret machines that the government has, man.

Comment Re:Commodore BASIC (Score 1) 213

encouraged practices that made programs hard to read, like omitting comments and whitespace.

I think that is a bit unfair. Given the limited memory of the C64, best programming practice was to omit comments in favour of code. Remember, C64 BASIC was interpreted, not compiled, so comments chewed up memory... memory measured in KILObytes. Comments (actually, they were called REMarks back then) were a luxury.

I was a bit young to do any serious programming on the C64, but I do remember my father rewriting a line of code to save two BYTES of code. If you didn't use up all the single letter variables before using double letter variables, or you added spaces between commands, you were simply doing it wrong.

Now we have gigabytes of RAM and terabytes of hard disk space yet computer programs don't run any faster than they used to (if anything, slower!). I think modern programmers could do worse than writing a few programs for the C64 to expose them to resource-scarce programming.

User Journal

Journal Journal: CheckedListBox that only allows one check at a time


Private mblnUpdating As Boolean
Private Sub CheckedListBox1_ItemCheck(ByVal sender As Object, ByVal e As System.Windows.Forms.ItemCheckEventArgs) Handles CheckedListBox1.ItemCheck
Dim clb As CheckedListBox = CType(sender, CheckedListBox)
If e.CurrentValue = CheckState.Unchecked Then

The Internet

Submission + - Internet pedophile ring busted: girl saved

SurturZ writes: One of the oldest and most sophisticated internet pedophile rings has been busted, and a nine-year-old abuse victim has been rescued. The Australian newspaper details how an international police effort tracked the perpetrator through clues from images of the victim, and cracking into an internet pedophile ring's secured servers. A key piece of evidence was the Myspace page of the perpetrator's wife.
Security

Mac OS X Root Escalation Through AppleScript 359

An anonymous reader writes "Half the Mac OS X boxes in the world (confirmed on Mac OS X 10.4 Tiger and 10.5 Leopard) can be rooted through AppleScript: osascript -e 'tell app "ARDAgent" to do shell script "whoami"'; Works for normal users and admins, provided the normal user wasn't switched to via fast user switching. Secure? I think not." On the other hand, since this exploit seems to require physical access to the machine to be rooted, you might have some other security concerns to deal with at that point, like keeping the intruder from raiding your fridge on his way out.
Space

Rings Discovered Around a Moon for the First Time 144

Riding with Robots writes "It turns out that one of the Ringed Planet's moons has rings of its own. The robotic spacecraft Cassini at Saturn has discovered that the icy moon Rhea is orbited by an extensive debris field and at least one ring, the first such system found. 'Many years ago we thought Saturn was the only planet with rings,' said one mission scientist. 'Now we may have a moon of Saturn that is a miniature version of its even more elaborately decorated parent.'"
Education

Industry Group Sponsors College Course To Create Fake Blog 124

Scott Jaschik writes "At Hunter College, professors are debating the ethics of a course in which an industry group paid for a class to develop a fake student who would write a fake blog to discourage other students from buying knockoff products. The controversy involves both commercial interference with academic freedom and the ethics of 'guerilla marketing.'"
The Military

Anti-Missile Technology To Be Tested on Commercial Jets 490

Hugh Pickens writes "As many as three American Airlines passenger jets will be outfitted this spring with laser technology intended to protect planes from missile attacks. The tests, which could involve more than 1,000 flights, will determine how the technology holds up under the rigors of flight. The technology is intended to stop attacks by detecting heat from missiles, then responding in a fraction of a second by firing laser beams to jam the missiles' guidance systems. A Rand study in 2005 estimated it would cost about $11 billion to protect every US airliner from shoulder-fired missiles. Over 20 years, the cost to develop, procure and operate anti-missile systems could hit $40 billion."
It's funny.  Laugh.

Submission + - Poll: Favourite Slashdot Poll?

SurturZ writes: I think you should have a poll "Best Slashdot Poll?" * What would you like the CIA to declassify? * Best Meme in Slashdot's First 10 Years * Favorite Sci-Fi Ship? * Favourite Poll involving CowboyNeal? etc etc I'm sure you could do a database search to work out the top five most voted for polls to put in the list

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...