<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>InsectNation</title>
    <link>http://your-web-site.com/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Articles from the InsectNation Web site.</description>
    
    
        <item>
          <title>Another year, another server...</title>
          <description>&lt;p&gt;I finally got pissed off that I couldn&amp;#8217;t run Java applications or Ruby Gems on my rented virtual server, because of memory limitations - 80 Mb just isn&amp;#8217;t enough, especially when &lt;code&gt;gem&lt;/code&gt; is as boneheaded as it is about &lt;a href=&quot;http://rubyforge.org/tracker/index.php?func=detail&amp;amp;aid=10550&amp;amp;group_id=126&amp;amp;atid=575&quot;&gt;reading in the whole gem index at once&lt;/a&gt;. So, despite having had such good experience with &lt;a href=&quot;http://www.bytemark.co.uk&quot;&gt;Bytemark&lt;/a&gt;, I decided that I can&amp;#8217;t afford to upgrade to their next best server package, so I&amp;#8217;ve migrated to &lt;a href=&quot;http://www.slicehost.com&quot;&gt;Slicehost&lt;/a&gt;. Just as I had bought my 256 Mb &amp;#8220;slice&amp;#8221;, Bytemark announced that they would be upgrading my package to 150 Mb and 10 Gb of storage. Well, I&amp;#8217;m sad to ditch them, but Slicehost is still offering an extra 100 Mb of memory at a slightly lower cost&amp;#8230; no contest. Plus, my server had got into the Linux &amp;#8220;too many packages installed just for the hell of it&amp;#8221; phase and it&amp;#8217;s &lt;em&gt;almost&lt;/em&gt; easier to move between providers than to attempt to juggle my files and configuration around on the same VM while I reinstall it.&lt;/p&gt;

&lt;p&gt;Anyway, my first impressions of Slicehost are very good: they know enough Web development kung fu to have provided very nifty, slightly AJAXy Web console apps and a nice slice monitor/DNS manager etc. And my slice was ready to use within 2 minutes of handing over my credit card details - that speaks volumes to me about knowing what you&amp;#8217;re doing. I&amp;#8217;ve now upgraded the site to Radiant 0.6 and have a few random articles in the pipeline - it&amp;#8217;s nice to get out of the doldrums of worrying about which blog/CMS/whatever engine to use and to just get on with incoherently venting my spleen again :-)&lt;/p&gt;</description>
          <pubDate>Mon, 28 May 2007 12:10:58 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/05/28/another-year-another-server/</guid>
          <link>http://your-web-site.com/articles/2007/05/28/another-year-another-server/</link>
        </item>
    
        <item>
          <title>LaCie Ethernet Big Disk 1Tb + Linux</title>
          <description>&lt;p&gt;For ages I&amp;#8217;ve wanted to have a network attached storage (NAS) system in the house, so my music collection, photos, reference documents and so-on can be accessed from one place. Last week I took the plunge and bought myself a new LaCie Ethernet Big Disk 1Tb - a whopping terabyte of NAS goodness. In the last five minutes, though, I just turned it off and packed it back in the box to be flogged on eBay. Here&amp;#8217;s a brief description of the one week voyage from happiness to disillusionment.&lt;/p&gt;</description>
          <pubDate>Mon, 07 May 2007 21:52:47 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/05/07/lacie-ethernet-big-disk-1tb-linux/</guid>
          <link>http://your-web-site.com/articles/2007/05/07/lacie-ethernet-big-disk-1tb-linux/</link>
        </item>
    
        <item>
          <title>Two or more data types in declaration...</title>
          <description>&lt;p&gt;While hacking together a generator cut combining system for &lt;a href=&quot;http://projects.hepforge.org/rivet/&quot;&gt;Rivet&lt;/a&gt; I just got an enormously unhelpful error from g++, namely&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;from Projection.cc:3:
