<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Illuminating Oneself - computers</title>
    <link>http://i.llumin.us/illuminating-oneself/</link>
    <description>Bruce Markham's Personal Soapbox</description>
    <language>en-us</language>
    <copyright>Bruce Markham</copyright>
    <lastBuildDate>Mon, 05 Jul 2010 05:19:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>webmaster@i.llumin.us</managingEditor>
    <webMaster>webmaster@i.llumin.us</webMaster>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=115720a3-9a0b-4a07-9e78-4344c5c92f6b</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,115720a3-9a0b-4a07-9e78-4344c5c92f6b.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,115720a3-9a0b-4a07-9e78-4344c5c92f6b.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=115720a3-9a0b-4a07-9e78-4344c5c92f6b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://lh3.ggpht.com/_bSl86KFxodY/TDFrd3r6DaI/AAAAAAAAAQw/6DwKV0fzQXM/s1600-h/image%5B3%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/TDFre_gluWI/AAAAAAAAAQ0/sTm2urXrncI/image_thumb%5B1%5D.png?imgmax=800" width="400" height="256" />
          </a>
        </p>
        <p>
Above is a screenshot of my blog via the “Oxite” open-source blog engine. Oxite was
written by Microsoft to show off ASP.NET MVC 1.0 and the Unity Dependency Injection
framework.
</p>
        <p>
The Oxite codebase was abandoned about 2 years ago. Woefully incomplete. But still
tempting to thine eyes.
</p>
        <p>
I’ve been working on converting it to ASP.NET MVC 2, .NET 4, and replacing its use
of Unity with .NET 4’s baked-in Managed Extensibility Framework.
</p>
        <p>
It’s been quite a chore. And most of the chore has been since I did the initial conversions.
I made the mistake of not giving the software a thorough test-run before I happily
decided to start converting it. The conversion took about 10 hours spread across a
couple days. When I was done, I came to find that it was buggy as hell, and doesn’t
even have some very basic features like user registration. (It already has some wonderful
features like MetaWebLog API support, trackback support, SiteMap serving, etc.)
</p>
        <p>
But despite it’s inadequacies, I still prefer its codebase over DasBlog or BlogEngine.NET.
It lacks the completeness that I’ve come to expect from small little Microsoft-released
OSS packages. It has a big “cut-and-run” feel to it. But it has an architecture that
I’m comfortable wading into. So I’d like to get user registration into it, and play
around with the “theming” a bit before I go public with it, and then I will. At a
whole new web address, too.
</p>
        <p>
One of my major struggles has actually been getting my current blog’s content into
it. I’ve managed to pull this off with a small, 100 lines-of-code executable, to parse
Blogger’s export output and then dump it into Oxite using LINQ-to-SQL. This bit was
actually a lot of fun, but one more hindrance on my way to my own personal blogging
soap-box.
</p>
        <p>
Since the biggest change with this project has been converting it to using MEF instead
of Unity, I’m tentatively calling this codebase “OxyMefadon”. Because MEF is just
that awesome.
</p>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=115720a3-9a0b-4a07-9e78-4344c5c92f6b" />
      </body>
      <title>Trying To Get A New Blog Engine Going</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,115720a3-9a0b-4a07-9e78-4344c5c92f6b.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2010/07/05/Trying-To-Get-A-New-Blog-Engine-Going.aspx</link>
      <pubDate>Mon, 05 Jul 2010 05:19:00 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://lh3.ggpht.com/_bSl86KFxodY/TDFrd3r6DaI/AAAAAAAAAQw/6DwKV0fzQXM/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/TDFre_gluWI/AAAAAAAAAQ0/sTm2urXrncI/image_thumb%5B1%5D.png?imgmax=800" width="400" height="256" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Above is a screenshot of my blog via the “Oxite” open-source blog engine. Oxite was
written by Microsoft to show off ASP.NET MVC 1.0 and the Unity Dependency Injection
framework.
&lt;/p&gt;
&lt;p&gt;
The Oxite codebase was abandoned about 2 years ago. Woefully incomplete. But still
tempting to thine eyes.
&lt;/p&gt;
&lt;p&gt;
I’ve been working on converting it to ASP.NET MVC 2, .NET 4, and replacing its use
of Unity with .NET 4’s baked-in Managed Extensibility Framework.
&lt;/p&gt;
&lt;p&gt;
It’s been quite a chore. And most of the chore has been since I did the initial conversions.
I made the mistake of not giving the software a thorough test-run before I happily
decided to start converting it. The conversion took about 10 hours spread across a
couple days. When I was done, I came to find that it was buggy as hell, and doesn’t
even have some very basic features like user registration. (It already has some wonderful
features like MetaWebLog API support, trackback support, SiteMap serving, etc.)
&lt;/p&gt;
&lt;p&gt;
But despite it’s inadequacies, I still prefer its codebase over DasBlog or BlogEngine.NET.
It lacks the completeness that I’ve come to expect from small little Microsoft-released
OSS packages. It has a big “cut-and-run” feel to it. But it has an architecture that
I’m comfortable wading into. So I’d like to get user registration into it, and play
around with the “theming” a bit before I go public with it, and then I will. At a
whole new web address, too.
&lt;/p&gt;
&lt;p&gt;
One of my major struggles has actually been getting my current blog’s content into
it. I’ve managed to pull this off with a small, 100 lines-of-code executable, to parse
Blogger’s export output and then dump it into Oxite using LINQ-to-SQL. This bit was
actually a lot of fun, but one more hindrance on my way to my own personal blogging
soap-box.
&lt;/p&gt;
&lt;p&gt;
Since the biggest change with this project has been converting it to using MEF instead
of Unity, I’m tentatively calling this codebase “OxyMefadon”. Because MEF is just
that awesome.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=115720a3-9a0b-4a07-9e78-4344c5c92f6b" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,115720a3-9a0b-4a07-9e78-4344c5c92f6b.aspx</comments>
      <category>MEF</category>
      <category>computers</category>
      <category>MVC</category>
      <category>technology</category>
      <category>DotNet4</category>
      <category>microsoft</category>
      <category>dotnet</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=abbf2241-e4a4-401e-b845-2bcd90632004</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,abbf2241-e4a4-401e-b845-2bcd90632004.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,abbf2241-e4a4-401e-b845-2bcd90632004.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=abbf2241-e4a4-401e-b845-2bcd90632004</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://lh4.ggpht.com/_bSl86KFxodY/TBevES6T3LI/AAAAAAAAAQo/FpXc74G3NzI/s1600-h/image%5B13%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/TBevE71ROxI/AAAAAAAAAQs/a_HeGpWoxzg/image_thumb%5B9%5D.png?imgmax=800" width="403" height="77" />
          </a>
        </p>
        <p>
          <a href="http://lh5.ggpht.com/_bSl86KFxodY/TBerocBQ8WI/AAAAAAAAAQY/rJhLwiaiAkU/s1600-h/image%5B5%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/TBeroz1NfbI/AAAAAAAAAQc/5njRRJ2Xagk/image_thumb%5B3%5D.png?imgmax=800" width="404" height="168" />
          </a>
        </p>
        <p>
