<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>FunnyLookinHat's /etc/var/self/log.txt</title>
	<atom:link href="http://www.funnylookinhat.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.funnylookinhat.com</link>
	<description>Ramblings, Ideas, Concerns...</description>
	<pubDate>Fri, 25 Jun 2010 19:24:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Searching Google Geocoder Information</title>
		<link>http://www.funnylookinhat.com/?p=61</link>
		<comments>http://www.funnylookinhat.com/?p=61#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:24:07 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=61</guid>
		<description><![CDATA[Before I forget I just want to post this bit of code - took me way too long to figure this out - it&#8217;s a long story.  In any case, if you&#8217;re ever using PHP to get google geocoder information and it&#8217;s stored in a JSON Object - you probably realized it&#8217;s hard to [...]]]></description>
			<content:encoded><![CDATA[<p>Before I forget I just want to post this bit of code - took me way too long to figure this out - it&#8217;s a long story.  In any case, if you&#8217;re ever using PHP to get google geocoder information and it&#8217;s stored in a JSON Object - you probably realized it&#8217;s hard to find a particular key at times because of varying levels of data returned by google&#8230;  in any case, you can use this function to quickly and easily get the first result for a matching key.</p>
<blockquote><p>
function getPlaceValue($object, $lookingFor) {<br />
foreach($object as $key=&gt;$obj) {<br />
if(strcmp($key,$lookingFor)==0) {<br />
return $obj;<br />
} else if(is_object($obj)) {<br />
$ok = getPlaceValue($obj,$lookingFor);<br />
if($ok) {<br />
return $ok;<br />
}<br />
}<br />
}<br />
return false;<br />
}</p></blockquote>
<p>That should work for any nested object as well&#8230;  so enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=61</wfw:commentRss>
		</item>
		<item>
		<title>Blog / Geek To-Do List</title>
		<link>http://www.funnylookinhat.com/?p=58</link>
		<comments>http://www.funnylookinhat.com/?p=58#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:58:58 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=58</guid>
		<description><![CDATA[I&#8217;ve been building a ridiculous to-do list related to the programming and video encoding I do for work, my personal programming projects, book/game/movie reviews, sharing code that I&#8217;ve created, trials and tribulations of submitting iPhone applications, and more&#8230;  all things that I fully intend to post here so that my work can be shared with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been building a ridiculous to-do list related to the programming and video encoding I do for work, my personal programming projects, book/game/movie reviews, sharing code that I&#8217;ve created, trials and tribulations of submitting iPhone applications, and more&#8230;  all things that I fully intend to post here so that my work can be shared with others.</p>
<p>Unfortunately - as always - I don&#8217;t have the time.  But, I&#8217;m going to make a point to submit a post at least once a week, and furthermore, I&#8217;m going to hopefully make it my goal to submit a post once every two days over the holidays (that is, until I get married&#8230;  apparently you&#8217;re not supposed to work or do anything like that on your honeymoon.  News to me!).</p>
<p>If anyone would prefer for something on this list to be written on earlier rather than later, please let me know&#8230;  or I could even contact you personally to help you with any of these things:</p>
<ul>
<li>Various iPhone SDK tutorials - specifically, uploading data to remote servers, communicating efficiently with remote servers, using the UIImagePicker/CoreLocation/MKMapView/NavigationView features of the 3.0 SDK, using JSON, custom map icons, and more.</li>
<li>FFMPEG Encoding &amp; Decoding, Automated Scripting, Video Encoding Settings, Libraries &amp; Preferred Optimizations, (Mobile) Device Support, Etc.</li>
<li>Google Android Tutorials (which I will be soon diving head-first into, pending enough free time outside of work and all)</li>
<li>PHP Framework Development (Creating New Frameworks and Working with Existing Ones) - I personally have started to LOVE Kohana (see: http://www.kohanaphp.com) - but there are several others I&#8217;d like to review and share.</li>
</ul>
<p>Lastly - We&#8217;re launching an awesome new service through my work this coming week (pending an iPhone app approval) that could very well revolutionize how we share our videos and photos with each other.  The service is called pegshot - and I can&#8217;t wait to tell you all more.</p>
<p>Just a side note - to prove how poorly I keep up with things like this, I started editing this post on Oct. 27 - and I just finished it today - Nov. 9.  Sad, I know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
		<item>
		<title>Twitter vs. Facebook &#038; Geeky Posts</title>
		<link>http://www.funnylookinhat.com/?p=55</link>
		<comments>http://www.funnylookinhat.com/?p=55#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:28:06 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=55</guid>
		<description><![CDATA[People get mad at me because my twitter posts directly to my facebook, and they often contain only the geekiest of status updates.  Ideas about code, questions about compiling a package on Linux, or compatibility issues between browsers with various web tricks&#8230;  They complain that my posts are overly technical and that they have no [...]]]></description>
			<content:encoded><![CDATA[<p>People get mad at me because my twitter posts directly to my facebook, and they often contain only the geekiest of status updates.  Ideas about code, questions about compiling a package on Linux, or compatibility issues between browsers with various web tricks&#8230;  They complain that my posts are overly technical and that they have no idea what they mean - even better are the comments I inevitably get on all of my status updates on Facebook that are just people trying to pretend like they know what I am talking about.  I&#8217;m so over facebook though - for the same reason I don&#8217;t &#8220;blog&#8221; like most other people do.  I don&#8217;t want to share my emotions over the internet, I much rather prefer to do so over a cup of coffee or chai tea (no milk or sugar, mind you).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Media Box - My own Trouble with Tribbles</title>
		<link>http://www.funnylookinhat.com/?p=49</link>
		<comments>http://www.funnylookinhat.com/?p=49#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:09:21 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=49</guid>
		<description><![CDATA[I ordered the parts for a media box last week from newegg and eagerly waited all weekend for the parts to show up.  So after checking the status of my tracking numbers about 50 times for each package over the course of 4 days, my parts got here!  Here&#8217;s what I ordered:

hec .7mm [...]]]></description>
			<content:encoded><![CDATA[<p>I ordered the parts for a media box last week from newegg and eagerly waited all weekend for the parts to show up.  So after checking the status of my tracking numbers about 50 times for each package over the course of 4 days, my parts got here!  Here&#8217;s what I ordered:</p>
<ul>
<li><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811121068">hec .7mm Steel Micro-ATX Case</a></li>
<li><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813128072">GIGABYTE GA-73PVM-S2H Micro-ATX Motherboard</a></li>
<li><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819116072">Intel Pentium E5200 Wolfdale</a></li>
<li><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820134581">Kingston 2GB DDR2 800 Ram</a></li>
</ul>
<p>I had a spare DVD-ROM drive lying around along with some 100GB Hard drives.  While I knew that I would be buying a larger hard drive for the box later this summer or in the fall, I figured I could get by for now with a regular ATA hard drive.</p>
<p>Some quick things I wanted to highlight about the motherboard - one of the best features was that it supported three different video output settings (VGA, DVI, and HDMI) leaving lots of room to grow.  Another big selling point for me was that it supported Optical SPDIF audio output - which is the easiest way for me to get Dolby 5.1 into my sound system.  One problem, that you&#8217;ll read on about later, was that I don&#8217;t have a TV that supports any of those output settings.  I can handle S-VIDEO, RCA, or Component - so I figured that I could get by with something like this:</p>
<p><a href="http://www.brilliantstore.com/computer_monitor_accessories_dekcell_cpa_1277.html"><img class="alignnone size-full wp-image-50" title="dekcell-cpa-1277" src="http://www.funnylookinhat.com/wp-content/uploads/2009/06/dekcell-cpa-1277.jpg" alt="dekcell-cpa-1277" width="125" height="125" /></a></p>
<p>Yeah - I know - it&#8217;s a longshot&#8230; but I figured that an nVidia 7100 graphics chipset could handle the TV-Out features required for the conversion.  After all - the first high end graphics card I ever purchased was an nVidia GeForce 7800 GTX - and I found that the 7*** series was both extremely reliable and versatile.  This was definitely not the case - but that can wait for later.</p>
<p><strong>&#8212; The Build &#8212;</strong></p>
<p>I&#8217;ve never worked with any smaller form-factor than ATX - So I was at least a bit ready to have some hard-to-manage cables and whatnot&#8230;  But I was nonetheless excited that I would have a fully featured and expandable media box for around $225.  I&#8217;ve built plenty of computers before so this whole process went quickly with a few exceptions.  First - the motherboard didn&#8217;t come with any standoffs nor did the case exactly fit the motherboard.  There were two mounting points for the motherboard that did not have a hole to screw into, one of them being a grounding point.  Not good.  In any case, I figured that with a $60 motherboard I could always just buy a new one and not be an idiot if it did break.  Also - I&#8217;ve never had one of the LGA775 socket processors from Intel before, so I was surpised to see how the heatsink attached to the motheboard.  I was impressed, to say the least.  <img src='http://www.funnylookinhat.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I did have some issues with cable management, that being, there is absolutely no cable management.  There was simply not enough room to even fit the extra ribbon cables and whatnot.  Also - I found out the hard way that the single IDE ATA port on the motherboard wouldn&#8217;t easily (read: not in any way) attach both a DVD drive and hard drive.  So, I went out and bought my first SATA 3GB/s drive (1 TB for about $100).  Needless to say, I won&#8217;t need a new hard drive any time soon.  After all of that, everything was in and together well enough, and I booted up the machine to install Ubuntu 9.04.</p>
<p><strong>&#8212; O.S. Installation &amp; Configuration &#8212;</strong></p>
<p>I love Linux.  Absolutely love it.  I firmly believe that Linux will eventually be the primary O.S. on most personal computers and servers and that it will make all of our lives easier.  Believe me, the only reason I stopped using Linux was because I bought a macbook.  At the time, for the money I spent, there was absolutely no better computer I could buy that had all of the specs that I needed in the same form factor.  Unfortunately, I had planned to use Ubuntu on my macbook - but the hardware support (specifically the mouse and IR port) would not work easily.  I resolved to use Mac OS because it is a great build of *nix with an even better GUI - I could deal with not having an apt-get (though not easily).</p>
<p>Put simply - Ubuntu installed flawlessly.  All of my devices were detected, including the HDMI and Optical audio outputs - something that I was certainly preparing to compile drivers for.  Furthermore - I had heard rumors that HFS+ partitions were not handled well by Linux.  Instead, I simply installed the hfs packages in the repositories and when I plugged in my external hard drive - everything mounted and opened perfectly.  I was able to easily transfer all of my files over to a separate partition on my 1TB drive for Boxee to use.</p>
<p>Overall - Absolutely wonderful hardware support.  Ubuntu has always been a wonderful Linux distribution, and has grown much more mature over the last year and a half.</p>
<p><strong>&#8212; Video Output &#8212;</strong></p>
<p>This is where my troubles began.  As I said earlier, I gambled with the crappiest and most ridiculous VGA -&gt; S-Video converter ever created in the history of mankind.  I hardly expected it to work, but every time I used Boxee I became more and more excited to see everything work.  I sort of tricked myself into believing that there was a good chance everything would just work.  Well - it didn&#8217;t.  And after multiple xorg.conf configurations using varying options for TVOut, I decided to try the same on Windows.  That is when my faith in nVidia began to decrease.</p>
<p>Of course, the same converter did not work in Windows 7 nor Windows XP.  I read on the forums that most nVidia users are finding the drivers crippled of features, specifically related to TV output, for any of the more recent builds.  One user suggested that I revert to version 169 and attempt to get it working.  Still no luck.  At this point I was getting thoroughly frustrated - my DVI port didn&#8217;t seem to be working either and I was beginning to think that I should have purchased a cheaper motherboard and a separate graphics card.  At that point my one saving grace arrived - an email from someone on craigslist selling a VGA signal converter box.  For $30 I picked up an amazing signal converter that provides S-Video, RCA, RGB, and Component output.  Awesome!  I quickly threw Ubuntu back on the box, booted up and was pleasantly surprised to find the Ubuntu desktop on my roommates LCD HDTV.</p>
<p>I should note that during my testing of the video output, I tried a friend&#8217;s HDMI cable and was awesomely surprised to find it worked perfectly for Ubuntu!  Now I know you&#8217;re all asking, why didn&#8217;t I just purchase an HDMI cable and be done with it.  Well, my own TV only supports RCA, S-Video, and Component inputs - no HDMI.  It was in my best interest for the future to provide a more flexible solution.</p>
<p><strong>&#8212; Boxee &#8212;</strong></p>
<p>Boxee is amazing.  I think it will revolutionize what we understand to be television - specifically regarding television programs and internet video.  Networks are going the way of the dinosaur in terms of cable and satellite services.  I love that I can listen to my favorite Pandora channels, pick up my favorite NPR radio programs, and catalog television programs to watch on my TV, rather than my computer.  Boxee can be a bit frustrating with getting it to recognize certain television series, especially if you are seemingly matching the naming criteria spelled out in the forums, when they have passed incorrect naming conventions to their end users.  Also - the most recent alpha release tends to crash frequently when playing Pandora radio.  They&#8217;re aware of the, and I hope that they fix it for the next release.</p>
<p><strong>&#8212; Last Thoughts &#8212;</strong></p>
<p>Overall, I am thoroughly impressed with the software and hardware for this box. Realistically, I could have built the complete box for just under $300 if I didn&#8217;t already have drives sitting around and had a television that supported all of the output standards.  I still need to investigate purchasing a remote control, as the keyboard with a 3 foot cord is getting a bit old.  I have an idea to use a gamepad, and think I might go ahead with it after my next paycheck.  While it&#8217;s only $10, the gamepad would provide all of the features I need for boxee, as well as a great interface for me to plug ZSNES into through the media box.  Software programs and forward thinking regarding media excite me very much, and seeing Boxee come to fruition is a very telling sign of a new wave of technology regarding in-home entertainment and idea collaboration.  I&#8217;m glad that when I have kids some day, I can put them on a TED channel through my media-box rather than just having them watch cartoons all day, so that they can share and enjoy the ideas of great minds rather than just mindless babble.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
		<item>
		<title>Web Development - I&#8217;m a real programmer now!</title>
		<link>http://www.funnylookinhat.com/?p=38</link>
		<comments>http://www.funnylookinhat.com/?p=38#comments</comments>
		<pubDate>Sat, 30 May 2009 06:16:10 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=38</guid>
		<description><![CDATA[I&#8217;ve been doing web development on a professional level for several years now, and I&#8217;ve been programming for much longer than that.  The funny thing is, I have never once worked for a legitimate company doing anything in this field.  All of the jobs I picked up were referrals from previous clients, word [...]]]></description>
			<content:encoded><![CDATA[<br />
<b>Warning</b>:  preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 in <b>/var/www/funnylookinhat.com/wp-includes/shortcodes.php</b> on line <b>213</b><br />
<p>I&#8217;ve been doing web development on a professional level for several years now, and I&#8217;ve been programming for much longer than that.  The funny thing is, I have never once worked for a legitimate company doing anything in this field.  All of the jobs I picked up were referrals from previous clients, word of mouth, web 2.0 (i.e. tweetering the facespace), and craigslist gigs.  I finally got myself a real job this summer and am working for a web start up called WellcomeMat (<a href="http://www.wellcomemat.com">www.wellcomemat.com</a>).  It&#8217;s definitely exciting; there are a lot of changes being made to the website and major shifts in the direction of our revenue sales.  In fact, we just released what I have been working on for the past two weeks, what I&#8217;ve started called Phase 2 of their Web User Interface.</p>
<p>Before I came to WellcomeMat this summer, the website was setup to run themselves primarily as a content distributor, not a hub for content creators and customers.  For everyone to win at this game of local video, we need clients to be hiring professional film-makers for quality short movies while providing a robust and malleable means of content delivery.  WellcomeMat had all of those things together, except that it didn&#8217;t show the public anything of what it did.  I would estimate that over 90% of the users on the website were using it because they were directly referred to it (or even sold on it as a free product) by WellcomeMat&#8217;s co-founders.  We have since moved on.</p>
<p>Here are three screen-shots of the legacy website (See below).</p>
<p>The first two screens are of the default website.  The third file shows what happened if you clicked a video.  It felt closed and secluded, claustrophobic even, and certainly didn&#8217;t provide any sort of method for users to crawl the content of the website.</p>
<p>In comes Phase 2!<br />

<a href='http://www.funnylookinhat.com/?attachment_id=39' title='picture1'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/picture1-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=40' title='picture2'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/picture2-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=41' title='picture3'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/picture3-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=42' title='phase2_1'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/phase2_1-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=43' title='phase2_2'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/phase2_2-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=44' title='phase2_3'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/phase2_3-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.funnylookinhat.com/?attachment_id=45' title='phase2_4'><img src="http://www.funnylookinhat.com/wp-content/uploads/2009/05/phase2_4-150x150.png" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
</p>
<p>Feel more connected?  More interactive?  I sure hope so!  We have a great designer who put some real time and effort into figuring out how to wrap all of this content together while not making the site feel too big.  I was lucky enough to have someone who gave me very specific wireframes and colors so that I could simply code up exactly what I saw.  I&#8217;m not an artist at all, but I certainly am a great programmer and copier!</p>
<p>So what do you think?  Good stuff?  I&#8217;m really excited for where this is going, definitely lots of room to grow and ideas to explore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Development</title>
		<link>http://www.funnylookinhat.com/?p=37</link>
		<comments>http://www.funnylookinhat.com/?p=37#comments</comments>
		<pubDate>Thu, 02 Apr 2009 05:19:04 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=37</guid>
		<description><![CDATA[I&#8217;ve got some cool development opportunities sitting around the corner for me - great stuff going on here!  However, I&#8217;ve been&#8230;  busy&#8230; the past week and haven&#8217;t had a chance to get any work done, so I&#8217;m afraid that I might be falling a bit behind.  Six more weeks and I&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got some cool development opportunities sitting around the corner for me - great stuff going on here!  However, I&#8217;ve been&#8230;  busy&#8230; the past week and haven&#8217;t had a chance to get any work done, so I&#8217;m afraid that I might be falling a bit behind.  Six more weeks and I&#8217;ll be ready for a summer of coding and work.</p>
<p>Oh, and I was turned away from a job interview to be a lawn-mower because I was wearing jeans.  I nearly replied that they were &#8220;denim slacks&#8221; and that they should be considered more than business casual.  Ridiculous job market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Java Development &#038; Linux</title>
		<link>http://www.funnylookinhat.com/?p=35</link>
		<comments>http://www.funnylookinhat.com/?p=35#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:39:36 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=35</guid>
		<description><![CDATA[I&#8217;ve had a lot of thoughts come and go through my head without me getting the chance to post them.  Some pertaining to religion, others to geek-related activities, and still more to re-developing the under-developed developing world.  (If that last sentence made sense, props to you!)
I&#8217;m hopefully going to be a research assistant [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a lot of thoughts come and go through my head without me getting the chance to post them.  Some pertaining to religion, others to geek-related activities, and still more to re-developing the under-developed developing world.  (If that last sentence made sense, props to you!)</p>
<p>I&#8217;m hopefully going to be a research assistant for a professor of mine here at CCU.  He&#8217;s currently working on his Ph.D at Colorado School of Mines in Computer Science and needs to create a proof-of-concept software package for his research.  Furthermore, he wants to make it a real, sustainable project - I&#8217;m going to push to open the source code and host it on sourceforge(<a href="http://www.sf.net">http://www.sf.net</a>) or a similar site.  This might be the first time that I have a legitimate reason to use launchpad (<a href="http://www.launchpad.net">http://www.launchpad.net</a>) - really interesting since a friend of mine (<a href="http://joey.ubuntu-rocks.org/blog/">http://joey.ubuntu-rocks.org/blog/</a>) is the lead project manager for launchpad design and development.  This is becoming an exciting opportunity and is the first time that I&#8217;ve been given a chance to develop a &#8220;real&#8221; software application with a legitimate goal and means of development.  I&#8217;ll post more details later on it&#8217;s development, for now it should suffice to say that it is an interactive presentation tool for connected classrooms.</p>
<p>Linux.  Oh how I love thee.  There&#8217;s something about being in a classroom, bar, or meeting room full of Linux geeks that just makes me feel at home.  Nowhere else can a joke be made about cron-jobs or relabeling a bash-script as an &#8220;Overcash.&#8221;  Funny stuff.  I&#8217;m participating in a LPIC study group that is facilitated by David Willson (<a href="http://thegeek.nu/">http://thegeek.nu/</a>) to get a bunch of people (from veteran bash-script gurus to absolute novices) prepared to take the LPIC certification test.  It&#8217;s a great time, and it&#8217;s a great reminder of the reasons that I do love Linux.  Yes, I use a mac.  I&#8217;m still not convinced that Linux is a better OS for Desktop users than OS X.  However, Linux is still my preferred Server OS.  I&#8217;m not sure how much I&#8217;m going to learn through this process, probably tidbits here and there and particular command parameters.  The real joy is helping others learn and pursue mastery of Linux and the CLI.</p>
<p>Someone remind me to catch up on my posts over spring break concerning everything else I&#8217;ve been thinking about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>Interesting question:</title>
		<link>http://www.funnylookinhat.com/?p=34</link>
		<comments>http://www.funnylookinhat.com/?p=34#comments</comments>
		<pubDate>Mon, 16 Mar 2009 03:53:52 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=34</guid>
		<description><![CDATA[What would you say is the flagship product of open source software?  I have no idea&#8230;
]]></description>
			<content:encoded><![CDATA[<p>What would you say is the flagship product of open source software?  I have no idea&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Summer Jobs</title>
		<link>http://www.funnylookinhat.com/?p=32</link>
		<comments>http://www.funnylookinhat.com/?p=32#comments</comments>
		<pubDate>Wed, 11 Mar 2009 04:51:04 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=32</guid>
		<description><![CDATA[I hate summer jobs.  They&#8217;re so in-between.  I wish I could dedicate myself to something and not have it go away so quickly.  Oh well.
In any case, I need a summer job.  If any of you know of a good internship in the Denver area for this summer, I would love [...]]]></description>
			<content:encoded><![CDATA[<p>I hate summer jobs.  They&#8217;re so in-between.  I wish I could dedicate myself to something and not have it go away so quickly.  Oh well.</p>
<p>In any case, I need a summer job.  If any of you know of a good internship in the Denver area for this summer, I would love to be connected to that opportunity.  I&#8217;ve nearly finished my double major in Mathematics (emphasis in Secondary Education) and and Computer Information Systems, pending only my student teaching next semester.  My skills range from mathematical analysis and programming to being a coffee barista and resident assistant.</p>
<p>And believe me, I&#8217;ll take anything.  <img src='http://www.funnylookinhat.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>The musings of software development&#8230;</title>
		<link>http://www.funnylookinhat.com/?p=29</link>
		<comments>http://www.funnylookinhat.com/?p=29#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:55:56 +0000</pubDate>
		<dc:creator>FunnyLookinHat</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.funnylookinhat.com/?p=29</guid>
		<description><![CDATA[So I&#8217;m sort of a software architect now.  I know, crazy.  I&#8217;ve always been a big-ideas guy who loved computers, programming, Linux, networking, Web 2.0, etc.  So now that I have the opportunity to design a great software project along with getting dirty with the code, I&#8217;m thoroughly excited.
I&#8217;m learning a lot [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m sort of a software architect now.  I know, crazy.  I&#8217;ve always been a big-ideas guy who loved computers, programming, Linux, networking, Web 2.0, etc.  So now that I have the opportunity to design a great software project along with getting dirty with the code, I&#8217;m thoroughly excited.</p>
<p>I&#8217;m learning a lot through this process through.  I&#8217;ve led projects and teams before, but never for such a large-scale goal.  It&#8217;s taken a lot of patience to sit down and just look at database designs over and over again.  I&#8217;m trying to get the big picture down on paper without more than my 13&#8243; laptop screen and the occasionally borrowed classroom whiteboard.  As a note to anyone who reads this, a great gift for me would be a chalkboard (at least 4&#8242;x4&#8242;).  I am just starting to understand the detail required to create milestone documents, plan and design classes, and execute code sprints when most efficient.  Thanks to my exorbitant free time (*cough* *cough*), this is going to be a piece of cake.</p>
<p>I am also starting to LOVE Google docs.  The editors are simple to use with exactly what I need (never over-complicated, rarely without a feature I need).  I also love how you can collaborate with people, sharing documents to view or edit with the others in a team.  It&#8217;s also amazing that two people can edit the same document at once with mostly seamless integration.  Great software.  Netbooks + Google Docs are the future of business productivity.</p>
<p>Another quick note: I was reminded today about my passion for learning and gaining knowledge.  I know this makes me a nerd, but I love reading for learning&#8217;s sake.  Every day I spend around 1 or 2 hours reading books, and an additional 3 or 4 reading information online.  I still need to remember to post my favorite books (plus reviews!) and most frequently visited links on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funnylookinhat.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
	</channel>
</rss>
