<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Amarok Blog - mxcl</title>
    <link>http://amarok.kde.org/blog/</link>
    <description>Amarok developers at work</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Mon, 04 Feb 2008 14:16:26 GMT</pubDate>

    <image>
        <url>http://amarok.kde.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Amarok Blog - mxcl - Amarok developers at work</title>
        <link>http://amarok.kde.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>A Weekend's Work</title>
    <link>http://amarok.kde.org/blog/archives/575-A-Weekends-Work.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/575-A-Weekends-Work.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=575</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=575</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;&lt;i&gt;This unintentionally turned up on the Amarok blog, so apologies for that. &lt;a href=&#039;http://www.methylblue.com/blog/a-weekends-work/&#039;&gt;The original post is here&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I warn you, this post is not one of my best. Nonetheless I have written it &amp;#8212; I just wanted to document what I did this weekend.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I just finished importing the emails I sent when I went travelling, eighteen years of age, into &lt;a href=&quot;http://wordpress.org&quot;&gt;WordPress&lt;/a&gt;. The trip is an interesting read. Certainly the first few are pretentious and make me cringe, but you can really see me grow up during the 72 days I was away. Especially when I get to Thailand and have to make it on my own.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I wrote the script to turn the HTML static page I had into an RSS feed to import into Wordpress using &lt;a href=&quot;http://www.ruby-lang.org&quot;&gt;Ruby&lt;/a&gt;. That was a surprising pain in the arse. I kept slipping up due to not knowing the syntax quite right, or not understanding nuances of the weak typing and type conversion. Still it&amp;#8217;s a language which feels promising. I need to do read some better reference code. The documentation on Ruby out there is rubbish. Suggestions welcome.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I was going to fix my activity-feed/&lt;a href=&quot;http://methylblue.com/teh-life-feed/&quot;&gt;life-feed&lt;/a&gt; thing. Especially since &lt;a href=&quot;http://last.fm/user/mokele/&quot;&gt;Steve&lt;/a&gt; at work is getting me all excited about &lt;a href=&quot;http://dataportability.org&quot;&gt;DataPortability&lt;/a&gt; and &lt;a href=&quot;http://microformats.org&quot;&gt;Microformats&lt;/a&gt; and that. But I will have to rewrite chunks since for some reason my server no longer has the PHP &lt;a href=&quot;http://uk3.php.net/simplexml&quot;&gt;SimpleXml&lt;/a&gt; module compiled in.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Looking through my epic &lt;em&gt;eight&lt;/em&gt; years of blog entries I realise I must spend a whole weekend at some point just categorising and tagging it correctly. Categories are tough. I don&amp;#8217;t like my current set. Work is easy enough to classify. But Detritus? Life? Should Life be about me or about Life-issues like philosophy? I feel the latter. I may make a category called &lt;i&gt;Me&lt;/i&gt;. Boring crap like this can then be neatly avoided by those who wish it &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; .&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I have to say, classification and naming is a tough problem that I absolutely love to get right, but I find it as hard as the next person.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Tagging is easy but I want to be consistent with my tags. That&amp;#8217;s the hell of web2.0 init? Tagging well. Tagging consistently. Mass tag editing is conveniently lacking too so you can&amp;#8217;t easily change your mind later about naming decisions.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Also I find myself tagging posts eg. Amarok, but not categorising them as such. I&amp;#8217;m using the two systems separately. The category is only Amarok if the whole post is about Amarok. But if it mentions Amarok, I tag it as such.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I checked up on my site backup solution. I have a cronjob running which does a backup everyday at 1:03am server time. On the last day of each month it makes a monthly backup. I created this system about six months ago after catastrophic data loss (&lt;a href=&quot;http://code.google.com/p/macfuse/&quot;&gt;MacFuse&lt;/a&gt; at fault grr!) But I&amp;#8217;m not backing up my database. Which means I could lose all my blog entries. I don&amp;#8217;t want to put my password in plaintext in the backup script though. Which made me wish we could do push notification across the Internet already. My backup script should be able to stick a dialog in my face once a week asking for the db password even though it&amp;#8217;s on a completely different computer. Isn&amp;#8217;t this just an extension of &lt;a href=&quot;http://www.freedesktop.org/wiki/Software/dbus&quot;&gt;D-Bus&lt;/a&gt;?&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I cleaned up my &lt;a href=&#039;http://claimid.com/mxcl&#039;&gt;ClaimID&lt;/a&gt; somewhat. I also fixed the &lt;a href=&#039;http://microid.org&#039;&gt;MicroID&lt;/a&gt; I was broadcasting on my blog to get the &lt;a href=&quot;http://blog.claimid.com/2007/02/new-verified-page-at-claimid/&quot;&gt;verified&lt;/a&gt; sticker at &lt;a href=&quot;http://claimid.com&quot;&gt;ClaimID&lt;/a&gt;. I cleaned up &lt;a href=&#039;http://mxcl.myplaxo.com&#039;&gt;MyPlaxo&lt;/a&gt; even though I hardly use it. I feel Plaxo has some interesting possibilities in the future. That being cross site and application syncing. I think they actually will allow me to sync iCal with Facebook and Last.fm events within a few months. That is pretty awesome.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I also made my site &lt;a href=&#039;http://openid.net/&#039;&gt;OpenID&lt;/a&gt; 2.0 compliant, even sending the XRDS header. Although &lt;A href=&#039;http://myopenid.com&#039;&gt;MyOpenID&lt;/a&gt; do all the actual authentication work. I added a &lt;a href=&#039;http://pavatar.com&#039;&gt;Pavatar&lt;/a&gt; too. Which made me want to pick a new avatar image. I host my avatar at &lt;a href=&quot;http://methylblue.com/avatar/&quot;&gt;methylblue.com/avatar/&lt;/a&gt;, and more and more sites nowadays allow you to specify a URL rather than upload an image as your site avatar. Off the top of my head, &lt;a href=&quot;http://claimid.com&quot;&gt;ClaimID&lt;/a&gt; do and so do &lt;a href=&quot;http://blogger.com&quot;&gt;Blogger&lt;/a&gt;. Also a bunch of other sites nowdays allow you to use your &lt;a href=&quot;http://flickr.com&quot;&gt;Flickr&lt;/a&gt; avatar image, which is almost as good. At least it&amp;#8217;s easy to change it in one place and reflect that change across your online presence.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And speaking of Blogger, they now let you login with an &lt;a href=&quot;http://openid.net&quot;&gt;OpenID&lt;/a&gt;. Which is both fabulous and interesting. Does this mean Google will be rolling out OpenID authentication across their whole suite? I can only hope so.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I did most of this due to interest in what &lt;a href=&quot;http://last.fm/user/mokele&quot;&gt;Steve&lt;/a&gt; is doing at &lt;a href=&#039;http://mokele.co.uk&#039;&gt;mokele.co.uk&lt;/a&gt;. He&amp;#8217;s combining a lot of new web technologies and making a system he calls OpenFriend. He was calling it &lt;em&gt;OpenRelationship&lt;/em&gt;, but I think he wanted to be taken more seriously &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; . He&amp;#8217;s making an open Facebook essentially. You keep your data. Your friends keep there&amp;#8217;s. Everyone authenticates their friends in a distributed social network. It&amp;#8217;s fun and I want to be along for the ride.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I also edited this post enough times to realise I want inline editing for WordPress. Does that exist yet?&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&#039;http://www.methylblue.com/blog/a-weekends-work/&#039;&gt;Comments here please&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fa-weekends-work%2F&amp;title=A+Weekend%26%238217%3Bs+Work&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 04 Feb 2008 02:37:15 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/575-guid.html</guid>
    
