<?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>Corporation Unknown &#187; Misc</title>
	<atom:link href="http://corporationunknown.com/blog/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://corporationunknown.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 21 Feb 2012 06:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gotcher Address Book!</title>
		<link>http://corporationunknown.com/blog/2012/02/09/gotcher-address-book/</link>
		<comments>http://corporationunknown.com/blog/2012/02/09/gotcher-address-book/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:25:20 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Mac Community]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=302</guid>
		<description><![CDATA[Even though I installed the Path app and set up an account, I never really used it. It never really clicked with me; I really only signed up because many people I know were trying/using it. So it wasn&#8217;t anything close to a &#8220;hardship&#8221; for me to ask them to delete my account when it [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I installed the Path app and set up an account, I never really used it. It never really clicked with me; I really only signed up because many people I know were trying/using it. So it wasn&#8217;t anything close to a &#8220;hardship&#8221; for me to ask them to delete my account when it was <a href="http://mclov.in/2012/02/08/path-uploads-your-entire-address-book-to-their-servers.html">revealed that they were uploading the contents of my address book to their servers.</a> Still, I&#8217;m disappointed.</p>
<p>Last fall, we were in the crunch-time week for a client&#8217;s app before the iOS 5.0 submission deadline. I was profiling it in Instruments, trying to find where we could improve its launch-time performance, when I found a noticeable amount of time was spent in Address Book queries by a third-party video tracking library.</p>
<p>Not only was this behavior slowing down our launch, it was unexpected and&#8211;since it was a binary library without source code provided&#8211;we had no idea what it was doing with that information. A red flag was raised, and to my surprise the client even expressed willingness to cut the functionality until the questions could be answered.</p>
<p>As explained, the usage was almost clever: By adding a defined contact to your address book, you would unlock additional debug logging and reporting options for their SDK. They claimed that there were numerous applications already approved with this SDK, and I don&#8217;t feel the need to question their veracity. Most importantly, they offered a build without that functionality, provided it quickly, and that&#8217;s what shipped.</p>
<p>So it disappoints me that after my own personal experience of trying to keep code out of the Address Book, there are developers out there who apparently don&#8217;t think twice about slurping all of your contacts and sending them to their servers without your express permission.</p>
<p>This has <a href="http://isource.com/2008/07/23/aurora-feint-removed-from-app-store-over-privacy-concerns-hopefully-to-return-soon/">happened before with Aurora Feint.</a> It forever tainted my opinion of Open Feint, which came out of that. I had been under the impression that Apple was much more strict about this type of behavior&#8211;&#8221;chance of rejection&#8221; was one of the main reasons I brought attention to the library&#8217;s unexpected access. So I&#8217;m disappointed in Apple, too.</p>
<p>There have been calls for Apple to add required guards and notifications to the API&#8217;s access, similar to how Location Services is handled. That would probably be good, but at a certain point all the notifications just become &#8220;Grant Access?&#8221; alerts that users don&#8217;t think about. I think there&#8217;s a simpler way to do it, at least for a first attempt:</p>
<ol>
<li>When submitting an app to iTunes Connect, ask &#8220;Do you access and transmit Address Book data?&#8221; similar to the existing question about using encryption.</li>
<li>Answering &#8220;yes&#8221; is a flag to the review team to verify that the developers have implemented their own reasonable opt-in mechanism, and maybe even a bit more scrutiny of their network traffic.</li>
<li>If an app is found to be violating this, terminate the developer&#8217;s account.</li>
</ol>
<p>Yes, I feel that violating this expectation after making it clear that you are expected to be transparent about using this kind of information is worthy of booting you out of the App Store.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2012/02/09/gotcher-address-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Patents</title>
		<link>http://corporationunknown.com/blog/2011/05/18/how-to-fix-patents/</link>
		<comments>http://corporationunknown.com/blog/2011/05/18/how-to-fix-patents/#comments</comments>
		<pubDate>Wed, 18 May 2011 16:49:43 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=294</guid>
		<description><![CDATA[As I understand it, the intent of a patent is to protect the value of the invention to the inventor by giving them exclusive control of the rights to use said invention. In return, they are asked to encourage future innovation by sharing that information with the world instead of keeping it a proprietary secret. [...]]]></description>
			<content:encoded><![CDATA[<p>As I understand it, the intent of a patent is to protect the value of the invention to the inventor by giving them exclusive control of the rights to use said invention. In return, they are asked to encourage future innovation by sharing that information with the world instead of keeping it a proprietary secret. Pretty simple and straightforward, and I really have a hard time disagreeing with that being a desirable goal.</p>
<p>Most of the complaints about the patent system being &#8220;broken&#8221; come down to a few points:</p>
<ol>
<li>The patent is not novel; it&#8217;s an obvious method to anyone spending any mental effort on the problem space.</li>
<li>The patent is too broad; It could cover any number of possible techniques without taking a stand on one (or a handful). This usually seems to be done to get around the requirement of sharing the information, keeping aspects proprietary. One might also consider this related to &#8220;not novel.&#8221;</li>
<li>The inventor (or, usually, reassigned rights holder commonly referred to as &#8220;patent troll&#8221;) has done nothing with their rights to the patent on their own. On its own, there is nothing wrong with this&#8211;it would be perfectly legitimate to have a sole licensee. When combined with items 1 or 2, though, most people agree that it&#8217;s is predatory and stifles innovation rather than encouraging it.</li>
</ol>
<p>My Proposal: Within a defined grace period after patent status is granted (I&#8217;m envisioning 5 years, maybe 7), the patent holder must show measurable revenue due to a concrete implementation of the patent, or that it is a recognizable part of another product which generates recognizable revenue. This revenue may be recognized directly by the inventor, or by licensees of the patent. If such evidence is not given within the grace period, the patent is considered fallow and control rights are revoked.</p>
<p>A patent that does not result in a concrete implementation within a reasonable period of time is hard to consider as &#8220;benefitting society&#8221; and thus unworthy of the rights exclusivity granted by the society in exchange.</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2011/05/18/how-to-fix-patents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Year in Review 2010</title>
		<link>http://corporationunknown.com/blog/2011/01/11/year-in-review-2010/</link>
		<comments>http://corporationunknown.com/blog/2011/01/11/year-in-review-2010/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 16:19:29 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=261</guid>
		<description><![CDATA[It&#8217;s still the first half of January, so I&#8217;m in the grace period for a &#8220;Year in Review&#8221; post. 2010 was one heck of a slingshot year for me and Corporation Unknown. I started the year unemployed and thin on contract work, and finished it with Corporation Unknown&#8217;s highest revenue in its 3-year history and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s still the first half of January, so I&#8217;m in the grace period for a &#8220;Year in Review&#8221; post. </p>
<p>2010 was one heck of a slingshot year for me and Corporation Unknown. I started the year unemployed and thin on contract work, and finished it with Corporation Unknown&#8217;s highest revenue in its 3-year history and a job offer I can&#8217;t refuse.</p>
<p><span id="more-261"></span><br />
<h1>Bankruptcy</h1>
<p>After starting out looking promising, 2009 was rough. The latter half was my first try at full-time independent contracting. I spent time working on project proposals where the client apparently went with someone willing to work for $25/hour; I did work on a decent project (iPhone client for the web site they were developing) that then went &#8220;on hold&#8221; once the company I was subcontracting for realized that <em>their</em> client was behind on payments to the tune of six digits. (They paid me in full, I don&#8217;t know if they ever got the same.)</p>
<p>At the beginning of 2010, my wife and I filed for personal bankruptcy. This isn&#8217;t something I&#8217;m proud of, but I refuse to hide it as a personal shame. I debated even mentioning this here, except for two points I hope might be able to help others approaching a similar situation:</p>
<ol>
<li>Start looking into bankruptcy <em>before</em> dipping into retirement savings. Most likely, those funds are protected from the proceedings and you won&#8217;t have to start over.</li>
<li>The idea of paying a lawyer $3k to file for bankruptcy seems <em>wrong</em>, doesn&#8217;t it? It was completely worth it. Under our attorney&#8217;s advice, we knew exactly what to expect with no surprises. Sometimes when trying to restart parts of your life, it&#8217;s refreshing to just chuck it all and walk away, consequences be damned&#8211;this is not one of those times.</li>
</ol>
<h1>Contracting</h1>
<p>Independent contracting in 2010 was hot and cold. More accurately, cold then hot, and feast or famine. I&#8217;d go without prospects for a while, then have a few come all at once that I actually had to choose from. Managing a client pipeline is not easy as a solo contractor.</p>
<p>In the spring, I had the opportunity to work with local friends <a href="http://blackpixel.com/">Black Pixel</a> on a small part of a fairly large project for iPad&#8211;before its release. It&#8217;s hard to believe the iPad hasn&#8217;t been out a full year yet; recalling having to code for iPad without a test device feels like reminiscing about the punchcard days.</p>
<p>I had a good time working on that project, even though it was all too brief. The team was wonderful, and even though it feels unfair, I have to single out the experience of working with Chris Clark. It was the first time I&#8217;d had the opportunity to work on an iOS project with a dedicated designer&#8211;one who listens, takes feedback, and respectfully tells you you&#8217;re either wrong, or he just prefers his design anyway&#8211;and I loved that.</p>
<p>At that time, I was also working on a project with a existing client. They had an iPhone app that I had cleaned up somewhat, and the announcement of iPad seemed an ideal fit for their product. Unfortunately, in the early days of the iPad, I still needed a lot of experimenting to get a feel for what &#8220;worked&#8221; and what didn&#8217;t. In their desire to get in to the field as quick as possible, they felt that the project was taking too long and ended up opting out of the contract.</p>
<p>Then in May, I had the opportunity to do some subcontracting work for fellow locals <a href="http://www.roguesheep.com/">RogueSheep</a>. The project was for a component of an iPad app that, once I got past the &#8220;why would you want to do that?&#8221; aspect, provided some interesting challenges in designing custom controls and animations, and I loved that.</p>
<p>RogueSheep is another great team, and another great designer in Brad Ellis (even if he has since moved on to <a href="https://squareup.com/">Square</a>). Brad has the same positive qualities as Chris, with the addition of slightly crazier ideas that push you to create something you wouldn&#8217;t have imagined on your own. </p>
<p>Thankfully, the Sheep have continued to have a project pipeline for me to work on: I wrote another bit of code that I&#8217;m not even sure has made it onto the store yet for the same client; I wrote some UI code for RogueSheep&#8217;s own <a href="http://touchup.roguesheep.com/">TouchUp for iPad</a> application as they were readying it for release, and I&#8217;m in the process of finishing off another pretty major iPhone project for another of their clients. They even let me touch their Apple Design Award.</p>
<p>Thanks in large part to RogueSheep, in its first full year of full-time effort, Corporation Unknown has recorded its highest annual revenue:</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://corporationunknown.com/blog/wp-content/uploads/2011/01/CU-Revenue.png" alt="CU Revenue.png" border="0" width="394" height="215" /></p>
<h1>Onward</h1>
<p>This year already has some promising challenges ahead:</p>
<ol>
<li>Beginning in March, I will be teaching &#8220;Developing with the iPhone SDK,&#8221; the middle course of the iPhone and Cocoa Development certification from the University of Washington&#8217;s Professional and Continuing Education.</li>
<li>I have accepted an offer to return to Black Pixel full-time beginning in February. It&#8217;s been tough feeling like I&#8217;m choosing between two great companies and teams, but I am really excited to be rejoining Black Pixel&#8217;s now-expanded team and continuing to kick some iOS butt.</li>
<li>On top of all that, our second child is due at the end of July.</li>
</ol>
<p>2011 is going to be a busy year!</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2011/01/11/year-in-review-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPad and the Digital Hub</title>
		<link>http://corporationunknown.com/blog/2010/07/08/ipad-and-the-digital-hub/</link>
		<comments>http://corporationunknown.com/blog/2010/07/08/ipad-and-the-digital-hub/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:46:50 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=239</guid>
		<description><![CDATA[Yesterday I tweeted about a feature I would like: Want: iPod on iPad able to browse desktop iTunes à la Home Sharing. Watching WWDC videos on iPad w/o having to sync first&#8211;yum. I received a few recommendations for Air Video and StreamToMe. I&#8217;d forgotten that I&#8217;d downloaded Air Video but hadn&#8217;t set up the server; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://twitter.com/pgor/status/17982503054">Yesterday I tweeted</a> about a feature I would like:</p>
<blockquote><p>Want: iPod on iPad able to browse desktop iTunes à la Home Sharing. Watching WWDC videos on iPad w/o having to sync first&#8211;yum.</p></blockquote>
<p>I received a few recommendations for <a href="http://www.inmethod.com/">Air Video</a> and <a href="http://projectswithlove.com/streamtome/">StreamToMe</a>. I&#8217;d forgotten that I&#8217;d downloaded Air Video but hadn&#8217;t set up the server; I&#8217;d also forgotten about StreamToMe even though I subscribe to Matt Gallagher&#8217;s blog. </p>
<p>I fired up the Air Video Server and started it serving the iTunes U playlist. Connecting and browsing from the iPad client was simple and straightforward. Trying to stream a WWDC video paused to buffer annoyingly often&#8211;which I blame less on the software than the 2GHz Mini it was running on, which probably also had the misfortune to have Time Machine kick in at the same time. But it doesn&#8217;t seem to have a functionality I implied by the &#8220;Home Sharing&#8221; reference: Copy the video to the iPad to watch elsewhere later. StreamToMe looks to have similar features (and lack thereof) to Air Video, so I didn&#8217;t test it.</p>
<p>I appreciate the recommendations, I really do. But neither of these can get past the one requirement I didn&#8217;t specify: I don&#8217;t <em>want</em> a third-party solution. My tweet was really a passive-aggressive desire to have Apple implement this.</p>
<p><span id="more-239"></span>I have fully committed to iTunes being my central media repository. It serves 157GB of my music, 148GB of movies, 100GB of TV shows, 144GB of iTunes U videos (primarily WWDC videos) and a variable amount of audio and video podcasts. As a result, I don&#8217;t have many files in formats foreign to iTunes, which both these applications seem focused on solving and I expect they handle admirably.</p>
<p>Both of my AppleTVs can access any file in the desktop&#8217;s iTunes library, even though with 40GB and 160GB drives they obviously can&#8217;t hold copies of everything. (True, I can&#8217;t instruct an AppleTV to copy files to itself, but I don&#8217;t feel the desire to pick it up and take it elsewhere, either.)</p>
<p>My iPad cannot access all the files.</p>
<p>My laptop can browse any file on the desktop&#8217;s iTunes library; thanks to Home Sharing it can copy any file just by dragging it to the local library. It can even browse other libraries that are shared on the network.</p>
<p>My iPad cannot copy files to its local library, or browse other shared libraries.</p>
<p>The &#8220;digital plumbing&#8221; is there in DAAP and Home Sharing to make this happen, but third party developers are left to write their own servers to support their clients. I have no reason to distrust InMethod or Matt Gallagher&#8211;and I&#8217;m pretty sure that either of them can write a better server than I ever could&#8211;but each additional server increases the likelihood of conflicts and security problems, so I don&#8217;t <em>want</em> to install and maintain additional, practically redundant servers.</p>
<p>I <em>want</em> a digital hub; one machine serving the same media in different ways is not a hub.</p>
<p>During the iPad announcement, Steve Jobs positioned the iPad as a third type of device &#8220;between a laptop and a smartphone.&#8221; In my experience, that&#8217;s an astute description. In regards to media handling, though, I feel the iPad still behaves much more like my iPhone than my MacBook Pro.</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2010/07/08/ipad-and-the-digital-hub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prepping for WWDC</title>
		<link>http://corporationunknown.com/blog/2009/06/04/prepping-for-wwdc/</link>
		<comments>http://corporationunknown.com/blog/2009/06/04/prepping-for-wwdc/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:04:37 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[WWDC]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=86</guid>
		<description><![CDATA[I&#8217;m packed for WWDC, and have mowed the lawn so it&#8217;s not a jungle when I return. Earlier this week, I began prepping my hardware to have (hopefully) everything I need. There are plenty of WWDC &#8220;survival guides&#8221; out there&#8211;most recently an excellent one from Brent Simmons&#8211;and I even tried adding some pointers of my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m packed for WWDC, and have mowed the lawn so it&#8217;s not a jungle when I return. Earlier this week, I began prepping my hardware to have (hopefully) everything I need. There are plenty of WWDC &#8220;survival guides&#8221; out there&#8211;most recently an <a href="http://inessential.com/2009/06/06/brents_wwdc_tips">excellent one from Brent Simmons</a>&#8211;and I even tried <a href="http://corporationunknown.com/blog/2008/06/20/wwdc-recap-part-one/">adding some pointers</a> of my own last year. This year, I&#8217;ve noticed some little tips and ideas which may not be obvious; they may be too close to the trip to help anybody else out, but they might help you (or me) next year.<span id="more-86"></span><br />
<h1>Phone and Laptop Prep</h1>
<p>Earlier this week, I changed my phone from syncing with my desktop to syncing with the laptop. Last year I had an older laptop without much room on it for my music, so the iPhone was pretty much read-only during that time. Now I&#8217;ll be able to update any new podcasts as well as clear out those I&#8217;ve managed to listen to.</p>
<p>As long as I was losing all my application data by linking to a new library (I really wish there were a better transition available for that) I decided to finally bite the bullet and install the 3.0 OS. Beta 5 combined with a 1st Gen iPhone caused me quite a bit of grief to install, but I finally got it going and have been using it since.</p>
<p>I&#8217;ve trimmed my music playlist on the phone to make room for more videos to watch while traveling without having to pull out the laptop. My paper book for the week will be Cordwainer Smith&#8217;s &#8220;When the People Fell&#8221; which I&#8217;m already partway into, and I have <a href="http://www.pragprog.com/titles/mzcd/core-data">Marcus Zarra&#8217;s &#8220;Core Data&#8221;</a> epub in <a href="http://www.lexcycle.com/">Stanza</a> on my phone.</p>
<p>I&#8217;m somewhat paranoid of losing my phone in general, and the idea of leaving it behind in a swarm of almost identical phones at the conference only amplifies that fear. My normal desktop photo is my wife and daughter, but in a room of people who have just met me&#8211;and have never met my family&#8211;that won&#8217;t help. To improve chances of recovery, I have changed my desktop to my business card. It doesn&#8217;t fit perfectly, and I haven&#8217;t had the time to rearrange the graphics, but my name and email address are legible for anyone who might find my phone.</p>
<h1>External Hard Drive</h1>
<p>I installed the latest Snow Leopard developer release onto a portable drive, a <a href="http://www.maxtor.com/en/hard-drive-backup/external-drives/maxtor-onetouch-4-mini.html">Maxtor OneTouch Mini</a> I&#8217;d bought a while ago. I haven&#8217;t been actively developing against Snow Leopard, so if/when we receive a new dev release at the conference, I will feel free to install over it.</p>
<p><strong>Tip:</strong> If you are going to bring an external drive to run dev releases, reformat the drive in advance to use <a href="http://support.apple.com/kb/TS1600">GUID Partition Table</a> or it won&#8217;t boot your Intel Mac. That&#8217;s a really annoying thing to discover <em>after</em> you&#8217;ve gone through the OS install process.</p>
<h1>Power</h1>
<p>Hotel room outlets are a crap shoot. When you actually find outlets you can reach, they&#8217;re usually mostly occupied by appliances already. I always bring along my <a href="http://www.monstercable.com/productdisplay.asp?pin=3842">Monster Outlets-to-Go</a> mini power strip. This thing is just one of those brilliant simple ideas, executed well.</p>
<p>During sessions, I don&#8217;t know that I&#8217;ll need much power. I&#8217;ve found that when it comes to note-taking, I&#8217;m more of a paper person than a laptop person. I&#8217;m not to the point of buying <a href="http://www.moleskine.com/">Moleskine</a> notebooks, but I find writing easier and quicker to edit and annotate than a keyboard, and I focus more on the presentation itself. A paper notebook is also much less awkward to carry around and balance on your lap. </p>
<p>I am planning to carry a power adapter for my phone, though. Like Brent&#8217;s suggestion to stay hydrated, phone battery tends to be something you don&#8217;t think about until you&#8217;re critically low. Carrying a charger should allow me to grab a charge as needed.</p>
<h1>Keep In Touch</h1>
<p>I found <a href="http://twitter.com/pgor">Twitter</a> to be invaluable last year for finding out about both sessions and social events. For those I follow in my closer social circle, I have their updates text message me; everyone else I can check as I wish. I just need to remember to disable the text messaging before I go to bed, then re-enable in the morning.</p>
<p>During the day next week, my Twitter stream will become somewhat cryptic: I tweet the session number and room I&#8217;m in (e.g. &#8220;101 Presidio&#8221;) when in a session; if you&#8217;re in the same session hall, you can then choose to look for (or avoid) me.</p>
<p>Feel free to follow me, but don&#8217;t be offended if I don&#8217;t follow you back. To limit the flow from Twitter, I have a general rule of trying to restrict myself to following people I have met in real life. Feel free to say &#8220;hi&#8221; and I&#8217;ll almost definitely follow you back.</p>
<p>I look forward to meeting as many fellow developers as possible this week, and wish you all a successful WWDC, however you define &#8220;successful.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2009/06/04/prepping-for-wwdc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Whoa, It&#8217;s 2009 Already</title>
		<link>http://corporationunknown.com/blog/2009/01/08/whoa-its-2009-already/</link>
		<comments>http://corporationunknown.com/blog/2009/01/08/whoa-its-2009-already/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 01:19:20 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=42</guid>
		<description><![CDATA[I wrote my first check of the year yesterday and remembered to date it &#8220;2009.&#8221; More importantly, it wasn&#8217;t a personal check&#8211;it was a business check. My wife and I have registered with the State of Washington as &#8220;Goracke Consulting, LLC&#8221; (the word &#8220;Corporation&#8221; is not allowed in an LLC name&#8211;who knew?) doing business under [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote my first check of the year yesterday and remembered to date it &#8220;2009.&#8221; More importantly, it wasn&#8217;t a personal check&#8211;it was a business check.</p>
<p>My wife and I have registered with the State of Washington as &#8220;Goracke Consulting, LLC&#8221; (the word &#8220;Corporation&#8221; is not allowed in an LLC name&#8211;who knew?) doing business under the name &#8220;Corporation Unknown.&#8221; It&#8217;s been an interesting process; not difficult, but filled with worry about not &#8220;doing it correctly&#8221; at each step. We made the final step of opening the business bank account on the last day of the year, and are ready to officially enter our first full year of business.</p>
<p>Since <a href="http://corporationunknown.com/blog/2008/09/13/25-of-3-goals-accomplished/">last year&#8217;s simple goals</a> worked out pretty well, I think I&#8217;ll state my business goals for this year. In no particular order:</p>
<ul>
<li><a href="http://developer.apple.com/wwdc/">WWDC</a></li>
<li><a href="http://www.rentzsch.com/c4/">C4</a></li>
<li>Ship It!</li>
<li>?</li>
<li>Profit!</li>
</ul>
<p>(Hoo-boy, that joke never gets old.)</p>
<p>I have a couple dev-related posts I&#8217;ve been meaning to get out of my head which should be appearing soon. One of them will (if all goes as planned) include shared code I hope people will find useful.</p>
<p>Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2009/01/08/whoa-its-2009-already/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Year of the Sell-Out</title>
		<link>http://corporationunknown.com/blog/2008/08/03/year-of-the-sell-out/</link>
		<comments>http://corporationunknown.com/blog/2008/08/03/year-of-the-sell-out/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 06:39:40 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=16</guid>
		<description><![CDATA[First WWDC sold out, but I got in on the last day of early registration. Now, C4[2] opened registration and sold out while I was off on a weekend getaway. I hadn&#8217;t attended the previous two years, but was hoping to make it happen this year. There&#8217;s not much I can do about that except [...]]]></description>
			<content:encoded><![CDATA[<p>First <a href="http://developer.apple.com/wwdc/">WWDC</a> sold out, but I got in on the last day of early registration.</p>
<p>Now, <a href="http://www.rentzsch.com/c4/twoOpen">C4[2]</a> opened registration and sold out while I was off on a weekend getaway. I hadn&#8217;t attended the previous two years, but was hoping to make it happen this year. There&#8217;s not much I can do about that except say &#8220;bummer&#8221; and look on the bright side: I had been very close to booking a flight and room when the dates were first announced, and I haven&#8217;t had to spend the day canceling reservations now.</p>
<p>What is the next Mac dev conference this year, and where should I set up my tent for the line?</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2008/08/03/year-of-the-sell-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Begone, Kubrick!</title>
		<link>http://corporationunknown.com/blog/2008/06/06/begone-kubrick/</link>
		<comments>http://corporationunknown.com/blog/2008/06/06/begone-kubrick/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 19:36:56 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=7</guid>
		<description><![CDATA[I&#8217;m certainly not planning to keep people updated on every CSS selector change on the site (there will be a lot), but I have to mark the occasion of changing from the boring stock WordPress &#8220;Kubrick&#8221; theme to the first revision of Corporation Unknown&#8217;s graphic identity. Most significant is the new logo done by our [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m certainly not planning to keep people updated on every CSS selector change on the site (there will be a lot), but I have to mark the occasion of changing from the boring stock WordPress &#8220;Kubrick&#8221; theme to the first revision of Corporation Unknown&#8217;s graphic identity.</p>
<p>Most significant is the new logo done by our friends at <a href="http://www.skycubemedia.com/">SkyCubeMedia</a>. Thanks to Sky (and my wife&#8217;s initial sketch), I now have a site identity I can carry around (in the form of business cards) to WWDC.</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2008/06/06/begone-kubrick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Corporation Unknown!</title>
		<link>http://corporationunknown.com/blog/2008/05/27/welcome-to-corporation-unknown/</link>
		<comments>http://corporationunknown.com/blog/2008/05/27/welcome-to-corporation-unknown/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:03:59 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=4</guid>
		<description><![CDATA[Well, here we go&#8230; Corporation Unknown will serve to track the course of my progress to an intended career as an independent Mac software developer. No, I don&#8217;t hate my job (even though it&#8217;s not Mac development), but I do feel that this is the long-term path to my career happiness and further success. We [...]]]></description>
			<content:encoded><![CDATA[<p>Well, here we go&#8230;</p>
<p>Corporation Unknown will serve to track the course of my progress to an intended career as an independent Mac software developer. No, I don&#8217;t hate my job (even though it&#8217;s not Mac development), but I do feel that this is the long-term path to my career happiness and further success. We will track milestones on the way to launch, and share insights gained along the way&#8211;both in business and code.</p>
<p>Obviously, there is a product planned; it&#8217;s not Web 2.0, and it&#8217;s not going to change the world as you know it (in version 1.0, at least). It <em>will</em> be easier to use than what&#8217;s out there, yet more powerful at the same time&#8211;and I already have plans for more powerful future versions.</p>
<p>Let us begin&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://corporationunknown.com/blog/2008/05/27/welcome-to-corporation-unknown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 13/16 queries in 0.005 seconds using disk: basic

Served from: corporationunknown.com @ 2012-05-18 13:52:51 -->