../../include/Rivet/Cut.hh:76: error:
   `map&amp;lt;string, Rivet::Cuts::BinaryCut&amp;gt;' specified as declarator-id
../../include/Rivet/Cut.hh:76: error: two or more data types in declaration of
   `map&amp;lt;string, Rivet::Cuts::BinaryCut&amp;gt;'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Fortunately I&amp;#8217;ve seen this one before, though I couldn&amp;#8217;t remember at first. It turns out that that&amp;#8217;s C++ compiler error language for &amp;#8220;you forgot the stupid semi-colon on the end of your inner class declaration&amp;#8221;. Another reason to relegate C++ to the garbage bin of history! Incidentally, I just discovered that Bjarn Stroustroup used to be at my college in Cambridge&amp;#8230; hopefully I&amp;#8217;ll run into him at a dinner sometime and can bother him about his horrid creation.&lt;/p&gt;

&lt;p&gt;And why blog about such a tiny and tedious topic? Well, the &lt;a href=&quot;http://www.google.co.uk/search?q=%22two+or+more+data+types+in+declaration&quot;&gt;Google coverage of this issue&lt;/a&gt; could certainly do with being improved&amp;#8230;&lt;/p&gt;</description>
          <pubDate>Fri, 11 May 2007 16:32:37 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/05/11/two-or-more-data-types-in-declaration-/</guid>
          <link>http://your-web-site.com/articles/2007/05/11/two-or-more-data-types-in-declaration-/</link>
        </item>
    
        <item>
          <title>The Linux/NFS 16 group limit</title>
          <description>&lt;p&gt;I just spent a couple of hours wondering why I suddenly couldn&amp;#8217;t use files belonging to a particular group on my Linux system in work. For example, a directory is group-owned by a group called rivetgun, it&amp;#8217;s group-writeable and calling groups tells me that I&amp;#8217;m a member of that group. But I can&amp;#8217;t write to it&amp;#8230; what&amp;#8217;s up? The permissions of the group look identical to those of other groups that are behaving as normal. Eventually, I try logging in as another member of the same group&amp;#8230; it works fine! Okay, so it&amp;#8217;s my problem, not the group.&lt;/p&gt;</description>
          <pubDate>Tue, 08 May 2007 12:55:17 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/05/08/linux-nfs-16-group-limit/</guid>
          <link>http://your-web-site.com/articles/2007/05/08/linux-nfs-16-group-limit/</link>
        </item>
    
        <item>
          <title>PyFeyn 0.3 first beta release</title>
          <description>&lt;p&gt;I just pushed a beta release of &lt;a href=&quot;http://projects.hepforge.org/pyfeyn&quot;&gt;PyFeyn&lt;/a&gt; up to &lt;a href=&quot;http://www.python.org/pypi&quot;&gt;PyPI&lt;/a&gt;, the Python package index, for the first time. While pretty simple, I&amp;#8217;m happy about the whole process - releasing bundled code to the whole community &lt;em&gt;should&lt;/em&gt; be this easy! Here it is:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.python.org/pypi/pyfeyn/0.3.0b1&quot;&gt;http://www.python.org/pypi/pyfeyn/0.3.0b1&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 09 May 2007 14:00:41 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/05/09/pyfeyn-0-3-first-beta-release/</guid>
          <link>http://your-web-site.com/articles/2007/05/09/pyfeyn-0-3-first-beta-release/</link>
        </item>
    
        <item>
          <title>Tacky reminiscences</title>
          <description>&lt;p&gt;It&amp;#8217;s wonderful how small things can remind you of distinctive times in your past. A couple of weeks ago, while down in London, I was lying on my hotel bed when The Field Mice&amp;#8217;s &amp;#8220;If You Need Someone&amp;#8221; started playing on my laptop. It triggered a set of memories all at once and the whole &lt;em&gt;feel&lt;/em&gt; of 8 years ago when I first heard that song. I was in my second year at university and among my friends I was the one who&amp;#8217;d first gone and spent my £15 on the completely untested Field Mice best-of. We&amp;#8217;d missed their heyday, but tweeness was of the zeitgeist as evidenced by Belle and Sebastian, and hell, best-of&amp;#8217;s have their own mystique in the right situation. My memories of that time are so distinctive - a second, more confident year in college, nights at the Q Club, discovering My Bloody Valentine and Stereolab via the college CD library, sleeping in, &amp;#8220;getting&amp;#8221; quantum mechanics, reading Snow Crash, playing Goldeneye, doing the radio show&amp;#8230; It was a golden time for me, and in the traditionally cliched way, that&amp;#8217;s something I&amp;#8217;ve only appreciated via the magic of the retrospectroscope.&lt;/p&gt;