</item>
<item>
    <title>Adapting Wocka for OSX</title>
    <link>http://amarok.kde.org/blog/archives/470-Adapting-Wocka-for-OSX.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/470-Adapting-Wocka-for-OSX.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=470</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=470</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I will prolly adapt Wocka for OSX.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Installwatch, should work on OSX. I&amp;#8217;ve already almost compiled it. It requires itself to be loaded as a library before other libraries, and it then displaces all applicable file system functions with its own so it can write the install log. It&amp;#8217;s clever &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;This is possible on OSX with some env variable, on Linux it&amp;#8217;s LD_PRELOAD. If that doesn&amp;#8217;t work though, I&amp;#8217;ll compile my own version of make that has installwatch built in. Although this isn&amp;#8217;t as handy since you are then restricted to installations that use make.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;OSX packages either install via dmg and thus are self contained directories, or use the NeXT packaging format. This format writes installation logs to /Library/Receipts. This system is awesome an very unix, and further reason I love OSX. So all wocka has to do is create a receipt for installations.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;No need to port pacman to OSX, or use the Fink APT db which I was considering.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I always wanted wocka for debian too. But don&amp;#8217;t use it enough. So I&amp;#8217;ll make wocka flexible so other people could do that if they choose.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fadapting-wocka-for-osx%2F&amp;title=Adapting+Wocka+for+OSX&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 14 Aug 2007 23:57:00 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/470-guid.html</guid>
    
</item>
<item>
    <title>Teh Life Feed</title>
    <link>http://amarok.kde.org/blog/archives/491-Teh-Life-Feed.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/491-Teh-Life-Feed.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=491</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=491</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I wrote a life-feed implementation, based on the &lt;a href=&quot;http://adactio.com/journal/1202/&quot;&gt;idea&lt;/a&gt; by &lt;a href=&#039;http://adactio.com/&#039;&gt;Jeremy Keith&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It&amp;#8217;s &lt;a href=&#039;http://methylblue.com/feed/&#039;&gt;here&lt;/a&gt;, and the source is &lt;a href=&#039;http://methylblue.com/teh-life-feed/&#039;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It needs databasing, as for instance, the recent music feed from Last.fm is just 10 tracks, which is usually about 40 minutes. And I want at least a week&amp;#8217;s music history. Also the feeds are downloaded in background php processes, and thus the page the user gets is usually old. So some ajax magic to update the page would be good.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It&amp;#8217;s all completely free, so take it modify it, and send me patches if you do good stuff. Subscribe to the projects category for updates.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fteh-life-feed%2F&amp;title=Teh+Life+Feed&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 17 Apr 2007 15:55:52 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/491-guid.html</guid>
    
</item>
<item>
    <title>Teh Life Feed</title>
    <link>http://amarok.kde.org/blog/archives/372-Teh-Life-Feed.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/372-Teh-Life-Feed.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=372</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=372</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I wrote a life-feed implementation, based on the &lt;a href=&quot;http://adactio.com/journal/1202/&quot;&gt;idea&lt;/a&gt; by &lt;a href=&#039;http://adactio.com/&#039;&gt;Jeremy Keith&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It&amp;#8217;s &lt;a href=&#039;http://methylblue.com/feed/&#039;&gt;here&lt;/a&gt;, and the source is &lt;a href=&#039;http://methylblue.com/teh-life-feed/&#039;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It needs databasing, as for instance, the recent music feed from Last.fm is just 10 tracks, which is usually about 40 minutes. And I want at least a week&amp;#8217;s music history. Also the feeds are downloaded in background php processes, and thus the page the user gets is usually old. So some ajax magic to update the page would be good.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It&amp;#8217;s all completely free, so take it modify it, and send me patches if you do good stuff. Subscribe to the projects category for updates.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Comments &lt;a href=&#039;http://www.methylblue.com/blog/teh-life-feed/&#039;&gt;here&lt;/a&gt; please. 
    </content:encoded>

    <pubDate>Tue, 17 Apr 2007 11:55:52 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/372-guid.html</guid>
    
</item>
<item>
    <title>Site Makeover</title>
    <link>http://amarok.kde.org/blog/archives/524-Site-Makeover.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/524-Site-Makeover.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=524</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=524</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Yay! Makeover!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I gave it thought every so often over the last few months, and then finished it all up today. I&amp;#8217;m rather pleased too that I managed to wrap my site around wordpress quite easily too. As I don&amp;#8217;t run wordpress everywhere, just here in /blog/.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I may publish how I did that at some point. It&amp;#8217;s not too hard. But you need to do some magic.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Anyway I am quite pleased with the new look. It&amp;#8217;s about the 5th time I&amp;#8217;ve changed the appearance now. And I have no screenshots of the old styles, which is a pity. My test will be, do I still like it in the morning? If I do, then I can relax and move onto another project.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Interestingly, it looks worst in Firefox, and best in Opera, followed by Konqueror, although there isn&amp;#8217;t much in it.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And finally, yes, I know it&amp;#8217;s not methylorange.com, but that&amp;#8217;s just how it worked out.. &lt;strong&gt;shrug&lt;/strong&gt; &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fsite-makeover%2F&amp;title=Site+Makeover&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 17 Mar 2007 04:19:06 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/524-guid.html</guid>
    
