<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
last tweets
 
more twitter


last flickr
 more flickr


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-8793164-1");
pageTracker._trackPageview();
} catch(err) {}</description><title>maurice.im</title><generator>Tumblr (3.0; @mauriez)</generator><link>http://maurice.im/</link><item><title>New App Engine Pricing :(</title><description>&lt;img src="http://30.media.tumblr.com/tumblr_lr1dfuOncL1qz6imso1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;New App Engine Pricing :(&lt;/p&gt;</description><link>http://maurice.im/post/9825132251</link><guid>http://maurice.im/post/9825132251</guid><pubDate>Mon, 05 Sep 2011 08:16:42 +0200</pubDate><category>app engine</category></item><item><title>thats why i love irc</title><description>2103: &lt; bob&gt; what is polling?&lt;br /&gt;&#13;
2103: &lt; ted&gt; are we there yet?&lt;br /&gt;&#13;
2104: &lt; ted&gt; are we there yet?&lt;br /&gt;&#13;
2105: &lt; ted&gt; are we there yet?&lt;br /&gt;&#13;
</description><link>http://maurice.im/post/1536057684</link><guid>http://maurice.im/post/1536057684</guid><pubDate>Wed, 10 Nov 2010 21:27:39 +0100</pubDate></item><item><title>bookmarklet for mobypics in twitter</title><description>&lt;p&gt;Lately more and more people are using the mobypicture platform to post their tweet-images. It being a dutch product I think thats pretty cool. However; the moby pics are not displayed in the new twitter interface. Thats pretty annoying.&lt;br/&gt;&lt;br/&gt;So, I hacked together a work-around!&lt;br/&gt;&lt;br/&gt;Drag the &lt;a href="javascript:(function()%7B%20d=document.createElement('script');d.src='http://mauriez.appspot.com/static/moby/moby.js';document.getElementsByTagName('body')%5B0%5D.appendChild(d);%20%7D)()"&gt;show moby&lt;/a&gt; bookmarklet to your bookmarks bar. Now login to twitter. When looking at the details of a tweet that contains a mobypic, press the “show moby” bookmark. Tada! The image is displayed!&lt;br/&gt;&lt;br/&gt;I have only tested it in Firefox and Chrome; Dont know if it works in others but you are welcome to fix it ;)&lt;/p&gt;</description><link>http://maurice.im/post/1330819107</link><guid>http://maurice.im/post/1330819107</guid><pubDate>Sun, 17 Oct 2010 00:24:00 +0200</pubDate><category>mobypicture</category><category>bookmarklet</category><category>twitter</category></item><item><title>Adding TweaK to your Twitter application</title><description>&lt;p&gt;Some Twitter programs allow you to setup a custom URL shortener. That is a great thing as this makes you less dependent on whether or not the developer of your Twitter application wants to implement your URL shortener. On the other hand its very nice for the developer, as he does not need to implement an unlimited number of URL shorteners.&lt;/p&gt;
&lt;p&gt;Some Twitter applications have problems with implemening TweaK however. This is caused by the fact that TweaK responds with two links. &lt;/p&gt;
&lt;p&gt;If you would shorten maurice.im using the TweaK API using the following  URL: &lt;br/&gt;&lt;span&gt;&lt;a href="http://api.dot.tk/tweak/shorten?long=http://maurice.im"&gt;http://api.dot.tk/tweak/shorten?long=http://maurice.im&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You would get the following response:&lt;br/&gt;&lt;code&gt;&lt;a href="http://8zlnb.tk"&gt;http://8zlnb.tk&lt;/a&gt;&lt;/code&gt;&lt;br/&gt;&lt;code&gt;http://tk./8zlnb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;First line is the TweaK domain address, second line is the TK short URL. Some Twitter applications will concat the two strings, resulting in an URL like:&lt;br/&gt;&lt;span&gt;&lt;a href="http://8zlnb.tkhttp"&gt;http://8zlnb.tkhttp&lt;/a&gt;://tk./8zlnb&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thats an obvious fail :(&lt;/p&gt;
&lt;p&gt;To cope with that I have created a little wrapper service that allows you to choose which line you want. &lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="http://tweak-it.appspot.com/single?long="&gt;http://tweak-it.appspot.com/single?long=&lt;/a&gt;&lt;long url&gt;&amp;line=&lt;line nr&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;&lt;long url&gt;&lt;/span&gt; is the url you wish to shorten.&lt;br/&gt;&lt;span&gt;&lt;line nr&gt;&lt;/span&gt; is the line number you wish to get as a result.&lt;/p&gt;
&lt;p&gt;Shortening maurice.im would be like this:&lt;br/&gt;&lt;code&gt;&lt;a href="http://tweak-it.appspot.com/single?long=http://maurice.im&amp;line=2"&gt;http://tweak-it.appspot.com/single?long=http://maurice.im&amp;line=2&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The result would be:&lt;br/&gt;&lt;code&gt;http://tk./8zlnb&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you would omit the line parameter, it will default to the first line.&lt;/p&gt;
&lt;p&gt;Happy TweaKing!&lt;/p&gt;</description><link>http://maurice.im/post/647332812</link><guid>http://maurice.im/post/647332812</guid><pubDate>Sun, 30 May 2010 19:56:33 +0200</pubDate><category>TweaK</category><category>Dot TK</category><category>Twitter</category><category>shortener</category></item><item><title>directory support for Dot TK domain forwarding </title><description>&lt;p&gt;A number of people that use Dot TK’s free domain forwarding miss the support for directories. They would like a hit on &lt;code&gt;&lt;a href="http://example.tk/subdir/"&gt;http://example.tk/subdir/&lt;/a&gt;&lt;/code&gt; to go to &lt;code&gt;&lt;a href="http://example.com/whateverusername/examplepage/subdir/"&gt;http://example.com/whateverusername/examplepage/subdir/&lt;/a&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;There is actually a pretty simple way to do this yourself. If your webserver supports scripting (like PHP in this example), you are basically done. &lt;/p&gt;
&lt;p&gt;Lets say your webpage is hosted at &lt;code&gt;&lt;a href="http://domain.com/itsme/"&gt;http://domain.com/itsme/&lt;/a&gt;&lt;/code&gt;. You have registered &lt;code&gt;itsme.tk&lt;/code&gt; at Dot TK and configured it to point to your webpage.&lt;/p&gt;
&lt;p&gt;Now, you wish to have support for subdirectory &lt;code&gt;/cheese/&lt;/code&gt;. In the example you would like &lt;code&gt;&lt;a href="http://itsme.tk/cheese/"&gt;http://itsme.tk/cheese/&lt;/a&gt;&lt;/code&gt; to load content from &lt;code&gt;&lt;a href="http://domain.com/itsme/cheese/"&gt;http://domain.com/itsme/cheese/&lt;/a&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This is what you would need to do:&lt;/p&gt;
&lt;p&gt;1. Rename the &lt;code&gt;index.html&lt;/code&gt; page in the root directory of your website to &lt;code&gt;index.php&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;2. Insert the following code in top of that &lt;code&gt;index.php&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;?php&lt;br/&gt;    // get the referer url    &lt;br/&gt;    $ref = $_SERVER['HTTP_REFERER']; &lt;br/&gt;    // get the index of the 3rd / &lt;br/&gt;    $pos = strpos($ref, "/", 8) + 1; &lt;br/&gt;    if ($pos &gt; 0) { &lt;br/&gt;        // if found, get whatever there was after the / &lt;br/&gt;        $path = substr($ref, $pos); &lt;br/&gt;        if ($path != '') { &lt;br/&gt;            // redirect browser to whatever current url + given path.&lt;br/&gt;            $url = $_SERVER['REQUEST_URI'] . $path; &lt;br/&gt;            header("Location: " . $url); &lt;br/&gt;        } &lt;br/&gt;    } &lt;br/&gt;?&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;3. Save the file.&lt;/p&gt;
&lt;p&gt;4. You are done!&lt;/p&gt;
&lt;p&gt;Not only will &lt;code&gt;&lt;a href="http://itsme.tk/cheese/"&gt;http://itsme.tk/cheese/&lt;/a&gt;&lt;/code&gt; resolve to &lt;code&gt;&lt;a href="http://domain.com/itsme/cheese/"&gt;http://domain.com/itsme/cheese/&lt;/a&gt;&lt;/code&gt;, other requests like &lt;code&gt;&lt;a href="http://itsme.tk/index2.html"&gt;http://itsme.tk/index2.html&lt;/a&gt;&lt;/code&gt; would actually load the content of &lt;code&gt;&lt;a href="http://domain.com/itsme/index2.html"&gt;http://domain.com/itsme/index2.html&lt;/a&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;What the above lines of PHP code do is the following. First, it reads the &lt;code&gt;HTTP_REFERER&lt;/code&gt; variable from the webservers environment. This value holds the value of the URL entered by the website visitor. Secondly, it checks if this request has some text behind the / just right after the domain. If it does, it will forward the visitors browser to the requested page.&lt;/p&gt;
&lt;p&gt;A note: Your webserver needs to be configured to allow php files as index files. How to do that is outside of the scope of this document, but should not be too hard.&lt;/p&gt;</description><link>http://maurice.im/post/495573673</link><guid>http://maurice.im/post/495573673</guid><pubDate>Sun, 04 Apr 2010 14:28:33 +0200</pubDate><category>dot tk</category><category>url forwarding</category><category>php</category><category>subdirectories</category></item><item><title>Tweak in Twitter</title><description>&lt;p&gt;More TweaK &amp; javascript fun!&lt;/p&gt;
&lt;p&gt;Sometimes when I post something on Twitter, I dont want Twitter to bit.ly my long url. I want to TweaK that. But I was too lazy to go to tweak.tk and post it there.&lt;/p&gt;
&lt;p&gt;So.. I created a bookmarklet for it. Basically it works like this:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;You drag this bookmarklet “&lt;a href="javascript:(function()%7B%20d=document.createElement('script');d.src='http://tweak-it.appspot.com/static/bm.js';document.getElementsByTagName('body')%5B0%5D.appendChild(d);%20%7D)()"&gt;tweak urls&lt;/a&gt;” to your bookmarklets spot (IE users do the difficult thing).&lt;/li&gt;
&lt;li&gt;You go to twitter.com and start typing your new status message.&lt;/li&gt;
&lt;li&gt;Before hitting update, you hit your new bookmarklet!&lt;/li&gt;
&lt;li&gt;Any URL in there will magically be tweaked and the status message will be altered.&lt;/li&gt;
&lt;li&gt;Then you press Update. hooray! posted!&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;strike&gt;Ill work on &lt;a href="http://brizzly.com"&gt;brizzly&lt;/a&gt; support, since thats the twitter client I seem to be using more and more.&lt;/strike&gt;&lt;/p&gt;
&lt;p&gt;The bookmarklet supports Brizzly now as well! This means you can shorten URLs you type within brizzly as described above. happy shortening!&lt;/p&gt;
&lt;p&gt;Ive tested the bookmarklet on FF and IE 7.0. Let me know if it works for you!&lt;/p&gt;</description><link>http://maurice.im/post/385702125</link><guid>http://maurice.im/post/385702125</guid><pubDate>Fri, 12 Feb 2010 17:56:00 +0100</pubDate></item><item><title>tweak-it bot++!</title><description>&lt;p&gt;Remember my earlier post about a &lt;a title="tweak-it bot" target="_self" href="http://maurice.im/post/179844734"&gt;tweak-it bot&lt;/a&gt;? Well.. ive added wave support to it! Just add &lt;code&gt;tweak-it@appspot.com&lt;/code&gt; to your contacts and pass it urls. you’ll get tweaked answers! :)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;update:&lt;/b&gt; dont want to shorten long urls, but resolve tweaked domains? aye! supported!&lt;/p&gt;</description><link>http://maurice.im/post/219316284</link><guid>http://maurice.im/post/219316284</guid><pubDate>Wed, 21 Oct 2009 22:08:00 +0200</pubDate><category>tweak</category><category>dot tk</category></item><item><title>Some years back I had this project: Thumbs Up! A website...</title><description>&lt;img src="http://29.media.tumblr.com/tumblr_kpvp8gRWdy1qz6imso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Some years back I had this project: Thumbs Up! A website dedicated to images having people showing thumbs up. I stopped with the project because I needed to switch my sites to a new web server without PHP support.&lt;/p&gt;
&lt;p&gt;At random times people would ask me when the site would be back up.. I kept promising..&lt;/p&gt;
&lt;p&gt;Today is the day! I ported the project to Googles App Engine, making it more stable ;) I already uploaded all old images making it a fun browsing thing already.&lt;/p&gt;
&lt;p&gt;Note that this is just the initial port.. I have some stuff to do and will add some features..&lt;/p&gt;
&lt;p&gt;Now go to &lt;a target="_self" title="http://thumbsup.tk" href="http://thumbsup.tk"&gt;&lt;a href="http://thumbsup.tk"&gt;http://thumbsup.tk&lt;/a&gt;&lt;/a&gt;! Have fun!&lt;/p&gt;</description><link>http://maurice.im/post/186406319</link><guid>http://maurice.im/post/186406319</guid><pubDate>Sun, 13 Sep 2009 00:02:37 +0200</pubDate></item><item><title>Just had some fun combining Dot TK’s TweaK API with Google...</title><description>&lt;img src="http://26.media.tumblr.com/tumblr_kpgql2ubg31qz6imso1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Just had some fun combining Dot TK’s TweaK API with Google App Engine’s XMPP support.&lt;/p&gt;
&lt;p&gt;The result is a jabber-bot that you can talk to. In most cases it wont understand you, but if you pass it an URL, it will shorten that using Dot TK’s TweaK.&lt;/p&gt;
&lt;p&gt;Go to &lt;a href="http://tweakbot.tk/"&gt;http://tweakbot.tk/&lt;/a&gt; and ask the bot to invite you. After accepting the invitation, have it rename some urls for you!&lt;/p&gt;</description><link>http://maurice.im/post/179844734</link><guid>http://maurice.im/post/179844734</guid><pubDate>Fri, 04 Sep 2009 22:07:50 +0200</pubDate><category>Dot TK</category><category>Google App Engine</category><category>TweaK</category></item><item><title>There is a MAUI WAP Browser! :)</title><description>&lt;img src="http://30.media.tumblr.com/eZMEStJyJqt4qts5Ijx7lw5Mo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;There is a MAUI WAP Browser! :)&lt;/p&gt;</description><link>http://maurice.im/post/157183447</link><guid>http://maurice.im/post/157183447</guid><pubDate>Thu, 06 Aug 2009 16:30:29 +0200</pubDate></item><item><title>Traffic generated from Twitter</title><description>&lt;p&gt;I was wondering how much traffic one Twitter post would generate,&lt;br/&gt;and more importantly, I was wondering *who* would visit.. So I simply&lt;br/&gt;created a text file, tweeted it and checked the access logs.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://twitter.com/mauriez/statuses/2929340532"&gt;http://twitter.com/mauriez/statuses/2929340532&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Message posted at 30/Jul/2009:14:43:02 +0200&lt;br/&gt;(local time on box where I checked the logs)&lt;br/&gt;&lt;br/&gt;Access log shows this:&lt;br/&gt;&lt;code&gt; 66.249.68.198 - - [30/Jul/2009:14:43:48 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;174.129.91.213 - - [30/Jul/2009:14:43:57 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Python-urllib/2.5" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;91.121.123.191 - - [30/Jul/2009:14:43:57 +0200] "HEAD /tt.txt HTTP/1.1" "-" - - "-" "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8) Gecko/20051128 SUSE/1.5-0.1 Firefox/1.5" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;75.101.156.169 - - [30/Jul/2009:14:43:59 +0200] "HEAD /tt.txt HTTP/1.1" "-" - - "-" "AideRSS 2.0 (postrank.com)" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;174.129.89.199 - - [30/Jul/2009:14:44:08 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Python-urllib/2.5" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;80.46.93.186 - - [30/Jul/2009:14:44:10 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "http://twitter.com/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;89.151.84.35 - - [30/Jul/2009:14:44:10 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 TweetmemeBot" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;79.99.6.106 - - [30/Jul/2009:14:44:11 +0200] "HEAD /tt.txt HTTP/1.1" "-" - - "-" "Twingly Recon"&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;174.129.111.78 - - [30/Jul/2009:14:44:11 +0200] "HEAD /tt.txt HTTP/1.1" "-" - - "-" "PycURL/7.18.2" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;89.151.84.35 - - [30/Jul/2009:14:44:12 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 TweetmemeBot" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; 208.74.66.43 - - [30/Jul/2009:14:44:13 +0200] "GET /tt.txt HTTP/1.0" "-" 61 61 "-" "Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly.html) Gecko/2009032608 Firefox/3.0.8" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; 91.121.89.155 - - [30/Jul/2009:14:44:22 +0200] "HEAD /tt.txt HTTP/1.1" "-" - - "-" "PycURL/7.19.3" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; 75.101.196.118 - - [30/Jul/2009:14:44:27 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Twitturly / v0.6" &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; 91.121.53.183 - - [30/Jul/2009:14:44:56 +0200] "GET /tt.txt HTTP/1.1" "-" 61 61 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2009011817 Gentoo Firefox/3.0.5" &lt;/code&gt; &lt;br/&gt;&lt;br/&gt;I have cut out the requests that were not for tt.txt .. but its amazing&lt;br/&gt;how many automated hits you get after a simple post!&lt;/p&gt;</description><link>http://maurice.im/post/152240191</link><guid>http://maurice.im/post/152240191</guid><pubDate>Thu, 30 Jul 2009 14:58:00 +0200</pubDate></item><item><title>MonaTweeta II - Mona Lisa encoded in a tweet!</title><description>&lt;img src="http://29.media.tumblr.com/eZMEStJyJnu58rf2vAotsioPo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;MonaTweeta II - Mona Lisa encoded in a tweet!&lt;/p&gt;</description><link>http://maurice.im/post/111968640</link><guid>http://maurice.im/post/111968640</guid><pubDate>Sat, 23 May 2009 19:33:00 +0200</pubDate></item><item><title>Old! Resolving shortened URLs</title><description>&lt;p&gt;Sometimes you just think of something, start it, and then discover that others have been doing the same. My latest example of this is &lt;a target="_self" title="resolvurl.com" href="http://resolvurl.com/"&gt;resolvurl.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As I was thinking about shortening URLs and the fact that there quite some services out there, I started wondering about “the other way around”. How to resolve URLs for what they really are.&lt;/p&gt;
&lt;p&gt;Without proper investigation (who wants to investigate when feeling all fired up on an idea) I started working on that and then bumped into &lt;a target="_self" title="longurlplease.com" href="http://longurlplease.com"&gt;longurlplease.com&lt;/a&gt;. Exactly what I wanted to do! :)&lt;/p&gt;
&lt;p&gt;Instead of re-inventing the wheel Ill utilize the longurlplease API. Gives me more time to think of something fun to put around it. .. Probably only to find out someone else already did :)&lt;/p&gt;</description><link>http://maurice.im/post/110911035</link><guid>http://maurice.im/post/110911035</guid><pubDate>Thu, 21 May 2009 11:56:40 +0200</pubDate><category>resolvurl</category><category>url shortener</category><category>longurlplease</category></item><item><title>JQuery.ajax() and associative arrays</title><description>&lt;p&gt;When in need of passing an associative array using JQuery’s Ajax function, declare the array as:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;var $a = new Object();&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;instead of:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;var $a = new Array();&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Works lots better ;)&lt;/p&gt;</description><link>http://maurice.im/post/106274634</link><guid>http://maurice.im/post/106274634</guid><pubDate>Mon, 11 May 2009 16:39:00 +0200</pubDate></item><item><title>Rob Geus.</title><description>&lt;img src="http://29.media.tumblr.com/eZMEStJyJeo3gds8S3KZRKg5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Rob Geus.&lt;/p&gt;</description><link>http://maurice.im/post/53066694</link><guid>http://maurice.im/post/53066694</guid><pubDate>Sat, 04 Oct 2008 19:59:03 +0200</pubDate></item><item><title>Death Star over San Francisco!</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/AfqDVP_0O0c?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Death Star over San Francisco!&lt;/p&gt;</description><link>http://maurice.im/post/52245774</link><guid>http://maurice.im/post/52245774</guid><pubDate>Mon, 29 Sep 2008 10:33:03 +0200</pubDate></item><item><title>Type machine (xkcd.com)</title><description>&lt;img src="http://27.media.tumblr.com/eZMEStJyJdz7g39qmdoEtOISo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Type machine (xkcd.com)&lt;/p&gt;</description><link>http://maurice.im/post/50513748</link><guid>http://maurice.im/post/50513748</guid><pubDate>Wed, 17 Sep 2008 09:56:34 +0200</pubDate></item><item><title>smart parking ;)</title><description>&lt;img src="http://29.media.tumblr.com/eZMEStJyJdpu321r0oPCudBX_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;smart parking ;)&lt;/p&gt;</description><link>http://maurice.im/post/49594933</link><guid>http://maurice.im/post/49594933</guid><pubDate>Wed, 10 Sep 2008 20:32:35 +0200</pubDate></item><item><title>Thats why!</title><description>&lt;img src="http://25.media.tumblr.com/eZMEStJyJb7sb1u4msRWaFBH_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Thats why!&lt;/p&gt;</description><link>http://maurice.im/post/41639083</link><guid>http://maurice.im/post/41639083</guid><pubDate>Wed, 09 Jul 2008 19:58:09 +0200</pubDate></item><item><title>"I say this with the utmost respect, but Judge Stanton is a moron."</title><description>“I say this with the utmost respect, but Judge Stanton is a moron.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://www.techcrunch.com/2008/07/03/judge-protects-youtubes-source-code-throws-users-to-the-wolves/"&gt;http://www.techcrunch.com/2008/07/03/judge-protects-youtubes-source-code-throws-users-to-the-wolves/&lt;/a&gt;&lt;/em&gt;</description><link>http://maurice.im/post/40814143</link><guid>http://maurice.im/post/40814143</guid><pubDate>Thu, 03 Jul 2008 12:56:50 +0200</pubDate></item></channel></rss>

