<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Can i really? &#187; Skynet</title>
	<atom:link href="http://blogs.nonado.net/diamond/category/skynet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nonado.net/diamond</link>
	<description>They told me at the front desk i could have a puppy...</description>
	<lastBuildDate>Sat, 27 Mar 2010 11:31:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ssh with host-based authentication</title>
		<link>http://blogs.nonado.net/diamond/2006/11/19/ssh-with-host-based-authentication/</link>
		<comments>http://blogs.nonado.net/diamond/2006/11/19/ssh-with-host-based-authentication/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 19:13:11 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/11/19/ssh-with-host-based-authentication/</guid>
		<description><![CDATA[The documentation for this appears to be badly scattered, so i thought i&#8217;d collect the bits i&#8217;d found. The most useful reference by far was, unsurprisingly, on the website of an o&#8217;reilly book: SSH: The Secure Shell (The Definitive Guide). However, it&#8217;s slightly out of date, and doesn&#8217;t cover a one of the important steps. [...]]]></description>
			<content:encoded><![CDATA[<p>The documentation for this appears to be badly scattered, so i thought i&#8217;d collect the bits i&#8217;d found. The most useful reference by far was, unsurprisingly, on the website of an o&#8217;reilly book: <a href="http://www.snailbook.com/faq/trusted-host-howto.auto.html">SSH: The Secure Shell (The Definitive Guide)</a>. However, it&#8217;s slightly out of date, and doesn&#8217;t cover a one of the important steps. </p>
<p>What i wanted to do was allow any users on host A be able to ssh to host B using ssh v2 and be automatically logged in. So, these are the steps i took:</p>
<ol>
<li>On A, i added the following to /etc/ssh/ssh_config:<br />
<code>Host *<br />
&nbsp;&nbsp;EnableSSHKeysign yes<br />
Host B.example.com<br />
&nbsp;&nbsp;HostbasedAuthentication yes<br />
</code></li>
<li>Also on A, I made sure that <em>ssh-keysign</em> was installed and suid root<br />
<code>-rwsr-xr-x  1 root root 131640 2006-10-31 23:03 /usr/lib/ssh-keysign<br />
</code></li>
<li>On B, i set the following config options in /etc/ssh/sshd_config:<br />
<code>IgnoreRhosts yes<br />
HostbasedAuthentication yes<br />
</code>Remember to reload the sshd config after editing
</li>
<li>On B, i added the fqdn of A to /etc/ssh/shosts.equiv:<br />
<code>A.exmaple.com</code></li>
<li>On B, i used the following to add the public RSA key of A to ssh_known_hosts:<br />
<code>ssh-keyscan -vt dsa A.example.com &gt;&gt; /etc/ssh/ssh_known_hosts</code>
</li>
</ol>
<p>Note: the fqdn of A used above has to be the same as the result of a reverse dns lookup on it&#8217;s IP.</p>
<p>And that&#8217;s all folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/11/19/ssh-with-host-based-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google, food, food, more food, stuff</title>
		<link>http://blogs.nonado.net/diamond/2006/06/27/google-food-food-more-food-stuff/</link>
		<comments>http://blogs.nonado.net/diamond/2006/06/27/google-food-food-more-food-stuff/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 22:17:20 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/06/27/google-food-food-more-food-stuff/</guid>
		<description><![CDATA[I have a phone interview google on friday @ 10:30. I am filled with fear and wonder.
Went out on friday night with folks to celebrate sith&#8217;s birthday. We ate in Moll Darby&#8217;s (wow what an annoying website). The food, oh the food. Let me illustrate: molc ordered a fillet steak with pepper sauce. After a [...]]]></description>
			<content:encoded><![CDATA[<p>I have a phone interview google on friday @ 10:30. I am filled with fear and wonder.</p>
<p>Went out on friday night with folks to celebrate sith&#8217;s birthday. We ate in <a href="http://www.molldarbys.com/">Moll Darby&#8217;s</a> (wow what an annoying website). The food, oh the food. Let me illustrate: molc ordered a fillet steak with pepper sauce. After a few bites, he decided that this was the best steak he&#8217;d ever had, and he&#8217;s quite a steak fan. Me, i ordered some roast lamb. I offered to swap molc some of my lamb for my steak. He refused saying he was too busy enjoying his. Later however he changed his mind. When he took a bite of the lamb, he turned back to me and announced that he had ordered the wrong dish.</p>
<p>And while the lamb was good, it wasn&#8217;t the best part of the dish. It came with what the menu described as &#8216;a wild Mushroom Croute&#8217;, whatever that means. In reality, it was a pastry item containing mushrooms and sauce. Best thing i&#8217;ve ever eaten. It was so good i was close to tears. Ask anyone else who was there. Just.. wow. <a href="http://www.flickr.com/photos/kormat/176544854/">Conal</a> ordered a penne dish with mixed seafood in sauce. Next time i&#8217;ll be ordering that. It was also just that good. *drool*. It&#8217;s a pricey enough place, ~€38 for a starter and main course, but i&#8217;ll definetely be returning a few times before i flee this city -)</p>
<p>On saturday, my last day in the Wild Onion, noirin came down and joined me for lunch in the WO (followed by her joining donal and sonia for lunch 2.0 in the WO -). When i was leaving work ruth gave me my usual wages, and said &#8220;That&#8217;s not all you&#8217;re getting, but you won&#8217;t find that out till later&#8221;. I had no idea what that meant, decided that i was unlikely to figure out whatever scheme ruth had planned anyway. That evening myself and noirin went out for food in San Lorenzo, which though not as good as Moll Darby&#8217;s, was very tasty. I did manage to spill a glass of water over an unfortunate fellow customer, but they were very gracious about it (anyone else reminded of <a href="http://bash.nonado.net/?43">this</a>?). At the end of the meal noirin revealed that ruth was in fact paying for the dinner. How very cunning and sweet of her -)</p>
<p>On sunday i went up to dublin to visit diane who was over on buisness. We ended up sitting in st stephen&#8217;s green (yes, the actual green. no, not the shopping centre.) chatting for about 4-5 hours. I&#8217;m very surprised i escaped un-sunburnt. It was really good to see her. There was some kind of crossword/treasure hunt event going on, we had multiple groups of young people running up to our bench asking if we&#8217;d mind moving so they could search the inscription for certain words. I was tempted to try insert some disinformation into the game, but i ran out of motivation. Maybe next time -)</p>
<p>Afterwards we met up with niall and maeve whom i went with for sushi in <a href="http://www.aya.ie/">aya</a>. I made a rather big miscalculation however. Niall and maeve had to leave in 45 mins, as she was catching a train back to galway. I therefore decided there was no point in going for sushi 55 (all-you-can-eat sushi for 55 minutes). The alternative was to pay-per-plate. That was fine, i wasn&#8217;t planning on eating that much anyway. Mistake. Sushi 55 costs €27.50. On the other hand, <a href="http://flickr.com/photos/kormat/176548655/in/set-72057594140176692/">this much sushi</a> at <a href="http://flickr.com/photos/kormat/176544858/in/set-72057594140176692/">these prices</a> adds up to €44. Doh.</p>
<p>Other photos uploaded today are:</p>
<ul>
<li><a href="http://flickr.com/photos/kormat/176548662/in/set-72057594140146740/">The</a> <a href="http://flickr.com/photos/kormat/176548663/in/set-72057594140146740/">sheared</a> <a href="http://flickr.com/photos/kormat/176548661/in/set-72057594140146740/">steering</a> <a href="http://flickr.com/photos/kormat/176550938/in/set-72057594140146740/">column</a>  from the <a href="/diamond/2006/05/10/knock-knock-again/">breakins</a>.</li>
<li>The <a href="http://www.flickr.com/photos/kormat/sets/72157594179702026/">horror</a> that is Linda&#8217;s (diane&#8217;s little sister) new vehicle.</li>
</ul>
<p>On the subject of photos, my <a href="http://blogs.nonado.net/diamond/2006/06/21/photo-cycling/">post about spiders</a> got some truly terrifying stories in response.</p>
<p>It turns out <a href="http://blogs.nonado.net/diamond/2006/06/22/new-record/">i was wrong</a> about having broken my record on thursday. I spent some time on friday noting down all the information from here on my cycles and graphed <a href="http://diamond.nonado.net/misc/pics/cycling%202006-06-22.png">the result</a>. Yes, i know it&#8217;s not very pretty, haven&#8217;t been able to figure out a useful way of displaying the data yet. In the process i found <a href="/diamond/2005/12/01/new-development/">this</a> which shows the max i&#8217;ve managed is actually 27.9kmph. Annoyingly, i went out tonight to try and beat that, and with about 1km to go i was averaging about 28.06, and then i got a major cramp in my left calf and had to pull back to walking speed -/ Even so i managed 25km @ 27.69kmph, which is pretty good, just not high enough for my goals. Next time.</p>
<p>Over the last 3-4 weeks, the irc daemon for skynet has been having many &#8216;issues&#8217;. There&#8217;s been a long-running file descriptor leak, which meant we had to restart it every few months. It&#8217;s a pain in the ass, but not the end of the world. However, recently the ircd started crashing, randomly. Strace and gdb turned up nothing useful. Eventually i spotted debian <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300638">bug  #300638</a>. The description didn&#8217;t quite match up with our situation (the bug only talks about ppc and amd64), but it was the same area of the code that our ircd was crashing in, so i decided to apply the patch and see.</p>
<p>Patch applied, updated package rolled, .deb installed. The crashing stopped, so it looks fairly clear that the patch fixed that (though we still have no idea why it worked without crashing for 6-8 months before starting to crash every few hours). However, the file descriptor leak became much much worse. Before the patch, it could take a few months for the process to run out of fds. After the patch, it would lose one fd per connection. At that rate it could fall over in days, if not hours.</p>
<p>I spent a fair chunk of thursday night trying to debug the fd leak. Looked through the relevant parts of openssl, the pam auth patch we&#8217;ve applied to the ircd, some of the pam libraries that were handling the auth etc. Disabling pam auth stopped the fd leak completely, so it was clear that the issue was being caused by that patch. Having gone over the patch with a fine-tooth comb multiple times, i came to the conclusion that it was actually a pam bug we were triggering due to the way the auth patch worked. So, i re-wrote the pam invocation code so that it would only call pam_start()/pam_end() once, and have the original handle persist, and voila, fd leak is no longer triggered. It&#8217;s such a relief to have a reliable service again after so many weeks of random outages.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/06/27/google-food-food-more-food-stuff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How not to do goods delivery</title>
		<link>http://blogs.nonado.net/diamond/2006/04/24/how-now-to-do-goods-delivery/</link>
		<comments>http://blogs.nonado.net/diamond/2006/04/24/how-now-to-do-goods-delivery/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 14:17:31 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/04/24/how-now-to-do-goods-delivery/</guid>
		<description><![CDATA[A case study:
http://diamond.nonado.net/misc/pics/skynet%20racked/
So, we&#8217;re awaiting the replacement of the ~€1k of rack that was somewhat &#8216;adjusted&#8217; in transit.
*sigh*
]]></description>
			<content:encoded><![CDATA[<p>A case study:</p>
<p>http://diamond.nonado.net/misc/pics/skynet%20racked/</p>
<p>So, we&#8217;re awaiting the replacement of the ~€1k of rack that was somewhat &#8216;adjusted&#8217; in transit.</p>
<p>*sigh*</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/04/24/how-now-to-do-goods-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Answers to the pop-quiz</title>
		<link>http://blogs.nonado.net/diamond/2006/04/05/answers-to-the-pop-quiz/</link>
		<comments>http://blogs.nonado.net/diamond/2006/04/05/answers-to-the-pop-quiz/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 23:26:39 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Skynet]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/04/05/answers-to-the-pop-quiz/</guid>
		<description><![CDATA[So, here are the answers that you&#8217;ve all been no doubt waiting for -) (for those who&#8217;ve just tuned in, see here). These are the exact answers used for judging the round in the table-quiz, complete with notes.

What does PERL stand for?
Practical Extraction and Report Language [1]
What year was linux 1.0 released in?
1994 (13th of [...]]]></description>
			<content:encoded><![CDATA[<p>So, here are the answers that you&#8217;ve all been no doubt waiting for -) (for those who&#8217;ve just tuned in, see <a href="/diamond/2006/03/23/pop-quiz/">here</a>). These are the exact answers used for judging the round in the table-quiz, complete with notes.</p>
<ol>
<li>What does PERL stand for?<br />
<strong>Practical Extraction and Report Language</strong> [1]</li>
<li>What year was linux 1.0 released in?<br />
<strong>1994 (13th of march to be precise -)</strong></li>
<li>What does CIDR stand for?<br />
<strong>Classless Inter-Domain Routing</strong></li>
<li>Which company does Linus Torvalds work for?<br />
<strong>Open Source Development Lab (OSDL) (as of june &#8216;03)</strong></li>
<li>Which language does Alan Cox write his diary in?<br />
<strong>Welsh</strong></li>
<li>What does the 206 status code mean in http 1.1?<br />
<strong>Partial Content</strong></li>
<li>What is the reverse dns zone for ul&#8217;s class-b ip allocation?<br />
<strong>201.136.in-addr.arpa. (exactness required)</strong></li>
<li>What is the prefix of link-local in ipv6?<br />
<strong>fe80::</strong></li>
<li>What does MIME stand for?<br />
<strong>Multipurpose Internet Mail Extensions</strong></li>
<li>Name the most common metasyntactic variable.<br />
<strong>foo</strong></li>
<li>Assuming no ls, how would you list the contents of the current directory in unix? Bonus points for any answer in a compiled language.<br />
<strong>echo * (diamond judges this one)</strong></li>
<li>Bonus question: Best Text Editor: Vim or Emacs?<br />
<strong>Vim. We want a text editor, not an os.</strong></li>
</ol>
<p>[1] PERL did not initially stand for anything, the above is a <a href="http://en.wikipedia.org/wiki/Backronyms">bacronym</a>, but taken from the PERL man page and i count it as official.</p>
<p>So.. seeing as some people did make attempts at answering the quiz, i&#8217;ll score their attempts here:</p>
<ul>
<li><strong>reilly</strong>: 1.5 (half a point for question 1).</li>
<li><strong>dredg</strong>: 11 (bonus points for: (a) his <a href="/diamond/2006/03/23/pop-quiz/#comment-106">first comment</a>, and (b) his <a href="/diamond/2006/03/23/pop-quiz/#comment-109">answer to question 11</a>, which was better than the official one).</li>
<li><strong>davisc</strong>: 0.</li>
</ul>
<p>So, there you have it. No-one resorted to calling me names either, so no points for that. Ah well.</p>
<p>In completely unrelated news, my dual-core intel mac mini arrived yesterday. So far it&#8217;s been wiped twice, but is generally behaving itself. And, still unrelated, some random cycling over the last few weeks:</p>
<ul>
<li>wednesday 2006/03/22 with dan: 21.5km @ 23.83kmph. lap of ~9:20</li>
<li>saturday 2006/03/25 with mark: 20.4km @ 26.88kmph.</li>
<li>sunday 2006/04/02 with dan: 35.8km @ 23.9kmph</li>
<li>wednesday 2006/04/05 on own: 20.5km @ 26.26kmph</li>
</ul>
<p>*Update*<br />
My bad. Reilly did indeed include profanity directed at me. As such i am retroactively upping her score to 2.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/04/05/answers-to-the-pop-quiz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pop-quiz</title>
		<link>http://blogs.nonado.net/diamond/2006/03/23/pop-quiz/</link>
		<comments>http://blogs.nonado.net/diamond/2006/03/23/pop-quiz/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 23:36:13 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/03/23/pop-quiz/</guid>
		<description><![CDATA[Last year skynet ran a table quiz. I was given the task of writing the questions for a technical round (the rest being more general-knowledge-type rounds, to not scare everyone off). Dan told me to be a bastard. So i was. I just discovered a text file with the questions in my skynet account. So, [...]]]></description>
			<content:encoded><![CDATA[<p>Last year skynet ran a table quiz. I was given the task of writing the questions for a technical round (the rest being more general-knowledge-type rounds, to not scare everyone off). Dan told me to be a bastard. So i was. I just discovered a text file with the questions in my skynet account. So, for your amusement, here they are:</p>
<ol>
<li>What does PERL stand for?</li>
<li>What year was linux 1.0 released in?</li>
<li>What does CIDR stand for?</li>
<li>Which company does Linus Torvalds work for?</li>
<li>Which language does Alan Cox write his diary in?</li>
<li>What does the 206 status code mean in http 1.1?</li>
<li>What is the reverse dns zone for ul&#8217;s class-b ip allocation?</li>
<li>What is the prefix of link-local in ipv6?</li>
<li>What does MIME stand for?</li>
<li>Name the most common metasyntactic variable</li>
<li>Assuming no ls, how would you list the contents of the current directory in unix? Bonus points for any answer in a compiled language</li>
<li>Bonus question: Best Text Editor: Vim or Emacs?</li>
</ol>
<p>You should bear in mind that most of the people who attended the table quiz hadn&#8217;t heard of linux. In the end we awarded bonus points to those teams which cursed me particularly fluently on their answer sheet. Good times, good times. -)</p>
<p>Feel free to answer in comments. I&#8217;ll post my answers (from the same file) in a few days.</p>
<p>*Update*<br />
Fixed typo &#8211; thanks niall -)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/03/23/pop-quiz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Heanet, network planning, guitar stands, linguists, gmail</title>
		<link>http://blogs.nonado.net/diamond/2006/03/21/heanet-network-planning-guitar-stands-linguists-gmail/</link>
		<comments>http://blogs.nonado.net/diamond/2006/03/21/heanet-network-planning-guitar-stands-linguists-gmail/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 00:29:09 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/03/21/heanet-network-planning-guitar-stands-linguists-gmail/</guid>
		<description><![CDATA[After 6 hours sleep last night, today encompassed a little over 8 hours and 270 miles of driving, at least 3 hours of which was in dublin traffic. On the bright side, i got to go on the skynet tour of heanet. For the record, here&#8217;s a quick rundown of the top 3 places in [...]]]></description>
			<content:encoded><![CDATA[<p>After 6 hours sleep last night, today encompassed a little over 8 hours and 270 miles of driving, at least 3 hours of which was in dublin traffic. On the bright side, i got to go on the skynet tour of heanet. For the record, here&#8217;s a quick rundown of the top 3 places in the world that i&#8217;d like to work for (in no particular order):</p>
<ul>
<li><a href="http://www.hea.net">HEAnet</a> (who a few years ago politely declined my suggestion to rebrand to hea.NET)</li>
<li><a href="http://www.google.ie">Google</a> (who allowed me to go on their segway)</li>
<li><a href="http://www.canonical.com/">Canonical</a> (the guys behind <a href="http://www.ubuntu.com">ubuntu</a> and who gave me a free laptop)</li>
</ul>
<p>After the tour, i called into the main office area and chatted to davew and ann. Dave was furiously scribbling some network topology diagrams. I remarked that i&#8217;d seen a flash game on the net recently that looked very similar, but neither of them had seen it. A mail i sent them earlier:</p>
<blockquote><p>
Subject: important network planning tool we were discussing today<br />
<a href="http://www.planarity.net/">http://www.planarity.net/</a>
</p></blockquote>
<p>Expect the productivity of heanet to take a slight nosedive (i wonder if that&#8217;ll show up in <a href="http://www.hea.net/mrtg/">mrtg</a>..).</p>
<p>I also had the opportunity to do some guitar-browsing in <a href="http://www.musicmaker.ie/">Music Maker</a>. Noirin was with me, and when asked managed to suggest some truly awful guitars (though she will no doubt claim that they were just out of tune). At least she didn&#8217;t try to make me buy one of the <a href="http://www.musicmaker.ie/images/G04_DaisyRockGuitars.jpg">bright pink flower-shaped ones</a>. *shudder*. While there i decided to pick up a guitar stand. Having 3 guitars (2 in normal use) and one guitar stand isn&#8217;t a winning forumla. This is what i bought, <a href="http://www.herculesstands.com/guitars/GS422B.html">the coolest guitar stand ever</a>. You probably won&#8217;t appreciate it&#8217;s wonderfulness from that link, i&#8217;ve made a short video demonstrating it&#8217;s <a href="http://diamond.nonado.net/misc/coolest guitar-stand ever.avi">best feature</a>.</p>
<p>I realised something about linguists today. I know three of them (that i can think of off the top of my head), and they&#8217;re 3 of my favourite people. I&#8217;m wondering is there some kind of correlation. Perhaps i should try and link a field-study on the subject into my masters&#8230;</p>
<p>I&#8217;ve been trying out gmail for the last few weeks (specifically, <a href="https://www.google.com/hosted">hosted gmail</a> for nonado.net). I&#8217;m impressed at how well it&#8217;s coping with the amount of list mail i receive. From a quick check, i&#8217;ve gotten 1079 mails since march 6th, which is when i started using it. Once i set up the labels (17 currently) and filters (12 so far) i wanted, it&#8217;s been amazinly easy to keep up with all the mail. I&#8217;m really liking the way it does things, and it&#8217;s really hard to believe that it&#8217;s webmail a lot of the time because it&#8217;s faster than most email clients i&#8217;ve used. At this stage i&#8217;ve switched over to it for all my nonado mail. It&#8217;s a useful way to test it before i tackle the mammoth task that is taming my normal gmail account (which has had a copy of all my skynet mail for the last 2 years forwarded to it. that&#8217;d be 10932 so far).</p>
<p>And now this colourless green idea goes to bed to sleep furiously. </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/03/21/heanet-network-planning-guitar-stands-linguists-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A long long day</title>
		<link>http://blogs.nonado.net/diamond/2006/03/08/a-long-long-day/</link>
		<comments>http://blogs.nonado.net/diamond/2006/03/08/a-long-long-day/#comments</comments>
		<pubDate>Wed, 08 Mar 2006 23:16:11 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/03/08/a-long-long-day/</guid>
		<description><![CDATA[So. Yesterday i got up at 8am, drove to roscrea. From there cheez drove us the rest of the way to dublin, and dropped me off at the allergy test centre in charlemont clinic. I currently have 50 tiny patches on my back. They get removed tomorrow, and i get told if i&#8217;m allergic to [...]]]></description>
			<content:encoded><![CDATA[<p>So. Yesterday i got up at 8am, drove to roscrea. From there cheez drove us the rest of the way to dublin, and dropped me off at the allergy test centre in charlemont clinic. I currently have <a href="http://diamond.nonado.net/misc/pics/backpatch.jpg">50 tiny patches</a> on my back. They get removed tomorrow, and i get told if i&#8217;m allergic to any of the substances.</p>
<p>From there i walked over to google and lurked suspiciously for a while. I got to have (free! -) lunch (mmm, mexican), play foosball (oh so very badly), flump into a <a href="http://www.buddhabag.com">budda bag</a> (massive happy comfy softness), shot by various nerf weaponage, visited the vaunted 4th floor (that of the sys admins and suspicious glances), feel oh-so-tiny in the presense of the people that work there, and have a go on a segway (no limbs were lost or damaged -). All in all, it was a very interesting visit. Really must polish up CV and submit.</p>
<p>After that i found myself a cheez again and we went and met up with a noirin for some pretty decent hot chocolate, and some amazingly large surprisingly good <a href="http://diamond.nonado.net/misc/pics/cake%20'o%20doom.jpg">chocolate cake</a>. The plan was to then head back into town for sushi with dredg &#8216;n toaster (yay!). It didn&#8217;t go _quite_ according to plan.</p>
<p>While killing some time in tower (i bought &#8216;the hours&#8217; on dvd. yay), i received notice from pron that there were some assorted rack bits that he&#8217;d like to donate to skynet, if i happened to be around dublin city-centre at the time. I said &#8216;yay&#8217;. There were then various attempts at communication, which mostly failed. The end result was that myself &#8216;n cheez &#8216;n noirin ended up walking a <a href="http://www.gmap-pedometer.com/?r=54025">considerable distanc</a>e, half of which involved carrying some rather heavy metal bits. I had understood the parts were light. Pron had understood i was bringing a car. Neither were correct ,-) Doh. Apologies and much thanks to both cheez and noirin for the assistance.</p>
<p>Once we had finally delivered the items back to the car, it was time for sushi. Mmmmmm sushi -) Toaster was unable to make it (*cries*), but we had an aussie reaplcement, dim (no really. short for &#8216;dimitria&#8217;. she ruled). Sushi was really good, though sadly lacking in salmon slabs. *drools*. Hooray for all-you-can-eat-in-55-mins -) Noirin kept count, i managed to rack up about €45 worth of sushi, which is about €10 short of my record, but still quite respectable. Dredg has photo evidence which i hope to wrangle out of him.</p>
<p>I managed to make it home by 2am, after stopping at cheez&#8217;s house for a while to watch him play fable which he&#8217;s been raving about. I think i even managed to get to sleep for 3. Oh for the sweet sweet touch of slumber.</p>
<p>*Update*<br />
Evidence has <a href="http://www.flickr.com/photos/nsheridan/109836107/">arrived</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2006/03/08/a-long-long-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talk!</title>
		<link>http://blogs.nonado.net/diamond/2005/10/22/talk/</link>
		<comments>http://blogs.nonado.net/diamond/2005/10/22/talk/#comments</comments>
		<pubDate>Sat, 22 Oct 2005 18:00:31 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2005/10/22/talk/</guid>
		<description><![CDATA[Took the last 2 days off work to try and catch up on sleep, and hopefully get some work done at home. Hah. Well, the catch up on sleep bit was a success, but to no avail (see later). Got up late on friday, watched The Bourne Supremacy on dvd with molc (quite a good [...]]]></description>
			<content:encoded><![CDATA[<p>Took the last 2 days off work to try and catch up on sleep, and hopefully get some work done at home. Hah. Well, the catch up on sleep bit was a success, but to no avail (see later). Got up late on friday, watched The Bourne Supremacy on dvd with molc (quite a good movie. nothing at all like the book(s), but good nonetheless). Then i happened to notice that colmmacc logged onto irc looking for some skynet committee people, turned out the 2 heanet speakers had arrived in limerick and were vaguely wondering where things went from there.</p>
<p>Kidnapped them, took care of them for the evening, watched some Bill Bailey before the talks, went to Luigi Malone&#8217;s etc. Mild concern then arose as to the location of the google talker, but he did indeed turn up in the end, to my relief -) Both sets of talks were excellent. In my tortured mind, it was my two of my three most desirable-to-work-for companies (the other being canonical, the company behind ubuntu) vying for the top spot.</p>
<p>After the talks we all retired to the sports bar on campus and i had to drag thomas (of google) in particular out of there at the end of the night as he was quite committed to discussing various topics all night -) The heanet guys were getting the 9.25 train back to dubin this morning, and i toyed with the idea of providing liftage for such, but i eventually wimped out due to the late hour and the fact that i had work today from 10 till 5.</p>
<p>As it was, things worked out worse than i hoped (no, not for the heanet guys, they got home fine ,-). Got to bed around 2, tried to sleep. Couldn&#8217;t. Figured out around 6am that i&#8217;d forgotten myself, in the pub, and had drank 2 glasses of coke -/ Caffiene is a bad idea when you&#8217;re trying to sleep at the best of times, and has extra unwanted sideeffects for me related to my existing non-sleeping condition. Finally conked out around 6:30, giving me a little under 3 hours sleep. Not good for someone who has to get up and wash dishes for 7 hours.</p>
<p>Survived surprisingly well in work, had my lunch break around 10:30 which gave me some much needed fuel for the rest of the day. Afterwards, myself and dan went for a cycle. Took a bit of convincing dan to get him to go as he hadn&#8217;t slept well last night either, and was feeling stiff tired and sore after work. The plan had been to cycle out to daly&#8217;s cross (a 21.3km round-trip), which would be the furthest we&#8217;d done together. Instead, we were feeling much better than we expected when we got to daly&#8217;s cross, so we continued on to birdhill and back. 35.8km @ 24.7kmph. We&#8217;re both delighted at the progress. This is only the 2nd cycle we&#8217;ve done togther over 10km in length. Hoping to do the same again tomorrow (birdhill and back). Woo to progress -) Seriously considering buying a decent racing bike in 2 weeks time (when i get paid basically). There&#8217;s a very very nice one in town for €750, including carbon-fibre forks. Mmmm tastylicious.</p>
<p>There was an secondary motivation for me for the cycle today. Yesterday i ate more food than i think i&#8217;ve ever eaten in one day. For breakfast yesterday (around 2.30pm) i ate half a box of Kellogs Start (i&#8217;d eaten the first half the previous night while watching The Exorcist), and was stuffed. About an hour later, molc cooked a pasta bake (the dish holds enough food for 4 decent meals) of which i ate 2/3rds, and was stuffed. Then, the heanet guys were hungry, so i went with them to Luigi Malones for company and decided i&#8217;d have the nachos grande to nibble on, of which i ate about 2/3rds, and was stuffed (yes, i did actually leave food behind -P). Then, after the skynet talks, we got served 2 massive platters of food in the pub, of which i ate a small mountain&#8217;s worth, and was stuffed. I weighed myself yesterday morning (before breakfast, before getting dressed): 76.6kg. Weighed myself this morning (same deal): 78.6kg. Oops. I should really stop doing that.</p>
<p>Mini-poll: are my blog posts too long? I seem to write these really rambly ones that go on for ever. I&#8217;m wondering if people even read this far before getting bored. Comment welcome ,-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2005/10/22/talk/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>And I shall rule a very small part of the world!</title>
		<link>http://blogs.nonado.net/diamond/2005/10/04/and-i-shall-rule-a-very-small-part-of-the-world/</link>
		<comments>http://blogs.nonado.net/diamond/2005/10/04/and-i-shall-rule-a-very-small-part-of-the-world/#comments</comments>
		<pubDate>Tue, 04 Oct 2005 20:33:25 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2005/10/04/and-i-shall-rule-a-very-small-part-of-the-world/</guid>
		<description><![CDATA[Tonight we had the skynet agm, which went really really well. We had a good turn out (i reckon about 30 people), all of whom were interested in skynet. A whole bunch of them put their names down as being interested in getting involved in adminning, i haven&#8217;t looked at the list yet, but it [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight we had the <a href="http://www.skynet.ie">skynet</a> agm, which went really really well. We had a good turn out (i reckon about 30 people), all of whom were interested in skynet. A whole bunch of them put their names down as being interested in getting involved in adminning, i haven&#8217;t looked at the list yet, but it look like about 7-10 people, which is also excellent. And on a side note, i got voted vice president/head admin. Wooo! (yes, hence the title of this post -). With advice from <a href="http://www.everythingsysadmin.com/">various</a> <a href="http://niall.evil.ie">people</a>, i&#8217;m hoping to be able to turn skynet into a professional reliable monitored documented service. So it&#8217;s been a good evening. And now to relax. *relaxes*</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2005/10/04/and-i-shall-rule-a-very-small-part-of-the-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some kind of plan</title>
		<link>http://blogs.nonado.net/diamond/2005/10/01/some-kind-of-plan/</link>
		<comments>http://blogs.nonado.net/diamond/2005/10/01/some-kind-of-plan/#comments</comments>
		<pubDate>Sat, 01 Oct 2005 20:18:57 +0000</pubDate>
		<dc:creator>diamond</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Skynet]]></category>

		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2005/10/01/some-kind-of-plan/</guid>
		<description><![CDATA[Here&#8217;s how it goes:

Go cycling every couple of days
Update here on the same days

I&#8217;m hoping a bit of mental association can be built up so the two activties mutually encourage each other ,-)
Went for a cycle today, first time in about 2 weeks, did 22.5km at an average speed of 21kmph, which i&#8217;m quite happy [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how it goes:</p>
<ul>
<li>Go cycling every couple of days</li>
<li>Update here on the same days</li>
</ul>
<p>I&#8217;m hoping a bit of mental association can be built up so the two activties mutually encourage each other ,-)</p>
<p>Went for a cycle today, first time in about 2 weeks, did 22.5km at an average speed of 21kmph, which i&#8217;m quite happy with. If i manage to keep this up regularly for a couple of months, i&#8217;ll probably reward myself with a racer. No point in buying it now before i know i&#8217;m going to stick it though. Made that mistake far too many times in the past. Any bets as to how long this will last? -)</p>
<p>Got back from athlone yesterday, will probably go back to work on monday. Things are mostly fine, though i did get stressed yesterday while rushing to get the bus, and started shaking all over, which is somewhat concerning.</p>
<p>So much skynet stuff to catch up on. There&#8217;s been a couple of database admin requests sitting in my inbox for the last 2 weeks, just didn&#8217;t have the time to deal with them, which is a bit bad from a service point of view. Hopefully i can figure out a solution to both tonight, and reply with an apology for the delay.</p>
<p>And that&#8217;s all. I should say something here about not taking care of myself to see if i can get another comment from ducky berating me ,-) But i&#8217;ll be good. For once.</p>
<p>Addendum: removing pedals from a bike is surprisingly challenging. Managed to break a spanner attempting it last night. A higher quality one purchased today, plus a lot of brute force, with the help of cheez, sorted them out today. Thanks mark! -)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nonado.net/diamond/2005/10/01/some-kind-of-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