</item>
<item>
    <title>Site Makeover</title>
    <link>http://amarok.kde.org/blog/archives/343-Site-Makeover.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/343-Site-Makeover.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=343</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=343</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Yay! Makeover!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I gave it thought every so often over the last few months, and then finished it all up today. I&amp;#8217;m rather pleased too that I managed to wrap my site around wordpress quite easily too. As I don&amp;#8217;t run wordpress everywhere, just here in /blog/.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I may publish how I did that at some point. It&amp;#8217;s not too hard. But you need to do some magic.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Anyway I am quite pleased with the new look. It&amp;#8217;s about the 5th time I&amp;#8217;ve changed the appearance now. And I have no screenshots of the old styles, which is a pity. My test will be, do I still like it in the morning? If I do, then I can relax and move onto another project.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Interestingly, it looks worst in Firefox, and best in Opera, followed by Konqueror, although there isn&amp;#8217;t much in it.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And finally, yes, I know it&amp;#8217;s not methylorange.com, but that&amp;#8217;s just how it worked out.. &lt;strong&gt;shrug&lt;/strong&gt; &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt;&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 17 Mar 2007 00:19:06 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/343-guid.html</guid>
    
</item>
<item>
    <title>6 Reasons You Will Love OpenID</title>
    <link>http://amarok.kde.org/blog/archives/446-6-Reasons-You-Will-Love-OpenID.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/446-6-Reasons-You-Will-Love-OpenID.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=446</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=446</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Here are six reasons OpenID is great that other sites haven&amp;#8217;t seemingly mentioned:&lt;/p&gt;&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Convenience&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Try out your OpenID on the new &lt;a href=&quot;http://test2.phpbb.cc/&quot;&gt;phpBB OpenID-enabled test forum&lt;/a&gt;. After a quick authentication with your OpenID provider, phpbb has created an account for you with all the details filled in.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;No email back-and-forth. You can post your comment to a new forum/blog that requires registration with hardly any delay.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Withhold your email address&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Email is generally not required for most OpenID-enabled sites currently. They no longer handle your password so the primary reason for requiring an email no longer exists.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Keep track of which sites have what information centrally&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
OpenID providers like &lt;a href=&#039;http://myopenid.com&#039;&gt;MyOpenID.com&lt;/a&gt; keep track of which sites you&amp;#8217;ve authenticated with and what data you gave them.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Stop typing in all your personal info again and again&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Your OpenID provider will give the site you&amp;#8217;re logging in to the data. Registration is practically instant. You decide what info is provided too. Don&amp;#8217;t trust the site? Don&amp;#8217;t provide them with your postcode or email address then.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Reputation&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Your OpenID can actually build up a reputation because it is linked to you. Nobody can masquerade as you unless they can guess your password. So you should make it a good one &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Site-wide registration&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Another cool benefit of OpenID will be sites like &lt;a href=&#039;http://archlinux.org/&#039;&gt;archlinux.org&lt;/a&gt;, or &lt;a href=&#039;http://kde.org&#039;&gt;kde.org&lt;/a&gt; which currently have 5 or 6 separate services that require separate registration and logon. With OpenID you can authorise the entire domain, then each service, provided it has OpenID support would automatically be authenticated.&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;p&gt;People seem a little scared of OpenID, but I&amp;#8217;ve been using it for a few months and I find it to be absolutely a step forward in how I use the Internet. I&amp;#8217;m having more fun now with OpenID as I can sign up for fun little services with no qualms about registration or what data I&amp;#8217;m handing over.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;If you want a quick and easy OpenID, try &lt;a href=&quot;http://freeyourid.com&quot;&gt;FreeYourID.com&lt;/a&gt;, you get an ID of the form &lt;strong&gt;firstname.lastname.name&lt;/strong&gt;, it&amp;#8217;s free, no credit-card details are taken, and you can start using it straight away. I already registered &lt;a href=&quot;http://max.howell.name&quot;&gt;http://max.howell.name&lt;/a&gt;, so bad luck if you wanted to annoy me &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;-)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Fun OpenID-enabled sites to try:&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;iframe style=&#039;float:right&#039; src=&quot;http://digg.com/api/diggthis.php?u=http%3A//digg.com/tech_news/6_reasons_OpenID_is_teh_awesome&quot; frameborder=&quot;0&quot; height=&quot;82&quot; scrolling=&quot;no&quot; width=&quot;55&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://jyte.com&quot;&gt;http://jyte.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://stikis.com&quot;&gt;http://stikis.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://imakemistakes.com&quot;&gt;http://imakemistakes.com&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;None of these sites require anything other than authentication, so they are fun and hassle free.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2F6-reasons-you-will-love-openid%2F&amp;title=6+Reasons+You+Will+Love+OpenID&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 21 Feb 2007 17:09:52 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/446-guid.html</guid>
    
</item>
<item>
    <title>6 Reasons You Will Love OpenID</title>
    <link>http://amarok.kde.org/blog/archives/309-6-Reasons-You-Will-Love-OpenID.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/309-6-Reasons-You-Will-Love-OpenID.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=309</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=309</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Here are six reasons OpenID is great that other sites haven&amp;#8217;t seemingly mentioned:&lt;/p&gt;&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Convenience&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;Try out your OpenID on the new &lt;a href=&quot;http://test2.phpbb.cc/&quot;&gt;phpBB OpenID-enabled test forum&lt;/a&gt;. After a quick authentication with your OpenID provider, phpbb has created an account for you with all the details filled in.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;No email back-and-forth. You can post your comment to a new forum/blog that requires registration with hardly any delay.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Withhold your email address&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;Email is generally not required for most OpenID-enabled sites currently. They no longer handle your password so the primary reason for requiring an email no longer exists.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Keep track of which sites have what information centrally&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
