<?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 - technology</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=fc662f2d-648c-41b4-bc86-8d4f9280022d</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,fc662f2d-648c-41b4-bc86-8d4f9280022d.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,fc662f2d-648c-41b4-bc86-8d4f9280022d.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=fc662f2d-648c-41b4-bc86-8d4f9280022d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Believe it or not, (as I bite the hand
that feeds me), Blogger sucks!<br /><br />
Microsoft released Word 2007, well, earlier this year. And around the same time, Google
finished integrating Blogger into its authentication system. What do they have to
do with each other, you may ask?<br /><br />
Well, Microsoft was kind enough to put in blogging functionality in Word 2007. Create
new posts, publish old ones. It works with a handful of providers - WordPress, Windows
Live Spaces, and Blogger included. Well, its supposed to work. But it doesn't.<br /><br />
You can put in your Blogger information, it will list all of your blogs, and for any
you select, it will list your blog posts (if you want to edit an old one). But it
fails if you try to actually open one of these blog entries. And it fails if you try
to post a new blog entry.<br /><br />
Why do I blame this on Blogger?<br /><br />
Well, from what I understand, Blogger used a well-published standard for its API,
making it easy for blog tools to work against. When people complained in early 2007
that Word 2007 didn't work with Blogger (around the time that Blogger became fully
integrated with Google authentication), Blogger responded with a "we're working on
it", and later with a "it's fixed". (As a side note, Word 2007 worked *perfectly*
with Blogger, supposedly, when Word 2007 was still in Beta.)<br /><br />
In the time that has passed since, I acquired Word 2007. And discovered that it doesn't
work with Blogger. (No, it's not my computer, read on...) And Blogger's only support
option, other than a plethora of How-Tos, is the <a href="http://groups.google.com/group/blogger-help">Blogger
Help Group</a>. Being a Google Group, it is a forum-style discussion system. Old posts
get pushed out of the way for new posts. Hundreds of posts are made per day. (And
a kicker, it seems that older posts cannot be replied to or edited, making them effectively
dead.)<br /><br />
I've posted a couple times now, complaining about my problem, with no response. I've
scoured it looking for other people with the same problem, and found a few that have,
but the responses they got (from people that aren't affiliated with Google or Blogger),
were all basically to the effect "Well, you shouldn't be trying to use Word then,
stupid." With no follow-up, ever, from Google/Blogger personnel.<br /><br />
There is no e-mail address for customer support. No handy-dandy web form to file in
a request for help. Just a Google Group, hoping you'll get answered, or at least noticed,
by someone important. And so far I haven't been.<br /><br />
There is no accountability. No quality control. And thats what you get for using a
free service.<br /><br />
So I'll post here, while my patience can bare it. But I'm considering moving my computer
programming blog to WordPress. (Which sucks for Google, because thats the blog of
mine that actually gets traffic.)<img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=fc662f2d-648c-41b4-bc86-8d4f9280022d" /></body>
      <title>Why I Haven't Blogged For A While</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,fc662f2d-648c-41b4-bc86-8d4f9280022d.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2007/12/16/Why-I-Havent-Blogged-For-A-While.aspx</link>
      <pubDate>Sun, 16 Dec 2007 07:40:00 GMT</pubDate>
      <description>Believe it or not, (as I bite the hand that feeds me), Blogger sucks!&lt;br /&gt;
&lt;br /&gt;
Microsoft released Word 2007, well, earlier this year. And around the same time, Google
finished integrating Blogger into its authentication system. What do they have to
do with each other, you may ask?&lt;br /&gt;
&lt;br /&gt;
Well, Microsoft was kind enough to put in blogging functionality in Word 2007. Create
new posts, publish old ones. It works with a handful of providers - WordPress, Windows
Live Spaces, and Blogger included. Well, its supposed to work. But it doesn't.&lt;br /&gt;
&lt;br /&gt;
You can put in your Blogger information, it will list all of your blogs, and for any
you select, it will list your blog posts (if you want to edit an old one). But it
fails if you try to actually open one of these blog entries. And it fails if you try
to post a new blog entry.&lt;br /&gt;
&lt;br /&gt;
Why do I blame this on Blogger?&lt;br /&gt;
&lt;br /&gt;
Well, from what I understand, Blogger used a well-published standard for its API,
making it easy for blog tools to work against. When people complained in early 2007
that Word 2007 didn't work with Blogger (around the time that Blogger became fully
integrated with Google authentication), Blogger responded with a "we're working on
it", and later with a "it's fixed". (As a side note, Word 2007 worked *perfectly*
with Blogger, supposedly, when Word 2007 was still in Beta.)&lt;br /&gt;
&lt;br /&gt;
In the time that has passed since, I acquired Word 2007. And discovered that it doesn't
work with Blogger. (No, it's not my computer, read on...) And Blogger's only support
option, other than a plethora of How-Tos, is the &lt;a href="http://groups.google.com/group/blogger-help"&gt;Blogger
Help Group&lt;/a&gt;. Being a Google Group, it is a forum-style discussion system. Old posts
get pushed out of the way for new posts. Hundreds of posts are made per day. (And
a kicker, it seems that older posts cannot be replied to or edited, making them effectively
dead.)&lt;br /&gt;
&lt;br /&gt;
I've posted a couple times now, complaining about my problem, with no response. I've
scoured it looking for other people with the same problem, and found a few that have,
but the responses they got (from people that aren't affiliated with Google or Blogger),
were all basically to the effect "Well, you shouldn't be trying to use Word then,
stupid." With no follow-up, ever, from Google/Blogger personnel.&lt;br /&gt;
&lt;br /&gt;
There is no e-mail address for customer support. No handy-dandy web form to file in
a request for help. Just a Google Group, hoping you'll get answered, or at least noticed,
by someone important. And so far I haven't been.&lt;br /&gt;
&lt;br /&gt;
There is no accountability. No quality control. And thats what you get for using a
free service.&lt;br /&gt;
&lt;br /&gt;
So I'll post here, while my patience can bare it. But I'm considering moving my computer
programming blog to WordPress. (Which sucks for Google, because thats the blog of
mine that actually gets traffic.)&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=fc662f2d-648c-41b4-bc86-8d4f9280022d" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,fc662f2d-648c-41b4-bc86-8d4f9280022d.aspx</comments>
      <category>blogger</category>
      <category>technology</category>
      <category>microsoft</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=8df7e9d0-aa35-4395-a075-8032f34805df</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,8df7e9d0-aa35-4395-a075-8032f34805df.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,8df7e9d0-aa35-4395-a075-8032f34805df.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=8df7e9d0-aa35-4395-a075-8032f34805df</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I spent 40 minutes Digging every article
I could related to the HD-DVD key leak - which at first Digg staff was trying to censor.
This has sense exploded in a Digg revolt. Hundreds of stories with thousands of Diggs
each, it is quite insane.<br /><br />
My computer couldn't keep up with the JavaScript of me clicking "Digg" over and over
again. But obviously my internet connection *could*. And a whole helluva lot of other
people, too.<br /><br />
Eventually, this is what I got, after 5 minutes of it timing out with me just trying
to see the front page:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_bSl86KFxodY/Rjgo_Qdbp_I/AAAAAAAAAA0/hemeTQj_AMU/s1600-h/digg+broken.JPG"><img style="cursor: pointer; width: 471px; height: 431px;" src="http://3.bp.blogspot.com/_bSl86KFxodY/Rjgo_Qdbp_I/AAAAAAAAAA0/hemeTQj_AMU/s400/digg+broken.JPG" alt="" id="BLOGGER_PHOTO_ID_5059839248566036466" border="0" /></a><br /><br />
One of the articles is a link to a screen-shot of a comment that Digg founder Kevin
Rose left on a topic regarding the madness itself. In summary, Kevin said that they
(Digg staff) were contacted by [some HD-DVD affiliated legal lackey] with a cease
and desist.<br /><br />
But apparently, at 9PM (possible PST, but I dunno), Kevin Rose posted <a href="http://blog.digg.com/?p=74">this</a> on
the Digg Blog. Basically saying that Digg was just trying to protect itself (it being
a rather small company), but since the people have spoken out, Digg will stick with
them. Even if it has to die trying.<br /><br />
Makes me feel kinda bad for all those Diggs I shoved up their asses, if only I had
seen that Digg Blog post first. Though, they may honestly suffer more wrath from the
thousands and thousands of users who are angry about censorship, then they could at
the hands of a *potential* intellectial property dispute, of that magic little number.<br /><br />
Yours truly,<br /><blockquote> 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 </blockquote><img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=8df7e9d0-aa35-4395-a075-8032f34805df" /></body>
      <title>I Helped Bring Digg To Its Knees</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,8df7e9d0-aa35-4395-a075-8032f34805df.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2007/05/02/I-Helped-Bring-Digg-To-Its-Knees.aspx</link>
      <pubDate>Wed, 02 May 2007 05:59:00 GMT</pubDate>
      <description>I spent 40 minutes Digging every article I could related to the HD-DVD key leak - which at first Digg staff was trying to censor. This has sense exploded in a Digg revolt. Hundreds of stories with thousands of Diggs each, it is quite insane.&lt;br /&gt;
&lt;br /&gt;
My computer couldn't keep up with the JavaScript of me clicking "Digg" over and over
again. But obviously my internet connection *could*. And a whole helluva lot of other
people, too.&lt;br /&gt;
&lt;br /&gt;
Eventually, this is what I got, after 5 minutes of it timing out with me just trying
to see the front page:&lt;br /&gt;
&lt;br /&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_bSl86KFxodY/Rjgo_Qdbp_I/AAAAAAAAAA0/hemeTQj_AMU/s1600-h/digg+broken.JPG"&gt;&lt;img style="cursor: pointer; width: 471px; height: 431px;" src="http://3.bp.blogspot.com/_bSl86KFxodY/Rjgo_Qdbp_I/AAAAAAAAAA0/hemeTQj_AMU/s400/digg+broken.JPG" alt="" id="BLOGGER_PHOTO_ID_5059839248566036466" border="0" /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
One of the articles is a link to a screen-shot of a comment that Digg founder Kevin
Rose left on a topic regarding the madness itself. In summary, Kevin said that they
(Digg staff) were contacted by [some HD-DVD affiliated legal lackey] with a cease
and desist.&lt;br /&gt;
&lt;br /&gt;
But apparently, at 9PM (possible PST, but I dunno), Kevin Rose posted &lt;a href="http://blog.digg.com/?p=74"&gt;this&lt;/a&gt; on
the Digg Blog. Basically saying that Digg was just trying to protect itself (it being
a rather small company), but since the people have spoken out, Digg will stick with
them. Even if it has to die trying.&lt;br /&gt;
&lt;br /&gt;
Makes me feel kinda bad for all those Diggs I shoved up their asses, if only I had
seen that Digg Blog post first. Though, they may honestly suffer more wrath from the
thousands and thousands of users who are angry about censorship, then they could at
the hands of a *potential* intellectial property dispute, of that magic little number.&lt;br /&gt;
&lt;br /&gt;
Yours truly,&lt;br /&gt;
&lt;blockquote&gt; 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 &lt;/blockquote&gt;&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=8df7e9d0-aa35-4395-a075-8032f34805df" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,8df7e9d0-aa35-4395-a075-8032f34805df.aspx</comments>
      <category>technology</category>
      <category>current events</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=94da3896-369d-4cca-908c-1562ebe154de</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,94da3896-369d-4cca-908c-1562ebe154de.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,94da3896-369d-4cca-908c-1562ebe154de.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=94da3896-369d-4cca-908c-1562ebe154de</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <strong>Attention MPAA, RIAA, and respective
affiliates and associative organizations, or those acting in their interest: </strong>You
do not have permission to view this blog entry. Doing so constitutes a violation of
the Internet Privacy Act.<br /><br /><strong>Blog Entry Starts Here</strong><br /><br />
The HD-DVD decryption key has been posted lots of places. The MPAA has been issuing
DMCA take-down notices. I would tell you what the key is, but they might try to censor
me too. Even though the key was napped directly out of an ingenious persons computer
RAM. In light of that, I've encrypted it here, for my own personal storage:<br /><br />
Security <span style="font-family:courier new;">09</span> by <span style="font-family:courier new;">F9</span> obscurity <span style="font-family:courier new;">11</span> never <span style="font-family:courier new;">02</span> works. <span style="font-family:courier new;">9D</span> There <span style="font-family:courier new;">74</span> are <span style="font-family:courier new;">E3</span> always <span style="font-family:courier new;">5B</span> smarter <span style="font-family:courier new;">D8</span> people <span style="font-family:courier new;">41</span> out <span style="font-family:courier new;">56</span> there <span style="font-family:courier new;">C5</span> who <span style="font-family:courier new;">63</span> can <span style="font-family:courier new;">56</span> figure <span style="font-family:courier new;">88</span> it <span style="font-family:courier new;">C0</span> out.<br /><br />
Do not decrypt it. Just because the sequence may or may not be in plain site, does
not mean that it is yours to know. If I find out you decrypted it from my blog, without
my express written permission, I will prosecute you under the Internet Privacy Act.<br /><br />
HD-DVD - I'm sure you've heard of it. Along with Blu-Ray, it is part of the next generation
of high-definition home movie media, however overlaiden with DRM it might be. Fair
use is out the window, or so it seems.<br /><br />
An intelligent computer user explains how he found it <a href="http://forum.doom9.org/showthread.php?t=121866&amp;page=6">here</a>.
(Notice I refuse to refer to him using a potentially demeaning title of *acker.) He
found the key, by doing memory dumps of his computer's RAM. He didn't "crack" anything,
or run any decryption algorithms to find the key. It was just sitting there, in his
computer memory, alongside all sorts of other easy-to-read data. He won't name the
player software that he snooped, because he doesn't want the software's developer
to be unfairly burdened by the MPAA.<br /><br />
DRM doesn't work! It only pisses off the stupid people, and only inconviences the
smart ones. If its a product worth selling, then it will sell! Claiming ownership
over a pattern of bytes, which travel around on someone else's computer, is morally
reprehensible, and irrationally foolish!<br /><br />
Media companies need to stop wasting their money on seemingly complex DRM schemes,
undergo a paradigm shift, and focus on having unique products that are worth selling.
Pieces of plastic, no matter what movies are "on" them, are not worth $20 or $30.
To quote Dr. Phil (McGraw), "Folks, its time to get real!"<img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=94da3896-369d-4cca-908c-1562ebe154de" /></body>
      <title>HD-DVD Decryption Key Cracked - Now Censored</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,94da3896-369d-4cca-908c-1562ebe154de.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2007/05/01/HDDVD-Decryption-Key-Cracked-Now-Censored.aspx</link>
      <pubDate>Tue, 01 May 2007 21:41:00 GMT</pubDate>
      <description>&lt;strong&gt;Attention MPAA, RIAA, and respective affiliates and associative organizations,
or those acting in their interest: &lt;/strong&gt;You do not have permission to view this
blog entry. Doing so constitutes a violation of the Internet Privacy Act.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Blog Entry Starts Here&lt;/strong&gt;
&lt;br /&gt;
&lt;br /&gt;
The HD-DVD decryption key has been posted lots of places. The MPAA has been issuing
DMCA take-down notices. I would tell you what the key is, but they might try to censor
me too. Even though the key was napped directly out of an ingenious persons computer
RAM. In light of that, I've encrypted it here, for my own personal storage:&lt;br /&gt;
&lt;br /&gt;
Security &lt;span style="font-family:courier new;"&gt;09&lt;/span&gt; by &lt;span style="font-family:courier new;"&gt;F9&lt;/span&gt; obscurity &lt;span style="font-family:courier new;"&gt;11&lt;/span&gt; never &lt;span style="font-family:courier new;"&gt;02&lt;/span&gt; works. &lt;span style="font-family:courier new;"&gt;9D&lt;/span&gt; There &lt;span style="font-family:courier new;"&gt;74&lt;/span&gt; are &lt;span style="font-family:courier new;"&gt;E3&lt;/span&gt; always &lt;span style="font-family:courier new;"&gt;5B&lt;/span&gt; smarter &lt;span style="font-family:courier new;"&gt;D8&lt;/span&gt; people &lt;span style="font-family:courier new;"&gt;41&lt;/span&gt; out &lt;span style="font-family:courier new;"&gt;56&lt;/span&gt; there &lt;span style="font-family:courier new;"&gt;C5&lt;/span&gt; who &lt;span style="font-family:courier new;"&gt;63&lt;/span&gt; can &lt;span style="font-family:courier new;"&gt;56&lt;/span&gt; figure &lt;span style="font-family:courier new;"&gt;88&lt;/span&gt; it &lt;span style="font-family:courier new;"&gt;C0&lt;/span&gt; out.&lt;br /&gt;
&lt;br /&gt;
Do not decrypt it. Just because the sequence may or may not be in plain site, does
not mean that it is yours to know. If I find out you decrypted it from my blog, without
my express written permission, I will prosecute you under the Internet Privacy Act.&lt;br /&gt;
&lt;br /&gt;
HD-DVD - I'm sure you've heard of it. Along with Blu-Ray, it is part of the next generation
of high-definition home movie media, however overlaiden with DRM it might be. Fair
use is out the window, or so it seems.&lt;br /&gt;
&lt;br /&gt;
An intelligent computer user explains how he found it &lt;a href="http://forum.doom9.org/showthread.php?t=121866&amp;amp;page=6"&gt;here&lt;/a&gt;.
(Notice I refuse to refer to him using a potentially demeaning title of *acker.) He
found the key, by doing memory dumps of his computer's RAM. He didn't "crack" anything,
or run any decryption algorithms to find the key. It was just sitting there, in his
computer memory, alongside all sorts of other easy-to-read data. He won't name the
player software that he snooped, because he doesn't want the software's developer
to be unfairly burdened by the MPAA.&lt;br /&gt;
&lt;br /&gt;
DRM doesn't work! It only pisses off the stupid people, and only inconviences the
smart ones. If its a product worth selling, then it will sell! Claiming ownership
over a pattern of bytes, which travel around on someone else's computer, is morally
reprehensible, and irrationally foolish!&lt;br /&gt;
&lt;br /&gt;
Media companies need to stop wasting their money on seemingly complex DRM schemes,
undergo a paradigm shift, and focus on having unique products that are worth selling.
Pieces of plastic, no matter what movies are "on" them, are not worth $20 or $30.
To quote Dr. Phil (McGraw), "Folks, its time to get real!"&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=94da3896-369d-4cca-908c-1562ebe154de" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,94da3896-369d-4cca-908c-1562ebe154de.aspx</comments>
      <category>technology</category>
      <category>current events</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=4f8558ab-6289-4e13-a432-000066f64089</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,4f8558ab-6289-4e13-a432-000066f64089.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,4f8558ab-6289-4e13-a432-000066f64089.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=4f8558ab-6289-4e13-a432-000066f64089</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I've always been quite interested in artificial
intelligence. From the customizable AI scripting for <u>Civilization II</u>, to the
complexities of unbeatable AI-controlled chess players, there are plenty of real world
examples of what computing power has enabled us to do in the way of simulating intelligence.
However, science fiction has given us things both to reach for, and to avoid.<br /><br />
In Star Trek, the characters are able to converse with the ship-board computer to
ask queries and assert commands; in <u>2001: A Space Odyssey</u> and the <u>Terminator</u> trilogy,
computer-driven intelligences turn evil and take human lives.<br /><br />
For the first 3 or 4 decades of computing technology, the closest thing to AI that
we have made has been rule-driven computer programs. And whilst some of these attempts
have been rather complex, they all break down into hard-coded combinations of "if 
<condition>
, then do 
<action>
" - which in the long run, won't cut it alone. True intelligence must be adaptive.<br /><br />
So how does one make it adaptive? There has been quite a bit of research into this
recently. The <a href="http://www.opencyc.org/">OpenCyc</a> project encompasses a
dynamic database of assertions (e.g. a dog is a mammal, a mammal is a vertebrate),
and then draws conclusions between them (so all dogs are vertebrates). It isn't self
adaptive, but they do have a massive ontology of common sense facts that can serve
as groundwork for other AI projects.<br /><br />
There are other approaches, which have only recently begun to be explored (because
of evolving computational power). One approach, involving systems that function based
on the properties of random numbers in large groups. Genetic-inspired algorithms are
being used to randomly write and adapt rules to simulate things like mice in a maze
looking for the cheese. There are also attempts to create <a href="http://en.wikipedia.org/wiki/Artificial_neural_network">artificial
nueral networks</a>, by simulating neurons and their connections in mass numbers.
For example, such an approach has been used to create a system that can learn how
to return highly accurate trigonometric function values ( or other mathematical relationsips
- see the <a href="http://sourceforge.net/projects/fann/">FANN</a> project). There
have also been rather productive philosophical exercises as to <a href="http://www.singinst.org/upload/CFAI//">how
to make an A.I. "friendly"</a>.<br /><br />
But when and how will it all come together? Many different kinds of projects, have
approached intelligence from <a href="http://en.wikipedia.org/wiki/Artificial_intelligence#List_Of_Applications">specific
angles</a>, such as Jeff Hawkins' project, <a href="http://www.numenta.com/">Numenta</a>,
which focuses on a solely on modelling human sensory recognition. <a href="http://en.wikipedia.org/wiki/Ray_Kurzweil">Ray
Kurzweil</a>, the foremost running futurist, has predicted that we will reach a point
called the "<a href="http://singularity.com/">Singularity</a>", (being based on the <a href="http://en.wikipedia.org/wiki/Accelerating_change">Law
of Accelerating Returns</a>), which will be the point that an artificial intelligence
will explode into super-human intelligence, and change all of society as we know it,
with cybernetics blurring the line between digital and biological.<br /><br />
But the truth is, no matter how many teraflops we pour into an artificial neural network,
or a common sense reasoning engine, or sensory recognition heuristics, none of these
alone are going to explode in such a way. True artificial intelligence will require
collaboration across these domains, for a singular project. But at such a point, would
the intelligence be "artificial", if it were "real" intelligence, based on all the
pieces we understand about human intelligence?<br /><br />
And the paranoid part of me wonders, how do we know that such an electronic intelligence
hasn't evolved already? That it just simply decided we weren't worth its time and
effort, so it just drifts around on the internet ignoring us? Believe you me, the
way my computer acts sometimes, I wonder...<img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=4f8558ab-6289-4e13-a432-000066f64089" /></action></condition></body>
      <title>Will The Real A.I. Please Stand Up</title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,4f8558ab-6289-4e13-a432-000066f64089.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2007/04/29/Will-The-Real-AI-Please-Stand-Up.aspx</link>
      <pubDate>Sun, 29 Apr 2007 22:37:00 GMT</pubDate>
      <description>I've always been quite interested in artificial intelligence. From the customizable AI scripting for &lt;u&gt;Civilization
II&lt;/u&gt;, to the complexities of unbeatable AI-controlled chess players, there are plenty
of real world examples of what computing power has enabled us to do in the way of
simulating intelligence. However, science fiction has given us things both to reach
for, and to avoid.&lt;br /&gt;
&lt;br /&gt;
In Star Trek, the characters are able to converse with the ship-board computer to
ask queries and assert commands; in &lt;u&gt;2001: A Space Odyssey&lt;/u&gt; and the &lt;u&gt;Terminator&lt;/u&gt; trilogy,
computer-driven intelligences turn evil and take human lives.&lt;br /&gt;
&lt;br /&gt;
For the first 3 or 4 decades of computing technology, the closest thing to AI that
we have made has been rule-driven computer programs. And whilst some of these attempts
have been rather complex, they all break down into hard-coded combinations of "if 
&lt;condition&gt;
, then do 
&lt;action&gt;
" - which in the long run, won't cut it alone. True intelligence must be adaptive.&lt;br /&gt;
&lt;br /&gt;
So how does one make it adaptive? There has been quite a bit of research into this
recently. The &lt;a href="http://www.opencyc.org/"&gt;OpenCyc&lt;/a&gt; project encompasses a
dynamic database of assertions (e.g. a dog is a mammal, a mammal is a vertebrate),
and then draws conclusions between them (so all dogs are vertebrates). It isn't self
adaptive, but they do have a massive ontology of common sense facts that can serve
as groundwork for other AI projects.&lt;br /&gt;
&lt;br /&gt;
There are other approaches, which have only recently begun to be explored (because
of evolving computational power). One approach, involving systems that function based
on the properties of random numbers in large groups. Genetic-inspired algorithms are
being used to randomly write and adapt rules to simulate things like mice in a maze
looking for the cheese. There are also attempts to create &lt;a href="http://en.wikipedia.org/wiki/Artificial_neural_network"&gt;artificial
nueral networks&lt;/a&gt;, by simulating neurons and their connections in mass numbers.
For example, such an approach has been used to create a system that can learn how
to return highly accurate trigonometric function values ( or other mathematical relationsips
- see the &lt;a href="http://sourceforge.net/projects/fann/"&gt;FANN&lt;/a&gt; project). There
have also been rather productive philosophical exercises as to &lt;a href="http://www.singinst.org/upload/CFAI//"&gt;how
to make an A.I. "friendly"&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
But when and how will it all come together? Many different kinds of projects, have
approached intelligence from &lt;a href="http://en.wikipedia.org/wiki/Artificial_intelligence#List_Of_Applications"&gt;specific
angles&lt;/a&gt;, such as Jeff Hawkins' project, &lt;a href="http://www.numenta.com/"&gt;Numenta&lt;/a&gt;,
which focuses on a solely on modelling human sensory recognition. &lt;a href="http://en.wikipedia.org/wiki/Ray_Kurzweil"&gt;Ray
Kurzweil&lt;/a&gt;, the foremost running futurist, has predicted that we will reach a point
called the "&lt;a href="http://singularity.com/"&gt;Singularity&lt;/a&gt;", (being based on the &lt;a href="http://en.wikipedia.org/wiki/Accelerating_change"&gt;Law
of Accelerating Returns&lt;/a&gt;), which will be the point that an artificial intelligence
will explode into super-human intelligence, and change all of society as we know it,
with cybernetics blurring the line between digital and biological.&lt;br /&gt;
&lt;br /&gt;
But the truth is, no matter how many teraflops we pour into an artificial neural network,
or a common sense reasoning engine, or sensory recognition heuristics, none of these
alone are going to explode in such a way. True artificial intelligence will require
collaboration across these domains, for a singular project. But at such a point, would
the intelligence be "artificial", if it were "real" intelligence, based on all the
pieces we understand about human intelligence?&lt;br /&gt;
&lt;br /&gt;
And the paranoid part of me wonders, how do we know that such an electronic intelligence
hasn't evolved already? That it just simply decided we weren't worth its time and
effort, so it just drifts around on the internet ignoring us? Believe you me, the
way my computer acts sometimes, I wonder...&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=4f8558ab-6289-4e13-a432-000066f64089" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,4f8558ab-6289-4e13-a432-000066f64089.aspx</comments>
      <category>technology</category>
    </item>
    <item>
      <trackback:ping>http://i.llumin.us/illuminating-oneself/Trackback.aspx?guid=4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98</trackback:ping>
      <pingback:server>http://i.llumin.us/illuminating-oneself/pingback.aspx</pingback:server>
      <pingback:target>http://i.llumin.us/illuminating-oneself/PermaLink,guid,4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://i.llumin.us/illuminating-oneself/CommentView,guid,4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98.aspx</wfw:comment>
      <wfw:commentRss>http://i.llumin.us/illuminating-oneself/SyndicationService.asmx/GetEntryCommentsRss?guid=4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">It is a simple brute force attack, dumb
