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

 



Forgot your password?
typodupeerror
×

Comment Re:BASIC (Score 1) 709

10 print "hello world"
20 goto 10
This is why we can't have nice things.

And here's the equivalent in an OOP language:

protected class helloWorld() {
    helloManager hello = new helloManager();
    hello.setMessage("hello world").toString;
    repeatManager repeater = new
system.controlStructures.looper.infinite.repeatManager();
    repeater.exitHandler = new system.controlStructures.looper.exiter(system.io.ui.keyboardObserver(new system.io.ui.controlKeys.ctrl_break())); // allow ctrl-break to exit
    repeater.repeat(hello);
}

Kinda miss the good ol' days now, don't we?

Comment Alternative? (Score 1) 163

TFA: Al Hoagland, who during his 28 years at IBM helped to create the world's first disk drives exclusively for the RAMAC computer, said what upset him at the time was that few thought disk drives had a future.

I wonder what they thought was the better alternative? Magnetic drums? They were perhaps mechanically simpler, but hard to stack.
 

Comment Re:Until phones have real crypto (Score 1) 75

I have never been able to work out why Thunderbird or any other OS mail apps does not do public key exchange automatically. If the default install shipped with GPG and attached a your public key and signed every message by default we could make real progress towards encrypted by default communications.

My guess is that they are worried about confusing people with strange attachments and text appended to their mails. I can't think of a reason why that stuff could not be moved to mail headers though.

Comment Re:Whats next? (Score 1) 1219

Those people don't affect my rights and liberties.

I think a lot of people who want authoritarianism assume it doesn't apply to them. The only people who will be affected are criminals, the antisocial, the people they don't like. Well behaved law abiding citizens like them have nothing to fear.

Comment Refusal to be searched is not probable cause. (Score 4, Informative) 1219

That idea used to sound better back when refusing to be searched wasn't considered "probable cause".

Refusal to be searched is not probable cause. Sample decision:

United States v. Fuentes (1997, Ninth Circuit): "Mere refusal to consent to a stop or search does not give rise to reasonable suspicion or probable cause."

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...