OpenID providers like &lt;a href=&#039;http://myopenid.com&#039;&gt;MyOpenID.com&lt;/a&gt; keep track of which sites you&amp;#8217;ve authenticated with and what data you gave them.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Stop typing in all your personal info again and again&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Your OpenID provider will give the site you&amp;#8217;re logging in to the data. Registration is practically instant. You decide what info is provided too. Don&amp;#8217;t trust the site? Don&amp;#8217;t provide them with your postcode or email address then.&lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Reputation&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Your OpenID can actually build up a reputation because it is linked to you. Nobody can masquerade as you unless they can guess your password. So you should make it a good one &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;Site-wide registration&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Another cool benefit of OpenID will be sites like &lt;a href=&#039;http://archlinux.org/&#039;&gt;archlinux.org&lt;/a&gt;, or &lt;a href=&#039;http://kde.org&#039;&gt;kde.org&lt;/a&gt; which currently have 5 or 6 separate services that require separate registration and logon. With OpenID you can authorise the entire domain, then each service, provided it has OpenID support would automatically be authenticated.&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;p&gt;People seem a little scared of OpenID, but I&amp;#8217;ve been using it for a few months and I find it to be absolutely a step forward in how I use the Internet. I&amp;#8217;m having more fun now with OpenID as I can sign up for fun little services with no qualms about registration or what data I&amp;#8217;m handing over.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;If you want a quick and easy OpenID, try &lt;a href=&quot;http://freeyourid.com&quot;&gt;FreeYourID.com&lt;/a&gt;, you get an ID of the form &lt;strong&gt;firstname.lastname.name&lt;/strong&gt;, it&amp;#8217;s free, no credit-card details are taken, and you can start using it straight away. I already registered &lt;a href=&quot;http://max.howell.name&quot;&gt;http://max.howell.name&lt;/a&gt;, so bad luck if you wanted to annoy me &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;-)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Fun OpenID-enabled sites to try:&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://jyte.com&quot;&gt;http://jyte.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://stikis.com&quot;&gt;http://stikis.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://imakemistakes.com&quot;&gt;http://imakemistakes.com&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;None of these sites require anything other than authentication, so they are fun and hassle free.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;iframe src=&quot;http://digg.com/api/diggthis.php?u=http%3A//digg.com/tech_news/6_reasons_OpenID_is_teh_awesome&quot; frameborder=&quot;0&quot; height=&quot;82&quot; scrolling=&quot;no&quot; width=&quot;55&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&#039;http://www.methylblue.com/blog/6-reasons-you-will-love-openid/&#039;&gt;Comments here pls!&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 21 Feb 2007 12:09:52 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/309-guid.html</guid>
    
</item>
<item>
    <title>Wocka 0.5 Released</title>
    <link>http://amarok.kde.org/blog/archives/311-Wocka-0.5-Released.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/311-Wocka-0.5-Released.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=311</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=311</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I have released a new version of Wocka.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I rewrote it in D. I thought I&amp;#8217;d love D and I do. And I&amp;#8217;m sure I&amp;#8217;ve written better less buggy code with it.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Fortunately it introduces no new dependencies, and I lose the Qt dependency that was fairly unpopular.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I fixed the bugs, made it more robust, and added &amp;#8211;set-version, &amp;#8211;set-name, and some other things like package revision incrementation when you &amp;#8211;upgrade.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&#039;http://www.methylblue.com/wocka/&#039;&gt;Packages are available here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&#039;http://www.methylblue.com/blog/wocka-05-released/&#039;&gt;Comments here pls!&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 17 Feb 2007 03:02:28 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/311-guid.html</guid>
    
</item>
<item>
    <title>A Job at Last.fm</title>
    <link>http://amarok.kde.org/blog/archives/319-A-Job-at-Last.fm.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/319-A-Job-at-Last.fm.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=319</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=319</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Well I&amp;#8217;m really pleased &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;From January I can work at &lt;A href=&#039;http://last.fm&#039;&gt;Last.fm&lt;/A&gt;, and they&amp;#8217;ll pay me too! How sweet is that?&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 04 Dec 2006 19:32:02 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/319-guid.html</guid>
    
</item>
<item>
    <title>A Job at Last FM</title>
    <link>http://amarok.kde.org/blog/archives/292-A-Job-at-Last-FM.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/292-A-Job-at-Last-FM.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=292</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=292</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Well I&amp;#8217;m really pleased &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;From January I can work at &lt;A href=&#039;http://last.fm&#039;&gt;Last FM&lt;/A&gt;, and they&amp;#8217;ll pay me too! How sweet is that?&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 04 Dec 2006 19:32:02 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/292-guid.html</guid>
    
</item>
<item>
    <title>Simple WordPress Captcha Plugin</title>
    <link>http://amarok.kde.org/blog/archives/401-Simple-WordPress-Captcha-Plugin.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/401-Simple-WordPress-Captcha-Plugin.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=401</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=401</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I got fed up clearing out the moderation queue every day, so I adapted one of the botcheck plugins for WordPress to be much simpler in terms of code size, because that was a fun project, and I had time to spare.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It asks, &amp;#8220;Are you a spam-bot?&amp;#8221;, and the user has to type &amp;#8216;no&amp;#8217;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I think this is both amusing and capable, although very easy to bypass, but I&amp;#8217;d be interested to see if any bot authors bother.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;To install:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;&lt;A href=&#039;/detritus/simple_captcha.php&#039;&gt;View the source code&lt;/A&gt;&lt;br /&gt;
&lt;li&gt;Paste the code into notepad and save the file as &amp;#8217;simple_captcha.php&amp;#8217;&lt;br /&gt;
&lt;li&gt;Upload that file to your &amp;#8216;wp-content/plugins&amp;#8217; directory&lt;br /&gt;
&lt;li&gt;Activate the &amp;#8216;Simple Captcha&amp;#8217; plugin from the WordPress Plugins control panel.&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 06 Oct 2006 19:01:39 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/401-guid.html</guid>
    
</item>
<item>
    <title>Simple WordPress Captcha Plugin</title>
    <link>http://amarok.kde.org/blog/archives/264-Simple-WordPress-Captcha-Plugin.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/264-Simple-WordPress-Captcha-Plugin.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=264</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=264</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I got fed up clearing out the moderation queue every day, so I adapted one of the botcheck plugins for WordPress to be much simpler in terms of code size, because that was a fun project, and I had time to spare.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It asks, &amp;#8220;Are you a spam-bot?&amp;#8221;, and the user has to type &amp;#8216;no&amp;#8217;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I think this is both amusing and capable, although very easy to bypass, but I&amp;#8217;d be interested to see if any bot authors bother.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;To install:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;&lt;A href=&#039;/detritus/simple_captcha.php&#039;&gt;View the source code&lt;/A&gt;&lt;br /&gt;
&lt;li&gt;Paste the code into notepad and save the file as &amp;#8217;simple_captcha.php&amp;#8217;&lt;br /&gt;
&lt;li&gt;Upload that file to your &amp;#8216;wp-content/plugins&amp;#8217; directory&lt;br /&gt;
&lt;li&gt;Activate the &amp;#8216;Simple Captcha&amp;#8217; plugin from the WordPress Plugins control panel.&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 06 Oct 2006 15:01:39 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/264-guid.html</guid>
    