as a rock that just tries keys. If it gets one, you manually have to check it and
try activation. Is is ugly, takes hours, is far from point and click, but it is said
to work. I don't have any Vista installs because of the anti-user licensing so I have
not tested it personally.<br /><br /><a href="http://www.theinquirer.net/default.aspx?article=37941">read more</a> | <a href="http://digg.com/security/Vista_activation_cracked_by_brute_force">digg
story</a><img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98" /></body>
      <title>Vista activation cracked by brute force </title>
      <guid isPermaLink="false">http://i.llumin.us/illuminating-oneself/PermaLink,guid,4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98.aspx</guid>
      <link>http://i.llumin.us/illuminating-oneself/2007/03/02/Vista-Activation-Cracked-By-Brute-Force.aspx</link>
      <pubDate>Fri, 02 Mar 2007 03:12:00 GMT</pubDate>
      <description>It is a simple brute force attack, dumb as a rock that just tries keys. If it gets one, you manually have to check it and try activation. Is is ugly, takes hours, is far from point and click, but it is said to work. I don't have any Vista installs because of the anti-user licensing so I have not tested it personally.&lt;br&gt;
&gt;
&lt;br&gt;
&gt;
&lt;a href='http://www.theinquirer.net/default.aspx?article=37941'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/security/Vista_activation_cracked_by_brute_force'&gt;digg
story&lt;/a&gt;&lt;img width="0" height="0" src="http://i.llumin.us/illuminating-oneself/aggbug.ashx?id=4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98" /&gt;</description>
      <comments>http://i.llumin.us/illuminating-oneself/CommentView,guid,4bf3eec3-29d0-4ba8-bb4f-7b71466d3f98.aspx</comments>
      <category>technology</category>
      <category>current events</category>
    </item>
  </channel>
</rss>