<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My-Wishlist</title>
	<atom:link href="http://www.my-wishlist.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.my-wishlist.nl</link>
	<description>So much stuff yet so little time</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:04:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cyberstalking 101</title>
		<link>http://www.my-wishlist.nl/2010/03/cyberstalking-101</link>
		<comments>http://www.my-wishlist.nl/2010/03/cyberstalking-101#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:04:15 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Grmbl_nl]]></category>
		<category><![CDATA[Randomness]]></category>
		<category><![CDATA[Shots]]></category>
		<category><![CDATA[Stalk me]]></category>

		<guid isPermaLink="false">http://www.my-wishlist.nl/?p=907</guid>
		<description><![CDATA[
Asking for it.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.my-wishlist.nl/wp-content/uploads/2010/03/s20100309648.jpg"><img class="aligncenter size-full wp-image-908" style="margin: 1px; border: black 1px solid;" title="s20100309648" src="http://www.my-wishlist.nl/wp-content/uploads/2010/03/s20100309648.jpg" alt="" width="300" height="400" /></a></p>
<p>Asking for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-wishlist.nl/2010/03/cyberstalking-101/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What kittie says :)</title>
		<link>http://www.my-wishlist.nl/2010/02/what-kittie-says</link>
		<comments>http://www.my-wishlist.nl/2010/02/what-kittie-says#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:20:26 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Randomness]]></category>
		<category><![CDATA[Shots]]></category>
		<category><![CDATA[I do wan'ta wii]]></category>

		<guid isPermaLink="false">http://www.my-wishlist.nl/?p=904</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.my-wishlist.nl/wp-content/uploads/2010/02/funny-pictures-cat-low-tech.jpg"><img src="http://www.my-wishlist.nl/wp-content/uploads/2010/02/funny-pictures-cat-low-tech.jpg" alt="" title="funny-pictures-cat-low-tech" width="456" height="512" class="alignleft size-full wp-image-905" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-wishlist.nl/2010/02/what-kittie-says/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday fun :)</title>
		<link>http://www.my-wishlist.nl/2010/02/friday-fun</link>
		<comments>http://www.my-wishlist.nl/2010/02/friday-fun#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:26:23 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Grmbl_nl]]></category>
		<category><![CDATA[Randomness]]></category>
		<category><![CDATA[from pub import beer]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.my-wishlist.nl/?p=902</guid>
		<description><![CDATA[You can not imagine im actually just scripting away again today :) Yes, some could call it geeky, but in this case i actually have to finish something, of which once again i found out i approached it wrong. I know right, happens all the time. In this case im just twisting myself in a [...]]]></description>
			<content:encoded><![CDATA[<p>You can not imagine im actually just scripting away again today :) Yes, some could call it geeky, but in this case i actually have to finish something, of which once again i found out i approached it wrong. I know right, happens all the time. In this case im just twisting myself in a maze of lists which i wont bore you with since its not part of my posting plan :)</p>
<p>Every now and then when i write something in Python i get to the &#8216;import&#8217; lines and type &#8216;#from pub import beer&#8217;. Its funny and geeky all at the same time, and no one would notice unless he checks out my clumsily written source :)</p>
<p>But now i thought, what the heck :) lets just make a &#8216;pub.py&#8217; with only one definition &#8216;beer&#8217; and this is what it looks like :D</p>
<div class="geshi no python">
<div class="head">#!/usr/bin/python</div>
<ol>
<li class="li1">
<div class="de1"><span class="co1"># filename : pub.py</span></div>
</li>
<li class="li1">
<div class="de1"><span class="co1"># beer can be true</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">import</span> <span class="kw3">random</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">def</span> beer<span class="br0">&#40;</span><span class="br0">&#41;</span>:</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; rangebeer = <span class="br0">&#91;</span><span class="st0">&#39;0&#39;</span>,<span class="st0">&#39;1&#39;</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; beer = <span class="kw3">random</span>.<span class="me1">choice</span><span class="br0">&#40;</span>rangebeer<span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">return</span> <span class="kw2">int</span><span class="br0">&#40;</span>beer<span class="br0">&#41;</span></div>
</li>
</ol>
</div>
<p>And now all u do in my other scripts is call it :</p>
<div class="geshi no python">
<div class="head">#&#8230;</div>
<ol>
<li class="li1">
<div class="de1"><span class="kw1">from</span> pub <span class="kw1">import</span> beer</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">a = beer<span class="br0">&#40;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">if</span> a == <span class="nu0">1</span>:</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">print</span> <span class="st0">&quot;The beer, it is true!&quot;</span> </div>
</li>
<li class="li1">
<div class="de1"><span class="co1">#&#8230;</span></div>
</li>
</ol>
</div>
<p>It must be friday :D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-wishlist.nl/2010/02/friday-fun/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in via mail :)</title>
		<link>http://www.my-wishlist.nl/2010/02/in-via-mail</link>
		<comments>http://www.my-wishlist.nl/2010/02/in-via-mail#comments</comments>
		<pubDate>Fri, 05 Feb 2010 08:05:06 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Grmbl_nl]]></category>
		<category><![CDATA[Randomness]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.my-wishlist.nl/?p=899</guid>
		<description><![CDATA[&#62; From: xxxx@sssss.nl
&#62; Date: January 29, 2010 13:25:02 GMT+01:00
&#62; To: xxxxx@xxxxxx.nl
&#62; Subject: about password complexity
&#62; 
&#62; During a recent password audit in a company - it was found that a person
&#62; was using the following password:
&#62; "MickieMinniePlutoHueyLouieDeweyDonaldGoofySacramento"
&#62; When asked why such a long password - she said she was told it had to be
&#62; 8 [...]]]></description>
			<content:encoded><![CDATA[<pre><span style="color: #ff7733;">&gt; From: xxxx@sssss.nl</span>
<span style="color: #ff7733;">&gt; Date: January 29, 2010 13:25:02 GMT+01:00</span>
<span style="color: #ff7733;">&gt; To: <a href="https://crystal.snow.nl/webmail/src/compose.php?send_to=snestudents2009%40os3.nl">xxxxx@xxxxxx.nl</a></span>
<span style="color: #ff7733;">&gt; Subject: about password complexity</span>
<span style="color: #ff7733;">&gt; </span>
<span style="color: #ff7733;">&gt; During a recent password audit in a company - it was found that a person</span>
<span style="color: #ff7733;">&gt; was using the following password:</span>
<span style="color: #ff7733;">&gt; "MickieMinniePlutoHueyLouieDeweyDonaldGoofySacramento"</span>
<span style="color: #ff7733;">&gt; When asked why such a long password - she said she was told it had to be</span>
<span style="color: #ff7733;">&gt; 8 characters and include at least one capital...</span>
<span style="color: #ff7733;">&gt; </span>
<span style="color: #ff7733;">&gt; </span>
<span style="color: #ff7733;">&gt; </span>
<span style="color: #ff7733;">&gt; Regards,</span>
<span style="color: #ff7733;">&gt; C.-

</span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.my-wishlist.nl/2010/02/in-via-mail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will it happen ?</title>
		<link>http://www.my-wishlist.nl/2010/01/will-it-happen</link>
		<comments>http://www.my-wishlist.nl/2010/01/will-it-happen#comments</comments>
		<pubDate>Sat, 30 Jan 2010 23:06:16 +0000</pubDate>
		<dc:creator>Riccardo</dc:creator>
				<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://www.my-wishlist.nl/?p=895</guid>
		<description><![CDATA[Poll boots are open, for 5 years ive been nagging about going to Japan, lately i learned that its actually a lot cheaper to just go by your self and book everything yourself. Recent googling gave me the following link, a slideshow of things in Japan.
http://www.g-fan.com/html/gtour_slideshow/html/gtour_slideshow.html
Enjoy :)
PS, instead of going alone, i know i&#8217;d love [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.my-wishlist.nl/wp-content/uploads/2010/01/tokyotower_012.jpg"><img class="alignleft size-thumbnail wp-image-897" title="tokyotower_012" src="http://www.my-wishlist.nl/wp-content/uploads/2010/01/tokyotower_012-150x150.jpg" alt="" width="150" height="150" /></a>Poll boots are open, for 5 years ive been nagging about going to Japan, lately i learned that its actually a lot cheaper to just go by your self and book everything yourself. Recent googling gave me the following link, a slideshow of things in Japan.</p>
<p><a href="http://www.g-fan.com/html/gtour_slideshow/html/gtour_slideshow.html">http://www.g-fan.com/html/gtour_slideshow/html/gtour_slideshow.html</a></p>
<p>Enjoy :)</p>
<p>PS, instead of going alone, i know i&#8217;d love travel company :) planning to go in september.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-wishlist.nl/2010/01/will-it-happen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