</item>
<item>
    <title>Inconsistent GUIs on Linux</title>
    <link>http://amarok.kde.org/blog/archives/449-Inconsistent-GUIs-on-Linux.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/449-Inconsistent-GUIs-on-Linux.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=449</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=449</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;It&amp;#8217;s a commonly repeated opinion, that on Linux all application GUIs look different, but on Windows all/most applications feel like Windows applications.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Now obviously people mean the difference between, for instance, KDE and Gnome apps, and they mostly also refer to even more horrible toolkits like whatever it is that xine-ui uses.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But if you actually looked closely at Windows applications, you&amp;#8217;d notice that every major MS application uses different toolkits and &amp;#8220;skins&amp;#8221;, and so do all the other applications from other companies. In fact Win32 only offers a few basic controls, namely:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;push-buttons&lt;br /&gt;
&lt;li&gt;scrollbars&lt;br /&gt;
&lt;li&gt;really basic menus&lt;br /&gt;
&lt;li&gt;combo boxes&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;The menus that win32 offers are so basic that nobody uses them, they implement their own so they can add things like icons, and menu-separators.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;In my opinion, the reasons that Windows applications are consistent are:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;Consistent fonts&lt;br /&gt;
&lt;li&gt;Consistent colours.&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;Absolutely the number one reason is fonts. Windows offers a default font that GUI controls like menus, buttons and text widgets use. Apparently, the API for drawing text is different on Windows compared to X11 in that it developers end up using the right font when they roll their own widgets. On Windows, all text looks consistent.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Colours are almost as important. On Windows the colorscheme is a globally accesible property, on Linux schemes are toolkit/desktop specific. If toolkits just used the same colours, people wouldn&amp;#8217;t notice small, or even larger differences in the widget styling.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So in conclusion, if Linux just standardised fonts and colors I think applications would feel consistent, just like they do on Windows. If toolkits did just these two things, their other differences would not be nearly as noticeable in general use. Frankly I feel if Linux could do these things, we&amp;#8217;d be more consistent, since if you use mostly KDE apps, they have far more internal consistency than the Microsoft port-folio.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;b&gt;Disclaimers&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Of course there are other more subtle considerations, like one toolkit on linux has 4 pixel bevels. It just looks ugly, there&amp;#8217;s no way to hide that. But if it had consistent fonts and colouring it&amp;#8217;d look a lot better and would fit in with a KDE desktop more easily.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It is also true that Windows appliations copy whatever is the latest MS-app appearance. MS Office 2003 has a neat style that has rapidly been copied and emulated in all other major toolkits, ie check out the latest version of Delphi, it looks similar to Office 2003, but the similarity is subtely different, eg. menus are narrower and more compact. And this makes sense since MS didn&amp;#8217;t release any API or DLL to allow you to use the Office 2003 style, so Borland implemented their own clone. Trolltech even claimed to considering emulating it when I attended their roadshow in Cambridge. My point in this paragraph is that Windows apps emulate a general &amp;#8220;Windows&amp;#8221; consensus that is defined by MS, so this helps somewhat.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And yes, I&amp;#8217;m just ranting an opinion here, maybe someone who reads this would like to do something about it, as I&amp;#8217;m not the man for that job.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Finconsistent-guis-on-linux%2F&amp;title=Inconsistent+GUIs+on+Linux&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 21 Aug 2006 20:32:27 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/449-guid.html</guid>
    
</item>
<item>
    <title>Inconsistent GUIs on Linux</title>
    <link>http://amarok.kde.org/blog/archives/217-Inconsistent-GUIs-on-Linux.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/217-Inconsistent-GUIs-on-Linux.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=217</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=217</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;It&amp;#8217;s a commonly repeated opinion, that on Linux all application GUIs look different, but on Windows all/most applications feel like Windows applications.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Now obviously people mean the difference between, for instance, KDE and Gnome apps, and they mostly also refer to even more horrible toolkits like whatever it is that xine-ui uses.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But if you actually looked closely at Windows applications, you&amp;#8217;d notice that every major MS application uses different toolkits and &amp;#8220;skins&amp;#8221;, and so do all the other applications from other companies. In fact Win32 only offers a few basic controls, namely:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;push-buttons&lt;br /&gt;
&lt;li&gt;scrollbars&lt;br /&gt;
&lt;li&gt;really basic menus&lt;br /&gt;
&lt;li&gt;combo boxes&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;The menus that win32 offers are so basic that nobody uses them, they implement their own so they can add things like icons, and menu-separators.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;In my opinion, the reasons that Windows applications are consistent are:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;Consistent fonts&lt;br /&gt;
&lt;li&gt;Consistent colours.&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;Absolutely the number one reason is fonts. Windows offers a default font that GUI controls like menus, buttons and text widgets use. Apparently, the API for drawing text is different on Windows compared to X11 in that it developers end up using the right font when they roll their own widgets. On Windows, all text looks consistent.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Colours are almost as important. On Windows the colorscheme is a globally accesible property, on Linux schemes are toolkit/desktop specific. If toolkits just used the same colours, people wouldn&amp;#8217;t notice small, or even larger differences in the widget styling.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So in conclusion, if Linux just standardised fonts and colors I think applications would feel consistent, just like they do on Windows. If toolkits did just these two things, their other differences would not be nearly as noticeable in general use. Frankly I feel if Linux could do these things, we&amp;#8217;d be more consistent, since if you use mostly KDE apps, they have far more internal consistency than the Microsoft port-folio.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;b&gt;Disclaimers&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Of course there are other more subtle considerations, like one toolkit on linux has 4 pixel bevels. It just looks ugly, there&amp;#8217;s no way to hide that. But if it had consistent fonts and colouring it&amp;#8217;d look a lot better and would fit in with a KDE desktop more easily.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It is also true that Windows appliations copy whatever is the latest MS-app appearance. MS Office 2003 has a neat style that has rapidly been copied and emulated in all other major toolkits, ie check out the latest version of Delphi, it looks similar to Office 2003, but the similarity is subtely different, eg. menus are narrower and more compact. And this makes sense since MS didn&amp;#8217;t release any API or DLL to allow you to use the Office 2003 style, so Borland implemented their own clone. Trolltech even claimed to considering emulating it when I attended their roadshow in Cambridge. My point in this paragraph is that Windows apps emulate a general &amp;#8220;Windows&amp;#8221; consensus that is defined by MS, so this helps somewhat.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And yes, I&amp;#8217;m just ranting an opinion here, maybe someone who reads this would like to do something about it, as I&amp;#8217;m not the man for that job.&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 21 Aug 2006 16:32:27 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/217-guid.html</guid>
    
