<?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>Who is Chris Neale?</title>
	<atom:link href="http://who-is.chrs.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://who-is.chrs.nl</link>
	<description>who-is.chrs.nl?</description>
	<lastBuildDate>Tue, 23 Feb 2010 19:24:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Fix&#8221;ing WordPress database tables</title>
		<link>http://who-is.chrs.nl/2010/02/06/fixing-wordpress-database-tables/</link>
		<comments>http://who-is.chrs.nl/2010/02/06/fixing-wordpress-database-tables/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:41:47 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/?p=169</guid>
		<description><![CDATA[After restoring tables from a WP mu backup (an incomplete one as it turned out) various issues presented themselves, not least an inability to submit posts (HTTP 500 not informative).
A little searching revealed a likely cause (http://discuss.joyent.com/viewtopic.php?id=19116): missing auto_increment on wp_{n}_posts; not only was auto_increment missing, indexes and keys were too. Later I found a [...]]]></description>
			<content:encoded><![CDATA[<p>After restoring tables from a WP mu backup (an incomplete one as it turned out) various issues presented themselves, not least an inability to submit posts (HTTP 500 not informative).<br />
A little searching revealed a likely cause (<a href="http://discuss.joyent.com/viewtopic.php?id=19116">http://discuss.joyent.com/viewtopic.php?id=19116</a>): missing auto_increment on wp_{n}_posts; not only was auto_increment missing, indexes and keys were too. Later I found a hiccup in tagging, again wp_{n}_terms and related tables had missing metadata.</p>
<p>Fixes</p>
<p>Removing erroneous entries added by admin-ajax.php</p>
<p><code>delete from wp_{n}_posts where ID = 0 and post_modified = 'YYYY-MM-DD hh:mm:ss';</code></p>
<p>Add primary index before restoring auto_increment</p>
<p><code>alter table wp_{n}_posts add primary key (ID);<br />
alter table wp_{n}_posts change ID `ID` bigint(20) unsigned NOT NULL auto_increment;</code></p>
<p>Add remaining keys</p>
<p><code>alter table wp_{n}_posts add key post_name (post_name);<br />
alter table wp_{n}_posts add key type_status_date (post_type, post_status, post_date, ID);<br />
alter table wp_{n}_posts add key post_parent (post_parent);</code></p>
<p>Future backups</p>
<p><code>mysqldump --opt wordpress &gt; wordpress.sql</code></p>
<p>Just using &#8211;add-drop-table insufficent in some cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2010/02/06/fixing-wordpress-database-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moo!</title>
		<link>http://who-is.chrs.nl/2010/02/02/moo/</link>
		<comments>http://who-is.chrs.nl/2010/02/02/moo/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:09:22 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/?p=154</guid>
		<description><![CDATA[This blog and shopping.chrs.nl are now running as sub-blogs of a Wordpress MU install, if there&#8217;s anything wonky going on here, that&#8217;s why.
Talking of moo; moo.com ( UK &#124; US ) do very nice printing.
]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_158" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.sxc.hu/photo/1238813"><img src="http://who-is.chrs.nl/files/2010/02/1238813_26934058.600.jpg" alt="" title="Moo!" width="600" height="402" class="size-full wp-image-158" /></a><p class="wp-caption-text">From sxc.hu - Marijnvb - Cow portrait</p></div>This blog and <a href="http://shopping.chrs.nl/">shopping.chrs.nl</a> are now running as sub-blogs of a <a href="http://mu.wordpress.org/">Wordpress MU</a> install, if there&#8217;s anything wonky going on here, that&#8217;s why.<br />
Talking of moo; <a href="http://www.awin1.com/awclick.php?mid=2562&#038;id=70614&#038;clickref=chrs-nl-w-moo">moo.com</a> ( <a href="http://www.dpbolvw.net/click-2431023-10511695?sid=chrs-nl-w-moo">UK</a><img src="http://www.awltovhc.com/image-2431023-10511695" width="1" height="1" border="0"/> | <img src="http://www.ftjcfx.com/image-3000758-10591062" width="1" height="1" border="0"/><a href="http://www.jdoqocy.com/click-3000758-10591062?sid=chrs-nl-w-moo">US</a> ) do very nice printing.</p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2010/02/02/moo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vanity: A &#8220;no, this blog isn&#8217;t just about shorturls&#8221; post on shorturls</title>
		<link>http://who-is.chrs.nl/2010/01/30/a-no-this-blog-isnt-just-about-shorturls-post-on-shorturls/</link>
		<comments>http://who-is.chrs.nl/2010/01/30/a-no-this-blog-isnt-just-about-shorturls-post-on-shorturls/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 23:22:22 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[insanity]]></category>
		<category><![CDATA[insomnia]]></category>
		<category><![CDATA[kazakhstan]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[russian]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[tiny]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[vanity]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/?p=145</guid>
		<description><![CDATA[Last Saturday, I woke up with a seemingly brilliant idea, a dot-st domain name for use by my online postage half-site Print My Postage, mypo.st was subsequently registered. However, this isn&#8217;t about that; I was on skype telling Brian (King) about this and mused that bri.ks would be a good vanity shortener for briks.si his [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday, I woke up with a seemingly brilliant idea, a dot-st domain name for use by my online postage half-site <a href="http://printmypostage.co.uk/">Print My Postage</a>, mypo.st was subsequently registered. However, this isn&#8217;t about that; I was on skype telling <a href="http://brian.kingsonline.net/talk/">Brian</a> (King) about this and mused that bri.ks would be a good vanity shortener for <a href="http://briks.si/">briks.si</a> his mozilla software development collective. Unfortunately, Kosovo&#8217;s dot-ks doesn&#8217;t actually exist; fortunately Kazakhstan&#8217;s dot-kz does. I proposed that Brian and briks.si should have their own shortener under bri.kz, with briks.si/! as the install location; why use one of the virtual servers of the hosting account purely for bri.kz, when it&#8217;s all the same server.</p>
<p>Now on cdn: How not to register a dot-kz domain.</p>
<p>The fun really started after <a href="http://yourls.org/">YOURLS</a> was installed to handle the shortener system, first question: &#8220;where to register bri.kz?&#8221;, I went down <a href="http://www.nic.kz/srs/registrars.jsp">the list of registrars</a> at KazNIC (nic.kz) trying to find one with English as a language option (Cyrillic is bewildering), I settled on http://www.regtime.net/ (.kz 550 rubels per year roughly $20 in Jan 2010), although their https certificate turned out to be <a href="http://webnames.ru/">webnames.ru</a> (<a href="http://getfirefox.com/">Firefox</a> mismatch warning good for your sanity).</p>
<div>
Find your own dot-kz domain(s):<br />
<form action="http://www.webnames.ru/en/scripts/check.pl" method="post">
<p>www.<br />
<input name="domname" size="16" type="text" />
<input alt="Проверить!" src="http://www.webnames.ru/wnpix/check.gif" type="image" />
<input name="bid" type="hidden" value="130793" /></p>
</form>
</div>
<p>It turned out, that to pay the registration fee to webnames.ru I needed to use a web currency; I chose WebMoney&#8217;s WMZ [USD equivalent], signed up for an account (wmtransfer.com) only to find that I needed another account elsewhere to fund the WMZ purse at WebMoney from my credit card.</p>
<p>Note: this is past midnight, so now early Sunday morning.</p>
<p>Off to savechange.ru, signup, login, fill in WMZ purse number.</p>
<p>Liqpay using Ukrainian bank with MasterCard SecureCode whatsit for verification still wanted to verify me, pending micropayments to card no good since only tracked in GBP what with Liqpay wanting USD, so I talked to Liqpay who eventually talked to my card bank, Liqpay authorised payment, savechange converted it from USD to WMZ and I was able to pay the webnames invoice</p>
<p>Technical</p>
<p>root .htaccess sends bri.kz traffic to briks.si/! which sends it to YOURLS to handle</p>
<p>/.htaccess, mod_rewrite [P] no good all referrers briks.si itself; basic redirect, again no good, no referrers at all; solution [E ..] set environment variable between redirects.</p>
<p><code>RewriteCond %{HTTP_HOST} ^bri\.kz$<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*) http://briks.si/!/$1 [E=HTTP_REFERER:%{HTTP_REFERER}]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2010/01/30/a-no-this-blog-isnt-just-about-shorturls-post-on-shorturls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrants</title>
		<link>http://who-is.chrs.nl/2009/11/01/migrants/</link>
		<comments>http://who-is.chrs.nl/2009/11/01/migrants/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:49:17 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wittering]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/?p=142</guid>
		<description><![CDATA[This [short] blog post should be coming to you from a Shared Accelerator at Joyent running Solaris; rather than the obsolescent FreeBSD server it used to be served from &#8230; there was no rush for a Golden Ticket &#8211; let everyone else find all the problems first  
]]></description>
			<content:encoded><![CDATA[<p>This [short] blog post should be coming to you from a Shared Accelerator at Joyent running Solaris; rather than the obsolescent FreeBSD server it used to be served from &#8230; there was no rush for a Golden Ticket &#8211; let everyone else find all the problems first <img src='http://who-is.chrs.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/11/01/migrants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-10-19</title>
		<link>http://who-is.chrs.nl/2009/10/18/twitter-weekly-updates-for-2009-10-19/</link>
		<comments>http://who-is.chrs.nl/2009/10/18/twitter-weekly-updates-for-2009-10-19/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:57:00 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[wittering]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/2009/10/twitter-weekly-updates-for-2009-10-19/</guid>
		<description><![CDATA[
@cheeaun that leaves us with &#8230; ? in reply to cheeaun #
@mezzoblue since it&#39;s java does *nix have a chance of running it? in reply to mezzoblue #
@Hicksdesign Is machine name &#34;username-desktop&#34;? in reply to Hicksdesign #
To prove that search engines will index anything : xcvteuflsowkldlslkslklsk #
Wondering how long @eurodns usually takes to delegate .se [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/cheeaun" class="aktt_username">cheeaun</a> that leaves us with &#8230; ? <a href="http://twitter.com/cheeaun/statuses/4806911779" class="aktt_tweet_reply">in reply to cheeaun</a> <a href="http://twitter.com/cdncx/statuses/4806980756" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/mezzoblue" class="aktt_username">mezzoblue</a> since it&#39;s java does *nix have a chance of running it? <a href="http://twitter.com/mezzoblue/statuses/4816570330" class="aktt_tweet_reply">in reply to mezzoblue</a> <a href="http://twitter.com/cdncx/statuses/4816801351" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/Hicksdesign" class="aktt_username">Hicksdesign</a> Is machine name &quot;username-desktop&quot;? <a href="http://twitter.com/Hicksdesign/statuses/4869889621" class="aktt_tweet_reply">in reply to Hicksdesign</a> <a href="http://twitter.com/cdncx/statuses/4872403906" class="aktt_tweet_time">#</a></li>
<li>To prove that search engines will index anything : xcvteuflsowkldlslkslklsk <a href="http://twitter.com/cdncx/statuses/4872993823" class="aktt_tweet_time">#</a></li>
<li>Wondering how long @<a href="http://twitter.com/eurodns" class="aktt_username">eurodns</a> usually takes to delegate .se DNS &#8230; <a href="http://twitter.com/cdncx/statuses/4873394381" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/the_magazine" class="aktt_username">the_magazine</a> clearly PB does not know the slashless mailto: protocol ? <a href="http://twitter.com/the_magazine/statuses/4892951433" class="aktt_tweet_reply">in reply to the_magazine</a> <a href="http://twitter.com/cdncx/statuses/4896267944" class="aktt_tweet_time">#</a></li>
<li>How hard can it be to transfer a .de domain from #<a href="http://search.twitter.com/search?q=%23planetdomain" class="aktt_hashtag">planetdomain</a> to @eurodns? Proxy Admin-C contact obviously not helping &#8230; <a href="http://twitter.com/cdncx/statuses/4898827366" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/10/18/twitter-weekly-updates-for-2009-10-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-10-12</title>
		<link>http://who-is.chrs.nl/2009/10/11/twitter-weekly-updates-for-2009-10-12/</link>
		<comments>http://who-is.chrs.nl/2009/10/11/twitter-weekly-updates-for-2009-10-12/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 22:57:00 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[wittering]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/2009/10/twitter-weekly-updates-for-2009-10-12/</guid>
		<description><![CDATA[
@onion2k their domain came cheap in reply to onion2k #
@adactio Not if it was the 0th / pilot ? #
@cheeaun registered? in reply to cheeaun #

Powered by Twitter Tools
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/onion2k" class="aktt_username">onion2k</a> their domain came cheap <a href="http://twitter.com/onion2k/statuses/4633829387" class="aktt_tweet_reply">in reply to onion2k</a> <a href="http://twitter.com/cdncx/statuses/4634823189" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/adactio" class="aktt_username">adactio</a> Not if it was the 0th / pilot ? <a href="http://twitter.com/cdncx/statuses/4664740616" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/cheeaun" class="aktt_username">cheeaun</a> registered? <a href="http://twitter.com/cheeaun/statuses/4729969786" class="aktt_tweet_reply">in reply to cheeaun</a> <a href="http://twitter.com/cdncx/statuses/4732025038" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/10/11/twitter-weekly-updates-for-2009-10-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-09-27</title>
		<link>http://who-is.chrs.nl/2009/09/27/twitter-weekly-updates-for-2009-09-27/</link>
		<comments>http://who-is.chrs.nl/2009/09/27/twitter-weekly-updates-for-2009-09-27/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 22:57:00 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[wittering]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/2009/09/twitter-weekly-updates-for-2009-09-27/</guid>
		<description><![CDATA[
@cheeaun fax to email? in reply to cheeaun #
Finished re-reading Going Postal http://cdn.cx/5; still in the middle of Feet of Clay http://ƨ.ws/feetofclay/, Making Money http://cdn.cx/6? #
Missed my opportunity to do a π tweet : ] #
RT: @sitepointdotcom The 5 books for the price of 1 deal returns: ENDS 30 SEPT http://bit.ly/DTqgM #
How insecure is my [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/cheeaun" class="aktt_username">cheeaun</a> fax to email? <a href="http://twitter.com/cheeaun/statuses/4310541645" class="aktt_tweet_reply">in reply to cheeaun</a> <a href="http://twitter.com/cdncx/statuses/4310595710" class="aktt_tweet_time">#</a></li>
<li>Finished re-reading Going Postal <a href="http://cdn.cx/5" rel="nofollow">http://cdn.cx/5</a>; still in the middle of Feet of Clay <a href="http://ƨ.ws/feetofclay/" rel="nofollow">http://ƨ.ws/feetofclay/</a>, Making Money <a href="http://cdn.cx/6?" rel="nofollow">http://cdn.cx/6?</a> <a href="http://twitter.com/cdncx/statuses/4312865617" class="aktt_tweet_time">#</a></li>
<li>Missed my opportunity to do a π tweet : ] <a href="http://twitter.com/cdncx/statuses/4312873597" class="aktt_tweet_time">#</a></li>
<li>RT: @<a href="http://twitter.com/sitepointdotcom" class="aktt_username">sitepointdotcom</a> The 5 books for the price of 1 deal returns: ENDS 30 SEPT <a href="http://bit.ly/DTqgM" rel="nofollow">http://bit.ly/DTqgM</a> <a href="http://twitter.com/cdncx/statuses/4337204181" class="aktt_tweet_time">#</a></li>
<li>How insecure is my PHP? <a href="http://wp.me/p56-5x" rel="nofollow">http://wp.me/p56-5x</a> <a href="http://twitter.com/cdncx/statuses/4351152592" class="aktt_tweet_time">#</a></li>
<li>Hey @NameCheap, Lemon Meringue Pie would be great to serve at a #<a href="http://search.twitter.com/search?q=%23potluck" class="aktt_hashtag">potluck</a>. <a href="http://twitter.com/cdncx/statuses/4373794852" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/09/27/twitter-weekly-updates-for-2009-09-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>la petite url 1.5.1</title>
		<link>http://who-is.chrs.nl/2009/09/25/la-petite-url-1-5-1/</link>
		<comments>http://who-is.chrs.nl/2009/09/25/la-petite-url-1-5-1/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 21:14:21 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[tiny]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/?p=127</guid>
		<description><![CDATA[Seems changes like mine have ended up in la petite url, github didn&#8217;t have them last time I looked, it was still at 1.5&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Seems changes like mine have ended up in la petite url, github didn&#8217;t have them last time I looked, it was still at 1.5&hellip;</p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/09/25/la-petite-url-1-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-09-20</title>
		<link>http://who-is.chrs.nl/2009/09/20/twitter-weekly-updates-for-2009-09-20/</link>
		<comments>http://who-is.chrs.nl/2009/09/20/twitter-weekly-updates-for-2009-09-20/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 22:57:00 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[wittering]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/2009/09/twitter-weekly-updates-for-2009-09-20/</guid>
		<description><![CDATA[
Carl David Anderson discovered the subatomic particle called the muon in 1936 but no one has yet discovered what its point is.{ @qikipedia } #
@onion2k manflu? in reply to onion2k #
@jonbentley90 what about forcing iLife on Tiger upgraders to 10.6? in reply to jonbentley90 #
@jonbentley90 since it&#39;s an eBay-bought Mac mini, it&#39;s getting eBay-bought Leopard [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Carl David Anderson discovered the subatomic particle called the muon in 1936 but no one has yet discovered what its point is.{ @<a href="http://twitter.com/qikipedia" class="aktt_username">qikipedia</a> } <a href="http://twitter.com/cdncx/statuses/3985390658" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/onion2k" class="aktt_username">onion2k</a> manflu? <a href="http://twitter.com/onion2k/statuses/4013093212" class="aktt_tweet_reply">in reply to onion2k</a> <a href="http://twitter.com/cdncx/statuses/4013490770" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/jonbentley90" class="aktt_username">jonbentley90</a> what about forcing iLife on Tiger upgraders to 10.6? <a href="http://twitter.com/jonbentley90/statuses/4013712854" class="aktt_tweet_reply">in reply to jonbentley90</a> <a href="http://twitter.com/cdncx/statuses/4014184106" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/jonbentley90" class="aktt_username">jonbentley90</a> since it&#39;s an eBay-bought Mac mini, it&#39;s getting eBay-bought Leopard whilst all the early-adopters wrangle with Snow <a href="http://twitter.com/cdncx/statuses/4024762243" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/jonbentley90" class="aktt_username">jonbentley90</a> Unfortunately said eBay-bought Leopard discs are for some 2007 Intel machines and a 2006 Core Duo Mac mini isn&#39;t amongst them <a href="http://twitter.com/cdncx/statuses/4033050239" class="aktt_tweet_time">#</a></li>
<li>@namecheap, did you know that Cameroon&#39;s area is 183,569 square miles? #.cmsale and that &quot;your&quot; isn&#39;t short for &quot;you are&quot; <a href="http://twitter.com/cdncx/statuses/4088070607" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/Malarkey" class="aktt_username">Malarkey</a> If you want my bookmarks and elsewhere links via Twitter, follow @cowshedstudio. (RT) (S) (W) (BW) (AD) <a href="http://twitter.com/cdncx/statuses/4088160918" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/philnelson" class="aktt_username">philnelson</a> 52 + 2 jokers? Anything specific? <a href="http://twitter.com/philnelson/statuses/4088400588" class="aktt_tweet_reply">in reply to philnelson</a> <a href="http://twitter.com/cdncx/statuses/4088441921" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/philnelson" class="aktt_username">philnelson</a> presumably la petite url isn&#39;t one of those <a href="http://twitter.com/philnelson/statuses/4088638543" class="aktt_tweet_reply">in reply to philnelson</a> <a href="http://twitter.com/cdncx/statuses/4099142506" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/09/20/twitter-weekly-updates-for-2009-09-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-09-14</title>
		<link>http://who-is.chrs.nl/2009/09/13/twitter-weekly-updates-for-2009-09-14/</link>
		<comments>http://who-is.chrs.nl/2009/09/13/twitter-weekly-updates-for-2009-09-14/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:57:00 +0000</pubDate>
		<dc:creator>cdn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wittering]]></category>

		<guid isPermaLink="false">http://who-is.chrs.nl/2009/09/twitter-weekly-updates-for-2009-09-14/</guid>
		<description><![CDATA[
@robertnyman Eurhythmics in reply to robertnyman #
@robertnyman what about Tainted Love? in reply to robertnyman #
@robertnyman http://bit.ly/R3FyE in reply to robertnyman #
How long before @philnelson dismisses the code changes in my fork of &#34;la petite url&#34;? http://chrs.nl/w/3wgtb (301 Moved Permanently) HTTP/1. #
Turns out that my current setup 302 redirects the short links. #
@robertnyman Your twitter [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/robertnyman" class="aktt_username">robertnyman</a> Eurhythmics <a href="http://twitter.com/robertnyman/statuses/3813725346" class="aktt_tweet_reply">in reply to robertnyman</a> <a href="http://twitter.com/cdncx/statuses/3814551635" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/robertnyman" class="aktt_username">robertnyman</a> what about Tainted Love? <a href="http://twitter.com/robertnyman/statuses/3814591246" class="aktt_tweet_reply">in reply to robertnyman</a> <a href="http://twitter.com/cdncx/statuses/3814806657" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/robertnyman" class="aktt_username">robertnyman</a> <a href="http://bit.ly/R3FyE" rel="nofollow">http://bit.ly/R3FyE</a> <a href="http://twitter.com/robertnyman/statuses/3814858704" class="aktt_tweet_reply">in reply to robertnyman</a> <a href="http://twitter.com/cdncx/statuses/3815186181" class="aktt_tweet_time">#</a></li>
<li>How long before @<a href="http://twitter.com/philnelson" class="aktt_username">philnelson</a> dismisses the code changes in my fork of &quot;la petite url&quot;? <a href="http://chrs.nl/w/3wgtb" rel="nofollow">http://chrs.nl/w/3wgtb</a> (301 Moved Permanently) HTTP/1. <a href="http://twitter.com/cdncx/statuses/3930077251" class="aktt_tweet_time">#</a></li>
<li>Turns out that my current setup 302 redirects the short links. <a href="http://twitter.com/cdncx/statuses/3930776116" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/robertnyman" class="aktt_username">robertnyman</a> Your twitter client? &#8211; the calibre of this tweet is .303&quot; <a href="http://twitter.com/robertnyman/statuses/3938728688" class="aktt_tweet_reply">in reply to robertnyman</a> <a href="http://twitter.com/cdncx/statuses/3939342615" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://who-is.chrs.nl/2009/09/13/twitter-weekly-updates-for-2009-09-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