&lt;p&gt;Anyway, how have the last 8 years gone? Pretty good, I think. One pair of friends have passed through the first phase of London life and are now very sensibly rating happiness and cartoons above power suits, consultancy and paperclip shuffling. Another set have two kids and despite being stuck in Norwich for the time being, seem very happy about it. The unique entity known only as Harris has all the patent law he can eat and an allegedly wonderful girlfriend. I&amp;#8217;m much more out of touch with others than I&amp;#8217;d like to be &amp;#8212; seeing them will be a high point of the wedding for me.&lt;/p&gt;

&lt;p&gt;And me? I think I&amp;#8217;ve landed on my feet at the &lt;a href=&quot;http://www.ippp.dur.ac.uk&quot;&gt;IPPP&lt;/a&gt; - it gets me among theorists without having to do any explicit calculations, which is absolutely ideal. Also, switching my focus within the field has given me a research topic much more attuned to my tastes. At some point I have to reconnect to experimental collider physics: that&amp;#8217;s my main career concern at the moment, aside from the usual postdoc/late-20s nagging doubts that surely I should have done something wildly significant by now / why is my salary still rubbish? / should I be doing something more socially responsible? / etc. etc. Durham is a lovely place to be, though a bit far from decent rock climbing, short on genuinely good restaurants and completely devoid of any music scene to get involved in&amp;#8230; well, I&amp;#8217;d still rather be here than in Cambridge. And I&amp;#8217;m getting married in a mere 6 weeks: enough said.&lt;/p&gt;

&lt;p&gt;This reminiscing is probably, at least in part, triggered by the rapid approach of the 10 year anniversary of leaving school and going to university. More significant was leaving Northern Ireland and discovering people in Cambridge who actually thought the same way as I did&amp;#8230; always a troublesome point up till then. The result for me has been that I&amp;#8217;m a much more rounded and confident person than I was while at school&amp;#8230; and I think more than I would be if I&amp;#8217;d spent the last decade in Belfast. Meanwhile, my school has continued in its lamentable tendancy to disappoint me, by perverting the opportunity of a 10 year reunion into a seated formal dinner with little opportunity for catching up with anyone who I actually want to see. I suspect I&amp;#8217;ll not be going, which is a shame since I&amp;#8217;ve been secretly looking forward to it for about the last 9 years! My hope is that, much as Cambridge life was such an improvement on my life at school, the Churchill College reunion will be a step up from the Campbell one. It shouldn&amp;#8217;t be hard.&lt;/p&gt;</description>
          <pubDate>Mon, 04 Jun 2007 23:26:56 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/04/tacky-reminiscences/</guid>
          <link>http://your-web-site.com/articles/2007/06/04/tacky-reminiscences/</link>
        </item>
    
        <item>
          <title>Return of the cocked-up cycloid</title>
          <description>&lt;p&gt;A couple of years ago, I taught myself some rudimentary PostScript programming from Bill Casselman&amp;#8217;s brilliant &lt;a href=&quot;http://www.math.ubc.ca/~cass/graphics/manual/&quot;&gt;Mathematical Illustrations book&lt;/a&gt;. PostScript is excellent fun, and I thoroughly recommend it to all weirdos with an interest in stack-based graphics programming.&lt;/p&gt;

&lt;p&gt;Recently, while fiddling with &lt;a href=&quot;http://en.wikipedia.org/Metapost&quot;&gt;MetaPost&lt;/a&gt; (another perverse but entertaining graphics language), I remembered using Python and PostScript to create a nice Bezier curve approximation to a cycloid. This was before I discovered &lt;a href=&quot;http://pyx.sf.net&quot;&gt;PyX&lt;/a&gt;, which does that sort of thing for you, and it&amp;#8217;s a very illustrative exercise - but my not-quite-right first attempt actually produced a fascinating and very pretty result:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/bezier-curve.png&quot; alt=&quot;My cocked-up cycloid&quot;/&gt;&lt;/p&gt;