</item>
<item>
    <title>Inconsistent GUIs on Linux</title>
    <link>http://amarok.kde.org/blog/archives/408-Inconsistent-GUIs-on-Linux.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/408-Inconsistent-GUIs-on-Linux.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=408</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=408</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;It&amp;#8217;s a commonly repeated opinion, that on Linux all application GUIs look different, but on Windows all/most applications feel like Windows applications.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Now obviously people mean the difference between, for instance, KDE and Gnome apps, and they mostly also refer to even more horrible toolkits like whatever it is that xine-ui uses.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But if you actually looked closely at Windows applications, you&amp;#8217;d notice that every major MS application uses different toolkits and &amp;#8220;skins&amp;#8221;, and so do all the other applications from other companies. In fact Win32 only offers a few basic controls, namely:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;push-buttons&lt;br /&gt;
&lt;li&gt;scrollbars&lt;br /&gt;
&lt;li&gt;really basic menus&lt;br /&gt;
&lt;li&gt;combo boxes&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;The menus that win32 offers are so basic that nobody uses them, they implement their own so they can add things like icons, and menu-separators.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;In my opinion, the reasons that Windows applications are consistent are:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;Consistent fonts&lt;br /&gt;
&lt;li&gt;Consistent colours.&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;Absolutely the number one reason is fonts. Windows offers a default font that GUI controls like menus, buttons and text widgets use. Apparently, the API for drawing text is different on Windows compared to X11 in that it developers end up using the right font when they roll their own widgets. On Windows, all text looks consistent.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Colours are almost as important. On Windows the colorscheme is a globally accesible property, on Linux schemes are toolkit/desktop specific. If toolkits just used the same colours, people wouldn&amp;#8217;t notice small, or even larger differences in the widget styling.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So in conclusion, if Linux just standardised fonts and colors I think applications would feel consistent, just like they do on Windows. If toolkits did just these two things, their other differences would not be nearly as noticeable in general use. Frankly I feel if Linux could do these things, we&amp;#8217;d be more consistent, since if you use mostly KDE apps, they have far more internal consistency than the Microsoft port-folio.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;b&gt;Disclaimers&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Of course there are other more subtle considerations, like one toolkit on linux has 4 pixel bevels. It just looks ugly, there&amp;#8217;s no way to hide that. But if it had consistent fonts and colouring it&amp;#8217;d look a lot better and would fit in with a KDE desktop more easily.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;It is also true that Windows appliations copy whatever is the latest MS-app appearance. MS Office 2003 has a neat style that has rapidly been copied and emulated in all other major toolkits, ie check out the latest version of Delphi, it looks similar to Office 2003, but the similarity is subtely different, eg. menus are narrower and more compact. And this makes sense since MS didn&amp;#8217;t release any API or DLL to allow you to use the Office 2003 style, so Borland implemented their own clone. Trolltech even claimed to considering emulating it when I attended their roadshow in Cambridge. My point in this paragraph is that Windows apps emulate a general &amp;#8220;Windows&amp;#8221; consensus that is defined by MS, so this helps somewhat.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;And yes, I&amp;#8217;m just ranting an opinion here, maybe someone who reads this would like to do something about it, as I&amp;#8217;m not the man for that job.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 21 Aug 2006 12:32:27 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/408-guid.html</guid>
    
</item>
<item>
    <title>Filelight 1.0-rc1</title>
    <link>http://amarok.kde.org/blog/archives/430-Filelight-1.0-rc1.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/430-Filelight-1.0-rc1.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=430</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=430</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;blockquote&gt;&lt;p&gt;Filelight creates an interactive map of concentric segmented-rings that represent the sizes of files and directories on your computer.&lt;/BLOCKQUOTE&gt;&lt;img src=&quot;http://www.methylblue.com/filelight/images/filelight-1.0.png&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I fixed up all the bugs that I&amp;#8217;ve been alerted to, and added some polish.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;1.0 will follow provided I managed to fix the bug where non latin1 files/directories don&amp;#8217;t get displayed properly for the label texts. Can someone please check this! Thanks &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; 1.0 will be a few weeks away since I have to allow translation time, I had to change a few strings. Many thanks to the people at kde-i18n.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Downloads and more info &lt;a href=&quot;http://www.methylblue.com/filelight/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Ffilelight-10-rc1%2F&amp;title=Filelight+1.0-rc1&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 19 Aug 2006 22:30:12 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/430-guid.html</guid>
    
</item>
<item>
    <title>Filelight 1.0-rc1</title>
    <link>http://amarok.kde.org/blog/archives/214-Filelight-1.0-rc1.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/214-Filelight-1.0-rc1.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=214</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=214</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;blockquote&gt;&lt;p&gt;Filelight creates an interactive map of concentric segmented-rings that represent the sizes of files and directories on your computer.&lt;/BLOCKQUOTE&gt;&lt;img src=&quot;http://www.methylblue.com/filelight/images/filelight-1.0.png&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I fixed up all the bugs that I&amp;#8217;ve been alerted to, and added some polish.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;1.0 will follow provided I managed to fix the bug where non latin1 files/directories don&amp;#8217;t get displayed properly for the label texts. Can someone please check this! Thanks &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt;  1.0 will be a few weeks away since I have to allow translation time, I had to change a few strings. Many thanks to the people at kde-i18n.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Downloads and more info &lt;a href=&quot;http://www.methylblue.com/filelight/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 19 Aug 2006 18:30:12 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/214-guid.html</guid>
    
</item>
<item>
    <title>TODO: Xbox 360 Streaming From Amarok</title>
    <link>http://amarok.kde.org/blog/archives/198-TODO-Xbox-360-Streaming-From-Amarok.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/198-TODO-Xbox-360-Streaming-From-Amarok.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=198</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=198</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I haven&amp;#8217;t written this yet. But I&amp;#8217;ve been googling for information, and I&amp;#8217;m stuck. So here&amp;#8217;s an appeal to the wider community.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Xbox 360 can accept streams from Windows Media Center Edition. But I don&amp;#8217;t have that, does anyone? So I want to stream from Amarok. Can anyone recommend something that can do this already, or a whitepaper about it? Am I going to have to reverse engineer the MS protocol? Because that may put me off unless someone can give me some pointers.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;If I made it I&amp;#8217;d make it an independent app to Amarok and then interface it. Is there some general purpose streaming solution out there that I may be able to write a plugin or something for? As reinventing the wheel is not for me.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;With this feature I could play geometry wars while listening to some of my collection, which would be nice as the GW theme gets a little repetitive after about 30 seconds.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Please don&amp;#8217;t slate me for my 360 purchase! It rocks too much for me to not have one.&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
