<?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>jamezpolley.com &#187; slugworthy</title>
	<atom:link href="http://jamezpolley.com/category/slugworthy/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamezpolley.com</link>
	<description>Rants, ramblings, and ruminations</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:38:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Deprecating your phone number made easy</title>
		<link>http://jamezpolley.com/2010/06/deprecating-your-phone-number-made-easy/</link>
		<comments>http://jamezpolley.com/2010/06/deprecating-your-phone-number-made-easy/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 09:56:02 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">https://jamezpolley.com/?p=1398</guid>
		<description><![CDATA[18 months ago, I ended up with an Optus account — I was on a 12 month contract in order to receive an iPhone. For various reasons, I decided not to port the number I’d been using for almost a decade to Optus, but keep it active on another carrier instead. As of a few [...]]]></description>
			<content:encoded><![CDATA[<p>18 months ago, I ended up with an Optus account — I was on a 12 month contract in order to receive an iPhone. For various reasons, I decided not to port the number I’d been using for almost a decade to Optus, but keep it active on another carrier instead. As of a few weeks ago, I’ve now migrated away from Optus, and I want to switch back to my original number. I want to keep the number I’d been using on Optus active for a while, but I don’t want to be answering it — I just want people who use it to be notified about my new number.</p>
<p>This is made easier by the fact that the SIM lives in my Nexus One (given to me by my employer as a Christmas gift last year, but this post, as always, is entirely my own opinion), which runs Android 2.2. Unlike on an iPhone, this means I can have all sorts of applications always running in the background — and those apps can take access the SMS database, respond to incoming SMSes, and sending outbound SMS.</p>
<p> I tried a few apps, but ended up settling on <a href="http://www.fingertip-access.com/product_ver_19.html">Ultimate SMS</a>. This app allows me to set an auto-response sent in reply to any incoming SMS (‘James does not use this number any more; he can be reached on 0407123456 instead). This app also forwards a copy of the inbound SMS on to my new number — so I usually get it, and respond to it, while the person who messaged me is still reading my auto-reply.</p>
<p>One last special feature from Telstra makes this twice as useful: SMSes sent from their Message2Text service show the original caller’s number as the origin of the SMS. This means that if anyone calls me and leaves a message, they still get an SMS in response notifying them of my new number. Even better, Ultimate SMS includes the original number when it forwards that SMS to me — so even if their call was from a number that can’t receive SMS, I still get their message on the phone I do carry, and I know what number the message came from. </p>
<p>–</p>
<p><strong><em>Update</em></strong>: Between drafting this and posting it, my Nexus One went missing. I’m now doing the same thing on my G1 running Android 1.6.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2010/06/deprecating-your-phone-number-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openwrt, dnsmasq, linuxigd, and Back To My Mac</title>
		<link>http://jamezpolley.com/2009/09/openwrt-dnsmasq-miniupnpd-and-back-to-my-mac/</link>
		<comments>http://jamezpolley.com/2009/09/openwrt-dnsmasq-miniupnpd-and-back-to-my-mac/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 12:12:51 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=878</guid>
		<description><![CDATA[Simple task: set up my wrt-54g (running openwrt) with miniupnpdlinuxigd so that “Back To My Mac” works[1]. miniupnpdlinuxigd: trivial. Click a few buttons to enable it, done. I tried miniupnpd first; but althought it initially looked good, I couldn’t get it to work consistently. However, that’s when I start getting the MobileMe prefpane telling me that [...]]]></description>
			<content:encoded><![CDATA[<p>Simple task: set up my wrt-54g (running openwrt) with <del datetime="2009-09-10T22:37:07+00:00">miniupnpd</del>linuxigd so that “Back To My Mac” works[1].</p>
<p><del datetime="2009-09-10T22:37:07+00:00">miniupnpd</del>linuxigd: trivial. Click a few buttons to enable it, done. I tried miniupnpd first; but althought it initially looked good, I couldn’t get it to work consistently.</p>
<p>However, that’s when I start getting the MobileMe prefpane telling me that BTMM couldn’t start because “Your DNS server isn’t responding”. A little bit of searching on Google finds me pages like <a href="http://discussions.apple.com/thread.jspa?threadID=1630446">this one</a>, which baldly state that “Back to My Mac isn’t compatible with dnsmasq.”</p>
<p>Well, dear internets, I’m here to tell you that you are wrong. BTMM is perfectly compatible with dnsmasq. Sure,openwrt’s default settings don’t work, but that doesn’t make the two incompatible.</p>
<p>It did take me a while to figure out what was going on. The clue also came from <a href="http://discussions.apple.com/thread.jspa?threadID=2027194&amp;tstart=60">Apple’s forums</a>, which told me to do this:</p>
<pre>betelgeuse:~ james$ echo "show State:/Network/BackToMyMac" | scutil

&lt;dictionary&gt; {

  zhasper.members.mac.com : &lt;dictionary&gt; {

    ExternalAddress : 143.211.101.234

    StatusMessage : GetZoneData failed: _afpovertcp._tcp.username.members.mac.com.

    AutoTunnelExternalPort : 4500

    StatusCode : -65554

    LLQExternalPort : 5353

    RouterAddress : 192.168.0.1

    LastNATMapResultCode : 0

  }

}</pre>
<p>The vital clue was the StatusMessage, which tells you exactly which DNS lookup failed. The important thing is that the hostname starts with an underscore.</p>
<p>Take a look at the <a href="http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html">dnsmasq man page</a>, specifically the <span style="font-family: 'Times New Roman'; line-height: normal; font-size: small; background-color: #ffffff;"><strong>filterwin2k </strong></span>option. Once upon a time, SRV records (and records with underscores) really were a sign that you had win2k machines on your network. Once upon a time, “triggering dial-on-demand links” was actually something to be worried about. Those times are long past.</p>
<p>I turned this option off (vi /etc/dnsmasq.conf, add a # at the start of that line to comment the option out, save the file, and run /etc/init.d/S65dnsmasq to restart the service). As expected BTMM now works fine. Well, as fine as you could expect.</p>
<p>[1] I’m ideologically opposed to all things UPnP, and BTMM in particular. What’s the point of having a firewall if you’re going to allow everything inside to poke so many holes in it it may as well not be there? There’s nothing BTMM can give me that a small firewall hole (to allow SSH on a non-standard port) + ssh portforwarding can’t give me in a more controlled way — and without shelling out $$$ to Uncle Steve, too. Nevertheless…</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/09/openwrt-dnsmasq-miniupnpd-and-back-to-my-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For all your expert travel advice</title>
		<link>http://jamezpolley.com/2009/06/for-all-your-expert-travel-advice/</link>
		<comments>http://jamezpolley.com/2009/06/for-all-your-expert-travel-advice/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:28:44 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=862</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://jamezpolley.com/wp-content/uploads/2009/06/ads-by-google-11.jpg" alt="ads-by-google-1" title="ads-by-google-1" width="549" height="278" class="alignleft size-full wp-image-863" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/06/for-all-your-expert-travel-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QNAP TS-409 Pro: initial setup from a non-windows (linux/mac) machine</title>
		<link>http://jamezpolley.com/2009/05/qnap-ts-409-pro-initial-setup-from-a-non-windows-linuxmac-machine/</link>
		<comments>http://jamezpolley.com/2009/05/qnap-ts-409-pro-initial-setup-from-a-non-windows-linuxmac-machine/#comments</comments>
		<pubDate>Sun, 17 May 2009 06:38:24 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=833</guid>
		<description><![CDATA[I just bought myself a QNAP TS-409 Pro from Skycomp. Very happy with both the device and Skycomp so far. However, the initial setup was a struggle. The device has a very limited openwrt-style firmware. Very, very limited: it contains the bare minimum functionality to be able to bootstrap the device with a more capable [...]]]></description>
			<content:encoded><![CDATA[<p>I just bought myself a <a href="http://www.qnap.com/pro_detail_feature.asp?p_id=85">QNAP TS-409 Pro</a> from <a href="http://www.skycomp.com.au/default.aspx">Skycomp</a>. Very happy with both the device and Skycomp so far.</p>
<p>However, the initial setup was a struggle.</p>
<p>The device has a very limited openwrt-style firmware. Very, very limited: it contains the bare minimum functionality to be able to bootstrap the device with a more capable OS once you have disks installed.</p>
<p>The documented way of doing this is via a “QuickInstall Wizard”, that comes on a provided CD in Mac and Windows flavors. I only have Macs on my home network, so the windows flavor wasn’t useable for me. The Mac flavor is… interesting. I ran into the problem described <a href="http://forum.qnap.com/viewtopic.php?f=11&amp;t=12926">here</a>: In short, the full firmware isn’t pushed until after the drives are initiated; but the Wizard gets stuck at the “Initializing drives” stage, so the full firmware is never pushed.</p>
<p>I got around it using <a href="http://wiki.qnap.com/wiki/Initializing_TS-109/-209/-409_series_through_Linux">these instructions</a> — they’re described as being “For linux”, but as it just uses basic tools like telnet and ftpd, it will work on any *nix.</p>
<p>Some notes:</p>
<ul>
<li>Obviously, had to enable file sharing via FTP on my mac first. Did this under “Sharing” prefpane, “File Sharing”, “Share files and folders using FTP”. As the warning states, this involves transmitting your username and password in cleartext: only enable this if you’re confident you’ll only be transmitting them across a safe network. Better, use a username/password you created just for this purpose; which has no special privileges, and which will be turned off as soon as you’re done.</li>
<li>Out of the box, the device listens for telnet connections on port 13131. Username and password are “admin”.</li>
<li>Once you’ve successfully updated the firmare and rebooted, you won’t find a telnetd on 13131 any more. THIS IS NOT AN ERROR, DON’T PANIC. Instead, you’ll find an sshd listening on port 22.</li>
<li>You’ll also find a web interface listening on port 8080. If you visit that, you can start the process of setting up the device.</li>
<li>It may be helpful to have let the wizard run at least to the “Initializing drives” stage at least once. After I thought I knew what I was doing I switched to a new set of disks and tried again; and this time the hard drives weren’t mounted at all, so I couldn’t go through the documented process.</li>
</ul>
<p>It’s not clear from the documentation, but the device creates a RAID-1 segment 500Mb in size on each disk you insert (/dev/md9 in my case), and mounts this on /mnt/HDA_ROOT. This is where configs for the device, packages you install, and so on are stored.</p>
<p>The device can handle multiple raidsets — although with only 4 disks to play with, you’re not likely to end up with &gt;2 sets. In my cause I currently have 3 1Tb drives in a RAID-5 set, and a single 500Gb disk sitting on its own.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/05/qnap-ts-409-pro-initial-setup-from-a-non-windows-linuxmac-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laundry powder gets huge upgrade</title>
		<link>http://jamezpolley.com/2009/03/laundry-powder-gets-huge-upgrade/</link>
		<comments>http://jamezpolley.com/2009/03/laundry-powder-gets-huge-upgrade/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 08:37:06 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=816</guid>
		<description><![CDATA[I was in the supermarket getting some laundry powder last night and noticed something really strange: every single brand of concentrated laundry powder was advertising on their packaging the fact that they’re about to be relaunched in a new version. The new powders are all going to be 2x as concentrated, and most brands made [...]]]></description>
			<content:encoded><![CDATA[<p>I was in the supermarket getting some laundry powder last night and noticed something really strange: every single brand of concentrated laundry powder was advertising on their packaging the fact that they’re about to be relaunched in a new version. The new powders are all going to be 2x as concentrated, and most brands made a big deal out of the fact that the new packaging will therefore be half the size.</p>
<p>Golly. Every brand? All at once? All deciding to redo their formulation, redo their packaging, and retool their manufacturing plants, all with identical changes to formulation and packaging, all at the same time? Unpossible!</p>
<p>You’d almost think that every brand of powder was actually exactly the same, made at the same plant, and just packaged slightly differently. But that would surely never happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/03/laundry-powder-gets-huge-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything old is new again redux</title>
		<link>http://jamezpolley.com/2009/02/everything-old-is-new-again-redux/</link>
		<comments>http://jamezpolley.com/2009/02/everything-old-is-new-again-redux/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:59:31 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[WIN]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=808</guid>
		<description><![CDATA[Lindsay did an excellent blog post yesterday titled “Everything old is new again”, about the re-emergence of multi-dimensioned databases. Great title, but just to prove his point, it applies even better to a post he shared on Google Reader a few days ago, written by Kurt Schrader and titled “Living in a Post Rails World”. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://holmwood.id.au/~lindsay/">Lindsay</a> did an excellent blog post yesterday titled “<a href="http://holmwood.id.au/~lindsay/2009/02/15/everything-old-is-new-again/">Everything old is new again</a>”, about the re-emergence of multi-dimensioned databases.</p>
<p>Great title, but just to prove his point, it applies even better to a post he shared on Google Reader a few days ago, written by Kurt Schrader and titled “<a href="http://kurt.karmalab.org/articles/2009/02/14/living-in-a-post-rails-world">Living in a Post Rails World</a>”. To quote that post:</p>
<blockquote><p>I think that the Ruby world is eventually going to end up in a model like this, writing small simple apps that all talk to each other, and can be replaced or upgraded at any time.</p></blockquote>
<blockquote><p>&lt;snip two paragraphs&gt;</p></blockquote>
<blockquote><p>All of my hard/long running logic is well tested, encapsulated, and most likely running in little agents on the wire.</p></blockquote>
<p>Sound familiar? It should. Kurt has re-discovered the same principles that the Holy Fathers of Unix discovered, over a quarter of a century ago. <a href="http://www.faqs.org/docs/artu/ch01s06.html">Doug McIlroy, circa 1978</a>:</p>
<blockquote><p>(i) Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new features.</p></blockquote>
<blockquote><p>(ii) Expect the output of every program to become the input to another, as yet unknown, program. Don’t clutter output with extraneous information. Avoid stringently columnar or binary input formats. Don’t insist on interactive input.</p></blockquote>
<p>Later, he simplified it:</p>
<blockquote><p>This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.</p></blockquote>
<p>Of course, <a href="http://en.wikipedia.org/wiki/Henry_Spencer">Henry Spencer</a> said it the best:</p>
<blockquote><p>Those who don’t understand UNIX are condemned to reinvent it, poorly.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/02/everything-old-is-new-again-redux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>iPhone/Google Sync tips</title>
		<link>http://jamezpolley.com/2009/02/iphonegoogle-sync-tips/</link>
		<comments>http://jamezpolley.com/2009/02/iphonegoogle-sync-tips/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 09:52:50 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=790</guid>
		<description><![CDATA[Some hints about using the Google Sync for iPhone. These will probably also apply to the Windows Mobile sync — but I’ve not used that, so I’m not sure. I’m going to say “iPhone” consistently — but the same will apply to an iPod touch as well (modulo the things that involve a 3G connection, [...]]]></description>
			<content:encoded><![CDATA[<p>Some hints about using the <a href="http://www.google.com/mobile/apple/sync.html">Google Sync</a> for iPhone. These will probably also apply to the Windows Mobile sync — but I’ve not used that, so I’m not sure. I’m going to say “iPhone” consistently — but the same will apply to an iPod touch as well (modulo the things that involve a 3G connection, of course).</p>
<ul>
<li><a href="http://www.google.com/support/mobile/bin/answer.py?answer=138744&amp;topic=14252">BACK UP YOUR DATA</a>. Really can’t stress this enough. The process of setting up the sync WILL WIPE ALL YOUR CONTACTS AND CALENDARS. <a href="http://www.google.com/support/mobile/bin/answer.py?answer=138744&amp;topic=14252">Back up</a> first.</li>
<li>You can choose up to 5 calendars (not including your primary calendar) to sync.
<ul>
<li>If you have a gmail/googlemail account, visit <a href="http://m.google.com/sync">m.google.com/sync</a> on your iPhone, follow the prompts, and you’ll be able to choose up to 5 additional calendars to sync.</li>
<li>If you have a Google Apps account, visit http://google.com/m/a/«domain.com», then click “More” and then “Sync”. For this to work, your domain administrator will have to have enabled <a href="http://www.google.com/support/a/bin/answer.py?answer=135937">Google Sync</a> for your domain first.</li>
<li>[update]It’s been pointed out to me that Apps users can actually access the sync settings from <a href="http://m.google.com/sync">m.google.com/sync</a>. Click on “Google Mobile” on the bottom left-hand corner of the page, and you’ll be taken to a page  with lots of icons for different Google services. Scroll down and make sure there’s a link that says “Not in United States?”. If it lists another country, click it and change your contry to the United States — this won’t work in any other country. Once you’ve changed that and you’re back at the page with service icons, find the “Google Apps user?” button, and enter your domain into the popup. You’ll now have icons for your Apps domain — including a Sync icon. Click it, and once again just follow the directions from there.[/update].</li>
</ul>
</li>
<li>I have one Google Apps account for work and one personal Google Apps account. However, the iPhone only allows me to set up one Exchange account, so I have to pick which of the two I’m going to sync, right?  Wrong! I’ve shared my personal calendar with my work account, giving it “Make changes to events” permissions. I’ve then set up my work account to sync with my iPhone, and chosen my personal calendar as one of the additional calendars to sync.</li>
<li>If you go with the default setup, it will sync both Calendars and Contacts. This is almost certainly not what you want. It does have the benefit of pushing changes to contacts straight into the cloud — but it also has the effect of breaking the sync between your Google contacts and your Address Book. That is — assuming you used to sync the two — which a lot of people did not, due to Google’s contacts manager being rather broken. However, it’s easy enough to set the sync to Calendar only. If you look at step 13 of the official instructions, you’ll see both Calendar and Contacts selected. If you choose to sync only Calendar, Contacts will still be synced with Address Book by iTunes whenever you sync your iPhone. If you’ve chosen to sync Address Book with Google Contacts as well, that will still happen too.</li>
<li>You can sync calendars with both an Exchange and MobileMe cloud at the same time; but as soon as you enable one of them, you can’t sync calendars with iTunes any more. You can only have one MobleMe account and one Exchange account.</li>
</ul>
<p>I used to have a messy messy setup involving Spanning Sync pulling all my Google Calendars into iCal; then using Mobile Me to push them into the cloud; then using the iPhone’s Mobile Me sync to pull them onto the phone. Many moving parts, 3 different sync stages for something to go wrong. Only works if you have a permanently online machine that can be doing the translation between the Google cloud and the Apple cloud. I’m much happier with this direct sync.</p>
<p><del datetime="2009-09-10T22:40:20+00:00">[update]About the contact sync thing. See, you only get the option to sync your Address Book and your Google Contacts visible in iTunes if you’re syncing contacts with your iPhone. If you’re syncing contacts with the cloud, you’re not syncing with your iPhone, so you don’t get the option. If you do use Google Contacts, that means that the cloud and your iPhone are both up-to-date — but your desktop is not.</del></p>
<p><del datetime="2009-09-10T22:40:20+00:00">If you really want instant syncing between your phone and your desktop, turn on cloud-syncing of your contacts. If you’d prefer to keep your phone, desktop, and the cloud all in sync, turn off cloud-syncing, and let iTunes handle the sync instead. [/update]</del></p>
<p>[update 2009-09-09] As of Snow Leopard, it’s no longer necessary to have an iPhone/iPod in order to get Address Book &lt;-&gt; Gmail Contacts syncing. So, it’s now perfectly possible to have your iPhone cloud-syncing your contacts AND have your Mac also cloud-syncing. To turn it on on your Mac, just go into the Address Book’s preferences and look under the Accounts tab.[/update]</p>
<p>[update]Facebook Events? Magically pushed into your iPhone calendar? Easy!</p>
<p>Go to your <a href="http://www.facebook.com/home.php#/events.php?ref=sb">Facebook Events</a> page. On the top left (below the blue Facebook bar; above the big word “Events”) you’ll see “Export Events”. Click on that link, and you’ll get a popup with a long URL. Copy this URL.</p>
<p>Next, go to your Google Calendar. Click “Settings”, “Calendars”, “Import Calendar”, “Add By URL”, and paste that URL into the box.</p>
<p>Now visit the Sync Settings page, and choose your new Facebook calendar as one of the 5 to import. Now if you RSVP to any events in Facebook, that event will appear in your Google Calendar and your iPhone.[/update]</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/02/iphonegoogle-sync-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bad taste in advertising award for the day goes to: SMH!</title>
		<link>http://jamezpolley.com/2009/02/bad-taste-in-advertising-award-for-the-day-goes-to-smh/</link>
		<comments>http://jamezpolley.com/2009/02/bad-taste-in-advertising-award-for-the-day-goes-to-smh/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:36:23 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=787</guid>
		<description><![CDATA[At first glance, I assumed that this was related to the horrible fires in Victoria. Nope, just advertising. Well done SMH!]]></description>
			<content:encoded><![CDATA[<p>At first glance, I assumed that this was related to the horrible fires in Victoria. Nope, just advertising. Well done SMH!</p>
<p><img class="alignnone size-full wp-image-788" title="badtaste-1" src="http://jamezpolley.com/wp-content/uploads/2009/02/badtaste-11.jpg" alt="badtaste-1" width="213" height="299" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/02/bad-taste-in-advertising-award-for-the-day-goes-to-smh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Early nomination for “Cnut of the Week”</title>
		<link>http://jamezpolley.com/2009/01/early-nomination-for-cnut-of-the-week/</link>
		<comments>http://jamezpolley.com/2009/01/early-nomination-for-cnut-of-the-week/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 00:34:30 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[FAIL]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/?p=782</guid>
		<description><![CDATA[Stilgherrian takes weekly nominations for “Cnut of the Week”. Traditionally the gong goes to Stephen Conroy, for his increasingly futile attempts to hold back the (largely imaginary) tide of paedophiles sweeping over the internet. Unfortunately I believe this week’s spot has already been claimed. However, I’d like to make an early nomination for next week. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stilgherrian.com/">Stilgherrian</a> takes weekly nominations for “<a href="http://stilgherrian.com/stilgherrian-live/who-do-you-nominate-for-cnut-of-the-week/">Cnut of the Week</a>”. Traditionally the gong <a href="http://stilgherrian.com/politics/conroys-cnutful-hat-trick/">goes to Stephen Conroy</a>, for his increasingly futile attempts to hold back the (<a href="http://www.nytimes.com/2009/01/14/us/14cyber.html">largely imaginary</a>) tide of paedophiles sweeping over the internet.</p>
<p>Unfortunately I believe this week’s spot has already been claimed. However, I’d like to make an early nomination for next week.</p>
<blockquote><p>Steve Turner, assistant secretary of the Public Service Association of NSW, said … the blame did not lie solely with the Government as “any computer system can be hacked … even American defence force computers”.</p></blockquote>
<p>[update 12/2/2009] Nope, there hadn’t been a Stilgherrian Live for a while. <a href="http://stilgherrian.com/internet/stilgherrian-live-returns-looks-at-internet-censorship/">There is now though</a>, so consider this a nomination[/update]</p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/01/early-nomination-for-cnut-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Habeas Corpus — granted.</title>
		<link>http://jamezpolley.com/2009/01/habeas-corpus-granted/</link>
		<comments>http://jamezpolley.com/2009/01/habeas-corpus-granted/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:34:43 +0000</pubDate>
		<dc:creator>jamezpolley</dc:creator>
				<category><![CDATA[WIN]]></category>
		<category><![CDATA[slugworthy]]></category>

		<guid isPermaLink="false">http://zhasper.com/2009/01/habeas-corpus-granted/</guid>
		<description><![CDATA[Reading the draft Executive Order ordering Guantánamo Bay detention facilities to be closed, one minor paragraph jumped out at me: © The individuals currently detained at Guantánamo have the constitutional privilege of the writ of habeas corpus. Most of those individuals have filed petitions for a writ of habeas corpus in Federal court challenging the [...]]]></description>
			<content:encoded><![CDATA[<p>Reading the draft Executive Order ordering Guantánamo Bay detention facilities to be closed, one minor paragraph jumped out at me:</p>
<blockquote><p>©  The individuals currently detained at Guantánamo have the constitutional privilege of</p>
<p>the writ of habeas corpus.  Most of those individuals have filed petitions for a writ of</p>
<p>habeas corpus in Federal court challenging the lawfulness of their detention.</p></blockquote>
<p>If that was the entirety of the order, it would be a huge step forward for people still imprisoned there — they’ll be able to force the government to justify their imprisonment, a right that was consistently denied to David Hicks and the other detainees.</p>
<p>You can read the whole order from a link at the bottom of <a href="http://www.aclu.org/safefree/detention/38437prs20090121.html">the ACLU’s press release.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamezpolley.com/2009/01/habeas-corpus-granted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
