<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Misc</title>
        <link>http://www.statichippo.com/category/2.aspx</link>
        <description>Misc</description>
        <language>en-US</language>
        <copyright>Noah</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <item>
            <title>BitlyDotNet just got more awesome</title>
            <link>http://statichippo.com/archive/2010/03/11/bitlydotnet-just-got-more-awesome.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://blog.mikecouturier.com/" target="_blank"&gt;Mike Gleason Jr&lt;/a&gt; has a bit.ly client library written in C# called BitlyDotNet (it’s hosted on &lt;a href="http://code.google.com/p/bitly-dot-net/" target="_blank"&gt;here on Google Code&lt;/a&gt;).  If it wasn’t cool enough before, it just got more awesome.&lt;/p&gt;  &lt;p&gt;I submitted a new version with the following improvements:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Added support for error code 208 ("you have exceeded your hourly rate limit for this method")&lt;/li&gt;    &lt;li&gt;Overload to shorten multiple URLs in one shot&lt;/li&gt;    &lt;li&gt;Fixed bug that occurred when hourly limit was exceeded (SingleOrDefault throws InvalidOperationException because of multiple errorCode nodes)&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This library saved me time on a recent project and I’m glad I could contribute.  &lt;a href="http://code.google.com/p/bitly-dot-net/" target="_blank"&gt;Go check it out!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://statichippo.com/aggbug/57.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Noah</dc:creator>
            <guid>http://statichippo.com/archive/2010/03/11/bitlydotnet-just-got-more-awesome.aspx</guid>
            <pubDate>Thu, 11 Mar 2010 19:17:07 GMT</pubDate>
            <wfw:comment>http://statichippo.com/comments/57.aspx</wfw:comment>
            <comments>http://statichippo.com/archive/2010/03/11/bitlydotnet-just-got-more-awesome.aspx#feedback</comments>
            <wfw:commentRss>http://statichippo.com/comments/commentRss/57.aspx</wfw:commentRss>
            <trackback:ping>http://statichippo.com/services/trackbacks/57.aspx</trackback:ping>
        </item>
        <item>
            <title>Help me build a great software development course</title>
            <link>http://statichippo.com/archive/2010/02/09/help-me-build-a-great-software-development-course.aspx</link>
            <description>&lt;p&gt;It looks like I might be giving a course on Beginning .NET Development to non developers with IT backgrounds.  I'm putting together my lectures and it's really hard.  I want to make sure that I explain things so others can understand them.  &lt;/p&gt;  &lt;p&gt;Even though this is a .NET course (with a web-based slant), I really see it as a fundamental software development (crash) course.  You can’t become a great developer without understanding what’s going on behind the scenes.  If you have any thoughts or advice on any of the topics at hand (am I missing a topic?  are they poorly ordered?  do you have a great analogy for something?) or just some general thoughts or advice, I'd be grateful if you would pass them along.&lt;/p&gt;  &lt;h4&gt;Here's what I have in regards to topics for the course:&lt;/h4&gt;  &lt;p&gt;&lt;u&gt;Principals in software engineering&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What are numbers (decimal, binary, hex)&lt;/li&gt;    &lt;li&gt;Memory &amp;amp; microprocessors (rundown on how code gets executed)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;Into to OOP&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What's assembly language&lt;/li&gt;    &lt;li&gt;C and low level languages&lt;/li&gt;    &lt;li&gt;Beginning OOP (concepts relevant to OOP)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;Microsoft .NET Platform&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Native executable vs intermediate language (history, how it works)&lt;/li&gt;    &lt;li&gt;Basic types &amp;amp; operators&lt;/li&gt;    &lt;li&gt;Pass by Value vs reference&lt;/li&gt;    &lt;li&gt;Using Visual Studio&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;Principals of web architecture&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What's the internet?&lt;/li&gt;    &lt;li&gt;State vs stateless&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;Fundamentals of ASP.NET&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What is ViewState?&lt;/li&gt;    &lt;li&gt;Configuration&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;Proficiency in C#&lt;/u&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Basic structure&lt;/li&gt;    &lt;li&gt;Flow control, ifs, fors, whiles, methods&lt;/li&gt;    &lt;li&gt;OOP (classes, interfaces, polymorphism)&lt;/li&gt;    &lt;li&gt;Generics*&lt;/li&gt;    &lt;li&gt;Lambda expressions &amp;amp; functional programming*&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;* These topics might have to be left for the next, more advanced course depending on time contraints&lt;/p&gt;&lt;img src="http://statichippo.com/aggbug/55.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Noah</dc:creator>
            <guid>http://statichippo.com/archive/2010/02/09/help-me-build-a-great-software-development-course.aspx</guid>
            <pubDate>Tue, 09 Feb 2010 17:17:45 GMT</pubDate>
            <wfw:comment>http://statichippo.com/comments/55.aspx</wfw:comment>
            <comments>http://statichippo.com/archive/2010/02/09/help-me-build-a-great-software-development-course.aspx#feedback</comments>
            <wfw:commentRss>http://statichippo.com/comments/commentRss/55.aspx</wfw:commentRss>
            <trackback:ping>http://statichippo.com/services/trackbacks/55.aspx</trackback:ping>
        </item>
        <item>
            <title>Gunnar Optiks glasses update</title>
            <link>http://statichippo.com/archive/2009/12/03/gunnar-optiks-glasses-update.aspx</link>
            <description>&lt;p&gt;All I can say is I love my &lt;a href="http://www.gunnars.com" target="_blank"&gt;Gunnar Optiks&lt;/a&gt; Rx computer glasses.  My whole body just feels better at the end of the day and I have a lot less sensitivity to light at 10pm.  In general, during my day, I concentrate more and lose myself in my work more since I got these glasses.  I highly recommend them to everyone who spends most of their day in front of a computer monitor.&lt;/p&gt;&lt;img src="http://statichippo.com/aggbug/46.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Noah</dc:creator>
            <guid>http://statichippo.com/archive/2009/12/03/gunnar-optiks-glasses-update.aspx</guid>
            <pubDate>Thu, 03 Dec 2009 18:55:26 GMT</pubDate>
            <wfw:comment>http://statichippo.com/comments/46.aspx</wfw:comment>
            <comments>http://statichippo.com/archive/2009/12/03/gunnar-optiks-glasses-update.aspx#feedback</comments>
            <wfw:commentRss>http://statichippo.com/comments/commentRss/46.aspx</wfw:commentRss>
            <trackback:ping>http://statichippo.com/services/trackbacks/46.aspx</trackback:ping>
        </item>
        <item>
            <title>Failed upgrade: Wordpress to SubText</title>
            <link>http://statichippo.com/archive/2009/10/26/failed-upgrade-wordpress-to-subtext.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;  &lt;h2&gt;Well, that didn’t work!&lt;/h2&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;I thought it would be pretty easy to convert to Subtext from Wordpress (even though it’s a bit of a hack) as I mentioned &lt;a href="http://blog.statichippo.com/archive/2009/10/24/new-blog.aspx"&gt;in this blog post&lt;/a&gt;.  However, I was very mistaken.  I was able to export from SubText to BlogML (after installing Wordpress on my local machine etc) but the outputted BlogML file caused an error while importing to SubText.&lt;/p&gt;  &lt;p&gt;After spending a couple hours on it I decided I would be better off just taking the important posts from Wordpress, downloading them into Windows Live Writer, and uploading them to SubText.&lt;/p&gt;  &lt;p&gt;That, too, had it’s share of difficulties.  First there were the missing posts, then the posts and now I have posts that show up on &lt;a href="http://blog.statichippo.com"&gt;blog.statichippo.com&lt;/a&gt; and in Windows Live Writer but not in the SubText admin.&lt;/p&gt;  &lt;p&gt;Anyway I’m probably just going to leave it as is.  The important posts (the one’s people actually read) are here even if the comments are not and it’s not like I had anything that earth shattering on WordPress anyway.&lt;/p&gt;&lt;img src="http://statichippo.com/aggbug/35.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Noah</dc:creator>
            <guid>http://statichippo.com/archive/2009/10/26/failed-upgrade-wordpress-to-subtext.aspx</guid>
            <pubDate>Mon, 26 Oct 2009 22:02:24 GMT</pubDate>
            <wfw:comment>http://statichippo.com/comments/35.aspx</wfw:comment>
            <comments>http://statichippo.com/archive/2009/10/26/failed-upgrade-wordpress-to-subtext.aspx#feedback</comments>
            <wfw:commentRss>http://statichippo.com/comments/commentRss/35.aspx</wfw:commentRss>
            <trackback:ping>http://statichippo.com/services/trackbacks/35.aspx</trackback:ping>
        </item>
    </channel>
</rss>