The joy of multiple manufacturers of the Android phone is not just selection, it’s <em>fault
tolerance</em>.
</p>
        <p>
One company breaks a patent, the others keep on rolling. One company’s distribution
deal falls through, the others keep on rolling. One company fails to be as awesome
as Apple, the others keep on rolling.
</p>
        <p>
I don’t own an Android phone. And I don’t want one (yet). But in a manner of only
months, I now have the same number of friends with Android phones as I do friends
with iPhones.
</p>
        <p>
The difference: none of the people I know with an Android phone are fan-boys of <em>anything</em>.
They saw a cool phone that they could get from their preferred provider, so they got
it. The App(le)-niche goldmine has reached its peak, from here on, it is just over-saturation.
From here on, it will be about UIs, multi-tasking nuances, and the number of buttons
on (or the presence of) a slide-out keyboard.
</p>
        <p>
That’s why I think Microsoft is doing a good job playing catch-up with their Windows
Phone 7 platform. There will always be apps for everything, so make the <em>experience</em> better.
(Of course, they still have room to screw up.)
</p>
        <p>
Sometimes I just wish Gruber would just spontaneously combust.
</p>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=abbf2241-e4a4-401e-b845-2bcd90632004" />
      </body>
      <title>A Fruity Tweet In The Dark</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,abbf2241-e4a4-401e-b845-2bcd90632004.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2010/06/15/A-Fruity-Tweet-In-The-Dark.aspx</link>
      <pubDate>Tue, 15 Jun 2010 16:34:00 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://lh4.ggpht.com/_bSl86KFxodY/TBevES6T3LI/AAAAAAAAAQo/FpXc74G3NzI/s1600-h/image%5B13%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/TBevE71ROxI/AAAAAAAAAQs/a_HeGpWoxzg/image_thumb%5B9%5D.png?imgmax=800" width="403" height="77" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://lh5.ggpht.com/_bSl86KFxodY/TBerocBQ8WI/AAAAAAAAAQY/rJhLwiaiAkU/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/TBeroz1NfbI/AAAAAAAAAQc/5njRRJ2Xagk/image_thumb%5B3%5D.png?imgmax=800" width="404" height="168" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
The joy of multiple manufacturers of the Android phone is not just selection, it’s &lt;em&gt;fault
tolerance&lt;/em&gt;.
&lt;/p&gt;
&lt;p&gt;
One company breaks a patent, the others keep on rolling. One company’s distribution
deal falls through, the others keep on rolling. One company fails to be as awesome
as Apple, the others keep on rolling.
&lt;/p&gt;
&lt;p&gt;
I don’t own an Android phone. And I don’t want one (yet). But in a manner of only
months, I now have the same number of friends with Android phones as I do friends
with iPhones.
&lt;/p&gt;
&lt;p&gt;
The difference: none of the people I know with an Android phone are fan-boys of &lt;em&gt;anything&lt;/em&gt;.
They saw a cool phone that they could get from their preferred provider, so they got
it. The App(le)-niche goldmine has reached its peak, from here on, it is just over-saturation.
From here on, it will be about UIs, multi-tasking nuances, and the number of buttons
on (or the presence of) a slide-out keyboard.
&lt;/p&gt;
&lt;p&gt;
That’s why I think Microsoft is doing a good job playing catch-up with their Windows
Phone 7 platform. There will always be apps for everything, so make the &lt;em&gt;experience&lt;/em&gt; better.
(Of course, they still have room to screw up.)
&lt;/p&gt;
&lt;p&gt;
Sometimes I just wish Gruber would just spontaneously combust.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=abbf2241-e4a4-401e-b845-2bcd90632004" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,abbf2241-e4a4-401e-b845-2bcd90632004.aspx</comments>
      <category>winpho</category>
      <category>computers</category>
      <category>wp7</category>
      <category>technology</category>
      <category>iPhone</category>
      <category>android</category>
      <category>current events</category>
      <category>apple</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=7e240006-7bfc-414d-8749-b9dadf584f57</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,7e240006-7bfc-414d-8749-b9dadf584f57.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,7e240006-7bfc-414d-8749-b9dadf584f57.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=7e240006-7bfc-414d-8749-b9dadf584f57</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Apparently Slashdot erupted on Saturday, over the new iPhone OS 4 SDK license agreement.
(In fairness, Slashdot erupts over everything.) I was blogging about <a href="http://illuminus86.blogspot.com/2010/04/one-bad-apple-spoils-bunch.html">this
same issue</a> on the same day.
</p>
        <p>
