Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:no iOS 5 love (Score 1) 336

I know what you mean. I'm working on an app that doesn't need much horsepower and would like it to be available on the iPad 1 so that people could put old ones they have laying around to good use. But Apple isn't making it easy to support older device so I'll probably have to make it iOS 7+ only. :-(

Comment Re:COBOL (Score 0) 157

I agree that we should try to make things simple. But I also think that COBOL's verbosity gets in the way of that. For example, I find:

For i = 1 to 100
    ' Do work here
Next

to be simpler and easier to understand than

PERFORM VARYING WS-I FROM 1 BY 1 UNTIL WS-I = 100
* DO WORK HERE
END PERFORM

Submission + - Android 4.4 Kitkat based CyanogenMod 11.0 M1 Nexus Edition released (muktware.com)

sfcrazy writes: CyanogenMod fans should rejoice – Android 4.4 Kitkat based CyanogenMod 11.0 M1 build is now available for you to tryout. This is not the stable release but M1 snapshot and is only available for Nexus devices currently. The last release from CyanogenMod team was version 10.2 stable build which was still on Android 4.3.

Submission + - The big hole in the Iran deal (thebulletin.org) 2

Lasrick writes: A serious discussion of the pros and cons of the nuclear deal, including an exploration of the myth that plutonium from light water reactors cannot be used for weapons. Which is bad news, because the light water reactor at Bushehr was left out of the agreement. It's unclear why this is. 'But if one concedes the possibility of such a clandestine plant—it wouldn’t be difficult to build or to hide until it operated—then one should not leave out, as the joint plan does, Iran’s power reactor at Bushehr. Like any other light water reactor—the main type used throughout the world—it could produce enough plutonium per year for a great many more bombs than Arak. '

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...