Archive for March 23rd, 2008

Javascript…

Javascript is both infuriating and awesome at the same time. I don’t think I’ve ever speant so much time tracking down annoying bugs (even compared to PHP), yet at the same time it makes functions like the one below very simple to write. For reference, the below code returns a `getter` method that we use [...]

Posted by Matthew on March 23rd, 2008

Filed under javascript | No Comments »

Fun with a n800

My respect for the N800 just went up, the whole procedure must have taken 15-20 seconds. Nokia-N800-50-2:~# wget -sh: wget: not found Nokia-N800-50-2:~# curl -sh: curl: not found Nokia-N800-50-2:~# apt-get install wget [snip apt downloading and install wget] Nokia-N800-50-2:~# wget wget: missing URL Usage: wget [OPTION]… [URL]… Try `wget –help’ for more options. Nokia-N800-50-2:~#

Posted by Matthew on March 23rd, 2008

Filed under linux, random | No Comments »