&lt;p&gt;For those who&amp;#8217;d like to look at the PostScript source or who just like zooming in arbitrarily far into vector images, &lt;a href=&quot;/images/bezier-curve.ps&quot;&gt;here&amp;#8217;s the PostScript version&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;While the code that produced it is long gone, I&amp;#8217;m happy to still have the result. Only mathematical illustrations can produce such satisfying errors&amp;#8230; and just imagine what someone talented and artistic could do with the right mathematical/programming knowledge.&lt;/p&gt;</description>
          <pubDate>Wed, 06 Jun 2007 22:30:08 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/06/return-of-the-cocked-up-cycloid/</guid>
          <link>http://your-web-site.com/articles/2007/06/06/return-of-the-cocked-up-cycloid/</link>
        </item>
    
        <item>
          <title>More terrorism laws. Why?</title>
          <description>&lt;p&gt;I&amp;#8217;d be an idiot if I claimed to be an expert on current affairs, but surely I&amp;#8217;m not the only one who finds the current British political obsession with &amp;#8220;international terrorism&amp;#8221; a bit odd. Today&amp;#8217;s main news is that Gordon Brown is determined to introduce more anti-terrorism laws when he becomes Prime Minister - the usual fun laws like arbitrary detention without trial, use of phone tapping evidence in court etc. etc., with a good dollop of haziness in case anyone tries to hold him to anything specific later. As far as I can remember, the last and only terrorist attack on the UK since 9/11 was the 7/7 London bombings. That&amp;#8217;s it. A variety of dodgy characters have plotted two-bit schemes that came to nothing, and well done to the security services for stopping them&amp;#8230; but &lt;em&gt;that&amp;#8217;s it&lt;/em&gt;. Now, I&amp;#8217;m not so keen to play the I-come-from-Belfast terrorism superiority game, but for me one attack doesn&amp;#8217;t really justify 6 years of anti-terrorism obsession and Muslim-baiting. Especially not when much of said terror has been self-inflicted and our authorities have proven stunningly bad at actually making Islamic communities feel more integrated into British communities - in that respect we&amp;#8217;re really a long way behind where we were 10 years ago. (I should clarify that I&amp;#8217;m so naive as to think that there isn&amp;#8217;t a genuine problem with Islamic extremism and its attitude to Western society - it&amp;#8217;ll take more than a few lefty-liberal-intellectual &amp;#8220;hug a Mahmoud-ie&amp;#8221; (sorry) blandishments to sort that out.)&lt;/p&gt;

&lt;p&gt;So why is more surveillance, more draconian internment laws and more money for anti-terror squads actually a popular thing for Brown to say? After all, he&amp;#8217;s on a charm offensive at the moment - if this wasn&amp;#8217;t an accepted good strategy to win the hearts and souls of a significant chunk of the British population, he&amp;#8217;d be keeping schtum about it. So we must &lt;em&gt;like&lt;/em&gt; being scared, of being told perpetual stories about the International Islamic Terrorist Boogeymen, ten feet tall with flaming breath and beards full of anthrax&amp;#8230; even when the public evidence is that we&amp;#8217;re not really as endangered as we&amp;#8217;re being told. Undoubtedly there&amp;#8217;s a lot that the we aren&amp;#8217;t being told, but based on the hard, factual evidence, there&amp;#8217;s very little reason for all this excitement and hurried re-writing of the pointy end of our criminal law system. That we&amp;#8217;re not complaining about this indicates a very sad state of affairs for British political life - I&amp;#8217;d like to think that I&amp;#8217;m not a rock hard cynic, but  all this seems to indicate that our leading politicians must genuinely &lt;em&gt;like&lt;/em&gt; a confused and scared population. Maybe not such an unpopular view among loony conspiracy theorists, but it worries me that current affairs are making *me* take it seriously.&lt;/p&gt;

