Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:They're probably correct (Score 1) 273

No one forces you to make apps for Android (that would qualify as torture anyway I guess)

Back then you had a choice of platform, today you have a choice too. It's certainly easy to bring a "I'm awesome" to the screen with Xcode and Swift.

And by the way, I was talking about BASIC and assembler/machine language. The latter certainly wasn't less complex than setting up the ADT in Eclipse (but probably more fun anyway).

Comment Re:True quote (Score 1) 292

How about Glass for an auto mechanic. Look under the hood of a car and it overlays the wiring diagram, exhaust diagram, part you're looking at with price and local availability, etc.

That could be nice. However, Glass does not overlay anything at the moment. It's more like a small screen in a corner of your vision, you have to look "up there". Augmented reality certainly has a future. But Google Glass in its current incarnation is not it.

Comment Re:Guess he will change his mind (Score 1) 404

I actually use a mouse with the right hand and a magic trackpad on the left hand (with different gestures). Very efficient, at least for me.

I actually use a mouse with the left and magic fingers with my right hand (with different gestures). Very efficient, at least for me.

Oh wait, you're not talking about surfing porn, are you?

I saw that one coming... ;-)

Comment Re:We already have the original (Score 1) 115

I'm not a big fan of GC actually. Rather don't create garbage in the first place. That's why you have concepts like ARC in modern Objective-C implementations. This frees the programmer from most of the memory management (like GC) but without the runtime performance impact. I don't see how Java compares better to Obj-C here to be honest, not anymore at least. When Apple started to port OPENSTEP to the Mac, they actually even tried to implement Cocoa in Java or at least provide a Java-Objective-C bridge. Don't remember exactly how long they kept trying, but I guess they had good reasons to give up on it. It worked kinda ok with WebObject, but that's about it IIRC.

Slashdot Top Deals

Great spirits have always encountered violent opposition from mediocre minds. -- Albert Einstein

Working...