&lt;P&gt;Real URL: &lt;A href=&quot;http://www.methylblue.com/blog/?p=48&quot;&gt;http://www.methylblue.com/blog/?p=48&lt;/A&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 24 Jul 2006 14:24:27 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/198-guid.html</guid>
    
</item>
<item>
    <title>TODO: Xbox 360 Streaming From Amarok</title>
    <link>http://amarok.kde.org/blog/archives/395-TODO-Xbox-360-Streaming-From-Amarok.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/395-TODO-Xbox-360-Streaming-From-Amarok.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=395</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=395</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I haven&amp;#8217;t written this yet. But I&amp;#8217;ve been googling for information, and I&amp;#8217;m stuck. So here&amp;#8217;s an appeal to the wider community.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Xbox 360 can accept streams from Windows Media Center Edition. But I don&amp;#8217;t have that, does anyone? So I want to stream from Amarok. Can anyone recommend something that can do this already, or a whitepaper about it? Am I going to have to reverse engineer the MS protocol? Because that may put me off unless someone can give me some pointers.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;If I made it I&amp;#8217;d make it an independent app to Amarok and then interface it. Is there some general purpose streaming solution out there that I may be able to write a plugin or something for? As reinventing the wheel is not for me.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;With this feature I could play geometry wars while listening to some of my collection, which would be nice as the GW theme gets a little repetitive after about 30 seconds.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Please don&amp;#8217;t slate me for my 360 purchase! It rocks too much for me to not have one.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 24 Jul 2006 10:24:27 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/395-guid.html</guid>
    
</item>
<item>
    <title>Defeating Wordpress Trackback Spam</title>
    <link>http://amarok.kde.org/blog/archives/320-Defeating-Wordpress-Trackback-Spam.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/320-Defeating-Wordpress-Trackback-Spam.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=320</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=320</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Until yesterday I was getting 200 trackback spams a day.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Firstly I installed &lt;a href=&quot;http://seclab.cs.rice.edu/proj/trackback/&quot;&gt;Trackback Validator&lt;/a&gt;, which works a treat at preventing trackback spam from going directly to your blog comments listing.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But you still get an email about the trackback, even though it is already classified as spam.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So I was looking through my referral logs and I noticed that I get a lot of visitors searching with the suspicious string &amp;#8220;l3av3 a r3ply pr0udly p0w3r3d by w0rdpr3ss&amp;#8221;. I used leet-speak so that google doesn&amp;#8217;t flag up this site anew!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So I edited the wordpress code to change that string. You can find it in footer.php, and this is editable in the theme editor in wordpress admin. Hope this helps some people out there! (But not too many as then the spammers will catch on&amp;#8230;)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I still wanted to attribute the blog to Wordpress, as it&amp;#8217;s awesome, so the string now reads:&lt;/p&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;p&gt;The Future Comes Second was formulated using teh awesome WordPress&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;h3&gt;Update [30-Jun-2006]&lt;/h3&gt;&lt;br /&gt;
&lt;p&gt;Actually, it turns out the www-redirect plugin I coincidentally activated on the same day as the above hack, had a bug that made it impossible to submit trackbacks and comments to this blog.. Although I still expect my measures to have some affect, I doubt it&amp;#8217;ll be that much. Too good to be true eh? &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;h3&gt;Update [25-Jul-2006]&lt;/h3&gt;&lt;br /&gt;
&lt;p&gt;I changed the address for the site from http://methylblue.com/blog/ to http://www.methylblue.com/blog/, because I use the www-redirect plugin for Wordpress attacks by trackback spammers to the old address fail, as the POST is lost. Very little new trackback spam comes my way now and I&amp;#8217;m hoping this is because I changed the string above.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 27 Jun 2006 16:31:54 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/320-guid.html</guid>
    
</item>
<item>
    <title>Defeating Wordpress Trackback Spam</title>
    <link>http://amarok.kde.org/blog/archives/546-Defeating-Wordpress-Trackback-Spam.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/546-Defeating-Wordpress-Trackback-Spam.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=546</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=546</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;Until yesterday I was getting 200 trackback spams a day.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Firstly I installed &lt;a href=&quot;http://seclab.cs.rice.edu/proj/trackback/&quot;&gt;Trackback Validator&lt;/a&gt;, which works a treat at preventing trackback spam from going directly to your blog comments listing.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But you still get an email about the trackback, even though it is already classified as spam.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So I was looking through my referral logs and I noticed that I get a lot of visitors searching with the suspicious string &amp;#8220;l3av3 a r3ply pr0udly p0w3r3d by w0rdpr3ss&amp;#8221;. I used leet-speak so that google doesn&amp;#8217;t flag up this site anew!&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So I edited the wordpress code to change that string. You can find it in footer.php, and this is editable in the theme editor in wordpress admin. Hope this helps some people out there! (But not too many as then the spammers will catch on&amp;#8230;)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I still wanted to attribute the blog to Wordpress, as it&amp;#8217;s awesome, so the string now reads:&lt;/p&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;p&gt;The Future Comes Second was formulated using teh awesome WordPress&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;h3&gt;Update [30-Jun-2006]&lt;/h3&gt;&lt;br /&gt;
&lt;p&gt;Actually, it turns out the www-redirect plugin I coincidentally activated on the same day as the above hack, had a bug that made it impossible to submit trackbacks and comments to this blog.. Although I still expect my measures to have some affect, I doubt it&amp;#8217;ll be that much. Too good to be true eh? &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;h3&gt;Update [25-Jul-2006]&lt;/h3&gt;&lt;br /&gt;
&lt;p&gt;I changed the address for the site from http://methylblue.com/blog/ to http://www.methylblue.com/blog/, because I use the www-redirect plugin for Wordpress attacks by trackback spammers to the old address fail, as the POST is lost. Very little new trackback spam comes my way now and I&amp;#8217;m hoping this is because I changed the string above.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fdefeating-wordpress-trackback-spam%2F&amp;title=Defeating+Wordpress+Trackback+Spam&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 27 Jun 2006 12:31:54 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/546-guid.html</guid>
    
