<?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>Draakwired &#187; Tech</title>
	<atom:link href="http://drakonen.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakonen.com</link>
	<description>Here be Dragons  -  Drakonen&#039;s Blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:53:32 +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>G1, the review after usage</title>
		<link>http://drakonen.com/2009/g1-the-review-after-usage/</link>
		<comments>http://drakonen.com/2009/g1-the-review-after-usage/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 18:07:54 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/2009/g1-the-review-after-usage/</guid>
		<description><![CDATA[So, i have been using the G1 for some time now, and thought it was time for a somewhat more in depth review. I&#8217;m writing this post on my G1 with postbot. Lets start with the keyboard. The keyboard is quite comfortable, and I can almost type blind on it. I can feel where the [...]]]></description>
			<content:encoded><![CDATA[<p>So, i have been using the G1 for some time now, and thought it was time for a somewhat more in depth review. I&#8217;m writing this post on my G1 with postbot.</p>
<p>Lets start with the keyboard. The keyboard is quite comfortable, and I can almost type blind on it. I can feel where the keys are because they are slightly elevated and there is a small empty space in between the keys. Typing for a longer time is quite doable, but of course not as comfortable or as fast as a normal keyboard.</p>
<p>The available applications on the android market is filled with most of my basic needs. The most important one is the ssh client, which the app connectbot does damn well. It remapped some of the keys of the keyboard to give some easy access to the ESC or ctrl key. It also has copy support but that a bit cumbersome but it works.</p>
<p>The email apps are doing their work quite good too. There is the gmail app, which can only read the email from your G1 associated account. It does the usual threading just like gmail. Then there is the normal email app with support for imap and pop. I don&#8217;t use pop, but I heard it pulls in all email, like all pop clients. Pop is also the only way to have your full email available offline. Imap support is good, and also works with your second gmail account. There is a very small cache for imap, everything else gets pulled in over the air. It would have been nice to have the option to save imap and to use 2 gmail accounts in the gmail app because the email app does not do threading.</p>
<p>Cell reception is good, and haven&#8217;t really had problems with that. Wifi reception is decent. In Cologne there is pretty decent 3g reception, and i have to admit, I&#8217;m quite amazed by 3g speeds and latency.</p>
<p>Media wise i haven&#8217;t really tried too much, the mp3 player was decent but the crappy ear plugs and the lack of a mini jack let it go unused. I need to order a converter cable to use my brand new headphones.</p>
<p>Overall the system is quite responsive, and quite stable. Ive had two spontaneous reboots, and a few crashing apps, but that&#8217;s way less than on my p900.</p>
<p>The only thing i dont like about the G1 is the battery life. At tops it has lasted me around one and a half day. Which is short for me. My previous phone (se p900) got almost one week. But i wouldnt trade my g1 for a p900.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2009/g1-the-review-after-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the link boxes from Latex&#8217; Hyperref (and color)</title>
		<link>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/</link>
		<comments>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 10:16:18 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[hyperref]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=76</guid>
		<description><![CDATA[Aah Latex&#8230; A love hate relation ship. Working on my thesis I use the hyperref package for some nice linking support in my document. unfortunately this also causes them to get link boxes around them. Here&#8217;s the code to remove them: \usepackage[pdftex]{hyperref} \hypersetup{ colorlinks,% citecolor=black,% filecolor=black,% linkcolor=black,% urlcolor=black } EDIT: Hyperref seems to offer this [...]]]></description>
			<content:encoded><![CDATA[<p>Aah Latex&#8230; A love hate relation ship. Working on my thesis I use the hyperref package for some nice linking support in my document. unfortunately this also causes them to get link boxes around them. Here&#8217;s the code to remove them:</p>
<pre><del datetime="2012-01-23T12:36:08+00:00">\usepackage[pdftex]{hyperref}
\hypersetup{
    colorlinks,%
    citecolor=black,%
    filecolor=black,%
    linkcolor=black,%
    urlcolor=black
}</del></pre>
<p><strong>EDIT:</strong><br />
Hyperref seems to offer this feature by itself, by setting <code>hidelinks</code>. (Thanks yolila!)<br />
<a href="http://www.tug.org/applications/hyperref/manual.html" onclick="pageTracker._trackPageview('/outgoing/www.tug.org/applications/hyperref/manual.html?referer=');">http://www.tug.org/applications/hyperref/manual.html</a> </p>
<p>This makes the links use colors inststead of boxes/frames, and sets the used colors to black. Fixed! <del datetime="2012-01-23T12:36:08+00:00">Although this should be a standard convenience option imho.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HAR inspired Python Pygame fun</title>
		<link>http://drakonen.com/2008/har-inspired-python-pygame-fun/</link>
		<comments>http://drakonen.com/2008/har-inspired-python-pygame-fun/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:38:43 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[HAR]]></category>
		<category><![CDATA[Pygame]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=67</guid>
		<description><![CDATA[I have always wanted to do some stuff with Pygame. When i saw the logo on the HAR2009 wiki I whipped up a little python program that draws squares and fades between colors. It looks pretty cool! Needed: Python, Pygame Downloads: har_squares [edit]Seems i have uploaded the wrong file&#8230; My apologies to the original writer. [...]]]></description>
			<content:encoded><![CDATA[<p>I have always wanted to do some stuff with <a title="pygame website" href="http://www.pygame.org" onclick="pageTracker._trackPageview('/outgoing/www.pygame.org?referer=');">Pygame</a>. When i saw the logo on the <a title="HAR2009 Wiki" href="http://wiki.har2009.org" onclick="pageTracker._trackPageview('/outgoing/wiki.har2009.org?referer=');">HAR2009 wiki</a> I whipped up a little python program that draws squares and fades between colors. It looks pretty cool!</p>
<p>Needed: <a href="http://www.python.org/" onclick="pageTracker._trackPageview('/outgoing/www.python.org/?referer=');">Python</a>, <a href="http://www.pygame.org/download.shtml" onclick="pageTracker._trackPageview('/outgoing/www.pygame.org/download.shtml?referer=');">Pygame</a></p>
<p>Downloads: <a href="http://drakonen.com/wp-content/uploads/2008/09/har_squares.py">har_squares</a></p>
<p><a href="http://drakonen.com/wp-content/uploads/2008/09/harlogo.py"></a></p>
<p>[edit]Seems i have uploaded the wrong file&#8230; My apologies to the original writer. The right file is up now.[/edit]</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/har-inspired-python-pygame-fun/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Drakonen.com</title>
		<link>http://drakonen.com/2008/drakonencom/</link>
		<comments>http://drakonen.com/2008/drakonencom/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 08:42:50 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[drakonen.org]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=65</guid>
		<description><![CDATA[Finally i had the impulse to buy my own domain: drakonen.com. I &#8216;moved&#8217; my blog to this domain which took a simple symlink. Making Nginx do a moved permanently redirect was a bit harder though, and caused quite some frustration. But here it is: server { server_name     drakonen.digigen.nl; if ($http_host = 'drakonen.digigen.nl' ) { rewrite  [...]]]></description>
			<content:encoded><![CDATA[<p>Finally i had the impulse to buy my own domain: <a href="http://drakonen.com">drakonen.com</a>. I &#8216;moved&#8217; my blog to this domain which took a simple symlink. Making Nginx do a <em>moved permanently redirect</em> was a bit harder though, and caused quite some frustration. But here it is:</p>
<p><code>server {<br />
server_name     drakonen.digigen.nl;<br />
if ($http_host = 'drakonen.digigen.nl' ) {<br />
rewrite  ^(.*)  http://drakonen.com$1  permanent;<br />
}<br />
}</code></p>
<p>This can maybe be optimized a bit, but it generates a <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2" onclick="pageTracker._trackPageview('/outgoing/www.w3.org/Protocols/rfc2616/rfc2616-sec10.html_sec10.3.2?referer=');">301 status</a> and redirects.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/drakonencom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx userdir list</title>
		<link>http://drakonen.com/2008/nginx-userdir-list/</link>
		<comments>http://drakonen.com/2008/nginx-userdir-list/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 22:09:14 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[autoindex]]></category>
		<category><![CDATA[dirlist]]></category>
		<category><![CDATA[mod_userdir]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2008/nginx-userdir-list/</guid>
		<description><![CDATA[Our Nginx server was without a proper ~user listing. While this is default in most apache configs, its not in Nginx. My friend Dominiek made a hack with a ruby script. This would have worked fine if had some more work but memory usage was pretty bad (especially for big files). So, I started on [...]]]></description>
			<content:encoded><![CDATA[<p>Our <a href="http://wiki.codemongers.com/Main" onclick="pageTracker._trackPageview('/outgoing/wiki.codemongers.com/Main?referer=');">Nginx </a>server was without a proper ~user listing. While this is default in most apache configs, its not in Nginx. My friend <a href="http://dominiek.com/" onclick="pageTracker._trackPageview('/outgoing/dominiek.com/?referer=');">Dominiek</a> made a <a href="http://dominiek.com/articles/2007/5/18/bye-redskin-zdravstvujte-redstar-nginx-tips" onclick="pageTracker._trackPageview('/outgoing/dominiek.com/articles/2007/5/18/bye-redskin-zdravstvujte-redstar-nginx-tips?referer=');">hack with a ruby script</a>. This would have worked fine if had some more work but memory usage was pretty bad (especially for big files).</p>
<p>So, I started on a proper Nginx way to solve this and harness it&#8217;s power. By diving into the config I figured it out:<br />
<code><br />
# the [a-zA-Z0-9] is for the greedy .<br />
location ~ /~([a-zA-Z0-9]*)/(.*) {<br />
root /home/;<br />
autoindex on;<br />
index index.html;</code><code><br />
rewrite  ^/~(</code><code>[a-zA-Z0-9]</code><code>*)/(.*)$  /$1/www/$2 break;<br />
}<br />
</code></p>
<p>Put this small snippet into the <code>server</code> config where you want userdirs enabled and enjoy your apache like mod_userdir.</p>
<p><em>Edit: made it work with subdirs</em><br />
<em>Edit: took advice of beate (see comments)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/nginx-userdir-list/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vim tags not sorted error</title>
		<link>http://drakonen.com/2008/vim-tags-not-sorted-error/</link>
		<comments>http://drakonen.com/2008/vim-tags-not-sorted-error/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 12:24:42 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2008/vim-tags-not-sorted-error/</guid>
		<description><![CDATA[Vim has a pretty nice (although not that smart) completion command, Ctrl+n. Lately I&#8217;ve been getting this error: E432: Tags file not sorted This error is pretty annoying as it interrupts your work with an error. Googeling for this gave me no solution. Then I searched for files named tags (which are a lot), and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Vim_%28text_editor%29" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Vim_28text_editor_29?referer=');">Vim</a> has a pretty nice (although not that <a href="http://vimdoc.sourceforge.net/htmldoc/insert.html#complete-functions" onclick="pageTracker._trackPageview('/outgoing/vimdoc.sourceforge.net/htmldoc/insert.html_complete-functions?referer=');">smart</a>) completion command, Ctrl+n.</p>
<p>Lately I&#8217;ve been getting this error:</p>
<pre> E432: Tags file not sorted</pre>
<p>This error is pretty annoying as it interrupts your work with an error. <a href="http://www.google.com/search?q=E432" onclick="pageTracker._trackPageview('/outgoing/www.google.com/search?q=E432&amp;referer=');">Googeling</a> for this gave me no solution. Then I <a href="http://www.research.att.com/~gsf/man/man1/locate.html" onclick="pageTracker._trackPageview('/outgoing/www.research.att.com/_gsf/man/man1/locate.html?referer=');">searched</a> for files named tags (which are a lot), and I found a file in my home dir ~. I deleted that file and the error was gone.</p>
<p>The lesson was:<br />
<em>NEVER put a tags file in your home dir!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/vim-tags-not-sorted-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://drakonen.com/2007/56/</link>
		<comments>http://drakonen.com/2007/56/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 11:57:55 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[ReST]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/56/</guid>
		<description><![CDATA[As I keep working on school projects getting my points. As I&#8217;m getting more and more familiar with ReST, I like it more and more! But I&#8217;m also becoming more and more aware of its limitations. Don&#8217;t get me wrong, ReST will do everything for most document needs, but it lacks features to be used [...]]]></description>
			<content:encoded><![CDATA[<p>As I keep working on school projects getting my points. As I&#8217;m getting more and more familiar with ReST, I like it more and more! But I&#8217;m also becoming more and more aware of its limitations. Don&#8217;t get me wrong, ReST will do everything for most document needs, but it lacks features to be used for scientific papers. It also lacks a page break function, which i miss. Now i need to export the document to LaTeX and make some modifications there, which is far from ideal. BUT! It&#8217;s a lot better than writing the entire document in LaTeX myself.</p>
<p>Anyway, this post was to let you see <a href="http://rst2a.com/" title="rst2a" onclick="pageTracker._trackPageview('/outgoing/rst2a.com/?referer=');">http://rst2a.com/</a> . A cool project to make converting ReST to html and PDF easy. It also has more styles available than default ReST. I&#8217;s easy quick and painless.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouseless Xorg, numpad!</title>
		<link>http://drakonen.com/2007/mouseless-xorg-numpad/</link>
		<comments>http://drakonen.com/2007/mouseless-xorg-numpad/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 18:45:53 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/mouseless-xorg-numpad/</guid>
		<description><![CDATA[Don&#8217;t have a mouse? Want to move that pointer anyway? Press shift+alt+numlock and press the numpad keys to move your pointer! 1 2 3 4 6 7 8 9 are the direction keys, 5 is a click. 0 (zero) is press and hold, the . key is release. On the top are the mouse buttons: [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t have a mouse? Want to move that pointer anyway? Press <code>shift+alt+numlock</code> and press the numpad keys to move your pointer!</p>
<p><code>1 2 3 4 6 7 8 9</code> are the direction keys, <code>5</code> is a click. <code>0</code> (zero) is press and hold, the <code>.</code> key is release.</p>
<p>On the top are the mouse buttons: <code>/</code> for left <code>*</code> for middle and <code>-</code> for right. These select the type of button is used when you press <code>5</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/mouseless-xorg-numpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P900, linux and connection to the internet</title>
		<link>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/</link>
		<comments>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 14:19:47 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[p900]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/</guid>
		<description><![CDATA[I got an unlimited gprs/umts plan for my P900 a while ago, so I wont be needing a windows pc anymore to connect to the internet. What would be nice though is connecting from my laptop to the internet using my P900. I found this site which seems to do the trick pretty well. More [...]]]></description>
			<content:encoded><![CDATA[<p>I got an unlimited gprs/umts plan for my P900 <a href="http://drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/2007/p900-linux-and-connection-to-the-internet/?referer=');">a while ago</a>, so I wont be needing a windows pc anymore <a href="http://drakonen.digigen.nl/blog/2005/connecting-p900-to-pc-using-bluetooth/" onclick="pageTracker._trackPageview('/outgoing/drakonen.digigen.nl/blog/2005/connecting-p900-to-pc-using-bluetooth/?referer=');">to connect to the internet</a>. What would be nice though is connecting from my laptop to the internet using my P900. I found <a href="http://www.russel.org.uk/gprsInternet.html" onclick="pageTracker._trackPageview('/outgoing/www.russel.org.uk/gprsInternet.html?referer=');">this site</a> which seems to do the trick pretty well. More when i have tested it!</p>
<p>Also, i can really recommend <a href="http://www.operamini.com/" onclick="pageTracker._trackPageview('/outgoing/www.operamini.com/?referer=');">Opera mini</a> as a fast internet browser. I&#8217;m currently running the beta for 4, Which is working great for me so far.</p>
<p>Found a <a href="http://www.mobileyes.com/index.php?option=com_content&amp;task=view&amp;id=23&amp;Itemid=51" onclick="pageTracker._trackPageview('/outgoing/www.mobileyes.com/index.php?option=com_content_amp_task=view_amp_id=23_amp_Itemid=51&amp;referer=');">somewhat better SSH client</a> too. Its mostly the same as the previous one I was using, but i like this one a bit better. Still no page up and page down though so I can scroll in <a href="http://irssi.org/" onclick="pageTracker._trackPageview('/outgoing/irssi.org/?referer=');">irssi</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/p900-linux-and-connection-to-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registering in is sooo web 1.0</title>
		<link>http://drakonen.com/2007/registering-in-is-sooo-web-10/</link>
		<comments>http://drakonen.com/2007/registering-in-is-sooo-web-10/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 10:09:48 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://drakonen.digigen.nl/blog/2007/registering-in-is-sooo-web-10/</guid>
		<description><![CDATA[I&#8217;m really fond of anonymous or non-registered web sites. If you can please do it, and devise some smart way to not make people to have to register. Registering on yet an other site is annoying and most of the time its totally useless. I don&#8217;t want to register just to read your site. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really fond of anonymous or non-registered web sites. If you can please do it, and devise some smart way to not make people to have to register. Registering on yet an other site is annoying and most of the time its totally useless. I don&#8217;t want to register <em>just</em> to <em>read</em> your site. This is probably one of the <em>reasons</em> why <a href="http://www.bugmenot.com/" onclick="pageTracker._trackPageview('/outgoing/www.bugmenot.com/?referer=');">bugmenot</a> is popular.</p>
<p>But for most interaction you do not need registering either. At some web stores you can make an order by just filling out your personal information, no registering required. This making it easier for other people to contribute or buy. I plan on doing this on my new project, which I will uncover later.</p>
<p>I read some articles about how great OpenID is,  and that this makes the login procedure easier, but why not allow anonymous comments on blogs (what it seems to be used the most for) instead of offloading your registration to an other party. OpenID is a big scam to give to phishers something nice to do and make their lives a lot easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2007/registering-in-is-sooo-web-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

