Ubuntu 9.04 Netbook Remixed UNR WPA2 on Asus 900A w. La Fonera
Thursday, September 3rd, 2009 Posted in english | No Comments »Oi! Despite all the posts about UNR not being able to connect to a WPA2-secured network on the Asus 900A because of the WPA/WPA2 mixed setting in your wlan router I can only tell you it's the opposite. If you are heading ...
A quick dig example
Sunday, July 12th, 2009 Posted in english | No Comments »Hi, sometimes you are about to register a domainname beneath some "strange" topleveldomain like .tl, .pe, .ec and so on and in all cases you have to enter a nameserver which is responsible for that domainname you will register and ...
Jamendo makes fun of me
Saturday, May 2nd, 2009 Posted in english | No Comments »Today I felt like downloading _some_ album from jamendo so I chose some electronic stuff to download and that's where the fun started to begin...because it puts you in a queue and it started with number 25...24...23..22..15..wow!...7...fast!...1....yay!...25....what??...20...15...25...wtf? I closed the ...
Wordpress: getting all posts from a specific category
Monday, January 5th, 2009 Posted in english | No Comments »I wanted to grab all posts from a certain category with a single non-wp-php script and I wrote the following mysql statement to accomplish this task: SELECT wp_posts.post_title, wp_posts.post_date, wp_posts.post_content, wp_posts.guid FROM wp_posts WHERE wp_posts.post_type='post' AND wp_posts.post_status='publish' and ( select ...
Compiling Io on Ubuntu 8.10
Sunday, January 4th, 2009 Posted in english | No Comments »Compiling Io on Ubuntu is really easy but getting all addons to work properly is a different story. The following steps are needed: install all needed libraries for Io compile and install libevent-1.4.8 compile and install libsgml-1.1.4 compile and install Io Install all needed libraries The ...
FlickGrab.io in Io
Friday, January 2nd, 2009 Posted in english | No Comments »Yesterday I hacked a little piece of code in Io, a tiny programming language which might turn out to be very easy to learn, easy to use, highly dynamic etc...blabla... In fact I just wanted to get in touch with that ...
libsgml and gcc 4.3.x problem with linking
Thursday, January 1st, 2009 Posted in english | No Comments »Today I wanted to compile libsgml 1.1.4 on Ubuntu Intrepid AMD64 and I came across the following error message when I tried to link it: /usr/bin/ld: DomComment.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared ...
Simplewidget Last.fm html widget
Saturday, December 27th, 2008 Posted in english | No Comments »I am a last.fm user, I scrobble each day and I wanted to use the existent flash widget last.fm is offering its users but to be honest I'm not the biggest fan of flash, especially not in cases where it's ...
Kwort is not dead
Saturday, December 13th, 2008 Posted in english | No Comments »Today as always I talked to David B. Cortarello about the future of Kwort and he asked me what I'd expect from the new version and he asked for help but I still don't know how deep I will be ...
Wordpress: Getting the category via a post id outside the loop
Wednesday, December 10th, 2008 Posted in english | 2 Comments »If you want to get the category of a post outside the wordpress loop, you can use the following sql statement to get the category id, its name and its slug: SELECT term_id as category_id, name as category_name, slug as category_slug ...
