<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>grahambinns.com - Latest Blog Entries</title><link>http://grahambinns.com/blog/</link><description>The latest rants and musings from The BinnsBlog</description><language>en-gb</language><lastBuildDate>Sat, 05 Jul 2008 23:46:18 -0000</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/binnsblog" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item><title>Back
</title><link>http://grahambinns.com/blog/2008/07/06/back/</link><description>

&lt;p&gt;Back home from holiday, having spent a week bobbing about in a boat on the &lt;a href="http://en.wikipedia.org/wiki/Norfolk_Broads"&gt;Broads&lt;/a&gt;. I'm glad to have a normal bed, which doesn't sway from side to side when people drive past, and a toilet that doesn't seem to want to spit its contents back at me all the time.
&lt;/p&gt;
&lt;p&gt;On the other hand, I'm relaxed, refreshed, reinvigorated and ready to go. So if you want to recharge your flagging batteries, spend some time on the Broads. Apart from the whole waste management thing I'd recommend it to anyone.
&lt;/p&gt;
&lt;p&gt;... and tomorrow I really need to upload some photos, otherwise I fear I may have to abandon the Three Hundred and Sixty-odd Days project.
&lt;/p&gt;



&lt;p&gt;Categories: &lt;a href="http://grahambinns.com/blog/categories/flickr/"&gt;flickr&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/holidays/"&gt;holidays&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/photography/"&gt;photography&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/threehundredandsixtyodddays/"&gt;three hundred and sixty-odd days of 2008&lt;/a&gt; &lt;/p&gt;




&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/&gt;&lt;/a&gt;This work is licenced under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;Creative Commons Licence&lt;/a&gt;.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Graham Binns</dc:creator><pubDate>Sat, 05 Jul 2008 23:46:18 -0000</pubDate><guid>http://grahambinns.com/blog/2008/07/06/back/</guid></item><item><title>If you&amp;#39;re seeing this...
</title><link>http://grahambinns.com/blog/2008/06/22/if-youre-seeing-this/</link><description>

&lt;p&gt;... then the DNS records have propagated correctly and your RSS feed reader is now slurping from the new grahambinns.com server, which is just hunky dory as far as I'm concerned.
&lt;/p&gt;
&lt;p&gt;I've been working on this version of things for a while. Besides a re-skin - which taught me a lot about how I should be designing my templates and CSS, so it should be a bit easier next time - I've also tidied up the codebase a bit and added some new features. Most of them are under the hood, but here are some of them for those of you that care:
&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;
     Each piece of content on the site has its own license. For example, all my photos are CC-BY-NC-SA, as is all the content here so far. But when I start adding stories here (and it will happen within the next few months, I hope) I'll be able to license them as I see fit.
 &lt;/li&gt;

 &lt;li&gt;
     I can now make posts using &lt;a href="http://daringfireball.net/projects/markdown/"&gt;markdown syntax&lt;/a&gt;. This might not seem like a big deal but over the years I've come to loathe sites that simply turn linebreaks into &amp;lt;br /&amp;gt;s (yes, Wordpress, I'm looking at you. You still do it, even with valid HTML posts). On this site I used to use TinyMCE as a WYSWIG HTML editor, which worked fine but was pretty horrendous to load on a slow connection. Now I just use markdown and let Django's markup app do all the work. Fantastic.
 &lt;/li&gt;

 &lt;li&gt;
     You can now post comments using markdown syntax. No more trying to post a link and having Django eat it!
 &lt;/li&gt;

 &lt;li&gt;
     I can now post to the blog by email. I thought about using gpg signatures to validate my emails but realised that it was too complicated (we do it in the &lt;a href="http://launchpad.net"&gt;Launchpad&lt;/a&gt; email interface and one look at that code a while back persuaded me to not do it unless I had to). Instead I've gone for generating single-use authentication tokens, which suits me fine and should hopefully - along with an obscure incoming address - stop spammers from doing nasty things.
 &lt;/li&gt;

 &lt;li&gt;
     The site now supports &lt;a href="http://en.wikipedia.org/wiki/Pingback"&gt;pingbacks&lt;/a&gt;, though at the moment it can only receive them until I iron out some issues with the pingback sending code.
 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are a lot more things that I've fixed, added, tweaked and polished, but none that are particularly interesting.
