<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>adamblog</title>
	
	<link>http://blog.amyl.org.uk</link>
	<description>software frustrations, political ranting, general whinging, course language, half-arsed attempt at blogging</description>
	<lastBuildDate>Thu, 03 Jun 2010 19:02:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/adamamyl" /><feedburner:info uri="adamamyl" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>adamamyl</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Mailman and Googlemail -&gt; Gmail: A three step approach…</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/0pMICxATnlg/</link>
		<comments>http://blog.amyl.org.uk/2010/06/mailman-googlemail-to-gmail/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 14:53:42 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[lazy]]></category>
		<category><![CDATA[mailman]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.amyl.org.uk/?p=83</guid>
		<description><![CDATA[I thought other listadmins might be having fun with gmail now being available in the UK (rather than &#8220;googlemail&#8221;, as it has been for a while (despite &#8216;gmail&#8217; originally being available, back in the days of invitation only)), and thought I&#8217;d share my hackish way around this,  so listfolks can post from their gmail.com [...]]]></description>
			<content:encoded><![CDATA[<p>I thought other listadmins might be having fun with gmail now being available in the UK (rather than &#8220;googlemail&#8221;, as it has been for a while (despite &#8216;gmail&#8217; originally being available, back in the days of invitation only)), and thought I&#8217;d share my hackish way around this,  so listfolks can post from their gmail.com addresses.</p>
<p>It&#8217;s not pretty, but works for me &#8212; pre-requisite, Mark&#8217;s very useful &#8220;non-members&#8221; script: <a href="http://www.msapiro.net/scripts/non_members">http://www.msapiro.net/scripts/non_members</a></p>
<ol>
<li>find who you need to work with:<br />
<code><br />
mkdir ~/tmp/gmail &#038;&#038; list_lists -b | while read L; do list_members ${L} | grep googlemail > ~/tmp/gmail/${L}; done<br />
</code></li>
<li>Zap annoucement lists from the files, remove empty files, too.</li>
<li>Let them post!<br />
<code><br />
/var/lib/mailman/bin$ ls -1 ~/tmp/gmail | while read L; do sed 's/@googlemail.com/@gmail.com/' ~/tmp/gmail/${L} | while read X; do ./non_members --list=${L} --filter=accept --add ${X} --verbose; done; done<br />
</code></li>
</ol>
<p>(nb: the path (/var/lib/mailman/bin) is from a Debian machine &#8212; Mailman installed via packages &#8212; and in my case /var/lib/mailman/bin being in<br />
my ${PATH} &#8212; so replace those as appropriate in your cases.)</p>
<p>Which seems to have done the trick.</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/0pMICxATnlg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2010/06/mailman-googlemail-to-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2010/06/mailman-googlemail-to-gmail/</feedburner:origLink></item>
		<item>
		<title>arpinfo</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/Ctf5aazPkMg/</link>
		<comments>http://blog.amyl.org.uk/2010/05/arpinfo/#comments</comments>
		<pubDate>Thu, 20 May 2010 16:17:24 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[openrights]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[IEEE]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[OEM]]></category>
		<category><![CDATA[OUI]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.amyl.org.uk/?p=81</guid>
		<description><![CDATA[Ever wanted to know who the OEM/Supplier/Manufacturer of network devices attached to a machine were?
I did. And couldn&#8217;t see anyone else&#8217;s script to steal, so here&#8217;s a really ugly way to do it  

# arpinfo:
#   pull hardware info from the arp() table
#
# Copyright (c) 2010 Adam McGreggor. Some rights reserved.
# Email:  [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to know who the OEM/Supplier/Manufacturer of network devices attached to a machine were?</p>
<p>I did. And couldn&#8217;t see anyone else&#8217;s script to steal, so here&#8217;s a really ugly way to do it <img src='http://blog.amyl.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><code><br />
# arpinfo:<br />
#   pull hardware info from the arp() table<br />
#<br />
# Copyright (c) 2010 Adam McGreggor. Some rights reserved.<br />
# Email: <adam@amyl.org.uk> Web: <http://blog.amyl.org.uk><br />
#<br />
# $Id:$<br />
#</p>
<p>WEBSOURCE=http://standards.ieee.org/regauth/oui/oui.txt<br />
DOC=/usr/local/doc/oui.txt</p>
<p>curl --silent ${WEBSOURCE} -o "${DOC}"</p>
<p>arp | awk '{print $3}' | awk -F: '{print $1"-"$2"-"$3}' | while read ARP<br />
do<br />
    grep $ARP ${DOC}<br />
done<br />
arp<br />
</code></p>
<p>Works for me&#8230; although it could do with a tidy-up. As a quick and dirty thing, mind&#8230;</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/Ctf5aazPkMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2010/05/arpinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2010/05/arpinfo/</feedburner:origLink></item>
		<item>
		<title>Firefox Extensions</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/8nmyb-XQXOs/</link>
		<comments>http://blog.amyl.org.uk/2010/01/firefox-extensions/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 00:39:15 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[indolence]]></category>
		<category><![CDATA[machine set-up]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[new machine]]></category>
		<category><![CDATA[set-up]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://blog.amyl.org.uk/?p=70</guid>
		<description><![CDATA[Thought this might double up as a note of the firefox extensions I currently have installed &#8212; I&#8217;ve tried getting this to script, but, the source file isn&#8217;t something I&#8217;m over-familiar with, and getting fields to match-up ain&#8217;t happening, due to my crapness.
Anyhow, I would appear to have these firefox extensions installed:

Adblock Plus
AutoPager
BetterFlickr
Better YouTube
Delicious Bookmarks
DownloadHelper
Echofon
Extended [...]]]></description>
			<content:encoded><![CDATA[<p>Thought this might double up as a note of the firefox extensions I currently have installed &#8212; I&#8217;ve tried getting this to script, but, the source file isn&#8217;t something I&#8217;m over-familiar with, and getting fields to match-up ain&#8217;t happening, due to my crapness.</p>
<p>Anyhow, I would appear to have these firefox extensions installed:</p>
<ul>
<li><a href="http://adblockplus.org/">Adblock Plus</a></li>
<li>AutoPager</li>
<li>BetterFlickr</li>
<li><a href="http://ginatrapani.org/workshop/firefox/betteryoutube/">Better YouTube</a></li>
<li><a href="http://delicious.com">Delicious Bookmarks</a></li>
<li>DownloadHelper</li>
<li><a href="http://echofon.com/">Echofon</a></li>
<li>Extended Statusbar</li>
<li><a href="http://www.applian.com/fast-video-download/">Fast Video Downloader (with SearchMenu)</a></li>
<li><a href="http://www.getfirebug.com/">Firebug</a></li>
<li>Firefox (default)</li>
<li>Firefox (en-GB)</li>
<li><a href="http://flagfox.net/">Flagfox</a></li>
<li><a href="http://flashblock.mozdev.org/">Flashblock</a></li>
<li><a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager</a></li>
<li><a href="http://skrul.com/blog/projects/greasefire">Greasefire</a></li>
<li><a href="http://mozmonkey.com/">Greasemonkey</a></li>
<li>Image Download</li>
<li>Image Zoom</li>
<li>Inline Code Finder for Firebug</li>
<li>is.gd Creator</li>
<li><a href="http://www.oxymoronical.com/web/firefox/jsoptions">JavaScript Options</a></li>
<li>keyconfig</li>
<li><a href="http://www.magic-imv.ro/vd/">Magic&#8217;s Video Downloader</a></li>
<li>oldbar</li>
<li><a href="http://passwordexporter.fligtar.com">Password Exporter</a></li>
<li>Save Image in Folder [sic]</li>
<li><a href="http://code.google.com/p/firefox-showip/">ShowIP</a></li>
<li><a href="http://skipscreen.com/">SkipScreen</a></li>
<li>TinyUrl Creator</li>
<li>Ubuntu Firefox Modificiations</li>
<li>URL Fixer</li>
<li><a href="http://www.vmware.com/">VMware Remote Console Plug-In</a></li>
<li>Xulrunner (en-GB)</li>
<li>YesScript</li>
</ul>
<p>A few of those don&#8217;t have links I can identify from the URI.</p>
<p>Want some code that vaguely does this for you?<br />
<code><br />
#!/bin/sh<br />
#<br />
# ffexts:<br />
#   list firefox extensions: names and URIs for download/homepage<br />
#<br />
# Copyright (c) 2010 Adam McGreggor. Some rights reserved.<br />
# Email: &#60;adam@amyl.org.uk&#62; Web: &#60;http://blog.amyl.org.uk&#62;<br />
#<br />
# $Id: ffexts 119 2010-01-10 00:38:04Z adam $<br />
#</p>
<p>set -e</p>
<p>MOZDIR=~/.mozilla/firefox<br />
PROFDIR=`ls -lha ${MOZDIR} | grep default | awk '{print $NF}'`<br />
FILE=extensions.rdf<br />
INFILE=${MOZDIR}/${PROFDIR}/${FILE}<br />
OF=~/tmp/ffexts<br />
OUTFILE=~/pseudohome/nas-docs/firefox-extensions-$(date '+%Y%m%d')</p>
<p># check for existing outfile, as we'll be<br />
# appending; if so, zap it<br />
if [ -e ${OUTFILE} ]; then<br />
    rm ${OUTFILE}<br />
fi</p>
<p># grab the interesting bits from the RDF file<br />
for K in name homepageURL<br />
do<br />
   # nice fix-up, eh?<br />
    grep "NS1:${K}" ${INFILE}  | sed -e "s/NS1:${K}=//" \<br />
            -e 's/"//g' -e 's/>//' \<br />
            -e 's/^[ \t]*//' | sort | uniq > ${OF}-${K}<br />
    # using wc here is entirely optional <img src='http://blog.amyl.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
    wc -l ${OF}-${K}<br />
    # append<br />
    cat ${OF}-${K} >> ${OUTFILE}<br />
done<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/8nmyb-XQXOs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2010/01/firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2010/01/firefox-extensions/</feedburner:origLink></item>
		<item>
		<title>Conditional Prompt colo(u)rs</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/JQOuvJDO5iE/</link>
		<comments>http://blog.amyl.org.uk/2009/12/conditional-prompt-colors/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 16:45:04 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[ENV]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[machine set-up]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[conditional]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[PS1]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=61</guid>
		<description><![CDATA[setting a colored prompt; different color for different machines based on hostname, oh yes.]]></description>
			<content:encoded><![CDATA[<p>I often work on several different machines, for different projects and things. It&#8217;s bloody annoying when I get the wrong machine!</p>
<p>I thought. I know what, I&#8217;ll make all of these machines use a colored prompt, and make that lot of machines use a different one.</p>
<p>(At this point, I should say that my dotfiles, and a variety of other things are kept in a subversion repo. Most of those bits are my-eyes-only (particularly a lot of the very badly/hastily thrown together scripts), but a few bits I&#8217;m gradually releasing.)</p>
<p>After mentioning this on <a href="http://twitter.com/adamamyl/status/6945837040">twitter</a>, a couple of people have been interested in how I did it.</p>
<p>The solution is quite easy, work out the hostname, and from that determine the &#8216;class&#8217; of machine, and then apply some colors. The <a href="http://wiki.archlinux.org/index.php/Color_Bash_Prompt#Wolfman.27s">archwiki</a> was useful in getting out the colors to use; along with underlining, and emboldening (I <strong>never</strong> use underlining, except in manuscript: ghastly thing that obscures text).</p>
<p>Whilst not perfect (the color parts could be set as a variable, and then passed to the PS1 line; I could have used &#8220;else&#8221; clauses&#8230;), it works. For me, so, erm, here&#8217;s <a href="http://code.amyl.org.uk/adam/dotfiles/bashrc">my .bashrc</a> &#8212; you want from the <code># work out machine name/domain:</code> line.</p>
<p>A simple switch wotsits in <code>screen(1)</code>, and</p>
<p><code>$ cd ~/pseudohome &#038;&#038; svn up</code></p>
<p>followed with a </p>
<p><code> $ . .bashrc</code></p>
<p>is how I deploy (some people have an &#8217;svn up&#8217; in their start-up scripts, I don&#8217;t).</p>
<p>Comments here, if you want to.</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/JQOuvJDO5iE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2009/12/conditional-prompt-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2009/12/conditional-prompt-colors/</feedburner:origLink></item>
		<item>
		<title>Twitter lists</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/E6Aj9urpe6w/</link>
		<comments>http://blog.amyl.org.uk/2009/10/twitter-lists/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:36:34 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[geekcons]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[lazy]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=57</guid>
		<description><![CDATA[As my reader will know, I&#8217;m rather fond of lists. For a while, i&#8217;ve held back against Twitter Lists, not really seeing the point of them: my current client, Tweetdeck, after all, has categories for me; I rarely use the twitter website, and my pytwerp config/template is easy to grep, if I need to.
But, erm, [...]]]></description>
			<content:encoded><![CDATA[<p>As my reader will know, I&#8217;m rather fond of lists. For a while, i&#8217;ve held back against Twitter Lists, not really seeing the point of them: my current client, Tweetdeck, after all, has categories for me; I rarely use the twitter website, and my pytwerp config/template is easy to grep, if I need to.</p>
<p>But, erm, yeah. I&#8217;ve made a start, and given how shit my memory is, I thought I&#8217;d explain (to you, and me) how I&#8217;ve categorized:</p>
<ul>
<li>@adamamyl/foodies &#8212; people who write about food. Or like food</li>
<li>@adamamyl/burners &#8212; burners. as in burningman/nowhere/decompressions. fucking hippies</li>
<li>@adamamyl/uber-kewl-kids &#8212; mainly shops/products I really like</li>
<li>@adamamyl/lawyers &#8212; i seem to follow a few of &#8216;em: let&#8217;s put &#8216;em all together</li>
<li>@adamamyl/academics &#8212; self-explanatory, really</li>
<li>@adamamyl/public-life &#8212; better than &#8220;slebs&#8221;</li>
<li>@adamamyl/music-folks &#8212; people in the music industry, in one way or another</li>
<li>@adamamyl/technologists &#8212; people who fiddle with tech, new products, that sort of thing</li>
<li>@adamamyl/mafia &#8212; people who (will) run things.</li>
<li>@adamamyl/web-folks &#8212; people involved in web stuff and maybe social media, may include ruby people, as they&#8217;re not proper geeks <img src='http://blog.amyl.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>@adamamyl/usual-suspects &#8212; child-eating, crack-dealing refusniks (hi Stef!) who still won&#8217;t give up.</li>
<li>@adamamyl/politicos &#8212; those with political interests/aspirations. can also include current affairs/news</li>
<li>@adamamyl/representatives &#8212; people who&#8217;ve been elected, usually</li>
<li>@adamamyl/geeks &#8212; lovely people, really</li>
</ul>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/E6Aj9urpe6w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2009/10/twitter-lists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2009/10/twitter-lists/</feedburner:origLink></item>
		<item>
		<title>theme change</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/hiTRZvOPurw/</link>
		<comments>http://blog.amyl.org.uk/2009/10/theme-change/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 00:37:39 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[indolence]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=53</guid>
		<description><![CDATA[got bored with the previous theme. it was a bit ugly, so, erm, let&#8217;s see if this one encourages me to post a bit more&#8230;
hah.
thoughts, dear reader?
]]></description>
			<content:encoded><![CDATA[<p>got bored with the previous theme. it was a bit ugly, so, erm, let&#8217;s see if this one encourages me to post a bit more&#8230;</p>
<p>hah.</p>
<p>thoughts, dear reader?</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/hiTRZvOPurw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2009/10/theme-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2009/10/theme-change/</feedburner:origLink></item>
		<item>
		<title>Oh this gets my goat….</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/lTDdJTWgHgw/</link>
		<comments>http://blog.amyl.org.uk/2009/02/oh-this-gets-my-goat/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 15:50:20 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[separation of powers]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[crap reporting]]></category>
		<category><![CDATA[idiots]]></category>
		<category><![CDATA[morons]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=51</guid>
		<description><![CDATA[Catching up on what&#8217;s farciacally described as &#8220;news&#8221; these days, I noticed in a BBC Report this little &#8216;gem&#8217; (yes, dear reader, that&#8217;s sarcasm):
A spokeswoman for Ms Smith said: &#8220;The home secretary has always abided fully with Parliament&#8217;s clear rules on expenses and has long-standing written approval from the Parliamentary Fees Office for any agreed [...]]]></description>
			<content:encoded><![CDATA[<p>Catching up on what&#8217;s farciacally described as &#8220;news&#8221; these days, I noticed in a <a href="http://news.bbc.co.uk/1/hi/uk_politics/7877422.stm">BBC Report</a> this little &#8216;gem&#8217; (yes, dear reader, that&#8217;s <em>sarcasm</em>):</p>
<blockquote><p>A spokeswoman for Ms Smith said: &#8220;The home secretary has always abided fully with Parliament&#8217;s clear rules on expenses and has long-standing written approval from the Parliamentary Fees Office for any agreed expenses.</p></blockquote>
<p>Now, correct me if I&#8217;m wrong but the article relates to Jacqui Smith as a <a href="http://www.theyworkforyou.com/mp/jacqui_smith/redditch">CONSTITUENCY MP</a>, not a frikking Cabinet Minister. I find it quite wrong for the spokeswoman to refer to her office, when it&#8217;s a matter of legislature, not executive.</p>
<p>Please, please, please, can people get SEPARATION OF POWERS, into their heads. It&#8217;s really not that difficult to understand.</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/lTDdJTWgHgw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2009/02/oh-this-gets-my-goat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2009/02/oh-this-gets-my-goat/</feedburner:origLink></item>
		<item>
		<title>gin</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/8-CI_9s-IQE/</link>
		<comments>http://blog.amyl.org.uk/2009/01/gin/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:12:05 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[drink]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[gin]]></category>
		<category><![CDATA[picnics]]></category>
		<category><![CDATA[pimm's]]></category>
		<category><![CDATA[tonic]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=45</guid>
		<description><![CDATA[well, it&#8217;s been a while since my last post, but on a mailing list recently, a subject close to my heart liver came up: gins (&#8216;amyl.org.uk machines are named after spirits, after all)
So, erm, here are some thoughts:
Whilst I still mainly buy tanq (it’s just so easy to drink, and v. nice), I prefer drinking [...]]]></description>
			<content:encoded><![CDATA[<p>well, it&#8217;s been a while since my last post, but on a mailing list recently, a subject close to my <strike>heart</strike> liver came up: gins (&#8216;amyl.org.uk machines are named after spirits, after all)</p>
<p>So, erm, here are some thoughts:</p>
<p>Whilst I still mainly buy <a href="http://www.tanqueray.com">tanq</a> (it’s just so easy to drink, and v. nice), I prefer drinking <a href="http://www.millersgin.com/">Miller&#8217;s</a> neat, or <a href="http://www.coventgardenwhiskyshop.co.uk/content/products/taster-notes/oldrajgin.htm">Old Raj</a> for hair-of-the-dog/breakfast<br />
(seriously: in a high balloon&#8217;d wine glass, a couple of inches, swirl, knock back before brushing teeth/going to the khazi).</p>
<p>I’m also rather partial to <a href="http://www.blackwoodsgin.com">Blackwood&#8217;s</a> — particularly to add a little more to <a href="http://www.anyoneforpimms.com/">Pimm’s</a>, and other drinks.</p>
<p>If i’m poaching fish, i’ll use blackwoods’ too: it’s not too over-powerful in the taste department.</p>
<p>Afternoon gin: <a href="http://www.hendricksgin.com/">Hendrick&#8217;s</a> is quite nice &#8212; if you like cucumbery tastes.</p>
<p>Drinking nice gins, however, does encourage me to buy nice tonic-water (<a href="http://fentimans.com/range.php">fentimans&#8217;</a> or <a href="http://www.fever-tree.com/drinks.php">fever tree</a> &#8211; stupid fucking javascript URIs.). I&#8217;m not really a fan of Schweppes&#8217; tonic: too much sugar for me. I quite like Sainsburys&#8217; &#038; Waitroses&#8217; own brands of tonic; the Sainsbury&#8217;s with lime&#8217;s quite nice on its own, too.</p>
<p>As for Pimm&#8217;s, well, I have been known to make it without a &#8216;conventional&#8217; mixer: my approach falls along these lines (but is always a case of each top-up will be different):</p>
<ul>
<li>&#8531; &#8216;garden&#8217;</li>
<ul>
<li>various fruits</li>
<li>various legume</li>
<li>sprigs of mint</li>
<li>a couple of handfulls of ice-cubes</li>
</ul>
<li>&#8531; Pimm&#8217;s Number 1 cup</li>
<li>a very generous slug of either</li>
<ul>
<li>gin,</li>
<li>cider,</li>
<li>beer (ale),</li>
<li>good quality white wine</li>
</ul>
<p>&#8211; gin &#038; cider sometimes work well together;
</ul>
<p>If there&#8217;s space, fill the rest up with lemonade, and stir well. Allow to fester for a couple of minutes, and serve.</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/8-CI_9s-IQE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2009/01/gin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2009/01/gin/</feedburner:origLink></item>
		<item>
		<title>UKGovWeb Barcamp</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/-cvPJlgn1X4/</link>
		<comments>http://blog.amyl.org.uk/2008/11/ukgovweb-barcamp/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 18:03:02 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[geekcons]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[GovCamp09]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[UKGC09]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=41</guid>
		<description><![CDATA[Hum, so there&#8217;s another UKGovWeb Barcamp in the pipe-line. Good-oh, says I.
To work around my hatred of PBWiki&#8217;s &#8220;notification&#8221; system, I&#8217;ve just re-appropriated (and made &#8216;ukgovweb-check&#8216;) my dell-order-checking script to work for the wiki-page; changelog is that  the script now uses lynx instead of wget, and that we send the difflog, rather than the [...]]]></description>
			<content:encoded><![CDATA[<p>Hum, so there&#8217;s another <a href="http://barcamp.org/BarcampUKGovweb09">UKGovWeb Barcamp</a> in the pipe-line. Good-oh, says I.</p>
<p>To work around my hatred of <a href="http://pbwiki.com/">PBWiki</a>&#8217;s &#8220;notification&#8221; system, I&#8217;ve just re-appropriated (and made &#8216;<a href="http://tanqueray.amyl.org.uk/~adam/ukgovweb-check">ukgovweb-check</a>&#8216;) my <a href="http://tanqueray.amyl.org.uk/~adam/blog/2008/07/dell-order-checking-via-cron/">dell-order-checking script</a> to work for the wiki-page; <strong>changelog</strong> is that  the script now uses lynx instead of wget, and that we send the difflog, rather than the whole-bloody-changed file.</p>
<p>If you&#8217;re still in the dark-ages like me, and haven&#8217;t written one yourself, here you go. If there&#8217;s a demand and people are feeling lazy, I suppose I could whip up a list.</p>
<p>Let me know if you do.</p>
<p>There&#8217;s some <a href="http://groups.google.com/group/BarcampUKGovweb">discussion</a> going on on email, I do believe.</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/-cvPJlgn1X4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2008/11/ukgovweb-barcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2008/11/ukgovweb-barcamp/</feedburner:origLink></item>
		<item>
		<title>1000 Twits</title>
		<link>http://feedproxy.google.com/~r/adamamyl/~3/dI0w7b0DEpY/</link>
		<comments>http://blog.amyl.org.uk/2008/11/1000-twits/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 19:49:26 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[1000]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://tanqueray.amyl.org.uk/~adam/blog/?p=33</guid>
		<description><![CDATA[Yes, yes, I know Twitter wants us to call them &#8220;tweets&#8221;, but I think &#8220;twits&#8221; is far more appropriate.
Anyhow, I&#8217;ve just made my thousandth post (shamelessly plugging this article), and thought: &#8220;given its gravitas (the number, not any of my drivel), let&#8217;s make it a bit more than the usual moans&#8221;. So, to Wikiquote I [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, yes, I know <a href="http://twitter.com">Twitter</a> wants us to call them &#8220;tweets&#8221;, but I think &#8220;twits&#8221; is far more appropriate.</p>
<p>Anyhow, I&#8217;ve just made my <a href="http://twitter.com/adamamyl/status/1017063364">thousandth post</a> (shamelessly plugging this article), and thought: &#8220;given its <em>gravitas</em> (the number, not any of my drivel), let&#8217;s make it a bit more than the usual moans&#8221;. So, to <a href="http://en.wikiquote.org">Wikiquote</a> I wandered (or should that read &#8220;wander&#8217;d I&#8221;) to get inspiration from others. After all, to use another quote:</p>
<blockquote><p>Derek says it&#8217;s always good to end a paper with a quote. He says someone else has already said it best. So if you can&#8217;t top it, steal from them and go out strong.</p></blockquote>
<p><a href="#infull">more of that</a></p>
<p>So, here are some random quotes on &#8220;1000&#8243;, with the odd multiple thereof for when there&#8217;s a good &#8216;un:</p>
<ul>
<li>&#8220;May our children and our children&#8217;s children to a thousand generations, continue to enjoy the benefits conferred upon us by a united country, and have cause yet to rejoice under those glorious institutions bequeathed us by Washington and his compeers.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Abraham_Lincoln">Abraham Lincoln</a> (Second Speech at Frederick, Maryland (4 October 1862))</li>
<li>&#8220;A single Voltaire will do more hono[u]r to France than a thousand pedants, a thousand false wits, a thousand great men of inferior order.&#8221; &#8212; <a href="Frederick_II_of_Prussia">Friedrich der Große</a></li>
<li>&#8220;If I have a thousand ideas and only one turns out to be good, I am satisfied.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Alfred_Nobel">Alfred Nobel</a>
<li>&#8220;It is better and more satisfactory to acquit a thousand guilty persons than to put a single innocent one to death.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Maimonides">Maimonides</a> (The Commandments, Neg. Comm. 290, at 269-271)</li>
<li>&#8220;I don&#8217;t think the human race will survive the next thousand years, unless we spread into space. There are too many accidents that can befall life on a single planet. But I&#8217;m an optimist. We will reach out to the stars.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Stephen_Hawking">Stephen Hawking</a></li>
<li>&#8220;Take the best orgasm you ever had, multiply it by a thousand and you&#8217;re still nowhere near it. When you&#8217;re on junk you have only one worry: scoring. When you&#8217;re off it you are suddenly obliged to worry about all sorts of other shite.&#8221; &#8212; Renton explains smack, in <a href="http://en.wikiquote.org/wiki/Trainspotting">Trainspotting</a></li>
<li>&#8220;One thousand years from now there&#8217;ll be no guys and no girls, just wankers. Sounds great to me.&#8221; &#8212; More wisdom from <a href="http://en.wikiquote.org/wiki/Trainspotting">Trainspotting</a></li>
<li>&#8220;The imagination of a boy is healthy, and the mature imagination of a man is healthy; but there is a space of life between, in which the soul is in a ferment, the character undecided, the way of life uncertain, the ambition thicksighted: thence proceeds mawkishness, and the thousand bitters which those men I speak of must necessarily taste in going over the following pages.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/John_Keats>Keats&#8217;</a> preface to the <em>Endymion</em></li>
<li>&#8220;Give me a man or woman who has read a thousand books and you give me an interesting companion. Give me a man or woman who has read perhaps three and you give me a dangerous enemy indeed.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Anne_Rice">Anne Rice</a></li>
<li>&#8220;Was this the face that launch&#8217;d a thousand ships, <br />
And burnt the topless towers of Ilium? <br />
Sweet Helen, make me immortal with a kiss! <br />
Her lips suck forth my soul: see, where it flies!&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Christopher_Marlowe">Christopher Marlow&#8217;s</a> <em>Faustus</em></li>
<li>&#8220;Pain&#8230; pain of the flesh. Like no Dalek has felt for thousands of years.&#8221; &#8212; Hybrid Sec, <a href="http://en.wikiquote.org/wiki/The_Daleks#Evolution_of_the_Daleks">Evolution of the Daleks, Doctor Who</a></li>
<li>&#8220;The battle is between big money combines who spend a thousand pounds or more on every constituency they fight. Or when they speak democracy, they don&#8217;t mean government by the people&#8230;they mean financial democracy, in which money counts and nothing but money.&#8221; &#8212; electioneering in 1939, as viewed by <a href="http://en.wikiquote.org/wiki/Oswald_Mosley">Tom Mosley</a></li>
<li>&#8220;I became the murderer of many thousands of that fine race.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/William_I_of_England">William I, R</a></li>
<li>&#8220;The germs of existence contained in this spot of earth, with ample food, and ample room to expand in, would fill millions of worlds in the course of a few thousand years.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Thomas_Malthus">Malthus</a></li>
<li>&#8220;When the first baby laughed for the first time, the laugh broke into a thousand pieces and they all went skipping about, and that was the beginning of fairies.&#8221; &#8212; J. M. Barrie&#8217;s <a href="http://en.wikiquote.org/wiki/Peter_Pan">Peter Pan</a></li>
<li>&#8220;Anyone can stop a man&#8217;s life, but no one his death; a thousand doors open on to it.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Seneca_the_Elder">Seneca (the Elder)</a></li>
<li>&#8220;Hitler was undoubtedly a genius but he lacked self-control. He recognized no limits. Otherwise the thousand-year Reich would have lasted more than twelve years.&#8221; &#8212; <a href="http://en.wikiquote.org/wiki/Wilhelm_Frick">Wilhelm Frich</a></li>
<li>&#8220;For thousands of years, human beings had screwed up and trashed and crapped on this planet, and now history expected me to clean up after everyone&#8221; &#8212; Chuck Palahniuk&#8217;s <a href="http://en.wikiquote.org/wiki/Fight_Club_(novel)">Fight Club</a></li>
</ul>
<p><a name="infull"></a>&#8220;Well, my conclusion is: Hate is baggage. Life&#8217;s too short to be pissed off all the time. It&#8217;s just not worth it. Derek says it&#8217;s always good to end a paper with a quote. He says someone else has already said it best. So if you can&#8217;t top it, steal from them and go out strong. So I picked a guy I thought you&#8217;d like. &#8216;We are not enemies, but friends. We must not be enemies. Though passion may have strained, it must not break our bonds of affection. The mystic chords of memory will swell when again touched, as surely they will be, by the better angels of our nature.&#8217;&#8221; (via <a href="http://en.wikiquote.org/wiki/American_History_X#Daniel_Vinyard">Wikiquote</a>)</p>
<p>I guess there&#8217;s a wee bit of an irony here: in musing over a 1000th post of <160 characters, I've rather gone on a bit... rather than ending with a quote, would any of my half-dozen <strike>victims</strike>readers care to throw some quotes to the comments box? Preferably on the &#8220;1000&#8243; theme&#8230;.?</p>
<img src="http://feeds.feedburner.com/~r/adamamyl/~4/dI0w7b0DEpY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.amyl.org.uk/2008/11/1000-twits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.amyl.org.uk/2008/11/1000-twits/</feedburner:origLink></item>
	</channel>
</rss>