[Here’s the link to the Slashdot article: <a href="http://apple.slashdot.org/story/10/04/10/2142245/Adobe-Evangelist-Lashes-Out-Over-Apples-Original-Language-Policy?from=rss&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+slashdot/eqWf+(Slashdot:+Slashdot)">http://apple.slashdot.org/story/10/04/10/2142245/Adobe-Evangelist-Lashes-Out-Over-Apples-Original-Language-Policy?from=rss&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+slashdot/eqWf+(Slashdot:+Slashdot)</a> ]
</p>
        <p>
I thought these tidbits were particularly interesting:
</p>
        <p>
          <a href="http://lh5.ggpht.com/_bSl86KFxodY/S8TctuKWWlI/AAAAAAAAAP4/EOH_W5vjfwk/s1600-h/image%5B14%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/S8Tcu6kscXI/AAAAAAAAAP8/3E61CAisWDw/image_thumb%5B10%5D.png?imgmax=800" width="488" height="486" />
          </a>
        </p>
        <p>
          <a href="http://lh5.ggpht.com/_bSl86KFxodY/S8Tcvjk28yI/AAAAAAAAAQA/AxDH9kydcFU/s1600-h/image%5B10%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/S8TcwiJT4oI/AAAAAAAAAQE/h2CVdsr2W4U/image_thumb%5B6%5D.png?imgmax=800" width="441" height="810" />
          </a>
        </p>
        <p>
Anyone could pose as an Anonymous Coward, obviously, but these seem believable to
me. Apple has never been very transparent. Jobs is too obsessed with making perfection
under tight deadlines, and letting the rest of the world react as aftermath. So it
fits the Adobe developer’s story.
</p>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=7e240006-7bfc-414d-8749-b9dadf584f57" />
      </body>
      <title>Tasty Sweetness On The Rotten Fruit</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,7e240006-7bfc-414d-8749-b9dadf584f57.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2010/04/13/Tasty-Sweetness-On-The-Rotten-Fruit.aspx</link>
      <pubDate>Tue, 13 Apr 2010 21:06:00 GMT</pubDate>
      <description>&lt;p&gt;
Apparently Slashdot erupted on Saturday, over the new iPhone OS 4 SDK license agreement.
(In fairness, Slashdot erupts over everything.) I was blogging about &lt;a href="http://illuminus86.blogspot.com/2010/04/one-bad-apple-spoils-bunch.html"&gt;this
same issue&lt;/a&gt; on the same day.
&lt;/p&gt;
&lt;p&gt;
[Here’s the link to the Slashdot article: &lt;a href="http://apple.slashdot.org/story/10/04/10/2142245/Adobe-Evangelist-Lashes-Out-Over-Apples-Original-Language-Policy?from=rss&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+slashdot/eqWf+(Slashdot:+Slashdot)"&gt;http://apple.slashdot.org/story/10/04/10/2142245/Adobe-Evangelist-Lashes-Out-Over-Apples-Original-Language-Policy?from=rss&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+slashdot/eqWf+(Slashdot:+Slashdot)&lt;/a&gt; ]
&lt;/p&gt;
&lt;p&gt;
I thought these tidbits were particularly interesting:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://lh5.ggpht.com/_bSl86KFxodY/S8TctuKWWlI/AAAAAAAAAP4/EOH_W5vjfwk/s1600-h/image%5B14%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/_bSl86KFxodY/S8Tcu6kscXI/AAAAAAAAAP8/3E61CAisWDw/image_thumb%5B10%5D.png?imgmax=800" width="488" height="486" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://lh5.ggpht.com/_bSl86KFxodY/S8Tcvjk28yI/AAAAAAAAAQA/AxDH9kydcFU/s1600-h/image%5B10%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/S8TcwiJT4oI/AAAAAAAAAQE/h2CVdsr2W4U/image_thumb%5B6%5D.png?imgmax=800" width="441" height="810" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Anyone could pose as an Anonymous Coward, obviously, but these seem believable to
me. Apple has never been very transparent. Jobs is too obsessed with making perfection
under tight deadlines, and letting the rest of the world react as aftermath. So it
fits the Adobe developer’s story.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=7e240006-7bfc-414d-8749-b9dadf584f57" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,7e240006-7bfc-414d-8749-b9dadf584f57.aspx</comments>
      <category>computers</category>
      <category>technology</category>
      <category>iPhone</category>
      <category>iPad</category>
      <category>iPod</category>
      <category>adobe</category>
      <category>flash</category>
      <category>apple</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=82b775e3-df20-4b37-a039-ed8c7ec87160</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,82b775e3-df20-4b37-a039-ed8c7ec87160.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,82b775e3-df20-4b37-a039-ed8c7ec87160.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=82b775e3-df20-4b37-a039-ed8c7ec87160</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’ve been struggling the past several months. What used to be a tingle of distaste
for a brand has become a torrent of madness. Where once reason and uncertainty made
me bite my tongue, familiarity has now bred contempt. I speak of course, of Apple.
</p>
        <p>
In the interest of full disclosure, I’ll say here and now: I’ve never owned an Apple
product. (I’ve also never employed a prostitute or smoked PCP, but I can still argue
against their use.) 
</p>
        <p>
For the longest time, I avoided Apple products because the only things in that categorization
were computers - and I knew how to use my PC quite well, thank you. Fast forward a
decade and a half, Apple is the biggest sensation in tech. Even the pundits that despise
Apple can’t keep their mouths shut about ‘em. (Myself included.)
</p>
        <p>
Apple has graced us this month with the release of the iPad. For those of you not
following the situation, the iPad is basically a giant iPod Touch:
</p>
        <ul>
          <li>
Boasting 9+ hours of battery life, the 1.5lb iPad is heavy enough that you won’t want
to hold it for more than an hour at a time lest you change your workout regiment.
(Or integrate it in.)</li>
          <li>
With its “9.7-inch (diagonal) LED-backlit glossy widescreen Multi-Touch display” you’ll
get to use your favorite content-consuming apps at double the size, but it’s ineffective
“fingerprint-resistant oleophobic coating” will make it look like a CSI crime scene
and leave you needing to carry a terry cloth with you everwhere. 
</li>
          <li>
With it’s built-in speaker, microphone, bluetooth, and video codecs – you’ll be able
to do all of your favorite multimedia consumption, except for video conferencing or
taking pictures because it doesn’t currently have a camera.</li>
          <li>
Being one of the only “large” mobile multi-touch devices on the market, it features
one of the largest on-screen keyboards out there – but the extended typing they claim
you can easily do on it is still so unwieldy they’ve simultaneously released a keyboard
attachment.</li>
          <li>
It also features the all-acclaimed Safari Mobile, supporting large chunks of HTML
5 and CSS 3, so it’s ready for the web of tomorrow - but without Flash support it’s
useless for 90% of today’s internet.</li>
        </ul>
        <p>
Okay, so the hardware sucks. The browser sucks. Shouldn’t it be about the apps?
</p>
        <p>
I’m a software developer, so I can appreciate “apps” - little nuggets of easy-to-maintain
code and functionality that are sold individually, for cheap prices, to the masses
- little nuggets of code that are small enough, I would be tempted to find a means
to simultaneously develop for multiple app platforms easily, so that I can move on
to the next app without hassle.
</p>
        <p>
And you know what? Microsoft gets this. Google gets this. Apple hates it.
</p>
        <p>
Fresh out of the pearly gates of Cupertino, the Apple iPhone OS 4 SDK license agreement
says, amongst many things:
</p>
        <blockquote>
          <p>
            <em>Applications may only use Documented APIs in the manner prescribed by Apple and
must not use or call any private APIs. Applications must be originally written in
Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and <strong>only
code written in C, C++, and Objective-C may compile and directly link against the
Documented APIs</strong><br />
(e.g., Applications that link to Documented APIs through an intermediary translation
or compatibility layer or tool are prohibited).</em>
          </p>
        </blockquote>
        <p>
What this means, in layman’s terms, for any programmer or software shop that used
to sneak apps across the Apple border by cross-compiling their Flash, Java, or C#
into C/C++/Objective-C before deployment, they are simply out of luck.
</p>
        <p>
My brain is simply without recourse in its search for a plausible explanation. The
most I can figure is, Apple doesn’t want the slew of upcoming Windows Phone 7 apps
to be translated and submitted to the Apple App store. (That is, they want developers
to pick a side and stay on it.) Or they just really really really want to absolutely <em><strong>kill</strong></em> Flash.
It’s no secret that Jobs hates Flash. The fact that his complaints against Adobe and
Flash are retorted with the reality that Apple doesn’t have any decent high-performance
APIs to code against, doesn’t seem to weaken his resolve.
</p>
        <p>
Despite my nay-saying in the past, and my general bias towards the Microsoft development
stack, I have been secretly enthused the last 4 or 5 weeks with the possibility of
writing a .NET app that would run on Windows, Xbox, Zune, &amp; Windows Phone 7 –
and then using Mono to run it on Mac, iPhone, iPod, and iPad – all with 90% shared
code – but Apple has eliminated that possibility. I am no longer tempted to take a
bite out of the Apple development community.
</p>
        <p>
This one’s got a worm in it.
</p>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=82b775e3-df20-4b37-a039-ed8c7ec87160" />
      </body>
      <title>One Bad Apple Spoils The Bunch</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,82b775e3-df20-4b37-a039-ed8c7ec87160.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2010/04/09/One-Bad-Apple-Spoils-The-Bunch.aspx</link>
      <pubDate>Fri, 09 Apr 2010 19:44:00 GMT</pubDate>
      <description>&lt;p&gt;
I’ve been struggling the past several months. What used to be a tingle of distaste
for a brand has become a torrent of madness. Where once reason and uncertainty made
me bite my tongue, familiarity has now bred contempt. I speak of course, of Apple.
&lt;/p&gt;
&lt;p&gt;
In the interest of full disclosure, I’ll say here and now: I’ve never owned an Apple
product. (I’ve also never employed a prostitute or smoked PCP, but I can still argue
against their use.) 
&lt;/p&gt;
&lt;p&gt;
For the longest time, I avoided Apple products because the only things in that categorization
were computers - and I knew how to use my PC quite well, thank you. Fast forward a
decade and a half, Apple is the biggest sensation in tech. Even the pundits that despise
Apple can’t keep their mouths shut about ‘em. (Myself included.)
&lt;/p&gt;
&lt;p&gt;
Apple has graced us this month with the release of the iPad. For those of you not
following the situation, the iPad is basically a giant iPod Touch:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Boasting 9+ hours of battery life, the 1.5lb iPad is heavy enough that you won’t want
to hold it for more than an hour at a time lest you change your workout regiment.
(Or integrate it in.)&lt;/li&gt;
&lt;li&gt;
With its “9.7-inch (diagonal) LED-backlit glossy widescreen Multi-Touch display” you’ll
get to use your favorite content-consuming apps at double the size, but it’s ineffective
“fingerprint-resistant oleophobic coating” will make it look like a CSI crime scene
and leave you needing to carry a terry cloth with you everwhere. 
&lt;/li&gt;
&lt;li&gt;
With it’s built-in speaker, microphone, bluetooth, and video codecs – you’ll be able
to do all of your favorite multimedia consumption, except for video conferencing or
taking pictures because it doesn’t currently have a camera.&lt;/li&gt;
&lt;li&gt;
Being one of the only “large” mobile multi-touch devices on the market, it features
one of the largest on-screen keyboards out there – but the extended typing they claim
you can easily do on it is still so unwieldy they’ve simultaneously released a keyboard
attachment.&lt;/li&gt;
&lt;li&gt;
It also features the all-acclaimed Safari Mobile, supporting large chunks of HTML
5 and CSS 3, so it’s ready for the web of tomorrow - but without Flash support it’s
useless for 90% of today’s internet.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Okay, so the hardware sucks. The browser sucks. Shouldn’t it be about the apps?
&lt;/p&gt;
&lt;p&gt;
I’m a software developer, so I can appreciate “apps” - little nuggets of easy-to-maintain
code and functionality that are sold individually, for cheap prices, to the masses
- little nuggets of code that are small enough, I would be tempted to find a means
to simultaneously develop for multiple app platforms easily, so that I can move on
to the next app without hassle.
&lt;/p&gt;
&lt;p&gt;
And you know what? Microsoft gets this. Google gets this. Apple hates it.
&lt;/p&gt;
&lt;p&gt;
Fresh out of the pearly gates of Cupertino, the Apple iPhone OS 4 SDK license agreement
says, amongst many things:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&lt;em&gt;Applications may only use Documented APIs in the manner prescribed by Apple and
must not use or call any private APIs. Applications must be originally written in
Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and &lt;strong&gt;only
code written in C, C++, and Objective-C may compile and directly link against the
Documented APIs&lt;/strong&gt; 
&lt;br /&gt;
(e.g., Applications that link to Documented APIs through an intermediary translation
or compatibility layer or tool are prohibited).&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
What this means, in layman’s terms, for any programmer or software shop that used
to sneak apps across the Apple border by cross-compiling their Flash, Java, or C#
into C/C++/Objective-C before deployment, they are simply out of luck.
&lt;/p&gt;
&lt;p&gt;
My brain is simply without recourse in its search for a plausible explanation. The
most I can figure is, Apple doesn’t want the slew of upcoming Windows Phone 7 apps
to be translated and submitted to the Apple App store. (That is, they want developers
to pick a side and stay on it.) Or they just really really really want to absolutely &lt;em&gt;&lt;strong&gt;kill&lt;/strong&gt;&lt;/em&gt; Flash.
It’s no secret that Jobs hates Flash. The fact that his complaints against Adobe and
Flash are retorted with the reality that Apple doesn’t have any decent high-performance
APIs to code against, doesn’t seem to weaken his resolve.
&lt;/p&gt;
&lt;p&gt;
Despite my nay-saying in the past, and my general bias towards the Microsoft development
stack, I have been secretly enthused the last 4 or 5 weeks with the possibility of
writing a .NET app that would run on Windows, Xbox, Zune, &amp;amp; Windows Phone 7 –
and then using Mono to run it on Mac, iPhone, iPod, and iPad – all with 90% shared
code – but Apple has eliminated that possibility. I am no longer tempted to take a
bite out of the Apple development community.
&lt;/p&gt;
&lt;p&gt;
This one’s got a worm in it.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=82b775e3-df20-4b37-a039-ed8c7ec87160" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,82b775e3-df20-4b37-a039-ed8c7ec87160.aspx</comments>
      <category>winpho</category>
      <category>computers</category>
      <category>wp7</category>
      <category>iPad</category>
      <category>iPhone</category>
      <category>html5</category>
      <category>iPod</category>
      <category>pure-rant</category>
      <category>windows</category>
      <category>xbox</category>
      <category>apple</category>
      <category>winmo</category>
      <category>zune</category>
      <category>silverlight</category>
      <category>technology</category>
      <category>xna</category>
      <category>flash</category>
      <category>microsoft</category>
      <category>current events</category>
      <category>dotnet</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=52967393-4a29-4846-865f-e51f58ab2bbe</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,52967393-4a29-4846-865f-e51f58ab2bbe.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,52967393-4a29-4846-865f-e51f58ab2bbe.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=52967393-4a29-4846-865f-e51f58ab2bbe</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A friend of mine just today posted <a href="http://www.joelhousman.com/blog/2010/2/17/ipad-thoughts.html">an
epic (4,500 words!) blog post</a> he has been working on for well over a week – which
basically boils down to why “Apple is awesome and the iPad is the future”. This has
inspired me to pen my own views.
</p>
        <p>
Frankly, there are several debates here:
</p>
        <ul>
          <li>
Form <strike>vs.</strike> Function 
</li>
          <li>
aka Functionality vs. “Just Works”</li>
          <li>
Flash vs. Html 5 
</li>
          <li>
aka “Future Shock” vs.. All Of The Above</li>
          <li>
(maybe others, but the above seem most currently relevant)</li>
        </ul>
        <h2>
        </h2>
        <h4>Form vs. Function…
</h4>
        <p>
Apple has always been about form. Microsoft has always been function. The dichotomy
is evident from the first steps taken by each: Jobs deliriously struggled to make
the perfectly pretty computer that wouldn’t intimidate the home user, Gates <strike>created</strike> connived
a programming environment that would bring developers to the same level playing field.
</p>
        <p>
This dichotomy continues today. Apple makes these bubblegum-perfect consumer devices
– all made by one company, designed to span out and touch everyone. Microsoft focuses
its expertise on an OS and programming platform that entices developers like never
before.
</p>
        <p>
Windows has never been really pretty – (not until Vista/7, anyway) – and I have no
qualms with that. I don’t need pretty, and I don’t think even Mac users seriously
stick to that as legitimate point in their favor.
</p>
        <p>
Consider the following code check-in statistics from Ohloh:
</p>
        <p>
          <a href="http://lh5.ggpht.com/_bSl86KFxodY/S3zLJS3DRnI/AAAAAAAAAOg/_ndgcSZqe1A/s1600-h/image%5B5%5D.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/S3zLJ8L2iOI/AAAAAAAAAOk/4h9tPAPulG4/image_thumb%5B3%5D.png?imgmax=800" width="428" height="206" />
          </a>
        </p>
        <p>
Keep in mind that Ohloh tracks code statistics solely for open-source projects. Also
keep in mind that C# is primarily a Windows programming language, and Objective-C
is primarily a Mac programming language. I hear all the time of C#/VB/C/C++ people
writing code for Mac/Linux – because it is possible – but I’ve <u>never</u> heard
of someone using Objective-C to write a Windows or Linux application. So I’m assuming
that taking a language-preference pulse of the open-source community is a reasonable
measurement of the health of said code ecosystems as a whole…
</p>
        <p>
…and it looks like Mac is sadly lacking. Objective-C tumbled around the time Microsoft
released .NET 2.0, and Objective-C has managed to stay down throughout the entire
stint of iPod/Phone/Pad popularity.
</p>
        <p>
Application innovation always comes from application developers – and frankly, .NET
developers have more to innovate with than Objective-C developers. When you combine
this with Microsoft’s push to make “form” more important (look at Windows 7 and Windows
Phone 7 Series, for Christ's sake) – this isn’t a point so easy for Mac fans to argue
anymore. Moving forward…
</p>
        <h4>…Functionality vs. “Just Works”
</h4>
        <p>
This has been the biggest ongoing point for Apple and fans. I hear things like:
</p>
        <ul>
          <li>
I plug in “X” and it just works</li>
          <li>
I don’t need to see my file system</li>
          <li>
My &lt;insert technophobe relative&gt; can use it</li>
        </ul>
        <p>
Followed by, (from geeks/nerds):
</p>
        <ul>
          <li>
but I have a PC for “Y”</li>
        </ul>
        <p>
Why? Mayhaps that Apple’s dominance over their own platform has painted them into
a corner where they can literally control everything. Is it a bad thing? No. It ensures
quality. But choice suffers.
</p>
        <p>
I can buy my applications, hardware, and music from anywhere – for my PC - and I’ll
know it can work. Heck, I can buy Mac hardware and make it work. The operative benefit
– choice. I don’t want to use a cookie-cutter computer, because I want my computer
to fit *me*. I never pay extra for fancy looking chasses, I don’t buy fancy graphics
cards for work, and I don’t have a finger-print scanner on my gaming computer at home.
And you know what? Both computers cost the same, each only 2/3s of what it would cost
to get the same thing on the Apple route, and both with amazing performance for what
they are supposed to do.
</p>
        <p>
And I’ve never, ever, had a Windows crash that didn’t come from me trying something
nerdy and predictably dangerous with my system configuration.
</p>
        <p>
If you don’t want choice, then buy a Dell. Heck, buy a Mac. But you will always reach
that point where “Well, I wish I could…” or “Why did I pay…”. Sure, I know not every
computer user can be a nerd – Apple rightfully seeks to change that - but then, seriously,
if you aren’t at least a little bit of a computer nerd, why are you reading this?
</p>
        <h4>Flash vs. Html 5
</h4>
        <p>
I would like to segway into the root cause of this post. The iPad is coming. You’ll
never look at Playtex the same again. (Har har!) And I’ll admit, we’ll probably never
look at tablets the same way again…
</p>
        <p>
There, I said it. But I’ll finish the sentence with “…but the iPad is not the future
of tablets. Or the web.”
</p>
        <p>
Why? Flash runs everywhere! Except for the iPad/Phone/Pod OS. Despite the fact that
the iPad will be popular, and sell like hotcakes, to all those people that could finally
figure out an iPod Touch and never their PC, 90% of the web is currently inaccessible
to this demographic. And I don’t think Flash (or technologies like it), are going
to die out anytime soon.
</p>
        <p>
People say that HTML 5 is an open standard, and that Mobile Safari will give it a
leg up. Poppycock! Even at Apple’s wonderful growth rate, they still probably have
another 15 years (if that is even enough) to catch up with the kind of market share
they need to make Flash and its brethren hurt.
</p>
        <p>
Why? In the meantime, Microsoft is leveraging their platforms – the ones that developers
love so much – on more and more platforms all the time. Windows Phone 7 is undoubtedly
going to have its “native” apps be Silverlight – which means they will run anywhere,
out of the box, without recompile. (Anywhere = Windows, Mac, Linux). Windows Phone
7 games… (well, you know, the ones tied into Xbox Live, the largest online game network?)
…written in XNA. Which runs on Windows, Xbox, and Zune. 
</p>
        <p>
Both Silverlight and XNA are merely buzzwords for subcomponents of the .NET initiative.
English? A C# programmer like me can write an app that runs on any of the above platforms,
with minimal design overhead in consideration of portability. That means my app choices
for these platforms will be more numerous, as well as cheaper.
</p>
        <p>
HTML 5 will raise the bar on what comes built-in to a browser. There is no doubt on
that. But baked-in will never be enough. There will always be a 3D app, an involved
game, or sensitive business logic, that will need a runtime to run in. And the runtime
will always run faster than JavaScript. Be that runtime Silverlight, Flash, or Java
applet.
</p>
        <h4>“Future Shock”
</h4>
        <p>
I’ve heard this one batted around the interwebs. It seems to be Custer’s Last Stand
in the Mac world. “But, but, Mac is innovative!”
</p>
        <p>
Yes they are. The innovation has brought droves of “normal” people to <strike>computing</strike> electronics,
without even realizing what they are doing. But the people doing <em>actual</em> computing,
are the ones in that playground just over the rainbow. The one where anyone can write
software without corporate approval. The one where anyone can choose their hardware
without it coming with a ridiculous price tag. The one where the real innovation is
not in the basics, but in the ground of “what’s next?”, not re-hashing for the dumber
demographics what was 8 years ago.
</p>
        <p>
I love that Apple is innovating. I love that the attention of detail they have paid
brings a sense of panic to their competition. Apple is definitely competition.
</p>
        <p>
But when I ask “what’s next?” – I sit down on my PC and start typing. I don’t wait
for Apple to spoon-feed me something my computer can already do.
</p>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=52967393-4a29-4846-865f-e51f58ab2bbe" />
      </body>
      <title>And Bananas</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,52967393-4a29-4846-865f-e51f58ab2bbe.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2010/02/18/And-Bananas.aspx</link>
      <pubDate>Thu, 18 Feb 2010 05:07:00 GMT</pubDate>
      <description>&lt;p&gt;
A friend of mine just today posted &lt;a href="http://www.joelhousman.com/blog/2010/2/17/ipad-thoughts.html"&gt;an
epic (4,500 words!) blog post&lt;/a&gt; he has been working on for well over a week – which
basically boils down to why “Apple is awesome and the iPad is the future”. This has
inspired me to pen my own views.
&lt;/p&gt;
&lt;p&gt;
Frankly, there are several debates here:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Form &lt;strike&gt;vs.&lt;/strike&gt; Function 
&lt;/li&gt;
&lt;li&gt;
aka Functionality vs. “Just Works”&lt;/li&gt;
&lt;li&gt;
Flash vs. Html 5 
&lt;/li&gt;
&lt;li&gt;
aka “Future Shock” vs.. All Of The Above&lt;/li&gt;
&lt;li&gt;
(maybe others, but the above seem most currently relevant)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
&lt;/h2&gt;
&lt;h4&gt;Form vs. Function…
&lt;/h4&gt;
&lt;p&gt;
Apple has always been about form. Microsoft has always been function. The dichotomy
is evident from the first steps taken by each: Jobs deliriously struggled to make
the perfectly pretty computer that wouldn’t intimidate the home user, Gates &lt;strike&gt;created&lt;/strike&gt; connived
a programming environment that would bring developers to the same level playing field.
&lt;/p&gt;
&lt;p&gt;
This dichotomy continues today. Apple makes these bubblegum-perfect consumer devices
– all made by one company, designed to span out and touch everyone. Microsoft focuses
its expertise on an OS and programming platform that entices developers like never
before.
&lt;/p&gt;
&lt;p&gt;
Windows has never been really pretty – (not until Vista/7, anyway) – and I have no
qualms with that. I don’t need pretty, and I don’t think even Mac users seriously
stick to that as legitimate point in their favor.
&lt;/p&gt;
&lt;p&gt;
Consider the following code check-in statistics from Ohloh:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://lh5.ggpht.com/_bSl86KFxodY/S3zLJS3DRnI/AAAAAAAAAOg/_ndgcSZqe1A/s1600-h/image%5B5%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_bSl86KFxodY/S3zLJ8L2iOI/AAAAAAAAAOk/4h9tPAPulG4/image_thumb%5B3%5D.png?imgmax=800" width="428" height="206" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Keep in mind that Ohloh tracks code statistics solely for open-source projects. Also
keep in mind that C# is primarily a Windows programming language, and Objective-C
is primarily a Mac programming language. I hear all the time of C#/VB/C/C++ people
writing code for Mac/Linux – because it is possible – but I’ve &lt;u&gt;never&lt;/u&gt; heard
of someone using Objective-C to write a Windows or Linux application. So I’m assuming
that taking a language-preference pulse of the open-source community is a reasonable
measurement of the health of said code ecosystems as a whole…
&lt;/p&gt;
&lt;p&gt;
…and it looks like Mac is sadly lacking. Objective-C tumbled around the time Microsoft
released .NET 2.0, and Objective-C has managed to stay down throughout the entire
stint of iPod/Phone/Pad popularity.
&lt;/p&gt;
&lt;p&gt;
Application innovation always comes from application developers – and frankly, .NET
developers have more to innovate with than Objective-C developers. When you combine
this with Microsoft’s push to make “form” more important (look at Windows 7 and Windows
Phone 7 Series, for Christ's sake) – this isn’t a point so easy for Mac fans to argue
anymore. Moving forward…
&lt;/p&gt;
&lt;h4&gt;…Functionality vs. “Just Works”
&lt;/h4&gt;
&lt;p&gt;
This has been the biggest ongoing point for Apple and fans. I hear things like:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
I plug in “X” and it just works&lt;/li&gt;
&lt;li&gt;
I don’t need to see my file system&lt;/li&gt;
&lt;li&gt;
My &amp;lt;insert technophobe relative&amp;gt; can use it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Followed by, (from geeks/nerds):
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
but I have a PC for “Y”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Why? Mayhaps that Apple’s dominance over their own platform has painted them into
a corner where they can literally control everything. Is it a bad thing? No. It ensures
quality. But choice suffers.
&lt;/p&gt;
&lt;p&gt;
I can buy my applications, hardware, and music from anywhere – for my PC - and I’ll
know it can work. Heck, I can buy Mac hardware and make it work. The operative benefit
– choice. I don’t want to use a cookie-cutter computer, because I want my computer
to fit *me*. I never pay extra for fancy looking chasses, I don’t buy fancy graphics
cards for work, and I don’t have a finger-print scanner on my gaming computer at home.
And you know what? Both computers cost the same, each only 2/3s of what it would cost
to get the same thing on the Apple route, and both with amazing performance for what
they are supposed to do.
&lt;/p&gt;
&lt;p&gt;
And I’ve never, ever, had a Windows crash that didn’t come from me trying something
nerdy and predictably dangerous with my system configuration.
&lt;/p&gt;
&lt;p&gt;
If you don’t want choice, then buy a Dell. Heck, buy a Mac. But you will always reach
that point where “Well, I wish I could…” or “Why did I pay…”. Sure, I know not every
computer user can be a nerd – Apple rightfully seeks to change that - but then, seriously,
if you aren’t at least a little bit of a computer nerd, why are you reading this?
&lt;/p&gt;
&lt;h4&gt;Flash vs. Html 5
&lt;/h4&gt;
&lt;p&gt;
I would like to segway into the root cause of this post. The iPad is coming. You’ll
never look at Playtex the same again. (Har har!) And I’ll admit, we’ll probably never
look at tablets the same way again…
&lt;/p&gt;
&lt;p&gt;
There, I said it. But I’ll finish the sentence with “…but the iPad is not the future
of tablets. Or the web.”
&lt;/p&gt;
&lt;p&gt;
Why? Flash runs everywhere! Except for the iPad/Phone/Pod OS. Despite the fact that
the iPad will be popular, and sell like hotcakes, to all those people that could finally
figure out an iPod Touch and never their PC, 90% of the web is currently inaccessible
to this demographic. And I don’t think Flash (or technologies like it), are going
to die out anytime soon.
&lt;/p&gt;
&lt;p&gt;
People say that HTML 5 is an open standard, and that Mobile Safari will give it a
leg up. Poppycock! Even at Apple’s wonderful growth rate, they still probably have
another 15 years (if that is even enough) to catch up with the kind of market share
they need to make Flash and its brethren hurt.
&lt;/p&gt;
&lt;p&gt;
Why? In the meantime, Microsoft is leveraging their platforms – the ones that developers
love so much – on more and more platforms all the time. Windows Phone 7 is undoubtedly
going to have its “native” apps be Silverlight – which means they will run anywhere,
out of the box, without recompile. (Anywhere = Windows, Mac, Linux). Windows Phone
7 games… (well, you know, the ones tied into Xbox Live, the largest online game network?)
…written in XNA. Which runs on Windows, Xbox, and Zune. 
&lt;/p&gt;
&lt;p&gt;
Both Silverlight and XNA are merely buzzwords for subcomponents of the .NET initiative.
English? A C# programmer like me can write an app that runs on any of the above platforms,
with minimal design overhead in consideration of portability. That means my app choices
for these platforms will be more numerous, as well as cheaper.
&lt;/p&gt;
&lt;p&gt;
HTML 5 will raise the bar on what comes built-in to a browser. There is no doubt on
that. But baked-in will never be enough. There will always be a 3D app, an involved
game, or sensitive business logic, that will need a runtime to run in. And the runtime
will always run faster than JavaScript. Be that runtime Silverlight, Flash, or Java
applet.
&lt;/p&gt;
&lt;h4&gt;“Future Shock”
&lt;/h4&gt;
&lt;p&gt;
I’ve heard this one batted around the interwebs. It seems to be Custer’s Last Stand
in the Mac world. “But, but, Mac is innovative!”
&lt;/p&gt;
&lt;p&gt;
Yes they are. The innovation has brought droves of “normal” people to &lt;strike&gt;computing&lt;/strike&gt; electronics,
without even realizing what they are doing. But the people doing &lt;em&gt;actual&lt;/em&gt; computing,
are the ones in that playground just over the rainbow. The one where anyone can write
software without corporate approval. The one where anyone can choose their hardware
without it coming with a ridiculous price tag. The one where the real innovation is
not in the basics, but in the ground of “what’s next?”, not re-hashing for the dumber
demographics what was 8 years ago.
&lt;/p&gt;
&lt;p&gt;
I love that Apple is innovating. I love that the attention of detail they have paid
brings a sense of panic to their competition. Apple is definitely competition.
&lt;/p&gt;
&lt;p&gt;
But when I ask “what’s next?” – I sit down on my PC and start typing. I don’t wait
for Apple to spoon-feed me something my computer can already do.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=52967393-4a29-4846-865f-e51f58ab2bbe" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,52967393-4a29-4846-865f-e51f58ab2bbe.aspx</comments>
      <category>javascript</category>
      <category>computers</category>
      <category>iPad</category>
      <category>iPhone</category>
      <category>html5</category>
      <category>iPod</category>
      <category>pure-rant</category>
      <category>windows</category>
      <category>xbox</category>
      <category>apple</category>
      <category>response-to-friend</category>
      <category>winmo</category>
      <category>zune</category>
      <category>technology</category>
      <category>silverlight</category>
      <category>xna</category>
      <category>flash</category>
      <category>microsoft</category>
      <category>dotnet</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=8d6f36a3-abb9-4273-b615-a38b96795525</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,8d6f36a3-abb9-4273-b615-a38b96795525.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,8d6f36a3-abb9-4273-b615-a38b96795525.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=8d6f36a3-abb9-4273-b615-a38b96795525</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span xmlns="">
          <p>
Well, the end of April is here, and surprise – I haven't blogged since Christmas!
(And I was late <a href="http://illuminus86.blogspot.com/2008/01/and-happy-new-year.html">on
that one</a>, too.) It's been an interesting four months.<br /></p>
          <p>
As I mentioned in my last blog article, I got a new job at the beginning of the year,
working for a local startup company called Interactive Achievement. Our product is
web-based SOL benchmarking software. That is, we do online testing (and reporting)
for the public school system. We have a number of clients, and that list is growing
constantly.<br /></p>
          <p>
A few weeks after my last blog entry, I managed to reach the point where I had saved
enough money to purchase car insurance (a pre-requisite to getting my license back).
It was expensive. And then I had the pay the DMV a ton of money to get my license
back, too. And I didn't even have a car yet!<br /></p>
          <p>
So over the next couple of months, I saved up my paychecks, working at both Interactive
Achievement and WSLS. And, in the middle of March, I was starting to get frustrated.
I had about $1500 in the bank, with another paycheck around the corner. I remember
my first car, a '87 Plymouth Reliant, was 17 years old when I got it, and was only
$800. But when I was car shopping in March, I quickly picked up on the fact that the
only things under $2500 were the gas guzzlers people were trying to get rid of. The
closest I could find was $3500 vehicles and up.<br /></p>
          <p>
And I got lucky! Ryan's friend Aaron, who plays D&amp;D with us, was selling his old
'94 Oldsmobile Regency. I got lucky that I was one of the first people to hear about
it from him, and all he wanted was $750. (A steal!!) It has some quirks – passenger
side door lock and [power] window don't want to work all the time, but they are manageable.
And the car has a lot of perks! Power *everything*. Power seats, power lumbar support,
power gas tank cover, power trunk release – even controls for the AC and the radio
on the steering wheel! And this is a 14-year-old car!<br /></p>
          <p>
And since I spent so little money on all that, I went ahead and upgraded my computer.
I went from 1gb RAM on a 1.4ghz machine, with 500gb hard drive space – to a 64-bit
Quad Core AMD Phenom processor at 2.4ghz – with 8gb of RAM and a new 1tb hard drive
to boot! Combined with a new Radeon HD 8700 gpu and the 21" LCD widescreen monitor
that Ryan got me for Christmas – and my computer is smokin'! (Running 64-bit Windows
Vista Ultimate, with HD animated wallpapers – and I get to turn games like Eve Online
and Unreal Tournament 3 all the way up and not experience any lag.) If you were keeping
track of the numbers I mentioned in my car hunt, you'll realize I used some extra
money somewhere – voila, 2007 Tax Returns. I filed them early, electronically, and
got my money in soon. (I also mailed in my 2005 and 2006 taxes, which are obviously
way past due, but I might see some money from them eventually.)<br /></p>
          <p>
Meanwhile, Ryan and I briefly looked at moving into a for-rent townhouse. And with
only a couple days of searching we narrowed down to 1 candidate, and began the applications
process. We've since been approved, and our move-in date is the beginning of June.
(Which is me and Ryan's two-year anniversary together.)<br /></p>
          <p>
And, in all the excitement, at the same time, I have been dealing with knowing I need
to quit WSLS. I was literally going crazy. Four months, with no time off, is a lot.
And I've done longer and more, before – but it is no excuse. So I put in two week's
notice at WSLS, two weeks ago. It's sad leaving a job – especially on good terms,
as it is not something I am used to. Working in the limelight has been a lot of fun.
And there is no place I would have rather has been during events like April 16<sup>th</sup> at
VT.<br /></p>
          <p>
But I guess I am blogging all this because one of my newest friends, Crystal, who
I've worked at WSLS with for almost 2 years, is moving away. She has made a mutually
beneficial arrangement with her mother in northern Virginia – and she will finish
moving on Sunday, which is only 4 days away. I've gone out to bars with her, and gone
to The Park with her. I've farted in her edit bay, loaned her cigarettes, and together
laughed at the expense of many-a-subject in the news room at WSLS.<br /></p>
          <p>
I've been making big steps, since I started working at WSLS. And whilst I owe the
success to a little hard work, and my boyfriend Ryan's connections – I have been proud
to have Crystal as a good friend. She is making big steps too! And I wish her the
best of luck.<br /></p>
          <p>
Go get'em, C Munkey!<br /></p>
        </span>
        <img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=8d6f36a3-abb9-4273-b615-a38b96795525" />
      </body>
      <title>Big Steps</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,8d6f36a3-abb9-4273-b615-a38b96795525.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2008/05/01/Big-Steps.aspx</link>
      <pubDate>Thu, 01 May 2008 03:59:00 GMT</pubDate>
      <description>&lt;span xmlns=''&gt;
&lt;p&gt;
Well, the end of April is here, and surprise – I haven't blogged since Christmas!
(And I was late &lt;a href='http://illuminus86.blogspot.com/2008/01/and-happy-new-year.html'&gt;on
that one&lt;/a&gt;, too.) It's been an interesting four months.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
As I mentioned in my last blog article, I got a new job at the beginning of the year,
working for a local startup company called Interactive Achievement. Our product is
web-based SOL benchmarking software. That is, we do online testing (and reporting)
for the public school system. We have a number of clients, and that list is growing
constantly.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
A few weeks after my last blog entry, I managed to reach the point where I had saved
enough money to purchase car insurance (a pre-requisite to getting my license back).
It was expensive. And then I had the pay the DMV a ton of money to get my license
back, too. And I didn't even have a car yet!&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
So over the next couple of months, I saved up my paychecks, working at both Interactive
Achievement and WSLS. And, in the middle of March, I was starting to get frustrated.
I had about $1500 in the bank, with another paycheck around the corner. I remember
my first car, a '87 Plymouth Reliant, was 17 years old when I got it, and was only
$800. But when I was car shopping in March, I quickly picked up on the fact that the
only things under $2500 were the gas guzzlers people were trying to get rid of. The
closest I could find was $3500 vehicles and up.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
And I got lucky! Ryan's friend Aaron, who plays D&amp;amp;D with us, was selling his old
'94 Oldsmobile Regency. I got lucky that I was one of the first people to hear about
it from him, and all he wanted was $750. (A steal!!) It has some quirks – passenger
side door lock and [power] window don't want to work all the time, but they are manageable.
And the car has a lot of perks! Power *everything*. Power seats, power lumbar support,
power gas tank cover, power trunk release – even controls for the AC and the radio
on the steering wheel! And this is a 14-year-old car!&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
And since I spent so little money on all that, I went ahead and upgraded my computer.
I went from 1gb RAM on a 1.4ghz machine, with 500gb hard drive space – to a 64-bit
Quad Core AMD Phenom processor at 2.4ghz – with 8gb of RAM and a new 1tb hard drive
to boot! Combined with a new Radeon HD 8700 gpu and the 21" LCD widescreen monitor
that Ryan got me for Christmas – and my computer is smokin'! (Running 64-bit Windows
Vista Ultimate, with HD animated wallpapers – and I get to turn games like Eve Online
and Unreal Tournament 3 all the way up and not experience any lag.) If you were keeping
track of the numbers I mentioned in my car hunt, you'll realize I used some extra
money somewhere – voila, 2007 Tax Returns. I filed them early, electronically, and
got my money in soon. (I also mailed in my 2005 and 2006 taxes, which are obviously
way past due, but I might see some money from them eventually.)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
Meanwhile, Ryan and I briefly looked at moving into a for-rent townhouse. And with
only a couple days of searching we narrowed down to 1 candidate, and began the applications
process. We've since been approved, and our move-in date is the beginning of June.
(Which is me and Ryan's two-year anniversary together.)&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
And, in all the excitement, at the same time, I have been dealing with knowing I need
to quit WSLS. I was literally going crazy. Four months, with no time off, is a lot.
And I've done longer and more, before – but it is no excuse. So I put in two week's
notice at WSLS, two weeks ago. It's sad leaving a job – especially on good terms,
as it is not something I am used to. Working in the limelight has been a lot of fun.
And there is no place I would have rather has been during events like April 16&lt;sup&gt;th&lt;/sup&gt; at
VT.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
But I guess I am blogging all this because one of my newest friends, Crystal, who
I've worked at WSLS with for almost 2 years, is moving away. She has made a mutually
beneficial arrangement with her mother in northern Virginia – and she will finish
moving on Sunday, which is only 4 days away. I've gone out to bars with her, and gone
to The Park with her. I've farted in her edit bay, loaned her cigarettes, and together
laughed at the expense of many-a-subject in the news room at WSLS.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
I've been making big steps, since I started working at WSLS. And whilst I owe the
success to a little hard work, and my boyfriend Ryan's connections – I have been proud
to have Crystal as a good friend. She is making big steps too! And I wish her the
best of luck.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
Go get'em, C Munkey!&lt;br /&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=8d6f36a3-abb9-4273-b615-a38b96795525" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,8d6f36a3-abb9-4273-b615-a38b96795525.aspx</comments>
      <category>computers</category>
      <category>personal</category>
      <category>cars</category>
      <category>career</category>
    </item>
  </channel>
</rss>