&lt;/p&gt;
&lt;p&gt;So here, finally, are the vital statistics of the new site:
&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;
     Server: &lt;a href="http://bytemark.co.uk"&gt;Bytemark&lt;/a&gt; virtual server running Ubuntu 8.04.
 &lt;/li&gt;

 &lt;li&gt;
     &lt;a href="http://djangoproject.com"&gt;Django&lt;/a&gt; 0.97-pre (to be upgraded to 1.0 stable when it comes out in September).
 &lt;/li&gt;

 &lt;li&gt;
     PostgreSQL 8.3 (the migration to which fixed so many problems it's unreal).
 &lt;/li&gt;

 &lt;li&gt;
     Apache with mod_python for serving the Django stuff.
 &lt;/li&gt;

 &lt;li&gt;
     Lighttpd for serving the static files.
 &lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Categories: &lt;a href="http://grahambinns.com/blog/categories/blog/"&gt;blog&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/code/"&gt;code&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/django/"&gt;django&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/new-design/"&gt;new design&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/news/"&gt;news&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/new-site/"&gt;new site&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/postgres/"&gt;postgres&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/writing/"&gt;writing&lt;/a&gt; &lt;/p&gt;




&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/&gt;&lt;/a&gt;This work is licenced under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;Creative Commons Licence&lt;/a&gt;.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Graham Binns</dc:creator><pubDate>Sun, 22 Jun 2008 14:19:42 -0000</pubDate><guid>http://grahambinns.com/blog/2008/06/22/if-youre-seeing-this/</guid></item><item><title>Blowing my own horn
</title><link>http://grahambinns.com/blog/2008/06/17/blowing-my-own-horn/</link><description>

&lt;p&gt;&lt;a href="http://www.flickr.com/people/codedragon/"&gt;Graham Binns&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/codedragon/2609651907/" title="Blowing my own horn"&gt;&lt;img src="http://farm4.static.flickr.com/3089/2609651907_ce10ff1350_m.jpg" width="173" height="240" alt="Blowing my own horn" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Three hundred and sixty-odd days of 2008, day 168&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Because being a musician and not playing withers your soul.&lt;/p&gt;



&lt;p&gt;Categories: &lt;a href="http://grahambinns.com/blog/categories/autoportrait/"&gt;autoportrait&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/blackandwhite/"&gt;blackandwhite&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/d40x/"&gt;d40x&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/instrument/"&gt;instrument&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/music/"&gt;music&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/musician/"&gt;musician&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/photography/"&gt;photography&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/selfportrait/"&gt;selfportrait&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/threehundredandsixtyodddays/"&gt;three hundred and sixty-odd days of 2008&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/trumpet/"&gt;trumpet&lt;/a&gt; &lt;/p&gt;




&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/&gt;&lt;/a&gt;This work is licenced under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;Creative Commons Licence&lt;/a&gt;.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Graham Binns</dc:creator><pubDate>Tue, 17 Jun 2008 10:36:42 -0000</pubDate><guid>http://grahambinns.com/blog/2008/06/17/blowing-my-own-horn/</guid></item><item><title>And a star to steer her by
</title><link>http://grahambinns.com/blog/2008/06/16/and-a-star-to-steer-her-by/</link><description>

&lt;p&gt;&lt;a href="http://www.flickr.com/people/codedragon/"&gt;Graham Binns&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/codedragon/2610482606/" title="And a star to steer her by"&gt;&lt;img src="http://farm4.static.flickr.com/3183/2610482606_dddb94af01_m.jpg" width="160" height="240" alt="And a star to steer her by" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Three hundred and sixty-odd days of 2008, day 167&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Taken at Glasson marina.&lt;/p&gt;



&lt;p&gt;Categories: &lt;a href="http://grahambinns.com/blog/categories/blue/"&gt;blue&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/boat/"&gt;boat&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/d40x/"&gt;d40x&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/lensdistortion/"&gt;lensdistortion&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/moon/"&gt;moon&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/photography/"&gt;photography&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/sigma1020mm/"&gt;sigma1020mm&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/sky/"&gt;sky&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/threehundredandsixtyodddays/"&gt;three hundred and sixty-odd days of 2008&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/water/"&gt;water&lt;/a&gt; &lt;/p&gt;




&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/&gt;&lt;/a&gt;This work is licenced under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;Creative Commons Licence&lt;/a&gt;.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Graham Binns</dc:creator><pubDate>Mon, 16 Jun 2008 10:35:52 -0000</pubDate><guid>http://grahambinns.com/blog/2008/06/16/and-a-star-to-steer-her-by/</guid></item><item><title>5 million
</title><link>http://grahambinns.com/blog/2008/06/15/5-million/</link><description>

&lt;p&gt;One of my photography idols, &lt;a href="http://rebekkagudleifs.com/blog/" target="_blank"&gt;Rebekka Gudleifsdottir&lt;/a&gt; , has &lt;a href="http://rebekkagudleifs.com/blog/2008/06/15/if-i-had-a-dime/" target="_blank"&gt;passed 5 million views&lt;/a&gt;  on &lt;a href="http://flickr.com/rebba" target="_blank"&gt;her Flickr stream&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;That&amp;#39;s insane.&lt;/p&gt;&lt;p&gt;Congratulations Rebekka!&lt;/p&gt;



&lt;p&gt;Categories: &lt;a href="http://grahambinns.com/blog/categories/idols/"&gt;idols&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/links/"&gt;links&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/news/"&gt;news&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/photography/"&gt;photography&lt;/a&gt; &lt;a href="http://grahambinns.com/blog/categories/rebekka-gudleifsdottir/"&gt;rebekka gudleifsdottir&lt;/a&gt; &lt;/p&gt;




&lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;&lt;img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png"/&gt;&lt;/a&gt;This work is licenced under a &lt;a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;Creative Commons Licence&lt;/a&gt;.


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Graham Binns</dc:creator><pubDate>Sun, 15 Jun 2008 10:53:40 -0000</pubDate><guid>http://grahambinns.com/blog/2008/06/15/5-million/</guid></item></channel></rss>
