News items for tag notablog - Koos van den Hout

2010-03-05 (#) 2 weeks ago
idefix.net Internetcafe in Indonesia Searching for "idefix.net" to see whether it was listed in some overview of websites with certain vulnerable software I found this gem: idefix-net on Facebook Indonesia. I guess I have some sort of second career I never knew about.
Tags: , ,
2010-03-03 (#) 2 weeks ago
Yes, took the step. The homepage lives at http://idefix.net/ and the old url redirects. And will have to keep doing that for at least 10 years. Or maybe more, the url for my homepage that was valid until August 2000 still has a working redirect. I'm not moving anything else because that would confuse me too much. So the base href in the html source has to stay.
Tags: , ,
2010-03-02 (#) 2 weeks ago
A ~ in your homepage URL is somewhat very nineties so I started making http://idefix.net/ also point at my homepage and I moved the original content of that page to idefix.net history. I'm now wondering whether I should redirect http://idefix.net/~koos/ to the new location (migrating all links in for example search engines) or let both point at the same page.. or what.
I found some discussions on the tilde in the url. Jukka Korpela has an article Why tilde (~) should not be used in Web addresses (URLs) which explains why this unixism is a bad idea in the modern web and the explanation Get Clues from URLs notes:
Most servers use the ~ symbol to represent the personal directories of individuals.
If the URL contains a tilde then be aware that you are probably (although not definitely) looking at a personal page with personal opinions rather than an official site giving the official line.
Well, as I am the owner of idefix.net there should not be any difference between my opinion and the official opinion of the site.
At work we also got rid of the tildes ages ago so maybe I should just follow the sign of the times. Being good webmasters the old urls still work: http://www.cs.uu.nl/~koos/ will redirect to http://people.cs.uu.nl/koos/.
Enough rambling, this change was to me reason for a bump in the minor version number of the homepage.
Tags: , ,
2010-01-20 (#) 2 months ago
Tien jaar geleden haalde ik mijn rijbewijs (en gebruikte ik dus ook al newsitems op mijn homepage). Dus het was tijd voor vernieuwen. Ik kreeg daar keurig een brief over van de RDW maar die was met alle verbouwingsdrukte blijven liggen. Vorige week ontdekte ik dat 2010-01-10 geweest was en ik dus geen geldig 'roze papiertje' meer had. Snel voor pasfoto's naar foto boekhorst die prima pasfoto's volgens de huidige regels en toen naar de gemeente Utrecht voor de aanvraag. Ondertussen rond, dus nu is het 'roze papiertje' vervangen door een 'roze creditcard'.
Tags: , ,
2009-12-06 (#) 3 months ago
De schilder had de cat6 connectoren meegenomen (zonder afplaktape erover) dus ik heb de nodige verf er uitgepeutert en daarna connectors aan de kabels geknepen om ze te testen en gelijk te labelen. Gelukkig werkte alles op gigabit snelheid zonder fouten, maar ik denk niet dat er in de Category 6 specificaties ruimte is voor verf in de connector.
Tags: ,
2009-05-13 (#) 10 months ago
A while ago Twitter was so broken for me it showed a plain error message, not even a fail whale:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Temporarily Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
Double fail!
Tags: ,
2009-03-28 (#) 11 months ago
I noticed a few malformed characters in the RSS feed of my homepage that weren't there in the original database entries and showed ok in the web version. Again, utf-8 problems showing, although all data (postgres - script - xml - browser) should be utf-8. Lots of testing and searching, finally I found The Perl UTF-8 and utf8 Encoding Mess by Jeremy Zawodny. He is right: it is a mess. And the post itself demonstrates it by being filled with � characters.
So to make sure everything in the RSS generating process understand that what comes out of PostgreSQL is valid utf-8 and should be imported in the XML::RSS module as the same valid utf-8, I need to recode it to utf-8. Uh.. ok. The bit of code:
        my $body = Encode::decode('UTF-8', $row[1]);
And now I can use ÜTF-8 çħáräćtërs!
Tags: , ,
2009-03-06 (#) 1 year ago
I updated my homepage so it automatically incorporates my tweets. I notice I use different styles on twitter and here, probably having a lot to do with the 140 character limit at Twitter, but in the end it can be mixed anyway.
Tags: ,
2009-01-22 (#) 1 year ago
I have a twitter. Somebody invited me for reasons I don't know but I thought "why not". It is so inviting to hook this up to some scripts so I can auto-process homepage updates or other automated scripts. Or hook it up to some sort of ticket system at work (probably on a separate account) so our users can follow our network changes.
Tags: , ,
2008-09-26 (#) 1 year ago
It seems my homepage has turned into a livejournal. It seems someone prefers following my homepage via the livejournal interface. And this page just copies information from my rss feed.
Update 2008-09-28: reader found (hi rone!).
Tags: , ,
2008-03-20 (#) 2 years ago
A new version of my homepage, rewritten in perl because PHP was starting to irritate me. More database-driven in the background which allows me to add things like the tags. And a minor change in the colour scheme because someone remarked that the black-on-cyan was hard to read for people above a certain age.
Tags: , ,
2008-01-08 (#) 2 years ago
Slowly I'm no longer denying the blogness of this page ;). View myTechnorati Profile. I got the idea from Kirrily Robert's article Technorati and Perl.
Tags: ,
2006-06-14 (#) 3 years ago
I'm a married man! I married Mirjam yesterday (13 June 2006).
Tags: ,
2006-04-23 (#) 3 years ago
Ik heb voor de hcc!pc netwerkgroep een blog opgezet met serendipity, eens kijken of dat gaat werken. Ook heb ik beschreven waarom ik serendipity gekozen heb.
Tags: , ,
2006-02-17 (#) 4 years ago
idefix.net now lives on a new server, somewhat faster and more reliable. Time to update the picture on that page! I also moved stuff like The Virtual Bookcase and Camp Wireless. Only thing that gave me troubles right before moving was GNU mailman.
Tags: , , , ,
2005-12-27 (#) 4 years ago
I will marry Mirjam on 13 June 2006!
Tags: ,
2005-04-15 (#) 4 years ago
I added an RSS 2.0 feed for my homepage (link in the obligatory style ofcourse).
Tags: ,
2005-03-29 (#) 4 years ago
Page restyling has hit my homepage as you see. It may look mostly the same, but the change in source is big. I moved stuff around too, and added the google searchbox to help you find stuff I (re)moved the links for. The interesting part was to build the stylesheet parts to create the page columns without resorting to using tables. Next big restyling project is The Virtual Bookcase where almost all pages are still bad html 3.2.
Tags: , ,
2005-03-22 (#) 5 years ago
My this-is-not-a-blog news pages are now improved with a better stylesheet.
Tags: , ,
2003-10-18 (#) 6 years ago
Made my first RSS feed (not of my homepage, because then it would be a blog which it isn't). Using available modules, that is quite simple. The resulting RSS 1.0 feed shows dublin core metatags, which reminded me of web projects at Cetis ages ago.
Tags: , ,
  Older news items for tag notablog ⇒

IPv6 ready
Koos van den Hout, E-mail koos+web@kzdoos.xs4all.nl. PGP key DSS/1024 0xF0D7C263 RSS
Other webprojects: Camp Wireless, wireless Internet access at campsites, The Virtual Bookcase, book reviews, Weather maps