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

 



Forgot your password?
typodupeerror

Comment versatile device for developers (Score 1) 219

I believe the FreeRunner has proved its point. It is totally unfair to compare it alongside other commercial phones. It is of no use to end users. It is of exceptional use to developers though.

I have a Freerunner and to me it's a generic 400MHz 128MB embedded device. I develop mobile software. I can install any distribution on this device so that I can get the set of libraries that are needed for my development - sometimes EFL (enlightenment), other times Qt, or pygame. I have also installed Android. So it's very versatile development platform.

Also it's two bootloaders make it almost impossible to brick. You can't break it as far as software goes. As a developer I don't care for support for software. What I like is, I can develop for 3-4 different smartphone platforms, with this single device.

Openmoko's goal was ambitious and also very experimental. It's hardly a surprise that they failed in one of the products (considering the big economy itself failing, it's no big deal). Openmoko was a good experiment in right direction and Freerunner will give a good data point in future business models based on open source.

Comment Isn't the mechanism already there? (Score 1) 306

I don't understand how is it different from what exists already. The mechanism is already there:

[CLI] notify-send "Hi there!" -t expire-time-in-mseconds [/CLI]

does the same thing. If app wants to make sure user doesn't miss it: give expire time as 0. If app wants to convey critical message there is urgency option (-u).
I am sure some graphics work can make the notifications prettier (like growl on macosx); but the mechanism is already there. And the decision of whether to demand action from user, is left to apps.

Slashdot Top Deals

I consider a new device or technology to have been culturally accepted when it has been used to commit a murder. -- M. Gallaher

Working...