<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>goto 0</title>
	<link>http://goto0.cubelogic.org</link>
	<description>thoughts about programming</description>
	<lastBuildDate>Thu, 06 Oct 2011 08:40:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Steve Jobs</title>
		<description><![CDATA[It&#8217;s weird. I&#8217;ve never had the privilege to work for Steve Jobs, let alone meet him or know him, yet it feels like someone close died. I was reflecting earlier on the fact that he is one of childhood heroes. From way back when I was a penny-less teenager, I was dreaming about owning a [...]]]></description>
		<link>http://goto0.cubelogic.org/a/235</link>
			</item>
	<item>
		<title>iOS 4.2 update and the Base SDK Missing error</title>
		<description><![CDATA[If after updating to iOS 4.2 SDK you get a &#8220;Base SDK Missing&#8221; error: open Project settings and choose &#8220;Latest iOS&#8221; under Base SDK for All Configurations open your target and make sure the settings applies to it (in case you overrode it) (yes, somehow the &#8220;Base SDK Missing&#8221; error seems to stick) shutdown Xcode [...]]]></description>
		<link>http://goto0.cubelogic.org/a/231</link>
			</item>
	<item>
		<title>Building Erlang OTP R14B on OpenBSD 4.7</title>
		<description><![CDATA[Summary: OpenBSD is not GNU/Linux! I just spent the last 20 minutes baffled by some weird errors as I was building Erlang on an OpenBSD box I am setting up. $ make make: "/home/acces/otp_src_R13B04/Makefile" line 88: Missing dependency operator make: "/home/acces/otp_src_R13B04/Makefile" line 89: Missing dependency operator ... 100 similar lines follow ... The problem is&#8230; [...]]]></description>
		<link>http://goto0.cubelogic.org/a/215</link>
			</item>
	<item>
		<title>GitHub love</title>
		<description><![CDATA[I imported some of my open source code over to GitHub. I have to say I was surprised how easy and smooth the import went from my old svn repository. The whole history seems to have been imported nicely. Beside importing SimpleTimer (my first Cocoa app: beware, its code might not be the prettiest!), this [...]]]></description>
		<link>http://goto0.cubelogic.org/a/209</link>
			</item>
	<item>
		<title>FlashBuilder quirks</title>
		<description><![CDATA[I ran into the following weird compile error recently: compile error: 1071: Syntax error: expected a definition keyword (such as function) after attribute override, not protected. in relation to the following code: override protected function createChildren():void {} The solution? override protected function createChildren():void {} Don&#8217;t even get me started.]]></description>
		<link>http://goto0.cubelogic.org/a/205</link>
			</item>
	<item>
		<title>Updating your Apple Push Notification Service certificates</title>
		<description><![CDATA[Just a quick checklist to get up to speed when your APN certificates expire. Login into the Provisioning Portal, click &#8220;App IDs&#8221; on the left side column Click &#8220;Configure&#8221; on the App ID of your app Click Revoke for the expired Push SSL certificate Open Keychain Access on your Mac. Click the &#8220;Certificates&#8221; category, find [...]]]></description>
		<link>http://goto0.cubelogic.org/a/186</link>
			</item>
	<item>
		<title>Quickly rebuild your iOS app when Provisioning Profile expires</title>
		<description><![CDATA[Login into the Provisioning Portal, click &#8220;Provisioning&#8221; on the left side column Renew your expired profile (or create new one) and download it Drag it over the Xcode dock icon (or add it into the Organizer) Remove old profiles from Xcode Organizer Open your Device target. Select the Build tab -> Code Signing Identity, and [...]]]></description>
		<link>http://goto0.cubelogic.org/a/172</link>
			</item>
	<item>
		<title>Bitstrings and Binaries (Erlang bit syntax minihowto part 2)</title>
		<description><![CDATA[What&#8217;s the difference between the Binary and Bitstring types in Erlang? Well, a bitstring is a sequence of bits of any length; a binary is a sequence of bits where the number of bits is evenly divisible by 8. (So any binary is also a bitstring.) Some examples: 1> &#60;&#60;2#11110000:5>>. < &#60;16:6>> 2> &#60;&#60;2#11110000:6>>. < [...]]]></description>
		<link>http://goto0.cubelogic.org/a/142</link>
			</item>
	<item>
		<title>Changing a UIButton title and dealing with button States</title>
		<description><![CDATA[If you are changing the title of a UIButton programmatically, you will naturally use the method setTitle:forState:. Easy enough&#8230; well, sort of. What do you put in the state parameter? My first reaction was &#8220;I&#8217;m going to put all possible states since I just want the button title to change no matter what.&#8221; So I [...]]]></description>
		<link>http://goto0.cubelogic.org/a/116</link>
			</item>
	<item>
		<title>Erlang bit syntax mini How-To</title>
		<description><![CDATA[I don&#8217;t know why but Erlang bit syntax always confused me. I always skipped it while reading the docs, until, well, now that I need it. I should say this is not meant to be an exhaustive how-to by any means. It&#8217;s just a collection of notes, but howto sounded better. :) There are better [...]]]></description>
		<link>http://goto0.cubelogic.org/a/90</link>
			</item>
</channel>
</rss>

