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

 



Forgot your password?
typodupeerror
×

Comment Re:apt-get install gcc (Score 2) 162

Or python, perl, lua, tcl, with Qt, Gtk or Tk on the N900. I'm always amazed how companies like Microsoft and Apple manages to first push the paradigm that "less is more" (no scripting, no inventive GUI concepts, no access to phone applications, but "magic") and then they throw you breadcrumbs of what they took away and people get all excited and the news even makes it into slashdot...

Comment Re:NOKIA N900 (Score 1) 359

I can second this. In addition you can easily:
  • Run scripts on the phone in a standard linux environment (bash, sed, awk, perl, python, tcl, grep, etc).
  • You can ssh into the phone.
  • You have vnc support so if your server has some gui program you can access it via ssh+vnc port forwarding.
  • You can run git on the phone so you can easily sync your utility scripts.
  • You can install input methods for accessing any keyboard keys.

So, I absolutely agree, this is a sysops portable dream.

Comment Ripoff/copy/enhancement of quikwriting (Score 2, Informative) 214

Based on the video this is the same idea as QuickWriting that I played around with on my PalmPilot a number of years ago. See: http://mrl.nyu.edu/projects/quikwriting/ The Quikwriting site says it has a patent on the method. So are we in for another litigation in the handheld area? Or is this the same technology under a different name?

Comment Re:Palm Mentions mupdf on the phone (Score 3, Interesting) 374

If you look at the Artifex license page (http://www.artifex.com/indexlicense.htm) you will actually see that they have a very strange interpretation of the GPL. They basically claim that you can't bundle Ghostscript together with non-GPL programs, or install it with the same installer. If they used the same legal advice for writing their licensing terms as they have used for filing the lawsuit, then it might turn up in the end that the whole case has no merit...

Comment Re:Build-in function library (Score 1) 831

This claim is like the difference between Windows and Linux (and GNU and other animals). There are those that prefer a large set of suboptimal washed out solutions, one-size-fits all. Others prefer the freedom of being able to choose the components that fit them. By tying a library to a set of libraries you are in for the first choice. Personally I'm happy that I can choose a more optimal (and evolving) solution. The bundling also has the disadvantage that a new version (e.g. a bugfix) in a library is a new version of the whole system. No thanks.

Comment Use a crypto solution on your mobile phone or PDA (Score 1) 1007

My preferred password solution is still KeyRing (http://gnukeyring.sourceforge.net/ ). It satisfies the requirement that it is a non-connected device and that the data is stored in strong encryption. A similar application for a mobile phone would be a next best. At least until someone writes a keylogging virus for the mobile phones and then steals your data. But that is much more likely to happen on Windows.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...