Comment Re:Reddit's down, guess I'll check out slashdot. (Score 1) 125
I'm back here because Reddit is down too.
Comment system is not bad.
Stories are good.
I'm back here because Reddit is down too.
Comment system is not bad.
Stories are good.
The thing is, most people with a Nokia phone never install a 3rd-party app.
It's real Java. You can use most existing Java libraries. What's different is:
* It uses its own bytecode and its own virtual machine instead of the JVM.
* It uses its own GUI libraries rather than AWT or Swing.
So, you basically need to write your UI from scratch - but otherwise you can reuse any existing Java libraries and source code.
Applications can store all of their data files and resources on your SD card. Many do already. It's just the executable code that has to be installed locally.
NX is great for programmers. When I'm coding, I have 30 emacs windows open, 10 terminals, 50 tabs in Firefox, etc., spread across several virtual desktops. It takes a while to recreate that state, especially when it's not just the windows, but a lot of useful stuff in each one. With NX, I can grab my laptop for a while and within 5 seconds I'm accessing the same desktop, with no perceptible latency. I just need to scroll a bit since I'm viewing a large desktop on a small screen - but it's much better to scroll a bit and continue coding where I left off, than to recreate my state on my laptop. Then later I close my laptop, go back to my desktop and now I have a nice big monitor again. It's a seamless transition.
If builders built buildings the way programmers wrote programs, then the first woodpecker to come along would destroy civilization.