&lt;p&gt;Anyway, that&amp;#8217;s how these things look to me, and I get the feeling it&amp;#8217;s not a mainstream view at the moment. If someone well-informed and educated in modern history, with a talent for spotting wide political trends happens to read this, then please set me straight :-) Compare the modern threat in Britain of Islamic extremist terrorism to current day Iraq, or Palestine, or Sri Lanka, or even as close to home as Belfast from 1968 until the mid-90s: we are not really so badly off, are we? Certainly, it seems to me, major extensions of police powers should not be made until terrorist action becomes a real everyday threat rather than a smoke and mirrors game played on us by the media and our political masters. We should get informed, and we should ask our MPs what the hell is going on.&lt;/p&gt;</description>
          <pubDate>Sun, 03 Jun 2007 22:56:40 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/03/why-more-terrorism-laws/</guid>
          <link>http://your-web-site.com/articles/2007/06/03/why-more-terrorism-laws/</link>
        </item>
    
        <item>
          <title>Fame at last</title>
          <description>&lt;p&gt;The Sunday Times yesterday &lt;a href=&quot;http://www.timesonline.co.uk/tol/news/uk/article1899447.ece&quot;&gt;ran a story&lt;/a&gt; on Cambridge &amp;#8220;night climbing&amp;#8221; - the idiotic pursuit of climbing beautiful old university buildings and hanging your pants off the top. I&amp;#8217;m a long-term advocate of this sort of silliness, so I was asked to come down to Cambridge a month ago and climb a few things with photographers in tow: the result was an article with a bunch of excellent photos (mostly not of me, thank goodness). I also got a few quotes in, and a plug for my &lt;a href=&quot;/projects/nightclimbers&quot;&gt;Night Climbers of Cambridge&lt;/a&gt; online book - no URL, since apparently the ST is in state of denial about the existence of the Web.&lt;/p&gt;

&lt;p&gt;Since there aren&amp;#8217;t any photos in the online version of that article, here are some for your entertainment - thanks to Jan Stradtmann for letting me use them:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/images/sundaytimes/LO_05.07_0078.jpg&quot;&gt;&lt;img src=&quot;/images/sundaytimes/reduced-LO_05.07_0078.jpg&quot; alt=&quot;Andy on Caius&quot;/&gt;&lt;/a&gt;
&lt;a href=&quot;/images/sundaytimes/LO_05.07_0125.jpg&quot;&gt;&lt;img src=&quot;/images/sundaytimes/reduced-LO_05.07_0125.jpg&quot; alt=&quot;Jimwade jumps the Old Schools&quot;/&gt;&lt;/a&gt;
&lt;a href=&quot;/images/sundaytimes/LO_05.07_0236_1.jpg&quot;&gt;&lt;img src=&quot;/images/sundaytimes/reduced-LO_05.07_0236_1.jpg&quot; alt=&quot;Mikey, Jimwade and Ben on Clare&quot;/&gt;&lt;/a&gt;
&lt;a href=&quot;/images/sundaytimes/LO_05.07_0341.jpg&quot;&gt;&lt;img src=&quot;/images/sundaytimes/reduced-LO_05.07_0341.jpg&quot; alt=&quot;Ed and Will on Clare&quot;/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These photos are (I think) copyright &lt;a href=&quot;http://www.janstradtmann.de/&quot;&gt;Jan Stradtmann&lt;/a&gt; - contact him if you want to reprint or generally reuse them.&lt;/p&gt;</description>
          <pubDate>Mon, 11 Jun 2007 12:20:55 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/11/fame-at-last/</guid>
          <link>http://your-web-site.com/articles/2007/06/11/fame-at-last/</link>
        </item>
    
        <item>
          <title>Mysqlef</title>
          <description>&lt;p&gt;Oh dear. A couple of days ago I tried to write the word &amp;#8220;myself&amp;#8221; and ended up with &amp;#8221;&lt;a href=&quot;http://www.mysql.com&quot;&gt;mysql&lt;/a&gt;ef&amp;#8221; instead. Added to the fact that I&amp;#8217;ve found myself ending sentences with &lt;a href=&quot;http://en.wikipedia.org/wiki/Semicolon#Computing_usage&quot;&gt;semicolons&lt;/a&gt;, this does not bode well for my future as a well-balanced member of society&amp;#8230;&lt;/p&gt;</description>
          <pubDate>Sun, 17 Jun 2007 21:26:26 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/17/mysqlef/</guid>
          <link>http://your-web-site.com/articles/2007/06/17/mysqlef/</link>
        </item>
    
    
  </channel>
</rss>