</item>
<item>
    <title>K3M</title>
    <link>http://amarok.kde.org/blog/archives/387-K3M.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/387-K3M.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=387</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=387</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I had a great time at the meeting, there&amp;#8217;s nothing like the intensity of a hackathon, and actual face-to-face discussion to make you super productive. Many thanks to KDE NL for organising the event, especially since we offered such amazing disorganisation in return! &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;For fun, here&amp;#8217;s me, markey and muesli (left-to-right) in Amsterdam, and then at aKademy 2 years ago in Stutgart.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;img id=&quot;image25&quot; src=&quot;http://methylblue.com/blog/wp-content/uploads/2006/05/imgp1380[1].jpg&quot; alt=&quot;mxcl, markey, muesli&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;img id=&quot;image26&quot; src=&quot;http://methylblue.com/blog/wp-content/uploads/2006/05/amarok_squad.jpg&quot; alt=&quot;muesli, markey, mxcl&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I picked on us three as there was the comparison shot. Overtime though we&amp;#8217;ve been visited by more and more people, some submitted a patch or two then joined development more actively. Getting involved really is that easy. Send a patch, come to IRC, prove you cope with the sometimes obscure mxcl/oggb4mp3/sebr sense of humor and you&amp;#8217;ll soon be being asked for your opinion on stuff.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Sebr mentioned that we have an excellent development team quite a few times at the meet, and it&amp;#8217;s true. And may it long continue because we work well as a group and have each our own unique talents that when combined, keep the quality high.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;That&amp;#8217;s not to say we can&amp;#8217;t improve, and we discussed among other things, what should be done to make code quality higher, while not lessening release rate, and how to keep exploring new features, without making amaroK unwelcoming to new (and old) users.&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 30 May 2006 17:47:19 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/387-guid.html</guid>
    
</item>
<item>
    <title>K3M</title>
    <link>http://amarok.kde.org/blog/archives/181-K3M.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/181-K3M.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=181</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=181</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I had a great time at the meeting, there&amp;#8217;s nothing like the intensity of a hackathon, and actual face-to-face discussion to make you super productive. Many thanks to KDE NL for organising the event, especially since we offered such amazing disorganisation in return! &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;For fun, here&amp;#8217;s me, markey and muesli (left-to-right) in Amsterdam, and then at aKademy 2 years ago in Stutgart.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;img id=&quot;image25&quot; src=&quot;http://methylblue.com/blog/wp-content/uploads/2006/05/imgp1380[1].jpg&quot; alt=&quot;mxcl, markey, muesli&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;img id=&quot;image26&quot; src=&quot;http://methylblue.com/blog/wp-content/uploads/2006/05/amarok_squad.jpg&quot; alt=&quot;muesli, markey, mxcl&quot;/&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I picked on us three as there was the comparison shot. Overtime though we&amp;#8217;ve been visited by more and more people, some submitted a patch or two then joined development more actively. Getting involved really is that easy. Send a patch, come to IRC, prove you cope with the sometimes obscure mxcl/oggb4mp3/sebr sense of humor and you&amp;#8217;ll soon be being asked for your opinion on stuff.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Sebr mentioned that we have an excellent development team quite a few times at the meet, and it&amp;#8217;s true. And may it long continue because we work well as a group and have each our own unique talents that when combined, keep the quality high.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;That&amp;#8217;s not to say we can&amp;#8217;t improve, and we discussed among other things, what should be done to make code quality higher, while not lessening release rate, and how to keep exploring new features, without making amaroK unwelcoming to new (and old) users.&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 30 May 2006 13:47:19 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/181-guid.html</guid>
    
</item>
<item>
    <title>Codeine 1.0.1</title>
    <link>http://amarok.kde.org/blog/archives/838-Codeine-1.0.1.html</link>
            <category>mxcl</category>
    
    <comments>http://amarok.kde.org/blog/archives/838-Codeine-1.0.1.html#comments</comments>
    <wfw:comment>http://amarok.kde.org/blog/wfwcomment.php?cid=838</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://amarok.kde.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=838</wfw:commentRss>
    

    <author>nospam@example.com (Max Howell)</author>
    <content:encoded>
    &lt;p&gt;I release &lt;a href=&quot;http://kde-apps.org/content/download.php?content=17161&amp;#038;id=1&quot;&gt;Codeine 1.0.1&lt;/a&gt;, my simple, (hopefully) usable video player.&lt;/p&gt;&lt;br /&gt;
&lt;p align=center&gt;&lt;a href=&#039;http://methylblue.com/blog/wp-content/uploads/2006/05/20060511.png&#039;&gt;&lt;img src=&quot;http://methylblue.com/blog/wp-content/uploads/2006/05/20060511.thumbnail.png&quot; alt=&quot;Codeine 1.0.1 Screenshot&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I hope to release more frequently from now on. And also finally get &lt;a href=&quot;http://methylblue.com/filelight/&quot;&gt;Filelight&lt;/a&gt; 1.0 out. It&amp;#8217;s nice to be releasing software on Linux again. &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_smile.gif&#039; alt=&#039;:)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I confess I was partially motivated by me going to Florence for the weekend. I&amp;#8217;ve developed an odd fear of flying over the last year. I hated the idea of something happening to me and Codeine still being stuck at 1.0. Dedication eh? &lt;img src=&#039;http://www.methylblue.com/blog/wp-includes/images/smilies/icon_wink.gif&#039; alt=&#039;;)&#039; class=&#039;wp-smiley&#039; /&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Full changelog at the &lt;a href=&quot;http://www.kde-apps.org/content/show.php?content=17161&quot;&gt;kde-apps entry&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Comments on Codeine, its design, etc. and requests for its future are welcome.&lt;/p&gt;&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
&lt;p&gt;On an unrelated note, &lt;a href=&quot;http://video.google.com/videoplay?docid=-5481335368476915030&amp;#038;q=red+steel+wii&quot;&gt;watch this&lt;/a&gt;. I&amp;#8217;m so getting a Wii when they come out! But I also want a PS3 for &lt;a href=&quot;http://video.google.com/videosearch?q=heavenly+sword&quot;&gt;Heavenly Sword&lt;/a&gt;, but who will be able to afford a PS3? I spose I could move to a smaller place..&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.postreach.com/ccengine/display_iframe?perlink=http%3A%2F%2Fwww.methylblue.com%2Fblog%2Fcodeine-101%2F&amp;title=Codeine+1.0.1&amp;url=http%3A%2F%2Fwww.methylblue.com%2Fblog&quot;&gt;&lt;/script&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 12 May 2006 01:04:51 +0000</pubDate>
    <guid isPermaLink="false">http://amarok.kde.org/blog/archives/838-guid.html</guid>
    
</item>

</channel>
</rss>
