<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>27.am</title>
	<link>http://27.am</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 19:25:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Buying a Dremel in South Africa</title>
		<description><![CDATA[I&#8217;d been wanting to get myself a Dremel rotary tool for ages, but only started looking into it recently. Immediately, I was overwhelmed by the variety of options thrown at me &#8211; do I get the tool by itself and then buy the accessories separately, or do I go for one of the kits? Which [...]]]></description>
		<link>http://27.am/posts/71/buying-a-dremel-in-south-africa</link>
			</item>
	<item>
		<title>Your iPhone &amp; its dock: Disabling the mute feature</title>
		<description><![CDATA[I recently purchased a dock for my iPhone from a guy on Ebay. It&#8217;s not an official Apple product, because $5 is a far better price than the $29 Apple wants for a piece of plastic. All-in-all, its a great little product, and it would be perfect but for one thing; every time I plug [...]]]></description>
		<link>http://27.am/posts/59/your-iphone-its-dock-disabling-the-mute-feature</link>
			</item>
	<item>
		<title>Restoring iPhone USB access under iTunes 9</title>
		<description><![CDATA[Like many jailbreak iPhone users, I prefer to SSH to my iPhone 3G via the USB cable instead of over my wifi network. Since upgrading to iPhone OS 3.1.2 and iTunes 9.0.2 (Specifically 9.0.2.25), however, I&#8217;ve discovered that the tool I used, iphone_tunnel.exe, no longer works. Instead, every time I try to connect with Putty [...]]]></description>
		<link>http://27.am/posts/52/restoring-iphone-usb-access-under-itunes-9</link>
			</item>
	<item>
		<title>The legal risks of buying a US iTunes voucher/gift card</title>
		<description><![CDATA[My experience with safely buying a US iTunes voucher was entirely positive, but being scammed isn&#8217;t the only way things can go wrong for a South African iTunes user. I recently came across a post discussing the legality of using US iTunes gift cards in South Africa. In short, redeeming the voucher as a South [...]]]></description>
		<link>http://27.am/posts/46/the-legal-risks-of-buying-a-us-itunes-vouchergift-card</link>
			</item>
	<item>
		<title>Buying iTunes vouchers/gift cards online</title>
		<description><![CDATA[Using an iPhone and iTunes as a South African user sucks. Every iPhone user I know has registered a US iTunes account to get access to apps that are inexplicably* unavailable in South Africa. The only downside is that, without a US credit card, the only way to buy apps on the AppStore is by [...]]]></description>
		<link>http://27.am/posts/40/buying-itunes-vouchersgift-cards-online</link>
			</item>
	<item>
		<title>redsn0w 0.8 Checksums</title>
		<description><![CDATA[As it doesn&#8217;t appear to be online elsewhere, here are the checksums for redsn0w 0.8 for Windows: Filename CRC32 MD5 SHA1 redsn0w-win_0.8.zip 45849b42 6b9480bde795f20c62592645ecddec1c b7c3f3e1ec1f9b62fde9030265f2e3623e2576bd &#8985; redsn0w.exe 01324e34 aeb7ac29b1954c992f33335da1e59189 1499f5fad69a2212126096379582204298abf911]]></description>
		<link>http://27.am/posts/35/redsn0w-0-8-checksums</link>
			</item>
	<item>
		<title>Migrating iTunes apps between installs</title>
		<description><![CDATA[Ahh, a new PC, a new install of iTunes, and all the apps I downloaded for my iPhone are nowhere to be seen. iTunes doesn&#8217;t offer me a way to redownload all the apps I installed, and what&#8217;s more, when I try to sync my iPhone with the new copy of iTunes, I get the [...]]]></description>
		<link>http://27.am/posts/28/migrating-itunes-apps-between-installs</link>
			</item>
	<item>
		<title>C# Quines</title>
		<description><![CDATA[Writing quines is a fun way to while away an afternoon, especially when trying to make them as short as possible. This is the result of my attempt at writing the shortest C# quine possible (155 characters, source file): class q{static void Main(){string s="class q{{static void Main(){{string s={0}{1}{0};System.Console.Write(s,'{0}',s);}}}}";System.Console.Write(s,'"',s);}} PS: I came across a shorter C# [...]]]></description>
		<link>http://27.am/posts/22/c-quines</link>
			</item>
	<item>
		<title>Crouching Enumerator, Hidden Boxing</title>
		<description><![CDATA[A few months ago, I was playing around with a simple C# permutation generator to build a word list, with each character position having its own list of characters to iterate through: List&#60;T&#62;.Enumerator enumerator = characterList.GetEnumerator(); while (condition) { if (!enumerator.MoveNext()) { enumerator.Reset(); enumerator.MoveNext(); } Consume(enumerator.Current); } Oddly, I was getting a compilation error on [...]]]></description>
		<link>http://27.am/posts/20/crouching-enumerator-hidden-boxing</link>
			</item>
	<item>
		<title>The Joy of ASP.NET, Visual Studio and Proxies</title>
		<description><![CDATA[Some time ago, the web project I was working on started refusing to open. Every time I tried to reload the ASP.NET project, Visual Studio (In this case, VS.NET 2003, but it may affect 2005 and 2008) gave a strange error message: The Web server reported the following error when attempting to create or open [...]]]></description>
		<link>http://27.am/posts/11/the-joy-of-asp-net-visual-studio-and-proxies</link>
			</item>
</channel>
</rss>
