<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9808099</id><updated>2011-04-21T13:09:41.446-05:00</updated><category term='barcamp'/><category term='technology'/><category term='tools'/><category term='documentation'/><category term='low tech'/><category term='DIY'/><category term='development'/><category term='ballista'/><category term='web applications'/><category term='social'/><category term='open source'/><category term='evolution'/><category term='exceptions'/><category term='make'/><category term='frameworks'/><category term='python'/><category term='chicago'/><category term='web.py'/><category term='mechanics'/><category term='internet'/><category term='irc'/><category term='nerdtaculous'/><category term='hardware'/><category term='science'/><category term='database'/><category term='apache'/><category term='linux'/><category term='facebook'/><category term='screen'/><category term='cgiirc'/><category term='start up'/><category term='engineering'/><category term='php'/><category term='missing features'/><category term='maker faire'/><category term='engine'/><category term='widgets'/><category term='old tech'/><category term='captcha'/><category term='promote thyself'/><category term='ancient'/><category term='software'/><category term='reference'/><category term='discoveries'/><category term='steampunk'/><category term='power'/><category term='microsoft'/><category term='steam'/><category term='ubuntu'/><category term='progress'/><category term='google'/><title type='text'>Do Something</title><subtitle type='html'>Every idea has been thought of before.  Do it.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>76</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9808099.post-8558714519282832424</id><published>2008-07-09T20:16:00.002-05:00</published><updated>2008-07-09T21:21:50.664-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='frameworks'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>PHP best practices</title><content type='html'>I'm currently working for a company that uses the LAMP application stack.  They have only had one full time programmer since they started, and he's a cowboy.  They don't use much of a database abstraction layer, they mix their display code with their business logic, they don't do any testing, and even worse than not using source control at all, they &lt;span style="font-style: italic;"&gt;sometimes&lt;/span&gt; use source control. &lt;br /&gt;&lt;br /&gt;I'm starting a new project that will be fairly large and independent from the rest of the site, so I'd like to introduce some better development practices.  I don't know much about php frameworks and stuff, so if you have any suggestions for what I should use please post them in the comments.  The only major requirement is that it can be used along side the existing code.  So what do you suggest?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-8558714519282832424?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/8558714519282832424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=8558714519282832424' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8558714519282832424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8558714519282832424'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/07/php-best-practices.html' title='PHP best practices'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-2818268765129963707</id><published>2008-06-30T16:10:00.001-05:00</published><updated>2008-06-30T16:11:11.574-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='development'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>JS equivalence operators: "Good enough for government work"</title><content type='html'>I was having some strange behavior with a javascript app I wrote.  It's an image thumbnailing interface that allowed the user to zoom and drag an image around.  When it loads, the image is scaled to be either as tall or as wide as the thumbnail size, and the other dimension is larger.  The user can zoom in and out, but they can't zoom it smaller than it starts so no whitespace can appear.  When a user zoomed in and then all the way out, the image would pop out of the frame a little bit and whitespace would appear at the bottom (this was an image that was as tall as the thumbnail size, I imagine the whitespace would be on the right if the image were as wide as the thumbnail size and taller).  After tracing through the javascript for a while I realized the problem; javascript considers ('' == 0) to be True. &lt;br /&gt;&lt;br /&gt;I have a function that repositions the image so when you zoom in/out it stays centered on the same point.  I wanted to be able to call it to reposition for a move that only had a horizontal vector, so I made it check to make sure there was a value for each of the x and y coordinates before it tried moving the image on that vector.  I passed in an empty string when I didn't want to make a move on that vector.  The problem came in to play when I zoomed out to the max and the image's position on the short dimension became 0.  I want to move the image to 0 on that vector, but my test for no value was catching the 0 and calling it "nothing", just like ''. &lt;br /&gt;&lt;br /&gt;Once I tracked this down, the solution was simple.  Just use the "really equal, I mean it for reals" operator; a.k.a. "===". &lt;br /&gt;&lt;blockquote&gt;if (left != '' || left === 0) { do stuff; }&lt;/blockquote&gt;A more appropriate way to do this might be to have a real value like "nochange" mark when I don't want to do anything with that vector, but I did this because I didn't want to find all the places where I used '' and change them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-2818268765129963707?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/2818268765129963707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=2818268765129963707' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2818268765129963707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2818268765129963707'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/06/js-equivalence-operators-good-enough.html' title='JS equivalence operators: &quot;Good enough for government work&quot;'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-4504086589454263687</id><published>2008-06-25T15:07:00.004-05:00</published><updated>2008-06-25T15:24:49.466-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='development'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><title type='text'>"bug" with onclick handlers in IE</title><content type='html'>I had an issue today with Internet Explorer.  An object with an onClick handler worked fine in Firefox and Safari, but in IE the handler only fired every other click.  In the course of debugging I discovered that if I clicked slowly, it worked on every click.  I realized that this was because IE must be registering an onDblClick event instead of two onClick events.  A little testing confirmed this.  I searched to see if someone else had the same problem, and found &lt;a href="http://codingforums.com/archive/index.php?t-45921.html"&gt;this page&lt;/a&gt;.  User jamescover had the same issue and found a solution: use the onMouseUp event to handle clicks instead of onClick.  He also directed the focus in the onMouseDown event, but I found that part to be unnecessary in my application.  A demo of his solution can be found &lt;a href="http://www.ekigroup.com/javascript/mozilla.html"&gt;here&lt;/a&gt;.  I'll reproduce the code in this post in case that page ever gets taken down:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;&lt;br /&gt;var x = 0;&lt;br /&gt;function addX(){&lt;br /&gt;document['oFrm']['num'].value = x;&lt;br /&gt;x++;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;var y = 0;&lt;br /&gt;function addY(){&lt;br /&gt;document['oFrm2']['num2'].value = y;&lt;br /&gt;y++;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;This one invokes the function &amp;lt;b&amp;gt;onclick&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;form name="oFrm"&amp;gt;&lt;br /&gt;&amp;lt;input type="text" name="num" size="5" /&amp;gt;&lt;br /&gt;&amp;lt;input type="button" value="add" onclick="addX();" /&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;This one focuses the text field &amp;lt;b&amp;gt;onmousedown&amp;lt;/b&amp;gt;, then invokes the function &amp;lt;b&amp;gt;onmouseup&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;form name="oFrm2"&amp;gt;&lt;br /&gt;&amp;lt;input type="text" name="num2" size="5" /&amp;gt;&lt;br /&gt;&amp;lt;input type="button" value="add" onmousedown="this.focus();" onmouseup="addY();" /&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-4504086589454263687?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/4504086589454263687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=4504086589454263687' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4504086589454263687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4504086589454263687'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/06/bug-with-onclick-handlers-in-ie.html' title='&quot;bug&quot; with onclick handlers in IE'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-6527688869322277425</id><published>2008-05-14T15:15:00.006-05:00</published><updated>2008-05-14T15:37:45.648-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='captcha'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>A Better CAPTCHA</title><content type='html'>I don't yet have any need to implement CAPTCHA myself, but if I did, it wouldn't be your standard distorted and scribbled on text.  It would be one of these:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://research.microsoft.com/asirra/"&gt;Microsoft Asirra&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;With Asirra, to identify yourself as a human you have to identify a series of pictures as cats (excluding the dogs).  It seems like a sound approach, but on the face it looks so nonsensical that I feel compelled to use it.  Picture this internet argument:  "Well you plainly have no idea what you're talking about on this issue, so I won't keep wasting my valuable time trying to fight with your stupidity!  As soon as I click on these cats, you'll never hear from me again!"&lt;br /&gt;&lt;br /&gt;&lt;a href="http://recaptcha.net/"&gt;reCAPTCHA&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This one is more serious, and has a purpose too.  Instead of displaying random obscured characters, it displays a real scanned image of two words from an old book.  One of these words has been identified and the other has not.  The user types both words, the computer verifies the user's humanity with the known word, and records what the human said the unknown word was.  Through this process the un-digitized book becomes completely digitized.  They're turning CAPTCHA tests, a "lesser evil" annoyance, into something that's actually good.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-6527688869322277425?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/6527688869322277425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=6527688869322277425' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6527688869322277425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6527688869322277425'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/05/better-captcha.html' title='A Better CAPTCHA'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-2594308396136857476</id><published>2008-05-13T08:12:00.003-05:00</published><updated>2008-05-13T08:22:04.620-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='open source'/><category scheme='http://www.blogger.com/atom/ns#' term='development'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><title type='text'>Why so many microsoft shops?</title><content type='html'>While looking for a job, I've been surprised by the number of places developing on a Microsoft platform.  I didn't know that it was so common, at least in Chicago.  If you're using a Microsoft OS, service, or language and it works for you then great, but aren't there open source alternatives that are just as good and not as expensive?  Especially MS SQL server; whenever I see that I can't help but wonder why they aren't using MySQL or Postgresql.  Does anyone reading this work in the Microsoft world at work?  What keeps your company there?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-2594308396136857476?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/2594308396136857476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=2594308396136857476' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2594308396136857476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2594308396136857476'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/05/why-so-many-microsoft-shops.html' title='Why so many microsoft shops?'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-7601950529532321748</id><published>2008-01-11T15:31:00.000-06:00</published><updated>2008-01-11T16:52:21.818-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><category scheme='http://www.blogger.com/atom/ns#' term='missing features'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='promote thyself'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>Rot13 Utility</title><content type='html'>Rot13 is a common method for obfuscating text, often used to randomize passwords or to hide "spoilers" from online discussions.  The tool I most commonly use to translate rot13'd text is &lt;a href="http://www.rot13.com/"&gt;http://www.rot13.com/&lt;/a&gt;, and that works well for translating long sections of ciphertext back in to plaintext.  However, often there is just one or a few words to be translated from plaintext to ciphertext, and I find the site to be too much overhead for the task.&lt;br /&gt;&lt;br /&gt;That's why I made a simple php script on my website to do my rot13 translations from now on.  The key difference between mine and rot13.com is that the form on mine uses the GET method rather than POST.  This allows me to make a firefox bookmark to translate text directly from the url bar.  To do this, bookmark this url: &lt;a href="http://timsaylor.com/tools/rot13.php?plaintext=%s"&gt;http://timsaylor.com/tools/rot13.php?plaintext=%s&lt;/a&gt;.  Then in the bookmark's properties add a value to the keyword field.  My keyword is "rot", so now whenever I type "rot [text]" into my url bar, it sends that to my script and opens a page with the ciphertext.&lt;br /&gt;&lt;br /&gt;It's just a simple utility, and writing this blog post about it took longer than actually making the script itself.  I just had to rot13 something today, though, and I remembered wishing that I could do it more simply.  A quick search turned up &lt;a href="http://www.retards.org/projects/rot13/rot13.txt"&gt;this rot13 php function&lt;/a&gt;, which meant all the hard work was done.  I just wrapped that up in an html form and put it online.  The source is &lt;a href="http://timsaylor.com/finished/rot13.php.txt"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-7601950529532321748?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/7601950529532321748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=7601950529532321748' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/7601950529532321748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/7601950529532321748'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2008/01/rot13-utility.html' title='Rot13 Utility'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-762175973726980904</id><published>2007-11-01T23:45:00.000-05:00</published><updated>2007-11-02T09:58:55.897-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='promote thyself'/><title type='text'>Internet Famous</title><content type='html'>Today I was informed that a project that Dan and I collaborated on recently received a bit of attention on the internets.  Our "In Case of Revolution Break Glass" box, pictured below.&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a href="http://www.flickr.com/photos/tsaylor/480044290/" title="Photo Sharing"&gt;&lt;img src="http://farm1.static.flickr.com/171/480044290_cf8941bcc5.jpg" alt="Mask box" height="500" width="375" /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Dan had the idea, I did the woodwork, and Dan painted and lettered.  One major reason that Dan wanted to make this was so he could post it on a &lt;a href="http://forums.somethingawful.com/showthread.php?threadid=2543073&amp;amp;userid=0&amp;amp;perpage=40&amp;amp;pagenumber=3#post330162760"&gt;"Show off stuff you've made"&lt;/a&gt; thread on Something Awful.  From there it was &lt;a href="http://digg.com/offbeat_news/In_Case_of_Revolution_Break_Glass_pic"&gt;cross posted to Digg&lt;/a&gt; (edit: and made the #1 spot apparently!), then on to &lt;a href="http://thedailyinterests.blogspot.com/2007/08/in-case-of-revolution-break-glass.html"&gt;this blog&lt;/a&gt;, which was &lt;a href="http://reddit.com/info/2fdd7/comments"&gt;Reddited&lt;/a&gt;, and then on to &lt;a href="http://www.collegehumor.com/picture:1784935"&gt;College Humor&lt;/a&gt; today.  There were many more too, &lt;a href="http://www.google.com/search?q=%22in+case+of+revolution+break+glass%22&amp;amp;hl=en&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&amp;amp;start=0&amp;amp;sa=N"&gt;3,580 hits on Google&lt;/a&gt;.  The only credit we got was someone in the digg comments saying "This is from Something Awful, a goon did it" (half true), but that's to be expected.  I'm still pleased.  And next time it'll say "timsaylor.com" across the bottom.  :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-762175973726980904?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/762175973726980904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=762175973726980904' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/762175973726980904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/762175973726980904'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/11/internet-famous.html' title='Internet Famous'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm1.static.flickr.com/171/480044290_cf8941bcc5_t.jpg' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-8830060141772429346</id><published>2007-10-30T02:19:00.000-05:00</published><updated>2007-10-30T02:50:34.799-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='maker faire'/><category scheme='http://www.blogger.com/atom/ns#' term='DIY'/><category scheme='http://www.blogger.com/atom/ns#' term='make'/><title type='text'>Maker Faire: Austin '07</title><content type='html'>I got back from the Maker Faire last weekend, and it was amazing.  Many of the projects I had seen online like the &lt;a href="http://hauntedfrog.com/gt/movies/2007/duckon/SingingTeslaShow.html"&gt;Singing Tesla Coil&lt;/a&gt;, the &lt;a href="http://reprap.org/"&gt;RepRap&lt;/a&gt;, &lt;a href="http://www.cyclecide.com/"&gt;Cyclecide&lt;/a&gt; and their &lt;a href="http://www.flickr.com/photos/tags/cyclecide/"&gt;freak bikes&lt;/a&gt;, all the kits from the Maker Store and Adafruit Industries, and some projects from Instructables were there to be played with in meatspace.  The highlights for me were riding a double decker bicycle, seeing the 10 foot tall trebuchet launch a watermelon, Cyclecide's bicycle powered ferris/hamster wheel, the CNC woodworking tools, learning how to spin wool into yarn, 5 minute t-shirts with Bre Pettis, and actually &lt;span style="font-style: italic;"&gt;playing&lt;/span&gt; the singing tesla coils through a keyboard.  Unfortunately I'm an idiot and brought my camera to the faire, but left the battery safely plugged into the wall in Chicago.  Fortunately, plenty of other people &lt;a href="http://www.flickr.com/photos/tags/makerfaire2007/"&gt;documented the event&lt;/a&gt; for me.  Enjoy the pictures, and start saving up for San Mateo in May!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-8830060141772429346?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/8830060141772429346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=8830060141772429346' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8830060141772429346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8830060141772429346'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/10/maker-faire-austin-07.html' title='Maker Faire: Austin &apos;07'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-899228193076436759</id><published>2007-09-20T11:17:00.000-05:00</published><updated>2007-10-02T11:53:13.089-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><category scheme='http://www.blogger.com/atom/ns#' term='DIY'/><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='reference'/><category scheme='http://www.blogger.com/atom/ns#' term='engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><title type='text'>Maker Faire Videos</title><content type='html'>I've been planning to go to the Maker Faire in Austin, Texas this October, and I'm surprised none of you are interested in going too.  If you're not familiar with the kind of stuff that'll be there, here's some videos showing the cool stuff at the first two faires.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://revision3.com/systm/makerfaire"&gt;http://revision3.com/systm/makerfaire&lt;/a&gt;&lt;br /&gt;&lt;a href="http://revision3.com/systm/maker07"&gt;http://revision3.com/systm/maker07&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Check out information about this years faire at &lt;a href="http://www.makerfaire.com/"&gt;http://www.makerfaire.com&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-899228193076436759?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/899228193076436759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=899228193076436759' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/899228193076436759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/899228193076436759'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/09/maker-faire-videos.html' title='Maker Faire Videos'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-4730800417118482543</id><published>2007-09-05T19:03:00.000-05:00</published><updated>2007-09-05T19:03:37.491-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='progress'/><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='evolution'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='science'/><title type='text'>Advanced but still Primitive</title><content type='html'>This story about &lt;a href="http://www.damninteresting.com/?p=870"&gt;evolutionary hardware design&lt;/a&gt; was indeed, as the URL indicates, a damn interesting read.  The thing that struck me the most was that the design the evolutionary algorithm came up with didn't work on other chips of the same type, just on the chip on which it evolved.  The minute differences between different chips of the same type are negligible if their use is limited to things we currently understand, but if the only constraint is the laws of physics then the solutions that evolve are so complex and out of the ordinary that, were we to understand them, our advanced tools would probably seem like sticks and rocks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-4730800417118482543?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/4730800417118482543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=4730800417118482543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4730800417118482543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4730800417118482543'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/09/advanced-but-still-primitive.html' title='Advanced but still Primitive'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-4383349270619291754</id><published>2007-08-17T15:28:00.000-05:00</published><updated>2007-08-17T15:28:51.539-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='widgets'/><category scheme='http://www.blogger.com/atom/ns#' term='documentation'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>Google Gadgets vs Facebook Applications</title><content type='html'>Just the other day at work I was tasked with exploring various widget api's to see if there's potential in integrating our telephony product with these various web 2.0 sites.  I've spent the last few days looking over the basics of the iGoogle and Facebook api's, and there was a stark difference.  &lt;br /&gt;&lt;br /&gt;I started with iGoogle.  I googled for "iGoogle api" and the first hit was this link to &lt;a href="http://www.google.com/apis/gadgets/"&gt;the Google Gadgets api documentation&lt;/a&gt;.  Right there on the front page it says "Write a gadget".  I click &lt;a href="http://www.google.com/apis/gadgets/docs-home.html"&gt;Developer Guide&lt;/a&gt;, then &lt;a href="http://www.google.com/apis/gadgets/gs.html#Hello_World"&gt;"Hello, World"&lt;/a&gt;, and there's some gadget code right in front of me.  One search and two clicks is all it took to get a basic idea of how Google Gadgets work.  Further reading of that page, and the next step in the documentation, &lt;a href="http://www.google.com/apis/gadgets/basic.html"&gt;"Writing Your Own Gadgets"&lt;/a&gt;, gave me all the information I needed to know.  Total time: about an hour.  &lt;br /&gt;&lt;br /&gt;Next was Facebook.  Googling leads me to &lt;a href="http://developers.facebook.com"&gt;the Facebook developers portal&lt;/a&gt;.  "Getting started" looks like a good place to start.  All it tells me is to install the Facebook developer application.  I did that, and tried to start a new application, but it asked me for things that I don't know anything about.  So, back to the documentation.  Hmm, nothing else on this page.  I'll click "Documentation" up top.  I read around here for a while, and there was a lot of specific information but not general type stuff like I'm looking for.  Down at the bottom I eventually see a link called &lt;a href="http://developers.facebook.com/anatomy.php"&gt;Anatomy of a Facebook Application&lt;/a&gt;.  This has got to be what I'm looking for.  Nope!  It describes all the ways a user interacts with your application, but no anatomy at all.  I'm getting frustrated at this point; I've read all kinds of details about the Facebook api and what the application looks like to the user, but still nothing about how I go about writing one.  (Notice, I don't think they've even told me it's written in php yet!)  Finally, I see &lt;a href="http://developers.facebook.com/step_by_step.php"&gt;Guide to Creating an Application&lt;/a&gt;.  After hours of looking, I finally find what I want.  The guide is pretty good, but the example application doesn't work.  I can't look at the finished product while I read what's going on under the hood.  Total time: A day or so, and still counting. &lt;br /&gt;&lt;br /&gt;It's pretty clear to me that iGoogle has people behind it who know what they're doing and Facebook needs to get their act together.  Their api has been out for several months, they need to get some good documentation written and better organized so developers can more easily figure out how Facebook applications work.  There's no excuse for it really, these applications that confused people aren't writing could be adding considerable value to Facebook.  For now though, I'm ignoring the silly walled garden and sticking to iGoogle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-4383349270619291754?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/4383349270619291754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=4383349270619291754' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4383349270619291754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/4383349270619291754'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/08/google-gadgets-vs-facebook-applications.html' title='Google Gadgets vs Facebook Applications'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-8416812072609512766</id><published>2007-08-09T15:01:00.001-05:00</published><updated>2007-09-05T19:01:55.309-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='steampunk'/><category scheme='http://www.blogger.com/atom/ns#' term='steam'/><category scheme='http://www.blogger.com/atom/ns#' term='old tech'/><category scheme='http://www.blogger.com/atom/ns#' term='low tech'/><title type='text'>Steampunk Video on WSJ.com</title><content type='html'>The Wall Street Journal currently has a video about the steampunk artist "datamancer" on their front page. See it &lt;a href="http://link.brightcove.com/services/link/bcpid86195573/bclid86272812/bctid1135486277"&gt;here&lt;/a&gt;. I love the computer styled like a typewriter they show in the second picture.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-8416812072609512766?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/8416812072609512766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=8416812072609512766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8416812072609512766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/8416812072609512766'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/08/wall-street-journal-currently-has-video.html' title='Steampunk Video on WSJ.com'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-3967118861954999264</id><published>2007-07-23T19:07:00.001-05:00</published><updated>2007-07-23T19:11:33.764-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='promote thyself'/><title type='text'>The Debate on Public Services</title><content type='html'>The fire has died down a bit, so it's time to stoke the flames with another political blog post!  My response to kungfooguru can be found on my non-tech blog &lt;a href="http://shabadu.livejournal.com/46308.html"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-3967118861954999264?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/3967118861954999264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=3967118861954999264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3967118861954999264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3967118861954999264'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/07/debate-on-public-services.html' title='The Debate on Public Services'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-5337771343794480741</id><published>2007-07-11T01:01:00.000-05:00</published><updated>2007-07-24T17:13:46.891-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chicago'/><category scheme='http://www.blogger.com/atom/ns#' term='social'/><category scheme='http://www.blogger.com/atom/ns#' term='technology'/><category scheme='http://www.blogger.com/atom/ns#' term='barcamp'/><title type='text'>BARCamp Retrospective</title><content type='html'>I never had a post-BarCamp update, and I don't really intend to do much of one now, but I do want to highlight a few things in case you didn't see them elsewhere and for myself in the future.  &lt;br /&gt;&lt;br /&gt;BarCamp was lots of fun. There were quite a few good talks. There was also disappointingly too little coding. I will definitely do it again next year, and I'll prepare something more substantial than the non-talk I did this year on old technology. My non-talk proved very popular, lots of people were standing around as I demonstrated my ballista, and lots of people got the opportunity to play with it. I also made it in to all the videos I've seen from the event. Here they are:&lt;br /&gt;&lt;br /&gt;BusinessPOV's &lt;a href="http://www.businesspov.com/article/236"&gt;documentarian approach&lt;/a&gt; to covering the event.&lt;br /&gt;&lt;br /&gt;Some random guy's youtube video of &lt;a href="http://youtube.com/watch?v=iOmzh67uKgQ"&gt;SpecialKevin firing the ballista&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://youtube.com/watch?v=u30BJW9eG5w"&gt;The best idea ever.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-5337771343794480741?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/5337771343794480741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=5337771343794480741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/5337771343794480741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/5337771343794480741'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/07/barcamp-retrospective.html' title='BARCamp Retrospective'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-2801150771378645041</id><published>2007-06-28T11:33:00.000-05:00</published><updated>2007-07-24T17:12:58.607-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mechanics'/><category scheme='http://www.blogger.com/atom/ns#' term='steam'/><category scheme='http://www.blogger.com/atom/ns#' term='engine'/><category scheme='http://www.blogger.com/atom/ns#' term='engineering'/><title type='text'>New Type of Engine</title><content type='html'>I thought I'd at least heard of pretty much every type of engine there is, but this one was new to me.  It's probably what the infamous "air car" uses.  I like it, it seems pretty simple, and it could run just as well on steam.  Check it out &lt;a href="http://www.keveney.com/co2.html"&gt;here.&lt;/a&gt;  He has diagrams of other types of engines that are also very interesting, you can see them &lt;a href="http://www.keveney.com/Engines.html"&gt;here&lt;/a&gt;.  &lt;br /&gt;&lt;br /&gt;You know, the engines are the title discipline in engineering, maybe I should do a talk on the various types of engines?  I imagine I wouldn't have much to say that isn't on these pages, but I'd still do it if there's interest.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-2801150771378645041?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/2801150771378645041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=2801150771378645041' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2801150771378645041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2801150771378645041'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/06/new-type-of-engine.html' title='New Type of Engine'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-6889672483702511124</id><published>2007-06-20T21:20:00.000-05:00</published><updated>2007-06-20T22:29:24.916-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='DIY'/><category scheme='http://www.blogger.com/atom/ns#' term='low tech'/><category scheme='http://www.blogger.com/atom/ns#' term='science'/><title type='text'>Making Charcoal</title><content type='html'>A long time ago I read an article that peripherally mentioned making charcoal at home.  I couldn't do whatever it was that the article was really about (probably forging swords or casting rocket nozzles from aluminum or something), but I could make charcoal.  However, I never actually did anything on this since I live in Chicago and have no yard where I can burn things for hours on end.  &lt;br /&gt;&lt;br /&gt;Then last month I heard something about an episode of "Dirty Jobs" where he worked in a charcoal factory, and the process was described as basically putting a sealed container of wood in a fire so that it partially burns, but not completely.  I was already planning a camping trip soon, so I decided to give it a shot there.  &lt;br /&gt;&lt;br /&gt;When I got there, I found a log and sawed off some 1 inch rounds, then chopped it into pieces a little smaller than my palm.  I put about two gallons of this in a 5 gallon metal bucket.  Then I turned it upside down so it was more or less sealed with the earth and started a fire around the outside.  I had trouble getting a decent fire going and the fire pit was probably too small to allow the size I would need, but I set it going nonetheless and left it to burn for about 6 hours.  When I returned, I pushed the fire aside and lifted the bucket to find ... warm wood.  The fire wasn't nearly sufficient to char it all.  I found a few pieces that were charcoal, but this was definitely a failure.  &lt;br /&gt;&lt;br /&gt;So I tried to figure out where I went wrong.  The careful reader might notice that earlier I said I read "something" that mentioned making charcoal, then I heard "something" about a show that mentioned making charcoal.  Nowhere did I say I read &lt;span style="font-style:italic;"&gt;instructions&lt;/span&gt; on how to make charcoal.  So step 1 for next time, read instructions.  I found a couple good articles on the process.  &lt;a href="http://www.clt.astate.edu/elind/charcoalvalentine.htm"&gt;The first&lt;/a&gt; describes the science of charcoal pretty well, and &lt;a href="http://www.twinoaksforge.com/BLADSMITHING/MAKING%20CHARCOAL.htm"&gt;the second&lt;/a&gt; describes the rig much better with bigger pictures.  The second also has an interesting feedback loop mechanism where the wood is heated by burning the hydrogen, oxygen, vaporized alcohol and tar that are driven off in the heating process, ensuring an almost perfect heating duration every time.  These rigs look a little more complicated than I'm able to do at the moment, but there will definitely be a charcoal round 2 at some point in the future.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-6889672483702511124?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/6889672483702511124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=6889672483702511124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6889672483702511124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6889672483702511124'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/06/making-charcoal.html' title='Making Charcoal'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-688133227291532569</id><published>2007-06-08T15:50:00.000-05:00</published><updated>2007-06-08T15:52:14.726-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='screen'/><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>Using Screen for Unreliable Connections</title><content type='html'>The other day I was working in a coffee shop and their internet connection went down a couple times.  Unfortunately, I was ssh'ed into another box where my work was.  Fortunately, I was using screen.  I figured my session would disconnect and be sitting there ready for me to reconnect when the link came back up.  Sure enough, it was.  Saved me a lot of hassle reopening my files and saving more frequently.  &lt;a href="http://ezine.daemonnews.org/200002/newbies.html"&gt;Here's the article&lt;/a&gt; that describes how to reconnect to a lost screen session after your ssh session times out (not that it's that difficult, but I'm sure I'll forget and have to reference this).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-688133227291532569?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/688133227291532569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=688133227291532569' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/688133227291532569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/688133227291532569'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/06/using-screen-for-unreliable-connections_08.html' title='Using Screen for Unreliable Connections'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-6508316755750704042</id><published>2007-05-14T15:15:00.000-05:00</published><updated>2007-05-14T15:16:15.652-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='power'/><category scheme='http://www.blogger.com/atom/ns#' term='science'/><title type='text'>The Beverly Clock</title><content type='html'>The &lt;a href="http://www.improbable.com/airchives/paperair/volume7/v7i3/long-run-7-3.html"&gt;beverly clock&lt;/a&gt; has an ingenious power source. It has a sealed container of air that expands and contracts with temperature differences throughout the day. I'm envisioning a sealed plastic box with a hole cut in the top, and a flexible material over the hole (like a balloon). This material would be connected to a toothed bar interlocking with a gear, connected to a pulley over which the weight and chain that normally run these clocks hangs. The toothed bar only grips the gear in one direction, and when it does it turns the gear/pulley and winds the chain. When the temperature and therefore the pressure of the air in the box fluctuates, it moves the toothed bar up and down, winding the chain.  This means that the natural behavior of the environment winds this clock.&lt;br /&gt;&lt;br /&gt;It would be difficult to get much productive power out of this setup, but it's a novel approach to the problem and might be worth keeping in mind.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-6508316755750704042?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/6508316755750704042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=6508316755750704042' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6508316755750704042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/6508316755750704042'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/05/beverly-clock.html' title='The Beverly Clock'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-2058722588487024227</id><published>2007-05-08T15:35:00.000-05:00</published><updated>2007-05-12T13:33:35.894-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mechanics'/><category scheme='http://www.blogger.com/atom/ns#' term='engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='low tech'/><category scheme='http://www.blogger.com/atom/ns#' term='ballista'/><category scheme='http://www.blogger.com/atom/ns#' term='ancient'/><category scheme='http://www.blogger.com/atom/ns#' term='nerdtaculous'/><title type='text'>Ballista Trigger</title><content type='html'>A month or two ago I was reading a book on Greek and Roman engineering and was inspired to make a ballista.  It was pretty simple and worked reasonably well for the nonexistent amount of planning that went in to it.  Pictures can be seen &lt;a href="http://flickr.com/photos/tsaylor/430474429/in/set-72157600184650344/"&gt;here&lt;/a&gt;.  The only engineering hurdles it didn't accomplish were adequately maintaining and adjusting tension in the springs, and a trigger mechanism to hold the string until it's ready to fire.  &lt;br /&gt;&lt;br /&gt;I just finished a design for a trigger that uses only parts that were available in ancient times (maybe not quite, but if this were the size of real ones it could be).  &lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://www.flickr.com/photos/tsaylor/494956056/" title="Photo Sharing"&gt;&lt;img src="http://farm1.static.flickr.com/230/494956056_af4d3bbb63_m.jpg" width="240" height="184" alt="Ballista trigger design" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The only thing that worries me is the placement of the rod in the slider.  Since the position in which it holds the most tension is where the rod tries to slide forward, I'm afraid it will be easier for it to slip slightly out of position without having to move the slider down.  Regardless, this will just be minor slippage so it shouldn't be a problem.  If it works well I might make two of these, one from wood for the actual weapon, and a second from plastic for demonstrating how it operates.  &lt;br /&gt;&lt;br /&gt;Speaking of ballistae, does &lt;a href="http://makerfaire.com/kingoffling/"&gt;the maker faire catapult competition&lt;/a&gt; sound awesome to anyone else?  I would have gone just for this had they made it known with more time before the event, but alas they didn't.  Is anyone interested in doing something similar in Chicago?  I bet there's enough nerds in Chicago interested in making weird stuff to have a decent competition.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-2058722588487024227?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/2058722588487024227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=2058722588487024227' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2058722588487024227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/2058722588487024227'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/05/ballista-trigger.html' title='Ballista Trigger'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm1.static.flickr.com/230/494956056_af4d3bbb63_t.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-7031655398899109342</id><published>2007-05-04T23:28:00.000-05:00</published><updated>2007-05-05T01:01:25.256-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='start up'/><title type='text'>Student Run Companies</title><content type='html'>The other day I saw &lt;a href="http://www.technologyreview.com/Infotech/18204/"&gt;this device&lt;/a&gt; linked from digg.  It's not really that special, just a machine for climbing rope really fast.  It's certainly a nice piece of engineering, and it'll be useful in certain professions, but the thing that really gets me about the article is this: &lt;br /&gt;&lt;blockquote&gt;The students founded a company, Atlas Devices, based in Cambridge, MA, to commercialize the device, which is about the size of a power drill. &lt;/blockquote&gt;&lt;br /&gt;Too many times I've seen this same story.  Students from MIT invent some cool device and start a company selling it.  Why is it so easy for them to start companies like that all the time?  Isn't it hard to develop an idea into a marketable product?  Is MIT doing anything else but forming groups to develop products?  Most importantly, why haven't they given me a call yet? ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-7031655398899109342?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/7031655398899109342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=7031655398899109342' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/7031655398899109342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/7031655398899109342'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/05/student-run-companies.html' title='Student Run Companies'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-3044352126935647318</id><published>2007-05-02T00:24:00.001-05:00</published><updated>2007-05-02T14:49:15.390-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='progress'/><category scheme='http://www.blogger.com/atom/ns#' term='discoveries'/><category scheme='http://www.blogger.com/atom/ns#' term='engineering'/><category scheme='http://www.blogger.com/atom/ns#' term='science'/><title type='text'>Materials: The Most Important Engineering?</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;I'm watching "Ancient Discoveries: Machines of the East" on Discovery and as usual, there's some amazing things those ancient inventors came up with. I just saw a device that pours a fixed amount of water at a fixed interval. It used a siphon and a float based valve like that in a modern toilet. The show said this showed an advanced knowledge of differential pressures, which is used today to make jet engines. Was the only thing stopping them from making jets a lack of the materials that could withstand those forces?&lt;br /&gt;&lt;br /&gt;There's seems to be a first key invention that starts a field of science/engineering, like the discovery of the wheel to mechanics, electricity to electronics, etc. But beyond that, could it all be a matter of making the "things" of your discipline out of lighter, stronger, or other interesting materials?&lt;br /&gt;&lt;br /&gt;This idea is just off the cuff, I'd like to hear some comments either way.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-3044352126935647318?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/3044352126935647318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=3044352126935647318' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3044352126935647318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3044352126935647318'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/05/materials-most-important-engineering.html' title='Materials: The Most Important Engineering?'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-5433594923657589000</id><published>2007-04-29T14:39:00.000-05:00</published><updated>2007-04-29T15:41:17.661-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><category scheme='http://www.blogger.com/atom/ns#' term='web.py'/><category scheme='http://www.blogger.com/atom/ns#' term='apache'/><category scheme='http://www.blogger.com/atom/ns#' term='web applications'/><title type='text'>Proxying web.py through apache</title><content type='html'>I've been wanting to try &lt;a href="http://www.webpy.org/"&gt;web.py&lt;/a&gt; for a while.  It seems like it's easier to learn than &lt;a href="http://www.djangoproject.com"&gt;Django&lt;/a&gt; for making python web applications.  I made the hello world app quickly and simply, and decided I'd use it for a project I'm working on.  &lt;br /&gt;&lt;br /&gt;That's when it turned south.  I have to use php for another project I'm doing, and I use cgi-irc (in perl through CGI) on that server, so I didn't want to re-setup all that stuff on lighttpd (the recommended method for running web.py).  I tried running it through apache with cgi.  After a few hours of that not working I switched to trying fastcgi on apache, also to no avail.  I got fastcgi to the point where I was having an error that was common enough to be in an FAQ: I was getting 500 responses from apache because fastcgi/web.py wasn't starting fast enough for the flup WSGI library to realize it, so it would start them over and over until it eventually gave up.  I decided I just wanted to see the thing work at this point, so I installed lighttpd and went through the setup for that.  When that method didn't work I was fed up with their install instructions.  I decided to try a method that John Quigley recommended.  He said I should just run it with the internal http server that I've already used successfully and proxy the requests through apache to web.py.  This might not achieve the goal of making the server large scale production ready, but I don't really have to worry about that so much at this point.  It does achieve my more important goal of making my php, cgi, and web.py applications all available through a single url and port, so I gave it a shot.  &lt;br /&gt;&lt;br /&gt;I looked up apache proxying and found it was done through mod_proxy, and each protocol you want to proxy has it's own module as well.  So I installed mod_proxy and mod_proxy_http and added the following line to my apache2.conf file:&lt;br /&gt;&lt;blockquote&gt;&lt;tt&gt;&lt;br /&gt;ProxyPass   /lifelog   http://192.168.1.20:8888&lt;br /&gt;&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;192.168.1.20 being the IP address of the server in question.  It would be better to get it resolving localhost so this line can be used on other servers, but I didn't want to bother with it yet.  I also had to change the proxy permission rules in proxy.conf to this:&lt;br /&gt;&lt;blockquote&gt;&lt;tt&gt;&lt;br /&gt;ProxyRequests Off&lt;br /&gt;&lt;br /&gt;&amp;lt;Proxy *&amp;gt;&lt;br /&gt;        AddDefaultCharset off&lt;br /&gt;        Order allow,deny&lt;br /&gt;        Allow from all&lt;br /&gt;&amp;lt;/Proxy&amp;gt;&lt;br /&gt;&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;This allows any user online to use my ProxyPass rule.  Note that I left "ProxyRequests" set to "Off".  If I turned that on, I would be an open proxy that spammers and hackers could use to hide their identity during their nefarious behavior.  &lt;br /&gt;&lt;br /&gt;Now all that's left is to start up my web.py server on port 8888 as specified in apache2.conf and whenever I go to /lifelog/* through apache, it'll send the request to web.py.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-5433594923657589000?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/5433594923657589000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=5433594923657589000' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/5433594923657589000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/5433594923657589000'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/04/proxying-webpy-through-apache.html' title='Proxying web.py through apache'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-780137418602528714</id><published>2007-04-26T18:37:00.000-05:00</published><updated>2007-04-26T18:45:52.650-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='missing features'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Better Apt Behavior</title><content type='html'>Ubuntu added a nifty feature to bash recently: when you run a command that isn't installed on your system it tells you what package you need to get it.  What they need to do next is apply the same type of thing to apt.  When I run "apt-get install flup" and it tells me there's no package called "flup", it should automatically run "apt-cache search flup" and recommend "Here are some packages you might have meant: ... python-flup, ..."  Maybe it could even list the top 10 most likely packages and have me press 0-9 to install one of them.  Either way, it's silly that I have to first search for the package so I can find out what the distro named it, then run almost the same command again to install it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-780137418602528714?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/780137418602528714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=780137418602528714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/780137418602528714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/780137418602528714'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/04/better-apt-behavior.html' title='Better Apt Behavior'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-1779439904101598568</id><published>2007-04-26T11:57:00.001-05:00</published><updated>2007-07-19T15:18:24.328-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cgiirc'/><category scheme='http://www.blogger.com/atom/ns#' term='irc'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Cgi::irc and Ubuntu</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;I don't like using Pidgin(Gaim) or Mirc for an irc client when I'm on windows, and I'd rather just not bother having a client on whatever machine I'm using in general, so I usually install &lt;a href='http://cgiirc.org/'&gt;cgi::irc&lt;/a&gt; on a server and use that. I recently reinstalled Ubuntu on my server and had to reinstall cgi::irc. After that, when I tried to connect to any server I kept getting the error:&lt;br&gt;&lt;/br&gt;&lt;blockquote&gt;&lt;tt&gt;&lt;br&gt;&lt;/br&gt;***Access Denied: No connections allowed&lt;br&gt;&lt;/br&gt;&lt;/tt&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;/br&gt;I tried to find an error log somewhere on the system but there wasn't one.  Eventually I grepped the source for "No connections allowed" and found it on line 715 of nph-irc.cgi.  This is in the code to handle ip access restrictions.  So I go to the config file and find a file called "ipaccess" which only contains a rule to allow connections from 127.0.0.1.  This was the problem.  I didn't care about ip restrictions, so I went to the main config file and commented out the line:&lt;br&gt;&lt;/br&gt;&lt;blockquote&gt;&lt;tt&gt;&lt;br&gt;&lt;/br&gt;ip_access_file = ipaccess&lt;br&gt;&lt;/br&gt;&lt;/tt&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;/br&gt;Now I can log in to my cgi::irc no problem.  I could also have added more rules to "ipaccess", but I didn't want to fiddle with it, and I'd probably end up with the same situation as I have now.  &lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;It's important to note that the &lt;b&gt;default Ubuntu (7.04 Feisty Fawn)&lt;/b&gt; cgi::irc package comes configured like this and doesn't tell you that you have to change it in order to make it useful. Maybe this should have a configuration prompt on installation as is done with packages like Postfix.  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-1779439904101598568?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/1779439904101598568/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=1779439904101598568' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/1779439904101598568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/1779439904101598568'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/04/cgiirc-and-ubuntu.html' title='Cgi::irc and Ubuntu'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-3303584997534647002</id><published>2007-04-26T01:19:00.000-05:00</published><updated>2007-04-26T02:20:31.366-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='reference'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='database'/><category scheme='http://www.blogger.com/atom/ns#' term='exceptions'/><title type='text'>Python User-Defined Exceptions and Error Handling in Python DbAPI 2.0</title><content type='html'>I just spent some time figuring out how to handle exceptions using the pysqlite library.  I couldn't find a good description of how it works online, so I'm making one.&lt;br /&gt;&lt;br /&gt;In python, all exceptions are classes.  This means they can use any of the capabilities that regular python classes have, but generally all they do is define a few instance values in the __init__ method.  These values are available in the exception object (the instance of the exception class) when it is caught in a "try ... except" block.&lt;br /&gt;&lt;br /&gt;If you're receiving a user defined exception from a foreign module and don't know how to handle it, I'd recommend first wrapping the offending code in a "try...except" like this:&lt;br /&gt;&lt;blockquote&gt;&lt;tt&gt;try:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c.execute(sql)&lt;br /&gt;except:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logfile.write("ERROR: %s %s %s" % (sys.exc_info()[0], sys.exc_info()[1], sys.exc_info()[2]))&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;The function &lt;a href="http://docs.python.org/lib/module-sys.html"&gt;sys.exc_info()&lt;/a&gt; returns a tuple containing 1) the type of exception being handled, 2) the associated parameter (usually some helpful descriptor), and 3) a traceback to where the exception occurred.&lt;br /&gt;&lt;br /&gt;This hopefully tells you two things: a description of why this happened, and more importantly for my situation, the exception type.  When I ran that I got something like this:&lt;br /&gt;&lt;blockquote&gt;&lt;tt&gt;ERROR: &amp;lt;class 'pysqlite2.dbapi2.OperationalError'&amp;gt; table something already exists &amp;lt;traceback object at 0xb7da3cd4&amp;gt;&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;So the exception being raised was at pysqlite2.dbapi2.OperationalError.  Since the python dbapi returns sql errors through exceptions I can't just fix the code here, I have to "try ... except" it.  Here's what the final code snippet looked like:&lt;br /&gt;&lt;blockquote&gt;&lt;tt&gt;try:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c.execute(sql)&lt;br /&gt;except pysqlite2.dbapi2.OperationalError, msg:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logfile.write("ERROR: %s" % msg)&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;To catch the other exceptions specified in the dbapi v2.0, you'd have to include several more exception handlers.  The other exception classes are in the same location as the OperationalError class.&lt;br /&gt;&lt;br /&gt;Further reading: &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.python.org/doc/current/tut/node10.html#SECTION0010500000000000000000"&gt;User-Defined Exceptions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.python.org/dev/peps/pep-0249/"&gt;Python Database API Specification v2.0&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-3303584997534647002?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/3303584997534647002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=3303584997534647002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3303584997534647002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/3303584997534647002'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/04/python-user-defined-exceptions-and.html' title='Python User-Defined Exceptions and Error Handling in Python DbAPI 2.0'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-1444306316071507885</id><published>2007-04-26T01:14:00.000-05:00</published><updated>2007-04-26T01:18:14.039-05:00</updated><title type='text'>Version 2.0</title><content type='html'>I'm restarting this blog with a new focus.  Before I would post amusing happenings and general bloggy type things, but now I've moved that to my livejournal (a much better place for that type of blog) and this will be exclusively for talking about ideas and technologies about anything, from software to ancient Greek siege weapons.  I'm mostly writing these things down for my benefit, but maybe the information will be useful to someone else too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-1444306316071507885?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/1444306316071507885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=1444306316071507885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/1444306316071507885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/1444306316071507885'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2007/04/version-20.html' title='Version 2.0'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111781333531664437</id><published>2005-06-03T10:42:00.000-05:00</published><updated>2005-06-03T11:09:36.336-05:00</updated><title type='text'>Today in the news</title><content type='html'>&lt;ul&gt;   &lt;li&gt;&lt;a href="http://news.bbc.co.uk/2/hi/technology/4606125.stm"&gt;Net porn plan labelled 'obscene'&lt;/a&gt;: Because, as we all know, ICANN's job is to help humanity. I think .xxx is a good idea. It'll make it clear what you're going to see if you click on a link, and it makes it easy to filter porn from a computer by just blocking .xxx links. This of course assumes that porn is forbidden (and that ban is effective) on other tld's. However, putting the issue aside, ICANN is not supposed to "[give] priority to socially positive domain name proposals" because then, someone has to decide what's socially positive and I'm sure Mr. Auerbach and I would disagree on what is socially positive.&lt;/li&gt;   &lt;li&gt;&lt;a href="http://news.bbc.co.uk/2/hi/africa/4607345.stm"&gt;Niger scorns 'free food' demands&lt;/a&gt;: What a bunch of commies! They're all mad because they don't have any food and the government won't give it to them. &lt;blockquote&gt;The organisers of the march, the Democratic Co-ordination of Niger Civil Society (CDSN), accuse the government of not doing enough to prepare for the "hungry season" which was bound to follow a poor rainy season last year. The rainy season finished last October and it was obvious that supplies would not last through until the next harvest, they say.&lt;/blockquote&gt;  I accuse the Nigerians of not doing enough to prepare their own families for the "hungry season" that was "obviously" coming.&lt;/li&gt;&lt;li&gt;&lt;a href="http://news.bbc.co.uk/2/hi/europe/4605971.stm"&gt;      Babies in freezer shock Austria&lt;/a&gt;:  This doesn't come as a surprise to me, Austria's pretty close to Germany. &lt;br /&gt;  &lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111781333531664437?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111781333531664437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111781333531664437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111781333531664437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111781333531664437'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/06/today-in-news.html' title='Today in the news'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111623071370021673</id><published>2005-05-16T02:37:00.000-05:00</published><updated>2005-05-16T03:05:13.703-05:00</updated><title type='text'>Graduation</title><content type='html'>I've officially graduated from IIT.  I don't think it's a big deal at all.  I'm relieved to never have to deal with class again, but since I already have a job, and I've either had a job or acted like it for the past year, there's not much of a change (aside from having to get up earlier). &lt;br /&gt;&lt;br /&gt;However, I &lt;span style="font-style: italic;"&gt;am&lt;/span&gt; looking forward to "Woe in the Snow 2005".  I leave on tuesday to go to Dan's house, then off to Boyers' in Ohio, a brief tour of Flint, MI (home of :rolleyes: Michael Moore), then Chris and Karina in MI, then off to the great white north (Toronto, ON, CA) .  It's sure to be a fun trip!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111623071370021673?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111623071370021673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111623071370021673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111623071370021673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111623071370021673'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/graduation.html' title='Graduation'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111587679584176197</id><published>2005-05-12T00:32:00.000-05:00</published><updated>2005-05-12T00:46:35.900-05:00</updated><title type='text'>Hookah</title><content type='html'>I went to a hookah bar last night with Paul, Dan, and Jose.  It was surprisingly cool.  When I tried hookah before it seemed like a waste of time, but this time I got a little bit buzzed.  Not anything like drinking, but it wasn't bad.  The place was much more middle-eastern than the other place I went to before, which was basically a regular store with some kind of ethnic furniture.  The place last night had pillows for seating, curtains for walls, arab looking decor, the whole works.  It was pretty cool.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111587679584176197?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111587679584176197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111587679584176197' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111587679584176197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111587679584176197'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/hookah.html' title='Hookah'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111563397760142593</id><published>2005-05-09T05:14:00.000-05:00</published><updated>2005-05-09T05:19:37.630-05:00</updated><title type='text'>Brandon Bird</title><content type='html'>I first heard about Brandon Bird when his coloring book appeared on Late Night with Conan O'Brien.  I bought the coloring book and it was a good laugh.  Then I checked out more of his art on his website and it was really cool stuff.  He seems to do a lot of wierd paintings featuring recognizable people, and they're funny and cool looking.  I really like "King of the Cage" and am thinking of buying it.  You can check him out &lt;a href="http://www.brandonbird.com"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111563397760142593?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111563397760142593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111563397760142593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111563397760142593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111563397760142593'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/brandon-bird.html' title='Brandon Bird'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111537342190826940</id><published>2005-05-06T04:56:00.000-05:00</published><updated>2005-05-06T04:57:01.913-05:00</updated><title type='text'>Regardless of the turnout, this is a bad party</title><content type='html'>I don't know whether it would be funny or pathetic if I had posted &lt;a href="http://chicago.craigslist.org/etc/71180273.html"&gt;this&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111537342190826940?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111537342190826940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111537342190826940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111537342190826940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111537342190826940'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/regardless-of-turnout-this-is-bad.html' title='Regardless of the turnout, this is a bad party'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111499760169898586</id><published>2005-05-01T20:20:00.000-05:00</published><updated>2005-05-01T20:36:03.210-05:00</updated><title type='text'>Time Traveler Convention</title><content type='html'>(Cross posted from &lt;a href="http://science.slashdot.org/science/05/05/01/2247248.shtml?tid=133&amp;amp;tid=14"&gt;Slashdot&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Some folks at MIT are holding &lt;a href="http://web.mit.edu/adorai/timetraveler/"&gt;a time-travelers' convention&lt;/a&gt;. The idea is to make it so famous and so widely-known that even thousands of years in the future, people will still know exactly when and where this time-traveler convention went down, and will all come travel to it at some point in their illustrious time-traveling careers. For those interested in attending, it's on May 7, 2005, 10:00pm EDT (08 May 2005 02:00:00 UTC) in the East Campus Courtyard at MIT. 42:21:36.025N, 71:05:16.332W (42.360007,-071.087870 in decimal degrees).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111499760169898586?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111499760169898586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111499760169898586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111499760169898586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111499760169898586'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/time-traveler-convention.html' title='Time Traveler Convention'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111498408879521666</id><published>2005-05-01T15:20:00.000-05:00</published><updated>2005-05-01T16:48:08.796-05:00</updated><title type='text'>Pi not  as random as previously thought</title><content type='html'>Some researchers at Purdue University have demonstrated that while pi does not contain a pattern, other sources of randomness are better.  The article shows their experimental process, which sounds kind of like the opposite of clustering.  It's pretty interesting, &lt;a href="http://news.uns.purdue.edu/UNS/html4ever/2005/050426.Fischbach.pi.html"&gt;check it out here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111498408879521666?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111498408879521666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111498408879521666' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111498408879521666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111498408879521666'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/05/pi-not-as-random-as-previously-thought.html' title='Pi not  as random as previously thought'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111475716422753410</id><published>2005-04-29T01:41:00.000-05:00</published><updated>2005-04-29T01:50:30.590-05:00</updated><title type='text'>Why Geeks and Nerds Are Worth It</title><content type='html'>I don't necessarily agree with all of them, but &lt;a href="http://hartford.craigslist.org/about/best/sfo/66795671.html"&gt;here are some good reasons&lt;/a&gt; that you ladies should date geeks and nerds (that means me &lt;img src="http://omega.cs.iit.edu/~shabadu/images/smilie-wink.gif"&gt; ).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111475716422753410?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111475716422753410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111475716422753410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111475716422753410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111475716422753410'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/why-geeks-and-nerds-are-worth-it.html' title='Why Geeks and Nerds Are Worth It'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111475688638101823</id><published>2005-04-29T01:39:00.000-05:00</published><updated>2005-04-29T01:41:37.426-05:00</updated><title type='text'>Nintendo A Capella</title><content type='html'>This is one of the coolest vocal performances I've seen.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gprime.net/video.php/nintendothemesacappella"&gt;http://gprime.net/video.php/nintendothemesacappella&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111475688638101823?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111475688638101823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111475688638101823' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111475688638101823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111475688638101823'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/nintendo-capella.html' title='Nintendo A Capella'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111387776492928942</id><published>2005-04-18T21:26:00.000-05:00</published><updated>2005-04-18T21:29:24.930-05:00</updated><title type='text'>Job offer</title><content type='html'>I just got a job offer from &lt;a href="http://www.bridgeport-networks.com"&gt;Bridgeport Networks&lt;/a&gt; as a Software Engineer making a pretty good salary.  This is pretty cool.  I think I just made my decision about grad school ;) (for now).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111387776492928942?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111387776492928942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111387776492928942' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111387776492928942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111387776492928942'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/job-offer.html' title='Job offer'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111337136741553137</id><published>2005-04-13T00:48:00.000-05:00</published><updated>2005-04-13T00:49:27.416-05:00</updated><title type='text'>Economics test results</title><content type='html'>&lt;table align="center" cellpadding="20"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td align="center"&gt; &lt;font size="5"&gt;&lt;b&gt;You scored 79% Adam Smithiness!&lt;/b&gt;&lt;/font&gt;&lt;br&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;br /&gt;If you did well, awesome! If you didn't do well, then you probably&lt;br /&gt;ought to consider reading up on economics before you participate in the&lt;br /&gt;next election. "Economics in One Lesson" by Henry Hazlitt is a great&lt;br /&gt;place to start.&lt;br /&gt;Thanks for taking my test. Don't forget to rate it! &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align="center"&gt;  &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;table cellpadding="20"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td&gt; &lt;span id="comparisonarea"&gt;My test tracked 1 variable How you compared to other people &lt;i&gt;your age and gender&lt;/i&gt;:&lt;blockquote&gt;&lt;table border="0" cellpadding="0" cellspacing="4"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="middle"&gt;&lt;table bgcolor="black" border="0" cellpadding="0" cellspacing="1"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bgcolor="#b2cfff" height="20" width="134"&gt;&lt;a href="http://www.okcupid.com"&gt;&lt;img src="http://is2.okcupid.com/graphics/0.gif" alt="free online dating" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;td bgcolor="white" width="16"&gt;&lt;a href="http://www.okcupid.com"&gt;&lt;img src="http://is2.okcupid.com/graphics/0.gif" alt="free online dating" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;td valign="middle"&gt;You scored higher than &lt;b&gt;89%&lt;/b&gt; on &lt;b&gt;Adam Smithiness&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/blockquote&gt;&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table cellpadding=20&gt;&lt;tr&gt;&lt;td&gt;Link: &lt;a href='http://www.okcupid.com/tests/take?testid=5100582658621148876'&gt;The Basic Economic Knowledge Test&lt;/a&gt; written by &lt;a href='http://www.okcupid.com/profile?tuid=9716838719914344191'&gt;hicsuget&lt;/a&gt; on &lt;a  href='http://www.okcupid.com'&gt;Ok Cupid&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111337136741553137?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111337136741553137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111337136741553137' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111337136741553137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111337136741553137'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/economics-test-results.html' title='Economics test results'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111277422620739430</id><published>2005-04-06T02:25:00.000-05:00</published><updated>2005-04-06T02:57:06.210-05:00</updated><title type='text'>Citizens take action against illegal immigration</title><content type='html'>There's been a series of articles in the Chicago Sun-Times about the Minuteman Project, a group that has organized willing citizens to patrol the border between Arizona and Mexico looking for illegal immigrants and reporting them to the authorities. &lt;br /&gt;&lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.suntimes.com/output/news/cst-nws-immi31.html"&gt;Volunteers to Patrol Border&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href="http://www.suntimes.com/output/news/cst-nws-border02.html"&gt;Volunteers Sign Up for Mexico-Arizona Border Patrol&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href="http://www.suntimes.com/output/news/cst-nws-border04.html"&gt;18 Migrants Arrested in Arizona After Volunteers Spot Them&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; I think this is awesome.  It's much like the militias that worked with the regular army in the revolutionary war.  However, the Sun-Times seems to be taking every opportunity they can to say "vigilante violence may erupt" and warn against doing things on your own.  Typical nanny-statist response.  These people are &lt;span style="font-style: italic;"&gt;volunteering &lt;/span&gt;to defend the country.  They probably aren't gung ho about doing it this way, they'd probably like to do it however is best.  Therefore, the best response would not be "Don't help!  You're causing problems!", instead they should say "You want to help?  That's great!  Can you do it this way?  We'll help you if you do."  Capitalize on free labor when it's there!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111277422620739430?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111277422620739430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111277422620739430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111277422620739430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111277422620739430'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/citizens-take-action-against-illegal.html' title='Citizens take action against illegal immigration'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111271862680133013</id><published>2005-04-05T11:08:00.000-05:00</published><updated>2005-04-05T11:34:04.363-05:00</updated><title type='text'>Google is changing the world</title><content type='html'>Check out &lt;a href="http://maps.google.com/"&gt;Google maps&lt;/a&gt;. In the upper right corner is a link that says Satellite. This simply amazes me. I know satellite imagery is nothing new, but at this level of usability it's awesome, and never before has it been searchable like a map (afaik). You can even do directions on a satellite image! This is one of the most amazing things I've seen come out of Google yet.  I've been having fun for the past 15 minutes looking around Chicago from a very different perspective, and I've found things I didn't know were there.  Awesome!&lt;br /&gt;&lt;br /&gt;(When you spider this, thanks Google!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111271862680133013?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111271862680133013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111271862680133013' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111271862680133013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111271862680133013'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/04/google-is-changing-world.html' title='Google is changing the world'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111231899973322674</id><published>2005-03-31T19:28:00.000-06:00</published><updated>2005-03-31T19:29:59.733-06:00</updated><title type='text'>The .gov tells us about the internet</title><content type='html'>In 1998, Congress commissioned a report on the Internet.  &lt;a href="http://www.cnn.com/2005/TECH/internet/03/31/tardy.study.ap/index.html"&gt;It was just delivered.&lt;/a&gt;  Thanks, .gov!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111231899973322674?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111231899973322674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111231899973322674' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111231899973322674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111231899973322674'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/gov-tells-us-about-internet.html' title='The .gov tells us about the internet'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111182214762195496</id><published>2005-03-26T01:26:00.000-06:00</published><updated>2005-03-26T01:29:07.623-06:00</updated><title type='text'>Action</title><content type='html'>I am so sick of people who talk big and never take action.  Am I really unique in that I say "hey, we should do this" and then I start working on &lt;span style="font-style: italic;"&gt;actually doing it?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111182214762195496?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111182214762195496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111182214762195496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111182214762195496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111182214762195496'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/action.html' title='Action'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111181049903404330</id><published>2005-03-25T22:13:00.000-06:00</published><updated>2005-03-25T22:14:59.036-06:00</updated><title type='text'>0wned</title><content type='html'>&lt;a href="http://www.livejournal.com/users/publius_ovidius/111672.html"&gt;This guy&lt;/a&gt; has  a fun story about how he tracked down the guys who stole his credit card number and turned them in to the police.  Pretty cool read.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111181049903404330?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111181049903404330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111181049903404330' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111181049903404330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111181049903404330'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/0wned.html' title='0wned'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111138849647712154</id><published>2005-03-21T00:47:00.000-06:00</published><updated>2005-03-21T01:03:13.153-06:00</updated><title type='text'>Digital life</title><content type='html'>This is fairly old now, but some &lt;a href="http://devolab.cse.msu.edu/"&gt;students at MSU developed a simulated world platform&lt;/a&gt; where virus-like program/organisms fight for survival and control of limited resources.  This combined with random changes to their code creates evolution.  Their platform is called Avida.  I ran it for a little while and it was kind of cool, but I didn't know how to use it to it's full potential so I couldn't see how cool it really was.  &lt;br /&gt;&lt;br /&gt;My biggest problem with it is that they're calling it an instance of evolution and they're saying it could be used to develop solutions to problems we don't know how to solve yet.  I disagree.  From what I read it appears they have to set up rewards artificially, and these have to trigger when certain milestones are reached.  That can't be done for problems we don't know how to solve because we don't know what's closer or further from the proper solution.  Also, with each step being rewarded we're not really talking about evolution anymore, it's much more like intelligent design.  Greyhounds didn't evolve naturally, they were bred through centuries of dog racing to be skinny and fast.  These skills didn't necessarily help them survive, but they helped them win races for their owners.  That's the difference here too: the scientists are providing the end goal and essentially "breeding" the viruses to reach the goal.&lt;br /&gt;&lt;br /&gt;Despite my problems with it, I'll be very interested to see where they go with their work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111138849647712154?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111138849647712154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111138849647712154' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111138849647712154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111138849647712154'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/digital-life.html' title='Digital life'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111121482698362715</id><published>2005-03-19T00:35:00.000-06:00</published><updated>2005-03-19T00:47:06.983-06:00</updated><title type='text'>Summer Founders program</title><content type='html'>I just discovered the &lt;a href="http://paulgraham.com/summerfounder.html"&gt;Summer Founders program&lt;/a&gt; through Slashdot.  I think it's a fantastic opportunity for SkyBlue Mobile to get on it's feet over the summer and possibly get some VC money or a customer interested.  I think we stand a good chance of getting in since we've got a quality idea with third parties backing it's quality and we will have a good starting position with the work to be accomplished this semester.  I will definitely be pushing for the continuing team to sign up for this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111121482698362715?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111121482698362715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111121482698362715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111121482698362715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111121482698362715'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/summer-founders-program.html' title='Summer Founders program'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-111121407349811869</id><published>2005-03-19T00:33:00.000-06:00</published><updated>2005-03-19T00:34:33.503-06:00</updated><title type='text'>Trip to New Orleans</title><content type='html'>SkyBlue Mobile was the runner up in the student leapfrog category of the &lt;a href="http://winbc.org/contest/faq.html"&gt;Wireless Innovation Contest&lt;/a&gt;.  IIT gave us an all expense paid trip to New Orleans to attend the &lt;a href="http://www.ctiawireless.com/"&gt;CTIA Wireless Conference&lt;/a&gt; and receive the award. While there, we made some excellent contacts with cell phone OEM's and carriers and got some valuable advice about how to proceed toward funding/profitability.&lt;br /&gt;&lt;br /&gt;We also had a lot of fun in New Orleans while not working.  The travelers were Dan, Kumar, Alex, and myself.  We arrived on the morning of Saturday the 12th after driving through the night and crashed in the motel, then went to the contest dinner that night.  Afterward, we hit Bourbon St. and partied and danced for a few hours. &lt;br /&gt;&lt;br /&gt;The next day we slept into the afternoon and were going to go see the N.O. sights when we got in a car accident.  This guy from Bolivia made a left from the right lane straight into our car.  That blew our plans for a few hours, and by then it was too late to see much, so we ate, dropped Kumar at a dinner for his employer, got Bruce from the airport, then walked around the French Quarter with Bruce for a while.  Most everything was closed except for Bourbon St. so it wasn't too exciting (except for the female impersonator who grabbed Bruce's butt :D ).  We got Kumar when he was done, went back to the motel, and talked about what was going on and what we were going to do the next day. &lt;br /&gt;&lt;br /&gt;In the morning, we got up early and went to CTIA.  We talked to all the OEM's and carriers we could, as well as AOL for a content provider.  The best contact we got was through Mr. Robert Potter, a trustee at IIT who was attending and wanted to introduce us to someone (I won't say who to be polite).  He gave us so me good advice on how best to approach our customers.  We also received the award that day.  It was a nice show, though I got the impression it was more important in the industry than it turned out to be.  However, the award got us in contact with Telus, a carrier in Canada, and PriceWaterhouseCooper, a company in Canada who may be interested in testing our application.  At a Canadian Gov't. reception after the conference, we caught up with someone from Telus who gave us some more great advice on what we need to be able to go to carriers with a cohesive and attractive offering.  That night we drove around looking for something to do and crashed the Nokia CDMA party for a little while, then went back to Bourbon St. and met lots of people from the conference (the Kyocera party was actually in a bar right there). &lt;br /&gt;&lt;br /&gt;That's all, the next morning (Tuesday the 15th) we got up, dropped Bruce at the airport, and came back to Chicago.  I thought it was an awesome trip and I would love to go back sometime.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-111121407349811869?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/111121407349811869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=111121407349811869' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111121407349811869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/111121407349811869'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/03/trip-to-new-orleans.html' title='Trip to New Orleans'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110885769752603282</id><published>2005-02-19T18:00:00.000-06:00</published><updated>2005-02-19T18:01:37.526-06:00</updated><title type='text'></title><content type='html'>Kevin Rose of TechTV posted a guide a while back to putting a PC in a mac mini case.  &lt;a href="http://www.kevinrose.com/index.php/weblog/comments/191/"&gt;Here it is.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110885769752603282?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110885769752603282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110885769752603282' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110885769752603282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110885769752603282'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/02/kevin-rose-of-techtv-posted-guide.html' title=''/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110884848172068520</id><published>2005-02-19T15:27:00.000-06:00</published><updated>2005-02-19T15:28:01.720-06:00</updated><title type='text'>The first useful information on microsoft.com</title><content type='html'>Now you too can learn &lt;a href="http://www.microsoft.com/athome/security/children/kidtalk.mspx"&gt;leet speak&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110884848172068520?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110884848172068520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110884848172068520' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110884848172068520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110884848172068520'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/02/first-useful-information-on.html' title='The first useful information on microsoft.com'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110879944649126458</id><published>2005-02-19T01:49:00.000-06:00</published><updated>2005-02-19T01:50:46.493-06:00</updated><title type='text'>Monkey controls robot arm</title><content type='html'>I'd heard of this experiment a few months ago, but now it's getting some press.  This monkey is &lt;a href="http://news.bbc.co.uk/1/hi/health/4275245.stm"&gt;controlling a robotic arm with his mind.&lt;/a&gt;  That's one awesome monkey!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110879944649126458?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110879944649126458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110879944649126458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110879944649126458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110879944649126458'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/02/monkey-controls-robot-arm.html' title='Monkey controls robot arm'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110720496679835255</id><published>2005-01-31T14:55:00.000-06:00</published><updated>2005-01-31T14:57:53.806-06:00</updated><title type='text'>Avast ye scurvy dogs!</title><content type='html'>&lt;div style="position:relative; border:1px #320 solid; background-color:#c9b390; padding:0 10px; width:400px; text-align:center; font-family:serif; left:50%; margin:25px 0 25px -200px; color:#320;"&gt;&lt;br /&gt;  &lt;div&gt;&lt;br /&gt;    My pirate name is:&lt;br /&gt;    &lt;/div&gt;&lt;br /&gt;  &lt;div style="font-size:32px;"&gt;&lt;br /&gt;    Black Tom Rackham&lt;br /&gt;    &lt;/div&gt;&lt;br /&gt;  &lt;img src="flag.gif" style="top:5px; position:relative; display:block; width:100px; background-color:#320;" /&gt;&lt;br /&gt;  &lt;div style="left:110px; top:-60px; width:290px; position:relative; text-align: justify;"&gt;&lt;br /&gt;    Like anyone confronted with the harshness of robbery on the high seas, you can be pessimistic at times. You have the good fortune of having a good name, since Rackham (pronounced RACKem, not rack-ham) is one of the coolest sounding surnames for a pirate.    Arr!&lt;br /&gt;    &lt;/div&gt;&lt;br /&gt;  &lt;a href="http://www.fidius.org/quiz/pirate/" style="position:absolute; width:100%; left:0px; bottom:20px; color:#f8eecc;"&gt;Get your own pirate name from fidius.org.&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110720496679835255?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110720496679835255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110720496679835255' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110720496679835255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110720496679835255'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/avast-ye-scurvy-dogs.html' title='Avast ye scurvy dogs!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110681783024119471</id><published>2005-01-27T03:22:00.000-06:00</published><updated>2005-01-27T03:23:50.240-06:00</updated><title type='text'>Let the Human-Animal Blending Commence!</title><content type='html'>&lt;a href="http://news.nationalgeographic.com/news/2005/01/0125_050125_chimeras.html"&gt;Behold, the mighty Esquilax!&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110681783024119471?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110681783024119471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110681783024119471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110681783024119471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110681783024119471'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/let-human-animal-blending-commence.html' title='Let the Human-Animal Blending Commence!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110673707402959033</id><published>2005-01-26T04:56:00.000-06:00</published><updated>2005-01-26T05:01:26.926-06:00</updated><title type='text'>My First 419 Scam</title><content type='html'> &lt;div class="moz-text-plain" wrap="true" quote="true" style="font-family: -moz-fixed; font-size: 13px;" lang="x-western"&gt;&lt;pre wrap=""&gt;FROM DR ANTHONY BENSON&lt;br /&gt;NIGERIA NATIONAL PETROLEUM CO-OPORATION,&lt;br /&gt;{NNPC}&lt;br /&gt;FALOMO IKOYI OFFICE&lt;br /&gt;PLOT 23/28&lt;br /&gt;LAGOS STATE&lt;br /&gt;NIGERIA&lt;br /&gt;&lt;br /&gt;DEAR SIR,&lt;br /&gt;I KNOW THIS MAIL MAY COME AS SURPRISE TO YOU,SINCE WE DO&lt;br /&gt;NOT KNOW&lt;br /&gt;OURSELVES OR HAVE ANY PREVIOUS CONTACT BEFORE NOW,MY&lt;br /&gt;PURPOSE OF WITTING YOU&lt;br /&gt;IS THIS. WE BELIEVE THAT YOU WOULD BE IN A POSITION TO HELP&lt;br /&gt;US IN OUR&lt;br /&gt;BID TO TRANSFER THE SUM OF TWENTY-SEVEN MILLION FIVE&lt;br /&gt;HUNDRED THOUSAND&lt;br /&gt;DOLLARS ($27.5M USD) INTO A FOREIGN ACCOUNT.&lt;br /&gt;WE ARE MEMBERS OF THE SPECIAL COMMITTEE FOR BUDGET AND&lt;br /&gt;PLANNING OF THE&lt;br /&gt;MINISTRY OF PETROLEUM, THIS COMMITTEE IS PRINCIPALLY&lt;br /&gt;CONCERNED WITH&lt;br /&gt;CONTRACT APPRAISALS AND APPROVAL OF CONTRACTS IN ORDER OF&lt;br /&gt;PRIORITIES AS&lt;br /&gt;REGARDS CAPITAL PROJECT OF THE FEDERAL GOVERNMENT OF&lt;br /&gt;NIGERIA.&lt;br /&gt;WITH OUR POSITIONS, WE HAVE SUCCESSFULLY SECURED FOR&lt;br /&gt;OURSELVES THE SUM&lt;br /&gt;OF TWENTY-SEVEN MILLION, FIVE HUNDRED THOUSAND UNITED STATE&lt;br /&gt;&lt;br /&gt;DOLLARS(US$27.5M).THE PRESENT GOVERNMENT IN MY COUNTRY ARE&lt;br /&gt;SEEKING THE SURPORT OF&lt;br /&gt;FOREIGN GOVERNMENT SO THEY HAVE GIVEN DIRECTIVE TO ALL&lt;br /&gt;FEDERAL&lt;br /&gt;PARASTATALS TO SETTLE ALL FOREIGN CONTRACTORS BEING OWED&lt;br /&gt;FOR CONTRACT THAT THEY&lt;br /&gt;HAD DONE,SO OUR PLAN IS TO INCLUDE THE NAME THAT YOU WILL&lt;br /&gt;PROVIDE AS&lt;br /&gt;ONE OF THE CONTRACTORS BEING OWED IN MY&lt;br /&gt;CORPORATION.(NNPC)NIGERIA&lt;br /&gt;NATIONAL PETROLEUM CORPERATION,WHAT WE NEED FROM YOU ALSO&lt;br /&gt;IS A SAFE ACCOUNT&lt;br /&gt;EVEN IF EMTY INTO WHICH THE FUNDS WILL BE TRANSFERRED SINCE&lt;br /&gt;GOVERNMENT&lt;br /&gt;OFFICIALS ARE NOT ALLOWED BY OUR LAWS TO OPERATE FOREIGN&lt;br /&gt;ACCOUNT.&lt;br /&gt;IT HAS BEEN AGREED THAT THE OWNER OF THE ACCOUNT WILL BE&lt;br /&gt;COMPENSATED&lt;br /&gt;WITH US$8.3 MILLION OF THE REMITTED FUNDS, WE KEEP&lt;br /&gt;US$16.5MILLION WHILE&lt;br /&gt;US$2.75MILLION WILL BE SET ASIDE TO OFFSET EXPENSES AND PAY&lt;br /&gt;THE&lt;br /&gt;NECESSARY TAXES.IT MAY INTEREST YOU TO KNOW THAT TWO YEARS&lt;br /&gt;AGO A SIMILAR&lt;br /&gt;TRANSACTION WAS CARRIED OUT WITH ONE MR. GEORGE BRUCE, THE&lt;br /&gt;PRESIDENT OF BROGE&lt;br /&gt;INTERNATIONAL TRADING CORPORATION AT NUMBER 135, EAST 57TH&lt;br /&gt;STREET,&lt;br /&gt;28TH FLOOR, NEW YORK 10022 WITH TELEPHONE (212)308-7788 AND&lt;br /&gt;TELEX&lt;br /&gt;NUMBER 6731689, AFTER THE AGREEMENT BETWEEN BOTH PARTNERS&lt;br /&gt;IN WHICH HE WAS TO&lt;br /&gt;TAKE 25% THE MONEY WAS DULY TRANSFERRED INTO HIS ACCOUNT&lt;br /&gt;ONLY TO BE&lt;br /&gt;DISAPPOINTED ON OUR ARRIVAL IN NEW YORK AS WE WERE RELIABLY&lt;br /&gt;INFORMED THAT&lt;br /&gt;MR. GEORGE WAS NO LONGER ON THAT ADDRESS WHILE HIS&lt;br /&gt;TELEPHONE AND TELEX&lt;br /&gt;NUMBERS HAVE BEEN REALLOCATED TO SOMEBODY ELSE, THAT IS HOW&lt;br /&gt;WE LOST&lt;br /&gt;US$19.8M TO MR GEORGE BRUCE.THIS TIME AROUND WE NEED A MORE&lt;br /&gt;RELIABLE AND&lt;br /&gt;TRUSTWORTHY PERSON OR A REPUTABLE COMPANY TO DO BUSINESS&lt;br /&gt;WITH HENCE THIS&lt;br /&gt;LETTER TO YOU, SO IF YOU CAN PROVE YOURSELF TO BE TRUSTED&lt;br /&gt;AND&lt;br /&gt;INTERESTED IN THIS DEAL THEN WE ARE PREPARED TO DO BUSINESS&lt;br /&gt;WITH YOU. WHAT WE&lt;br /&gt;WANT FROM YOU IS THE ASSURANCE THAT YOU WILL LET US HAVE&lt;br /&gt;OUR SHARE WHEN&lt;br /&gt;THIS AMOUNT OF US$27.5M IS TRANSFERRED INTO YOUR ACCOUNT.&lt;br /&gt;IF THIS PROPOSAL SATISFIES YOU, PLEASE CONTACT ME THROUGH&lt;br /&gt;E-MAIL STATED&lt;br /&gt;ABOVE SO WE CAN ADVICE YOU ON THE MODALITIES OF THE&lt;br /&gt;TRANSACTION. ALL&lt;br /&gt;MODALITIES OF THE TRANSFER HAVE BEEN WORKED OUT AND ONCE&lt;br /&gt;STARTED WILL NOT&lt;br /&gt;TAKE MORE THAN 14 WORKING DAYS WITH THE ABSOLUTE SUPPORT OF&lt;br /&gt;ALL&lt;br /&gt;CONCERNED. THIS TRANSACTION IS 100% RISK FREE AND TOTALLY&lt;br /&gt;SAFE.&lt;br /&gt;PLEASE TREAT AS URGENT AND VERY CONFIDENTIAL. GOD BE WITH&lt;br /&gt;YOU AS I LOOK&lt;br /&gt;FORWARD TO YOUR REPLY.&lt;br /&gt;&lt;br /&gt;BEST REGARDS.&lt;br /&gt;DR ANTHONY BENSON&lt;br /&gt;SEND YOUR REPLY THROUGH MY PRIVATE EMAIL&lt;br /&gt;ADDRESS:{&lt;a class="moz-txt-link-abbreviated" href="mailto:benson_anthony222@yahoo.co.uk"&gt;benson_anthony222@yahoo.co.uk&lt;/a&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110673707402959033?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110673707402959033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110673707402959033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110673707402959033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110673707402959033'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/my-first-419-scam.html' title='My First 419 Scam'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110654479977318653</id><published>2005-01-23T23:29:00.000-06:00</published><updated>2005-01-23T23:33:19.773-06:00</updated><title type='text'>Almost too good to be true</title><content type='html'>&lt;a href="http://yro.slashdot.org/yro/05/01/23/1919250.shtml?tid=153&amp;tid=123&amp;amp;tid=103&amp;tid=95&amp;amp;tid=17"&gt;This article&lt;/a&gt; on Slashdot says that the supreme court doesn't want to legislate morality.  That's about the best thing a good libertarian could expect to hear.  Now if only they'd uphold my right to be wrong (like eating a Hardee's Thickburger, or not saving for retirement) then I'd be pretty set.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110654479977318653?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110654479977318653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110654479977318653' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110654479977318653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110654479977318653'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/almost-too-good-to-be-true.html' title='Almost too good to be true'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110644648209320533</id><published>2005-01-22T20:06:00.000-06:00</published><updated>2005-01-22T20:14:42.093-06:00</updated><title type='text'>I'm amazed that people remained smart here...</title><content type='html'>I just saw &lt;a href="http://worldnetdaily.com/news/article.asp?ARTICLE_ID=42369"&gt;this article&lt;/a&gt; about a satanist who was assaulted because of his religion.  His assaulters are being charged with a hate crime.  As soon as I saw the article, I started looking around for the most biased article I could find that said something along the lines of "it's a hate crime if they attack something I like, but if it's some satanist it's almost an act of goodwill!" but I couldn't find anything like that.  It seems most reporters at least are accepting that under hate crime legislation, satanism is just as protected as christianity, hinduism, or islam.  In fact, the only person speaking out is Joseph Seehusen of the Libertarian Party.  In &lt;a href="http://www.lp.org/press/archive.php?function=view&amp;record=688"&gt;this article&lt;/a&gt; he seems a bit biased, but it seems that he's trying to direct people's biased anger toward the legislation itself to get it repealed. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110644648209320533?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110644648209320533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110644648209320533' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110644648209320533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110644648209320533'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/im-amazed-that-people-remained-smart.html' title='I&apos;m amazed that people remained smart here...'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110612183751816701</id><published>2005-01-19T01:24:00.000-06:00</published><updated>2005-01-19T02:03:57.516-06:00</updated><title type='text'>Excited about School!</title><content type='html'>This semester is going to be hard, but really cool!  I'm interested in every one of my classes except for web design, which I took intentionally as a blow off.  Hopefully I can get some more productive work done in that class since it takes place in a computer lab.  w00t!&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110612183751816701?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110612183751816701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110612183751816701' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110612183751816701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110612183751816701'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/excited-about-school.html' title='Excited about School!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110611825123471421</id><published>2005-01-19T01:02:00.000-06:00</published><updated>2005-01-19T01:04:46.046-06:00</updated><title type='text'>That just ain't right</title><content type='html'>&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;I don't know if I'm repulsed or aroused by &lt;a href="http://www.santoalt.com/index.php?p=293"&gt;this&lt;/a&gt;.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110611825123471421?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110611825123471421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110611825123471421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110611825123471421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110611825123471421'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/that-just-aint-right.html' title='That just ain&apos;t right'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110574081102125379</id><published>2005-01-14T16:06:00.000-06:00</published><updated>2005-01-14T16:13:31.020-06:00</updated><title type='text'>Last day of work</title><content type='html'>This is my last post from the office.  I'm not going to be working during the semester so I can focus on SkyBlue Mobile, and hopefully that takes off and I work full time there.  Hostway's been fantastic, but I can't give up the chance with a startup.  Although I'm certainly going to miss some of the eye candy around the office. ;) &lt;br /&gt;&lt;br /&gt;And for some humor in this post, check out this quote I just pulled from someone's away message:  "It takes lots of drunk dads missing dance recitals before you decide to blow a goat on the internet for fifty bucks.  And if that disappears, where does that leave me on a Friday night with my new high speed connection?"&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110574081102125379?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110574081102125379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110574081102125379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110574081102125379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110574081102125379'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/last-day-of-work.html' title='Last day of work'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110565525316007550</id><published>2005-01-13T16:24:00.000-06:00</published><updated>2005-01-13T23:43:04.740-06:00</updated><title type='text'>Bittorrentgasm</title><content type='html'>As anyone who knows me can probably tell you, I'm exceedingly interested in decentralized networks. As soon as bittorrent came out I've wanted to produce something to further the effort. I was going to make a multiple-download client, but then many came out before I got started. Then, when rumors of a &lt;span style="font-style: italic;"&gt;decentralized&lt;/span&gt; bittorrent started circulating and more specific talk of eXeem surfaced, I got really excited about a fully decentralized swarming download network. I have decided that I will create a decentralized bittorrent network, possibly as a component of a larger project. I have begun some preliminary design work already and have only a few problems left to overcome (until I can start looking at the &lt;span style="font-style: italic;"&gt;next&lt;/span&gt; set of problems ;) ) and I'm really excited about the whole thing.&lt;br /&gt;&lt;br /&gt;Anyway, the reason I went off on that tangent was because of &lt;a href="http://www.corante.com/getreal/archives/bittorrent_exeem_metatorrent_podcasting_what_so_what.php"&gt;this article&lt;/a&gt; that does a good job of articulating the decentralized bittorrent idea.  It's worth a read for your inner philosopher-geek.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110565525316007550?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110565525316007550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110565525316007550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110565525316007550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110565525316007550'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/bittorrentgasm.html' title='Bittorrentgasm'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110564844277863374</id><published>2005-01-13T14:31:00.000-06:00</published><updated>2005-01-13T14:34:02.780-06:00</updated><title type='text'>Mac Mini</title><content type='html'>&lt;a href="http://www.apple.com/macmini/"&gt;This thing is cool.&lt;/a&gt;  I've always been a bit "Mac-curious," and now I can quench that curiosity without spending an arm and a leg.  I'll probably get one of these eventually, though not any time soon. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110564844277863374?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110564844277863374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110564844277863374' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110564844277863374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110564844277863374'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/mac-mini.html' title='Mac Mini'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110564535295563335</id><published>2005-01-13T13:49:00.000-06:00</published><updated>2005-01-13T13:42:32.956-06:00</updated><title type='text'>A Flurry of Links</title><content type='html'>I came across a lot of interesting things today, so here's a digest:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;&lt;a href="http://techcentralstation.com/011305B.html"&gt;The Monster and the Nursery&lt;/a&gt; - An amusing article about how commie-pinko liberals will need to recruit conservative's children to have any political power in the future. &lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://techcentralstation.com/011105F.html"&gt;A Minister-Free Health Care System&lt;/a&gt; - A brief article outlining why the Swiss health care system works better than ours.  (here's a hint: free market)&lt;/li&gt;   &lt;li&gt;&lt;a href="http://www.cato.org/dailys/01-12-05.html"&gt;The United States Is Not Stingy&lt;/a&gt; - Talks about all the contributions the US has given to Tsunami victims, and why it's good that we are in fact stingy when it comes to development aid. &lt;br /&gt;  &lt;/li&gt;   &lt;li&gt;&lt;a href="http://www.cato.org/dispatch/01-12-05d.html#1"&gt;Ownership Society Includes Property Confiscation&lt;/a&gt; - A brief blurb on Cato's Daily Dispatch addressing Bush's support of eminent domain. &lt;br /&gt;  &lt;/li&gt;   &lt;li&gt; 					 				      	&lt;span class="Article_Title"&gt;&lt;a href="http://www.eweek.com/article2/0,1759,1751181,00.asp"&gt;Apple v. Google: A Matter of Timing&lt;/a&gt; - An interesting look at the future of Apple and Google, and how their product lines will clash sooner than you may think.  &lt;/span&gt;&lt;/li&gt;  &lt;/ul&gt;Have fun with all that.  On a side note, I just noticed how cool eweek.com is.  Throughout that last article are links to other articles that discuss what you just read.  Some might call that advertising.  I call it a mesh network of information; allowing me to follow any path I want to learn exactly what I want to learn.  Pretty sweet. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110564535295563335?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110564535295563335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110564535295563335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110564535295563335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110564535295563335'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/flurry-of-links.html' title='A Flurry of Links'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110542477624030460</id><published>2005-01-11T01:17:00.000-06:00</published><updated>2005-01-11T00:26:16.240-06:00</updated><title type='text'>Wheee!!!</title><content type='html'>I got my scooter running and drove it around the neighborhood.  That was awesome!  Wheeee!&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110542477624030460?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110542477624030460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110542477624030460' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110542477624030460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110542477624030460'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/wheee.html' title='Wheee!!!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110538314987234551</id><published>2005-01-10T12:43:00.000-06:00</published><updated>2005-01-10T12:52:29.873-06:00</updated><title type='text'>Stupid people</title><content type='html'>A few fairly recent links from &lt;a href="http://www.theagitator.com"&gt;The Agitator&lt;/a&gt; brought a few exceedingly stupid people. &lt;br /&gt;&lt;br /&gt;First, &lt;a href="http://www.theledger.com/apps/pbcs.dll/article?AID=/20050104/NEWS/501040337/1003/NEWS01"&gt;this woman&lt;/a&gt;.  The initial stupid person is the cop who gave her a DUI ticket for driving her wheelchair.  However, when you get to the very end of the article, she blindsides you with &lt;span style="font-weight: bold;"&gt;biting the head off a python&lt;/span&gt;.&lt;span style="font-weight: bold;"&gt;  &lt;/span&gt;Despite my disgust at the implied jibe at my favorite programming language, that just ain't right. &lt;br /&gt;&lt;br /&gt;Second, &lt;a href="http://news.yahoo.com/news?tmpl=story&amp;cid=624&amp;amp;u=/ap/20050107/ap_on_sc/tsunami_paradise_regained&amp;printer=1"&gt;these people&lt;/a&gt;.  "Oh noes, the beach has chairs and stores and things on it!  They're &lt;span style="font-weight: bold;"&gt;manmade&lt;/span&gt;!  Someone think of the children!"  Someone is thinking of the children.  They're thinking of the children whenever they sell a beach chair or a melon.  They're making money to buy things like food, clothing, shelter, and maybe even college education for their children.  So what do you think is more important:  pristine beaches, or gainful employment?&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110538314987234551?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110538314987234551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110538314987234551' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110538314987234551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110538314987234551'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/stupid-people.html' title='Stupid people'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110524737761392356</id><published>2005-01-08T22:40:00.000-06:00</published><updated>2005-01-08T23:09:37.613-06:00</updated><title type='text'>Ugh</title><content type='html'>I've been wanting a moped for at least 5 years, and looking for one on and off during that time.  This week, I finally found one that didn't cost an arm and a leg and was close enough that I didn't have to pay $100+ to ship it here, so I bought it.  I never made my desire for one a secret, and I told my parents about it before I bought it.  This morning, I bought it and my dad had to tell my grandmother, who went nuts.  She probably assumes I've already been hit by some drunk dopefiend who couldn't see me because it's so much smaller than a car and I'd be dead instantly because I'm not protected like in a car.  Oh and also 95% of people who own mopeds are killed in accidents, but I don't know if that's an annual, monthly, minutely or whatever statistic. &lt;br /&gt;&lt;br /&gt;So basically, now that I finally have the money and the opportunity to do something I really want, she's going to throw a fit about it.  That really pisses me off.  Of course I'm buying it despite her insane concerns, but it makes me feel bad that my actions are upsetting her so much and I have no real reason to be upset. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110524737761392356?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110524737761392356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110524737761392356' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110524737761392356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110524737761392356'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/ugh.html' title='Ugh'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110515675439032796</id><published>2005-01-07T21:57:00.000-06:00</published><updated>2005-01-08T02:01:19.960-06:00</updated><title type='text'>The Beginning of Essaying!</title><content type='html'>I started composing a long post about how I see the future of software and the internet, but it got too long and I hadn't really gotten into my main point yet, so I'm writing it offline and will post it elsewher later, if I ever get timsaylor.com going.  I'll be sure to keep my lack of readership updated when it's finished. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110515675439032796?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110515675439032796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110515675439032796' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110515675439032796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110515675439032796'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/beginning-of-essaying.html' title='The Beginning of Essaying!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110507856396970792</id><published>2005-01-06T23:15:00.000-06:00</published><updated>2005-01-07T00:38:05.903-06:00</updated><title type='text'>Life</title><content type='html'>I really don't want this to turn into a livejournal (and all that connotes, even if I'm the only one who thinks it), but I really hate being alone. I really miss having someone who doesn't have to care about me but does anyway. I just want that back. I want to be able to call someone whenever I want for no reason. I want someone I can hang out with and be perfectly comfortable being myself. It's the only thing I can't live without and the only thing I can't have. &lt;br /&gt;&lt;br /&gt;I know people are probably going to give me a hard time about this post but I don't care. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110507856396970792?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110507856396970792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110507856396970792' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110507856396970792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110507856396970792'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/life.html' title='Life'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110496357796570751</id><published>2005-01-05T15:51:00.000-06:00</published><updated>2005-01-05T16:19:37.966-06:00</updated><title type='text'>1337 ski11z</title><content type='html'>The other day I noticed a new bug in a piece of code I was testing at work (though the bug was not in a part of the code I was testing).  I tracked down what was causing the bug, identified a fix, and got it put into the main codebase for distribution, all while my boss didn't want to fix it because no customers were having a problem, then because he thought the issue was elsewhere.  I = awesome!&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110496357796570751?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110496357796570751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110496357796570751' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110496357796570751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110496357796570751'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/1337-ski11z.html' title='1337 ski11z'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110495022491007484</id><published>2005-01-05T13:33:00.000-06:00</published><updated>2005-01-05T12:37:04.910-06:00</updated><title type='text'>The .gov 0wnz j00</title><content type='html'>Someone told me about &lt;a href="http://www.freedomsite.net/car.htm"&gt;this&lt;/a&gt; a while ago, but I'm looking at used scooters online and it came up again.  Apparently nobody actually owns their own vehicles, the state does, and there's no way to actually own it yourself.  If anyone knows about this first hand, please leave a comment or email me. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110495022491007484?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110495022491007484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110495022491007484' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110495022491007484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110495022491007484'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/gov-0wnz-j00.html' title='The .gov 0wnz j00'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110486305749231675</id><published>2005-01-04T13:18:00.000-06:00</published><updated>2005-01-04T12:24:56.983-06:00</updated><title type='text'>Social Security Reform</title><content type='html'>Bush is apparently starting to work on &lt;a href="http://seattlepi.nwsource.com/national/apwashington_story.asp?category=1155&amp;slug=Social%20Security"&gt;Social Security reform&lt;/a&gt;. I'm glad he's following through on this particular campaign promise.&lt;br /&gt;&lt;br /&gt;For anybody out there who thinks benefit cuts are a bad thing, remember that it's &lt;span style="font-style: italic;"&gt;my&lt;/span&gt; money that you think some old person &lt;span style="font-style: italic;"&gt;deserves&lt;/span&gt;.  If I &lt;span style="font-style: italic;"&gt;choose&lt;/span&gt; to give it to them that's one thing, but you're advocating pointing a gun at me and forcing me to give away my money. (If you don't think that's what you're doing, take the process to it's logical conclusion. You are.)&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110486305749231675?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110486305749231675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110486305749231675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110486305749231675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110486305749231675'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/social-security-reform.html' title='Social Security Reform'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110477471348468556</id><published>2005-01-03T11:49:00.000-06:00</published><updated>2005-01-03T11:51:53.486-06:00</updated><title type='text'>Converging technology of mobile computing</title><content type='html'>&lt;a href="http://news.bbc.co.uk/2/hi/technology/4110555.stm"&gt;This BBC article&lt;/a&gt; reiterates what I've been saying all along, that people want a "Star Trek" like data pad device and the cell phone will evolve into that.  I can't wait!&lt;br /&gt;&lt;br /&gt;I've moved into my new apartment but we don't have internet access yet, so my blogging will be rare (as if that's news) and only from work.  But nobody reads this anyway, so who cares.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110477471348468556?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110477471348468556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110477471348468556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110477471348468556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110477471348468556'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/converging-technology-of-mobile.html' title='Converging technology of mobile computing'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110465312319958856</id><published>2005-01-02T01:59:00.000-06:00</published><updated>2005-01-02T02:05:23.200-06:00</updated><title type='text'>Double Secret Probation Pirates</title><content type='html'>I'm not so sure that I believe &lt;a href="http://www.wired.com/wired/archive/13.01/topsite.html"&gt;this wired article's&lt;/a&gt; assertion that a vast, well organized, non-profit motivated conspiracy for digital piracy exists, but it's certainly an interesting read.  I just don't believe that all that effort could go into piracy with no real benefit coming out aside from 1337 points; just the bandwidth alone should bankrupt this whole scheme. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110465312319958856?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110465312319958856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110465312319958856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110465312319958856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110465312319958856'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/double-secret-probation-pirates.html' title='Double Secret Probation Pirates'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110464352138253859</id><published>2005-01-01T23:25:00.000-06:00</published><updated>2005-01-01T23:26:04.896-06:00</updated><title type='text'>Happy New Year!</title><content type='html'>Hooray for 2005! &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110464352138253859?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110464352138253859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110464352138253859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110464352138253859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110464352138253859'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2005/01/happy-new-year.html' title='Happy New Year!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110444057435996328</id><published>2004-12-30T14:56:00.000-06:00</published><updated>2004-12-30T15:02:54.360-06:00</updated><title type='text'>On my future</title><content type='html'>I just had a talk with my boss about whether I'm interested in a full time job when I graduate.  There was some positive and some negative.  He said that Hostway could offer some support to our startup, whether financial or service based, which is extremely awesome.  What's not so good is that he wants me to make a descision as to whether I'm going to join as a full time developer around March.  Hopefully our startup will have made a major turn (either up or down) by then.  Fortunately, I imagine that if we don't have some serious interest in SkyBlue by then, we aren't going to take off, so that will make it easier. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110444057435996328?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110444057435996328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110444057435996328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110444057435996328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110444057435996328'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/on-my-future.html' title='On my future'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110442653116852478</id><published>2004-12-30T11:07:00.000-06:00</published><updated>2004-12-30T11:08:51.170-06:00</updated><title type='text'>R.I.P. Jerry Orbach</title><content type='html'>Jerry Orbach, the famous Det. Lenny Briscoe from Law and Order, &lt;a href="http://www.chicagotribune.com/entertainment/chi-0412300315dec30,1,4580465.story?coll=chi-news-hed"&gt;died on tuesday&lt;/a&gt;.  He was one of my favorite actors of all time. &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110442653116852478?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110442653116852478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110442653116852478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110442653116852478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110442653116852478'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/rip-jerry-orbach.html' title='R.I.P. Jerry Orbach'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110435137433527353</id><published>2004-12-29T14:15:00.000-06:00</published><updated>2004-12-29T14:16:14.336-06:00</updated><title type='text'>ASIMO runs!</title><content type='html'>See ASIMO, Honda's walking robot, running &lt;a href="http://www.world.honda.com/HDTV/ASIMO/200412-run/index.html"&gt;here&lt;/a&gt;.  (possibly running from his evil creators, only to return later, with more power, and destroy them). &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110435137433527353?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110435137433527353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110435137433527353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110435137433527353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110435137433527353'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/asimo-runs.html' title='ASIMO runs!'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110434862217968465</id><published>2004-12-29T13:28:00.000-06:00</published><updated>2004-12-29T13:30:22.183-06:00</updated><title type='text'>Open source "invades" commercial code</title><content type='html'>Companies are spending lots of money on consultants and software to find out if their code contains open source code.  This whole affair seems pretty stupid to me.  I guess that's what you get when you hire bad programmers.  Article &lt;a href="http://www.iht.com/articles/2004/12/28/business/code.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110434862217968465?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110434862217968465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110434862217968465' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110434862217968465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110434862217968465'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/open-source-invades-commercial-code.html' title='Open source &quot;invades&quot; commercial code'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110433701705481344</id><published>2004-12-29T10:15:00.000-06:00</published><updated>2004-12-29T10:17:38.053-06:00</updated><title type='text'>Hardest quiz ever</title><content type='html'>The guardian has an &lt;a href="http://www.guardian.co.uk/christmas2003/story/0,14075,1112591,00.html"&gt;extremely hard quiz&lt;/a&gt; posted.  It's got some history to it, but I'll let you RTFA and find out what that means. ;)  I got a 3.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110433701705481344?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110433701705481344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110433701705481344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110433701705481344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110433701705481344'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/hardest-quiz-ever.html' title='Hardest quiz ever'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9808099.post-110433464176635289</id><published>2004-12-29T09:35:00.000-06:00</published><updated>2004-12-29T09:37:21.766-06:00</updated><title type='text'>Work work work</title><content type='html'>Well, I would really like to start writing in this blog, but I have absolutely no time to do so with a full time job.  I've got a lot of projects going on that I'll be talking about next semester (both school related and personal), but for now you get nothing but this IOU.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9808099-110433464176635289?l=shabadu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shabadu.blogspot.com/feeds/110433464176635289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9808099&amp;postID=110433464176635289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110433464176635289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9808099/posts/default/110433464176635289'/><link rel='alternate' type='text/html' href='http://shabadu.blogspot.com/2004/12/work-work-work.html' title='Work work work'/><author><name>Tim</name><uri>http://www.blogger.com/profile/15722368602885064556</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_YPB3jcH_UXA/S3lqBQ1qViI/AAAAAAAAAGw/g7k1KqKW3KQ/s1600-R/niagra-150x150.jpg'/></author><thr:total>0</thr:total></entry></feed>
