<?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>numlock.ch - a changelog by Daniel Mettler &#187; Fun</title>
	<atom:link href="http://www.numlock.ch/news/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.numlock.ch/news</link>
	<description>Make a diff!</description>
	<lastBuildDate>Tue, 01 Nov 2011 16:19:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bash script of the day: New .de domains</title>
		<link>http://www.numlock.ch/news/it/bash-scrip-of-the-day-new-de-domains/</link>
		<comments>http://www.numlock.ch/news/it/bash-scrip-of-the-day-new-de-domains/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:05:25 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[.de]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Deutschland]]></category>
		<category><![CDATA[dict]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[wordlist]]></category>

		<guid isPermaLink="false">http://www.numlock.ch/news/?p=786</guid>
		<description><![CDATA[The one-liner: for i in `echo {{a..z},{0..9}};echo {{a..z},{0..9}}{{a..z},{0..9}}`;do dict -d all -C ${i}de&#62;/dev/null 2&#62;&#38;1; if [ "$?" == "0" ];then echo $i.de; fi done or the equivalent multi-liner: for i in `echo {{a..z},{0..9}};echo {{a..z},{0..9}}{{a..z},{0..9}}`; do dict -d all -C ${i}de &#8230; <a href="http://www.numlock.ch/news/it/bash-scrip-of-the-day-new-de-domains/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The one-liner:</p>
<pre>for i in `echo {{a..z},{0..9}};echo {{a..z},{0..9}}{{a..z},{0..9}}`;do dict -d all -C ${i}de&gt;/dev/null 2&gt;&amp;1; if [ "$?" == "0" ];then echo $i.de; fi done</pre>
<p>or the equivalent multi-liner:</p>
<pre>for i in `echo {{a..z},{0..9}};echo {{a..z},{0..9}}{{a..z},{0..9}}`;
  do
    dict -d all -C ${i}de &gt;/dev/null 2&gt;&amp;1;
    if [ "$?" == "0" ]; then
      echo $i.de;
    fi
  done</pre>
<p>No comment (*cough*)</p>
<p>(P.S. That&#8217;s for ASCII alphanumeric domains only)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/bash-scrip-of-the-day-new-de-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security through obscurity</title>
		<link>http://www.numlock.ch/news/various/security-through-obscurity/</link>
		<comments>http://www.numlock.ch/news/various/security-through-obscurity/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 18:58:36 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Various]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/2008/02/15/security-through-obscurity/</guid>
		<description><![CDATA[[..] bei Sportgrossveranstaltungen wie der UEFA EURO 2008™ ist es üblich, dass die Eintrittskarten erst wenige Wochen vor Turnierbeginn gedruckt und versandt werden. Dies ist im Sinne der Sicherheit und verkleinert das Risiko, dass die Tickets den Karteninhabern vor den &#8230; <a href="http://www.numlock.ch/news/various/security-through-obscurity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><em><font face="Century Gothic" size="2"><span style="font-size: 10pt; font-family: 'Century Gothic'" lang="DE-CH">[..] bei Sportgrossveranstaltungen   wie der UEFA EURO 2008™ ist es üblich, dass die Eintrittskarten erst   wenige Wochen vor Turnierbeginn gedruckt und versandt werden. Dies ist im   Sinne der Sicherheit und verkleinert das Risiko, dass die Tickets den   Karteninhabern vor den Spielen abhanden kommen.[..]</span></font></em></p></blockquote>
<p>Isn&#8217;t it nice how the <font color="#000000">&#8220;EURO 2008 SA&#8221; cares for us? ;)</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/various/security-through-obscurity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some practical advice for startups</title>
		<link>http://www.numlock.ch/news/it/some-practical-advice-for-startups/</link>
		<comments>http://www.numlock.ch/news/it/some-practical-advice-for-startups/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:23:53 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[printscreen.ch]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/2008/01/31/some-practical-advice-for-startups/</guid>
		<description><![CDATA[&#8220;The Art of the Start&#8221; by Guy Kawasaki. Not the latest, but a courageous and entertaining presentation worthwhile watching.]]></description>
			<content:encoded><![CDATA[<p><a href="http://video.google.com/videoplay?docid=-3755718939216161559&amp;hl=en" target="_blank">&#8220;The Art of the Start&#8221; by Guy Kawasaki</a>. Not the latest, but a courageous and entertaining presentation worthwhile watching.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/some-practical-advice-for-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista or The Holy Grail of Usability</title>
		<link>http://www.numlock.ch/news/it/windows-vista-or-the-holy-grail-of-usability/</link>
		<comments>http://www.numlock.ch/news/it/windows-vista-or-the-holy-grail-of-usability/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 01:39:18 +0000</pubDate>
		<dc:creator>Daniel Mettler</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">https://www.numlock.ch/wordpress/?p=449</guid>
		<description><![CDATA[Fine. After years (heck, even decades!) of staring into distorting, flickering, radiating and mirrorlike CRT screens we finally managed to banish those darn things from our desks and to use distortion-free, flicker-free, radiation-free, coated TFT screens instead. Time to put &#8230; <a href="http://www.numlock.ch/news/it/windows-vista-or-the-holy-grail-of-usability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Fine. After years (heck, even decades!) of staring into distorting, flickering, radiating and <strong><em>mirrorlike CRT screens</em></strong> we finally managed to banish those darn things from our desks and to use distortion-free, flicker-free, radiation-free, <strong><em>coated TFT screens</em></strong> instead. <strong>Time to <a href="http://www.winsupersite.com/images/showcase/vista5270_041.jpg">put glares and reflections back into the GUI</a> (just try to read the labels on the taskbar)! Hallelujah! ;)</strong></p>
<p>(I bet Microsoft will get back to this once the dust has settled. Apple made a similar experience with Aqua&#8217;s transparency effect which was significantly reduced in later versions.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.numlock.ch/news/it/windows-vista-or-the-holy-grail-of-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

