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

<channel>
	<title>Daniel Spisak on Technology &#187; Cool</title>
	<atom:link href="http://blog.nonmundane.org/category/cool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nonmundane.org</link>
	<description>Tech discussion and thoughts on the digital lifestyle</description>
	<lastBuildDate>Thu, 18 Feb 2010 04:12:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The most interesting thing at RSA wasn&#8217;t about security</title>
		<link>http://blog.nonmundane.org/2008/05/18/the-most-interesting-thing-at-rsa-wasnt-about-security/</link>
		<comments>http://blog.nonmundane.org/2008/05/18/the-most-interesting-thing-at-rsa-wasnt-about-security/#comments</comments>
		<pubDate>Sun, 18 May 2008 19:00:14 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology Musings]]></category>
		<category><![CDATA[HTM]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[Jeff Hawkins]]></category>
		<category><![CDATA[RSA 2008]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/?p=571</guid>
		<description><![CDATA[When one goes to a conference targeted at computer security professionals it stands to reason that one will hear a lot of keynote speeches about trends within the security industry and where it thinks it is going. At this years 2008 RSA Conference this trend held true with two notable exceptions. First was Al Gore&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Jeff Hawkins RSA 2008 Keynote Address by Dan Spisak, on Flickr" href="http://www.flickr.com/photos/docwho76/2401433533/"><img style="margin: 6px;" src="http://farm4.static.flickr.com/3214/2401433533_1bc6a5b97f_m.jpg" alt="Jeff Hawkins RSA 2008 Keynote Address" width="240" height="180" /></a><span style="font-family: Arial; font-size: x-small;"><em>When one goes to a conference targeted at computer security professionals it stands to reason that one will hear a lot of keynote speeches about trends within the security industry and where it thinks it is going. At this years 2008 RSA Conference this trend held true with two notable exceptions. First was Al Gore&#8217;s keynote on global warming and technology, which the press covering the show was banned from attending. The second was a far more interesting keynote given that had wide ranging implications and very little to do directly with computer security. Jeff Hawkins, the founder of Palm and Handspring and now founder &amp; CEO of his newest company <a href="http://www.numenta.com/">Numenta</a>, gave that keynote. </em></span><span style="font-family: Arial; font-size: x-small;"><em>Image: Jeff Hawkins gives his RSA 2008 keynote D. Spisak</em></span></p>
<p><span style="font-family: Arial; font-size: x-small;"> </span> In his talk, Hawkins went over problems that Artificial Intelligence (AI) researchers have struggled with, and through trials and tribulations, had grudgingly concluded were if not impossible to solve, extremely difficult at best. One of the problem domains Hawkins examined was visual processing. For example, if you were presented with a series of photos of dogs and cats and asked to classify the animal in each photo, you could do it easily, but a computer using traditional AI techniques would fail miserably.</p>
<p>Hawkins then took a quick tangent through the neural mapping of how monkeys see as a way to introduce the audience to the concept of hierarchical temporal memories. Think of a Hierarchical Temporal Memory (HTM) as a pyramid; at the lowest level you have the greatest number of neurons processing visual input in a very basic way and passing up the hierarchy a reduced set of information that encapsulates the input seen. The other key aspect of this system is the temporal aspect of input processing; we don&#8217;t just see what is happening in the present—we have a memory of what things looked like in the recent past as well, which helps us process the massive amount of visual data coming in every second. This process happens at each level: at each step the amount of information and speed of its flow is reduced. Crucially, information can pass bi-directionally between different levels of the hierarchy. It is this bidirectional communication that allows you to see a photo of a cat, recognize the shape, color, and other aspects passing them along to your brain, which then processes this information and recognize the photo as a cat.</p>
<p>Now, why is all of this important? With this enhanced understanding of how information is actually processed it&#8217;s possible to try and build an electronic model of an HTM. This is where Hawkins&#8217; company, Numenta, comes into play, creating an electronic HTM development platform for Windows, Mac and Linux platforms called the Numenta Platform for Intelligent Computing or NuPIC. (You can download it here.) NuPIC has its own language and syntax, affording developers near-limitless flexibility to build HTM based applications. To help users new to this development platform see what is possible, Numenta has created a demonstration HTM application called Pictures. This HTM application takes in as input a set of photos scanned in at multiple angles and then builds up an ability to start recognizing these photos, even when the images are obscured with noise.</p>
<p>In Hawkins&#8217; talk, he showed recognition results for the Pictures HTM application under different kinds of visual impairment (i.e., static noise, dynamic noise, etc) that were surprisingly good. As the amount of visual noise became denser and more complex the HTM&#8217;s accuracy did decline, but was still significantly useful. According to Hawkins, based on Numenta&#8217;s experience with creating and enhancing the Picture&#8217;s HTM application he predicts that the computer vision problem of asking a computer to ask if a picture is of a dog or a cat could be solved within the next two years. Hawkins also showed examples of photos the Pictures HTM recognized as certain types of objects, like cars or boats when the application had been trained with photos of those objects and then given a set of random photos to try and determine what they are. This demonstration of the power of HTMs is but scratching the surface of what is possible.</p>
<p>Hawkins is keen to caution that HTMs are not a cure-all solution to all kinds of AI/computer learning domain problems. HTMs assume your problem domain can be expressed as a spatial-temporal hierarchy. This is a technology that will have far-ranging implications once it starts to get into the hands of the truly imaginative and creative developers out there. While Hawkins technology currently doesn&#8217;t have immediate implications within the security realm, it is easy to see how one might apply the technology to age-old problems within the industry. Natural applications for an HTM could be processing log data from IDS and firewall systems, better face recognition systems, ability to identify dangerous objects in photos or videos.</p>
<p>These are just a few of the applications that this writer can think up. There are likely far more out there that I haven&#8217;t thought of that could be just as important or better. Year after year we hear about new security products and services from the industry aimed at businesses and solving their security challenges, but the process has become an incremental one. This was evident at this year&#8217;s RSA show. What is needed is something revolutionary, not evolutionary, to help the industry. Perhaps HTMs will turn out to be something these security companies will add to their arsenal and turn into useful tools and solutions that we need.</p>
<p>(<a href="http://techrevu.com/php/Review-id.php?id=2121">Originally posted at TechRevu</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2008/05/18/the-most-interesting-thing-at-rsa-wasnt-about-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Full-Size Keyboard…in Your Pocket?</title>
		<link>http://blog.nonmundane.org/2008/05/17/a-full-size-keyboard%e2%80%a6in-your-pocket/</link>
		<comments>http://blog.nonmundane.org/2008/05/17/a-full-size-keyboard%e2%80%a6in-your-pocket/#comments</comments>
		<pubDate>Sat, 17 May 2008 23:36:25 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Technology Musings]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[eleksen]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[moblog]]></category>
		<category><![CDATA[portable]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/?p=572</guid>
		<description><![CDATA[These days the devices we carry with ourselves are getting smaller and smarter. Smartphones are becoming more popular both in the business place as well as in the consumer space thanks to the success of the likes of Research In Motion’s Blackberry Smartphone platform and Apple’s iPhone. The designers of these devices are forced to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nonmundane.org/wp-content/uploads/2008/05/eleksen.jpg"><img class="alignleft size-full wp-image-573" title="eleksen" src="http://blog.nonmundane.org/wp-content/uploads/2008/05/eleksen.jpg" alt="Eleksen Wireless Fabric Keyboard V1.5" width="499" height="380" /></a>These days the devices we carry with ourselves are getting smaller and smarter. Smartphones are becoming more popular both in the business place as well as in the consumer space thanks to the success of the likes of Research In Motion’s Blackberry Smartphone platform and Apple’s iPhone. The designers of these devices are forced to compromise somewhere in order to come up with something that people can still put in their pocket and use. These compromises tend to come in the form of the input options available to users of the devices.</p>
<p>Designers have had two basic options previously, a phone number style keypad with predictive text input or somehow shoehorn in a small keyboard for users to thumb with. With predictive text input systems a user can deal with short messages, but anything longer than an SMS-length message is usually out of the question. On the phones with a built-in thumb-style keyboard there are different consequences of this design choice, usually resulting in either smaller screen sizes or keyboards too small to be useful for long emails. Of course, when the iPhone was introduced the third option, a virtual keyboard was revealed to everyone. All of these approaches have their tradeoffs and some work better for people then others.<br />
But is there a better way to get input for your Smartphone while on the go? The Eleksen Wireless Fabric Keyboard is a worthy choice for all power Smartphone users to consider. You probably haven’t heard of Eleksen, a UK-based company that specializes in touch-sensitive interactive fabrics for wearable consumer electronics garments. Its main technology is ElekTex, an electro-conductive fabric touchpad optimized for the creation of flexible, durable and rugged fabric touch screen interfaces. Eleksen took this technology and mated it to a small Bluetooth module to create a wireless keyboard out of fabric that could be rolled up and fit into your pocket.</p>
<p>The Eleksen keyboard has a QWERTY layout comparable to a full-size keyboard, minus the numeric keypad in a series of five rows of keys. The keys are also color-coded by modal use of the SHIFT key as well. Due to how Eleksen’s ElekTex technology works the keyboard doesn’t support multiple-key chording, which only slightly alters how one uses the unit. To enter a capital letter for example, one would tap the SHIFT key followed by the letter key in question instead of chording the SHIFT key with the letter simultaneously.<br />
The keyboard itself takes some getting used to as tactile feedback from keys is non-existent, however a user’s Smartphone can play a beep for each registered keypress as part of the Eleksen Smartphone driver to provide some feedback to the user. Eleksen provides drivers for practically all Smartphone platforms including Windows Mobile 2003/5/6, Symbian S60 v2/v3, UIQ, PalmOS, Blackberry OS4.1+ as well as for Windows XP. Previous versions of the keyboard had issues with staying in place on smooth flat surfaces, but Eleksen has placed strips of non-slip surface on the back of the keyboard so it will stay in place and this works well. In extensive use of the keyboard the only real aspect of it that requires time and training to get use to is the response characteristics of the spacebar. If you are the kind of typist who is used to just nonchalantly tapping the spacebar while typing, you may find that you have to use a bit more force when hitting the spacebar on the Eleksen for the keypress to register.</p>
<p>While the Eleksen keyboard is not perfect, considering the advantages of the unit’s form-factor for both portability as well as ease of typing it greatly offsets its minor shortcomings making it a strong competitor in the mobile accessory space. This performance, combined with its average street price of $75 makes it a great value for the money and a recommended buy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2008/05/17/a-full-size-keyboard%e2%80%a6in-your-pocket/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adventures in Qikking</title>
		<link>http://blog.nonmundane.org/2008/04/29/adventures-in-qikking/</link>
		<comments>http://blog.nonmundane.org/2008/04/29/adventures-in-qikking/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 00:26:37 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Technology Musings]]></category>
		<category><![CDATA[cradlepoint]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[manfrotto]]></category>
		<category><![CDATA[n82]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[qik]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[tripod]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/?p=570</guid>
		<description><![CDATA[Since the beginning of Feburary 2008 I have been in the unique position to both own an imported Nokia N82 Symbian-based smartphone as well as have access to the beta trial for a new application and website that utilizes the platforms hardware and software potential and is called Qik. Based in San Mateo, CA the [...]]]></description>
			<content:encoded><![CDATA[<p>Since the beginning of Feburary 2008 I have been in the unique position to both own an imported <a href="http://www.nseries.com/products/n82/">Nokia N82</a> Symbian-based smartphone as well as have access to the beta trial for a new application and website that utilizes the platforms hardware and software potential and is called <a href="http://qik.com/">Qik</a>. Based in San Mateo, CA the start-up currently creates software for Symbian powered mobile smartphones from Nokia, with plans to expand their client to other capable smartphone platforms like Windows Mobile in the future. Qik enables these advanced mobile smartphones to stream video using their built-in camera to the Internet, live, while receiving feedback in real-time from viewers on the Qik website. Qik also enables users to easily share and upload their videos to other video-centric websites like YouTube, Seesmic, and Mogulus while offering integration and notification to Pownce, Twitter, and Blogger.</p>
<p>Think about that for a moment there. Live video to the web, with viewer feedback. Real-time.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="280" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://qik.com/player.swf?streamname=18992a292d0e40db8c2f981b2bd8ac51&amp;vid=52660&amp;playback=false&amp;polling=false&amp;user=docwho76&amp;userlock=true&amp;islive=&amp;username=anonymous" /><embed type="application/x-shockwave-flash" width="320" height="280" src="http://qik.com/player.swf?streamname=18992a292d0e40db8c2f981b2bd8ac51&amp;vid=52660&amp;playback=false&amp;polling=false&amp;user=docwho76&amp;userlock=true&amp;islive=&amp;username=anonymous" allowscriptaccess="always" wmode="transparent"></embed></object><br />
<a href="http://qik.com/video/52660"> Video taken from RSA 2008 keynote using Qik and Nokia N82, handheld</a></p>
<p>This is the kind of use for advanced technology that allows one to talk about enabling citizen journalism on a massive scale without getting laughed out of a room full of journalism majors, or worse, broadcasters. However, one point that established media types will bring up is the concept of GIGO. Garbage in, garbage out. People used to watching news on major broadcast networks have a very high expectation of quality when it comes the the finished video product. Conversely, people who go to video websites like <a href="http://www.youtube.com/">YouTube</a> have a much lower expectation of quality because they don&#8217;t see it as competing with television or other traditional broadcast networks.</p>
<p>What does this mean for something like Qik however? It means that if people are going to use this application for something more serious then the more trendy lifecasting applications there has to be a concerned effort to work at improving the quality of the video output to Qik both in content and in raw video quality also. Improving the content of Qik videos is something that is outside of the scope of this article, but improving the raw video quality from Qik is not.</p>
<p>The biggest problem with getting good video out of these phones comes from the fact that they are, in essence, phones. There are camcorders that take better video, cameras which shoot better quality pictures, in essence these phones are technological compromises albeit getting less compromised with each revision. One of the biggest complaints about video quality however arises from Jerky-Cam(tm) a.k.a hand-holding the phone and not holding it steady enough. This has a two-fold effect on the video due to compression being done on the video. First, the video becomes more and more garbled as the codec struggles to keep the output video within the boundaries of the bandwidth limits its settings. Secondly, this additional movement causes the codec to spend more bits encoding movement leaving less bits available for detail in the scene.</p>
<p>The easiest way to combat shaky-cam is to mount the camera onto a tripod, yet this introduces some issues that are unique to the mobile video world I suspect. Chief among these is portability, after all we are talking about taking a small phone and now having to lug around a tripod that is many times the size and weight of the phone itself. More important however is the fact that the phone manufactures havent seen fit to add a standard 1/4&#8243; screw thread mount point to their cameraphones, making use on photographic or video tripods more problematic then it should be.</p>
<p><a title="DSC_8569 by Dan Spisak, on Flickr" href="http://www.flickr.com/photos/docwho76/2453157024/"><img src="http://farm3.static.flickr.com/2301/2453157024_4388dd1b1d.jpg" alt="DSC_8569" width="333" height="500" /><br />
Partially extended Manfrotto 682B monopod</a></p>
<p>After looking around the market for solutions to this problem I had a brainstorm and came up with the following solution that I think is a good first step towards getting better video out of Qik and other video applications on the cameraphone in the future. Manfrotto is a well known and respected manufacturer of tripods, monopods, and other gear for photo and video professionals. As it turns out they make a <a href="http://www.manfrotto.com/Jahia/site/manfrotto/cache/off/pid/2372?livid=107|117&amp;idx=119">self-standing monopod, the 682B</a>, that lets you have a free-standing monopod. While this is not as stable a platform as a traditional tripod would be it is significantly lighter, smaller, and more portable then others. Using this as a platform for a Nokia N82 for use in Qik is a good compromise between size, weight, and stiffness. However, even using the monopod we still need a way to mount the cameraphone on. This is where the <a href="http://www.expansys-usa.com/p.aspx?i=144232">Nokia DT-22</a> universal tabletop tripod comes in. It comes with a screw-tight clamp that fits most all N series phones and easily detaches from the tabletop tripod and will screw onto a standard 1/4&#8243; camera screw. If you wish to point the camera at various angles you will want to invest in an inexpensive ball mount for the monopod like the <a href="http://www.samys.com/product_detail.php?item=626">Manfrotto 484RC2</a> mini-ball head with quick-release plate mount.</p>
<p><a title="DSC_8565 by Dan Spisak, on Flickr" href="http://www.flickr.com/photos/docwho76/2452327363/"><img src="http://farm4.static.flickr.com/3263/2452327363_86a3b7d312.jpg" alt="DSC_8565" width="500" height="333" /><br />
View of N82 from the front of the Monopod</a></p>
<p>However, we still have some other issues to address that are more difficult to handle with a mobile phone device. These devices are not equipped with the kinds of designs or battery life that enable them to take video for long periods of time, say and hour or more. Most of these phones would be bricks within the inside of an hour of doing live streaming video to the Internet. Because of this we also need a portable power supply to help augment our phones internal battery. This is where the <a href="http://www.pocketpctechs.com/main~unit~Nokia_E61-610~area~accessories-nokia+e61+power+accessories~item~LSP%2DMPP01.htm">PPC Techs Lil&#8217;Sync USB battery power</a> supply comes in. It&#8217;s a 4400mah rated Li-Ion battery and it charges via mini-USB and can charge one device via a regular USB port. Combine this with a <a href="http://europe.nokia.com/A4397382">Nokia CA-100 USB to DC charging cable</a> for your N series Nokia phone and you now have a way to keep the battery lasting longer for video recording.</p>
<p><a title="DSC_8574 by Dan Spisak, on Flickr" href="http://www.flickr.com/photos/docwho76/2452329453/"><img src="http://farm3.static.flickr.com/2275/2452329453_c4db5c931d.jpg" alt="DSC_8574" width="500" height="333" /><br />
Velcro backing to hold Lil&#8217;Sync to Nokia DT-22 clamp</a></p>
<p>Now once you have assembled all these parts you may still have one important hurdle left to jump over if you live in the United States like I do, bandwidth. Unless you are using a Nokia N95-3 or N95-4 model designated for North American usage you will have imported a European GSM phone that has support for 3G networks only on European GSM frequencies and at best will only have access to an EDGE class network for streaming your video over. This means that any attempt to stream video, even if on lower quality settings and a 320&#215;240 resolution in Qik will result in instant building delay between what users on Qik.com see verses what you are seeing in real-time with your phone. It also means getting user feedback will be greatly delayed or nonexistent as well. Short of having an N95 with support for North American 3G networks you will have to rely on WiFi networks for streaming. This works in fixed known locations, but not on the road in random places. For these situations there is a final part to this solution made by a company called Cradlepoint.</p>
<p><img src="http://www.cradlepoint.com/phs300/onebig.jpg" alt="" width="321" height="223" /></p>
<p>Cradlepoint makes EVDO to WiFi bridge routers, specifically <a href="http://www.cradlepoint.com/phs300/phs300.php">the PHS300</a> or Personal Hotspot. The PHS300 has a built-in Li-Ion battery for 2-3 hours of use without having to be plugged into an outlet. Using an EVDO USB adapter or a EVDO ExpressCard/34 combined with an ExpressCard/34 to USB adapter along with a subscription to a subsequent EVDO unlimited data plan you can provide a WiFi signal to your Nokia with sufficent upstream bandwidth to support full real-time video streaming.</p>
<p><a title="DSC_8568 by Dan Spisak, on Flickr" href="http://www.flickr.com/photos/docwho76/2452328353/"><img src="http://farm3.static.flickr.com/2310/2452328353_c4d84b40ea.jpg" alt="DSC_8568" width="500" height="331" /><br />
Nokia N82 with Lil&#8217;Sync and CA-100 USB Charge Cable</a></p>
<p>At this stage I have assembled all of the parts mentioned in here except for the Cradlepoint PHS300 which is my next step. I may have to machine a custom mounting plate to hold the PHS300 and the Lil&#8217;Sync onto the camera ball-head mount. I will report back once I have acquired the unit and looked into integrating it into the monopod.</p>
<p>Ultimately however, there are still some issues with the phone as a streaming video platform. Namely, when someone calls you! When using Qik, if you get an incoming phone call your video will stop streaming and you wont be able to restart your video stream until after you get off of the phone, unless you are using WiFi for your streaming connection from what I have seen. The Qik client itself is also undergoing frequent changes and the company and its main coders are rather open to suggestions and enhancements to the program which is great.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2008/04/29/adventures-in-qikking/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I am graduating!</title>
		<link>http://blog.nonmundane.org/2007/12/24/i-am-graduating/</link>
		<comments>http://blog.nonmundane.org/2007/12/24/i-am-graduating/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 16:30:58 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/12/24/i-am-graduating/</guid>
		<description><![CDATA[Okay everyone, this is the day none of you have been waiting for! I finally got my grade for my last quarter at UCI and I passed all of the classes!

What this means is that barring any bizzare unforeseen circumstances (i.e. I owe the uni money somehow, I turn out to be a figment of [...]]]></description>
			<content:encoded><![CDATA[<p>Okay everyone, this is the day none of you have been waiting for! I finally got my grade for my last quarter at UCI and I passed all of the classes!</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/laziness.jpg" align="absbottom" height="337" width="402" /></p>
<p>What this means is that barring any bizzare unforeseen circumstances (i.e. I owe the uni money somehow, I turn out to be a figment of my own imagination, etc) I should be officially graduated from UC Irvine with my bachelors degree in Information and Computer Science.</p>
<p>So what does this mean for you, the non-existant reader who cares about this? Well since UCI only does commencement once a year it means I wont walk until June 2008 roughly, and tickets for commencement go on sale sometime in March I am told. It supposedly takes the university about seven weeks to process the paperwork to certify and print a degree at which point they either mail it to my permanent mailing address or notify me that its read to be picked up.</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/tradition.jpg" height="337" width="402" /></p>
<p>I already have a job as a consultant which I am now going to be working for full-time basically with benefits and other nice things which should help me out a lot with my stupid money troubles finally. The plan so far is to spend some time paying off my small remaining debt and taking car of a few things on the car I have had to put off and then getting a decent amount of cash saved up before moving out of the parents house.</p>
<p>Now as far as celebration of my graduation goes, frankly I have no idea when it will happen or what shape it is going to take. This is complicated by the fact that basically I am already working full-time and have some big projects in the works already for CES (which I am going to again to work) and some other stuff. I would like to have a party with all of you people that could/would want to do such a thing as soon as I can figure out a good time for it. Odds are sometime the weekend after CES or in Janurary sometime since everyone is going crazy with holiday events.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/12/24/i-am-graduating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A cavalcade of cool photos (SFW)</title>
		<link>http://blog.nonmundane.org/2007/12/24/a-cavalcade-of-cool-photos-sfw/</link>
		<comments>http://blog.nonmundane.org/2007/12/24/a-cavalcade-of-cool-photos-sfw/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 16:00:47 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/12/24/a-cavalcade-of-cool-photos-sfw/</guid>
		<description><![CDATA[Disclaimer &#8211; Don&#8217;t be drinking anything when you scroll to the last photo in this list.
I saw the below photo while scanning through Digg while waiting for some software to finish compiling. I think it is pretty telling as to why it seems so many people these days who are watching the various news networks [...]]]></description>
			<content:encoded><![CDATA[<p>Disclaimer &#8211; Don&#8217;t be drinking anything when you scroll to the last photo in this list.</p>
<p>I saw the below photo while scanning through Digg while waiting for some software to finish compiling. I think it is pretty telling as to why it seems so many people these days who are watching the various news networks are not as well informed as they once were. In a nutshell we can blame the proliferation and boosting of importance of fluff/celebrity &#8220;news&#8221; pieces. Oh yeah, and commercials for making sure you dont die/your dick feels big enough for your ego/buy a SUV/etc.</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/2129414819_8db9b2c390_o.png" alt="The reason the public is not well informed" align="middle" /></p>
<p>Next up we have a high altitude photo taken from a NASA chase plane of the Space Shuttle Columbia taking off from Cape Canaveral</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/ssc-launch-crop.jpg" align="middle" height="720" width="440" /></p>
<p>Here we have a graph of US national debt as a percentage of GDP. Notice the difference in spending patterns of the &#8220;new Republicans&#8221; verses the supposedly spend-fast Democrats. Just goes to show that sometimes parties change their mantras without people really realizing it. After all, GWB was supposed to be a small government Republican when he ran back in 2000. If we only could have had things gone differently.</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/usa-historical-debt-as-a-of-gdp-from-1929-w2.jpg" height="406" width="610" /></p>
<p>I thought this piece of work was interesting because I have seen it used for both sides of debate on wether or not God exists. Atheists look at Nature and marvel at its complexity and beauty that it forms out of the natural laws that man has discovered and began to learn over the course of time. On the other hand, proponents of the existence of God look at something like this and point to it as proof that nature, reality and the whole of being must obviously be the work of a creator.</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/automotivator6.jpg" height="385" width="450" /></p>
<p>Ok, last but not least is this riotously hilarious photo from The Onion. I nearly choked on my drink when I saw this and simply had to share it with everyone. Don&#8217;t say I didn&#8217;t warn you earlier!</p>
<p><img src="http://www.nonmundane.org/~dspisak/media/blog/shitblood.jpg" height="584" width="457" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/12/24/a-cavalcade-of-cool-photos-sfw/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New photos and friends birthdays!</title>
		<link>http://blog.nonmundane.org/2007/07/11/new-photos-and-friends-birthdays/</link>
		<comments>http://blog.nonmundane.org/2007/07/11/new-photos-and-friends-birthdays/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 04:08:42 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/07/11/new-photos-and-friends-birthdays/</guid>
		<description><![CDATA[So my friends are what you might call the perfect storm of planning r-tardation sometimes. Don&#8217;t get me wrong, I love them like family but sometimes they do things collectively that are at the same time completely awesome while being totally retarded.
Case in point, this past 4th of July it looked like no one had [...]]]></description>
			<content:encoded><![CDATA[<p>So my friends are what you might call the perfect storm of planning r-tardation sometimes. Don&#8217;t get me wrong, I love them like family but sometimes they do things collectively that are at the same time completely awesome while being totally retarded.</p>
<p>Case in point, this past 4th of July it looked like no one had any kind of group activity planned. No BBQs, no parties, no get togethers, hell not even a trip out to go see a new movie. In other words, pretty damn bleak. There had been a potential prospect for a party to go to, but my friend whom knew the people throwing it decided not to go and I wasn&#8217;t one to try and worm my way into a party where I didn&#8217;t know anyone.</p>
<p>So starting on the 4th of July I get an invite on MySpace for my friend Jim&#8217;s birthday, to be held on Saturday the 7th in the evening. Good, right? Well my friend Jason Bender had gotten a hold of me like a week and a half previous and let me know his birthday was going to go down the same night at The Edison in Hollywood. Conflict, right?</p>
<p>But wait, theres more! The next day, the 5th I get another invite to a birthday party for my friends Alia and Irene&#8230;.on the same day and time. Great, so now there are four birthdays spread across three different locations on the same night. At which point I talk to Adrienne and she tells me that my friend Rich who is getting married is doing some kind of party that same night!!!! Whom I then ask about what is going on, only to find out that event is cancelled.</p>
<p>Except the next day I then get an invite for Rich&#8217;s birthday dinner on&#8230;.you guessed it&#8230;the same freaking night. So we now have five birthdays in four different locations, three of which are in Orange County and the last which is up in Hollywood. So I decide to stick it out down in OC and hit all the parties I can so I can see people I hadn&#8217;t seen in quite a while. It was sort of like a bizarre triathlon of some sort, but overall it was a fun experience.</p>
<p>Now, onto the photos from the parties and other events recently!</p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=30803&amp;g2_serialNumber=2" height="288" width="640" /><br />
Everyone who made it to Rich&#8217;s 31st  birthday party at the teppan house they picked in HB. <a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30734&amp;g2_highlightId=30801">All the July birthday party photos are here.</a></p>
<p>On Friday and Saturday I spent a few hours getting tanned/lightly sunburned while getting some photos of surfers and hot surfer babes from off the HB Pier at Main St.</p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=31004&amp;g2_serialNumber=2" height="401" width="640" /><br />
<a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30736&amp;g2_highlightId=31002">Friday&#8217;s photos at Huntington Beach</a></p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=31030&amp;g2_serialNumber=2" height="349" width="640" /><br />
<a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30738&amp;g2_highlightId=31028">Saturday&#8217;s photos at Huntington Beach</a></p>
<p>Last but not least are some older photos I had neglected to upload. First we have <a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30731&amp;g2_highlightId=30752">a few shots I took at sunset near the Seal Beach Naval Weapons base</a> not too far south from home here. I really like how the colors in the sky came out that particular day, just awesome light.</p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=30754&amp;g2_serialNumber=2" height="423" width="640" /></p>
<p>Finally we have photos of the <a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30740&amp;g2_highlightId=31168">Friday night Big Bang fireworks show at Angel Stadium</a> in Anahiem from back in early May when I went to see the Angels kick the White Sox a new one. I didn&#8217;t have my tripod with me so I was having to hand-hold these shots so they didn&#8217;t come out as good as I wanted them to, but it gave me some experience working on my handheld technique. This particular photo however I thought turned out not half bad:</p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=31170&amp;g2_serialNumber=2" height="640" width="447" /></p>
<p>In movie related news I can recommend anyone go see Transformers, especially if you are a big fan of the show. Michael Bay somehow managed to make a truly kickass movie with my childhood franchise memories. If you haven&#8217;t seen the movie yet, you should do yourself a favor and go out and see it right away.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/07/11/new-photos-and-friends-birthdays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Free or Die Super Increadibly M#%^&amp;ing Hard and other nonsense</title>
		<link>http://blog.nonmundane.org/2007/07/02/live-free-or-die-super-increadibly-ming-hard-and-other-nonsense/</link>
		<comments>http://blog.nonmundane.org/2007/07/02/live-free-or-die-super-increadibly-ming-hard-and-other-nonsense/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 21:42:46 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/07/02/live-free-or-die-super-increadibly-ming-hard-and-other-nonsense/</guid>
		<description><![CDATA[So last week I went and saw the new Live Free or Die Hard movie and I have to say it being rated PG-13 had been a concern of mine. Turns out that fear was unfounded as the movie turned out to be a total blast! Lots of action, lots of shit blowing up and [...]]]></description>
			<content:encoded><![CDATA[<p>So last week I went and saw the new Live Free or Die Hard movie and I have to say it being rated PG-13 had been a concern of mine. Turns out that fear was unfounded as the movie turned out to be a total blast! Lots of action, lots of shit blowing up and lots of bloody John McClane kicking ass and taking names. For the hacker types out there, there are some obvious Hollywood shortcuts to how computers and networks work in that silly thing we call reality. However its not so bad that it stopped me from having fun watching the film. Also cool was that the audience definitely was rooting for the good guys at times with a fair amount of audience participation going on which is nice to see these days!</p>
<p>Later in the week on Friday night I went to see Sicko with Trina and Matt which was a very interesting look at the American health care system. Most people I have talked to tend to get fixate on Moore himself and lambasting him without even watching the film, or latch onto the whole trip to Cuba aspect of the film which doesn&#8217;t even take up a majority of the films time from what I recalled.</p>
<p>As it turns out <a href="http://www.cnn.com/2007/HEALTH/06/28/sicko.fact.check/index.html#">CNN went ahead and did some fact checking</a> on the movie and their results seem to indicate that Moore didn&#8217;t try to spin things one way or the other. I would be curious to see what the side effects of the British or French system are, beyond the obvious of increased taxes. Or should I just expect knee-jerk reactions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/07/02/live-free-or-die-super-increadibly-ming-hard-and-other-nonsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, and welcome to Kwik-E-Mart!</title>
		<link>http://blog.nonmundane.org/2007/07/02/hello-and-welcome-to-kwik-e-mart/</link>
		<comments>http://blog.nonmundane.org/2007/07/02/hello-and-welcome-to-kwik-e-mart/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 17:41:24 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/07/02/hello-and-welcome-to-kwik-e-mart/</guid>
		<description><![CDATA[Last night on the way home from Culver City down back home I had to stop and take photos of what was causing a ridiculous amount of traffic at Sepulveda and Venice. Turns out that the 7-11 store that was at the corner there was one of the 12 selected to be converted into a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night on the way home from Culver City down back home I had to stop and take photos of what was causing a ridiculous amount of traffic at Sepulveda and Venice. Turns out that the 7-11 store that was at the corner there was one of the 12 selected to be converted into a &#8220;Kwik-E-Mart&#8221; convenience store as part of the marketing push for The Simpsons movie coming out on July 27th.</p>
<p>Overall it was pretty badass, you could buy a copy of Issue #1 of Radioactive Man comic books, Krusty-O&#8217;s cereal, Buzz Cola, and get &#8220;Squishee&#8217;s&#8221;. Sadly, there was no Duff Beer since the movie is only rated PG-13 and the movie execs apparently didn&#8217;t want to associate beer with the movie which is understandable. I took these photos around 9:30PM on a Sunday night and as you can see, the store was packed. It was bananas!</p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=30116&amp;g2_serialNumber=2" height="640" width="435" /></p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=30132&amp;g2_serialNumber=2" height="423" width="640" /></p>
<p><img src="http://www.nonmundane.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=30123&amp;g2_serialNumber=2" height="423" width="640" /></p>
<p><a href="http://www.nonmundane.org/gallery2/main.php?g2_itemId=30112" target="_blank">More photos are here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/07/02/hello-and-welcome-to-kwik-e-mart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This fraking WTF moment brought to you by…</title>
		<link>http://blog.nonmundane.org/2007/03/26/this-fraking-wtf-moment-brought-to-you-by%e2%80%a6/</link>
		<comments>http://blog.nonmundane.org/2007/03/26/this-fraking-wtf-moment-brought-to-you-by%e2%80%a6/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 06:08:58 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/26/this-fraking-wtf-moment-brought-to-you-by%e2%80%a6/</guid>
		<description><![CDATA[If you have not yet watched the last episode of Season 3 of Battlestar Galactica then this won&#8217;t make much sense to you. But this image I think epitomizes the essence of your bog-standard WTF moment.


	
If you haven&#8217;t gotten to Season 3 in your watching yet then I highly recommend you catch up because Season [...]]]></description>
			<content:encoded><![CDATA[<p>If you have not yet watched the <a href="http://www.bt-chat.com/download.php?info_hash=a56efee71824b3902895a754856d2d4f2ffb67fd">last episode of Season 3</a> of Battlestar Galactica then this won&#8217;t make much sense to you. But this image I think epitomizes the essence of your bog-standard WTF moment.
</p>
<p><img src="http://blog.nonmundane.org/content/032707_0608_Thisfraking1.jpg" alt=""/>
	</p>
<p>If you haven&#8217;t gotten to Season 3 in your watching yet then I highly recommend you catch up because Season 3 goes out on a fucking BANG!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/26/this-fraking-wtf-moment-brought-to-you-by%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures from Aaron’s party</title>
		<link>http://blog.nonmundane.org/2007/03/26/pictures-from-aaron%e2%80%99s-party/</link>
		<comments>http://blog.nonmundane.org/2007/03/26/pictures-from-aaron%e2%80%99s-party/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 23:17:46 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/26/pictures-from-aaron%e2%80%99s-party/</guid>
		<description><![CDATA[Hey everyone just wanted to let everyone know that my photos from Aaron&#8217;s party this last Saturday are now up at:
http://www.nonmundane.org/gallery2/v/aarons_party_032407/
Below is a sample of what you people missed out on. Basically a ton of fun plus Downright did some songs and generally kicked ass so hard we got a visit from the cops.

Downright doing [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone just wanted to let everyone know that my photos from Aaron&#8217;s party this last Saturday are now up at:</p>
<p><a href="http://www.nonmundane.org/gallery2/v/aarons_party_032407/">http://www.nonmundane.org/gallery2/v/aarons_party_032407/</a></p>
<p>Below is a sample of what you people missed out on. Basically a ton of fun plus Downright did some songs and generally kicked ass so hard we got a visit from the cops.</p>
<p><a href="http://www.nonmundane.org/gallery2/v/aarons_party_032407/DSC_5404.JPG.html"><img src="http://blog.nonmundane.org/content/032607_2317_Picturesfro1.jpg" border="0" /></a><br />
Downright doing their thing, go A-Train!</p>
<p><a href="http://www.nonmundane.org/gallery2/v/aarons_party_032407/DSC_5477.JPG.html"><img src="http://blog.nonmundane.org/content/032607_2317_Picturesfro2.jpg" border="0" /></a><br />
A-Train will have no part of the hot lesbo action. For shame!</p>
<p>Hope everyone had as fun a time there as I did. Lord knows you missed out on some funny shit, including me doing a sommersault. Damn that was hilarious.</p>
<p>UPDATE: Fixed the bands name, sorry guys! Thats what I get for writing at early AM with little sleep. Also, the guys will be playing on April 14th at 8:30PM at    												Di Piazza&#8217;s<br />
5205 E. Pacific Coast Highway<br />
Long Beach, CA 90804</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/26/pictures-from-aaron%e2%80%99s-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links and Stories from my 41 open tabs in Firefox</title>
		<link>http://blog.nonmundane.org/2007/03/26/links-and-stories-from-my-41-open-tabs-in-firefox/</link>
		<comments>http://blog.nonmundane.org/2007/03/26/links-and-stories-from-my-41-open-tabs-in-firefox/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 15:24:23 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/26/links-and-stories-from-my-41-open-tabs-in-firefox/</guid>
		<description><![CDATA[That&#8217;s right, I&#8217;ve got 41 tabs open in Firefox right now and that&#8217;s just for stories and other interesting bits of information I haven&#8217;t gotten around to posting in the past week and a half because I&#8217;ve been busy with finals or work to some degree. Mind you, I have more than 41 tabs open [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, I&#8217;ve got 41 tabs open in Firefox right now and that&#8217;s just for stories and other interesting bits of information I haven&#8217;t gotten around to posting in the past week and a half because I&#8217;ve been busy with finals or work to some degree. Mind you, I have more than 41 tabs open in Firefox in total right now; the total number is something closer to about 60 something. Having that many web pages open is using 243.7MB of RAM on the system right now so I thought I&#8217;d finally dump these suckers into a post so I can clear the cruft out of my tabs.
</p>
<p>Dead whale explodes in Taiwan, without the help of explosives:<br /><a href="http://www.msnbc.msn.com/id/4096586">http://www.msnbc.msn.com/id/4096586</a>
	</p>
<p>Recent analysis of just how fucked we are if a nuclear attack happens in a major US city:<br /><a href="http://blogs.zdnet.com/emergingtech/?p=522">http://blogs.zdnet.com/emergingtech/?p=522</a>
	</p>
<p>Sony UK boss thinks Americans are &#8220;cheap&#8221;:<br /><a href="http://www.playfuls.com/news_06695_Sony_UK_Boss_Calls_the_US_a_Land_of_Cheap_People_to_Justify_PS3_Price.html">http://www.playfuls.com/news_06695_Sony_UK_Boss_Calls<br />_the_US_a_Land_of_Cheap_People_to_Justify_PS3_Price.html</a>
	</p>
<p>An MIT acceptance letter and its resulting response:<br /><a href="http://www.cartalk.com/content/features/hell/Bestof/mit-letter.html">http://www.cartalk.com/content/features/hell/Bestof/mit-letter.html</a>
	</p>
<p>Tim O&#8217;Reilly and Doc Searls seem to think they know how to save newspapers, I&#8217;m not so sure:<br /><a href="http://doc.weblogs.com/2007/03/24">http://doc.weblogs.com/2007/03/24</a>
	</p>
<p>10 things about software development that had to be learned on the job:<br /><a href="http://www.taylor.se/blog/2007/03/22/top-ten-things-ten-years-of-professional-software-development-has-taught-me/">http://www.taylor.se/blog/2007/03/22/top-ten-things-ten-years-of-<br />professional-software-development-has-taught-me/</a>
	</p>
<p>The CG Society&#8217;s EON film trailer challenge winners, some very impressive work indeed!<br /><a href="http://features.cgsociety.org/story_custom.php?story_id=3987&amp;page=2">http://features.cgsociety.org/story_custom.php?story_id=3987&amp;page=2</a>
	</p>
<p>A list of things that will take you 50 years to learn, or you could just read it here:<br /><a href="http://www.scribd.com/doc/3716/ebookebook-16-things-it-takes-most-of-us-50-years-to-learn">http://www.scribd.com/doc/3716/ebookebook-16-things-it-takes-most-of-us-50-years-to-learn</a>
	</p>
<p>Human brain is a poor judge of risk….hmmm, sounds like a certain administration I know:<br /><a href="http://www.wired.com/news/columns/1,73047-0.html">http://www.wired.com/news/columns/1,73047-0.html</a>
	</p>
<p>Do you like heavy metal music? Then you might be smarter than you think potentially:<br /><a href="http://www.telegraph.co.uk/connected/main.jhtml?xml=/connected/2007/03/21/nmetal21.xml">http://www.telegraph.co.uk/connected/main.jhtml?xml=/connected/2007/03/21/nmetal21.xml</a>
	</p>
<p>Some good information on Google AdSense ads and how to use them effectively:<br /><a href="http://www.smashingmagazine.com/2007/03/22/google-adsense-facts-faqs-and-tools/">http://www.smashingmagazine.com/2007/03/22/google-adsense-facts-faqs-and-tools/</a>
	</p>
<p>New X-ray imagery of the Sun reveals previously thought impossible acts:<br /><a href="http://space.newscientist.com/article.ns?id=dn11432&amp;feedId=online-news_rss20">http://space.newscientist.com/article.ns?id=dn11432&amp;feedId=online-news_rss20</a>
	</p>
<p>MoveOn pokes a little fun at Stephen Colbert with this parody:<br /><a href="http://falsiness.org/">http://falsiness.org/</a>
	</p>
<p>Tony Snow once abdicated against Executive privilege with regards to subpoenaed testimony of White House staffers:<br /><a href="http://americablog.blogspot.com/2007/03/tony-snow-says-president-must-let-his.html">http://americablog.blogspot.com/2007/03/tony-snow-says-president-must-let-his.html</a>
	</p>
<p>White House offers up Rove for testimony…just without a transcript, or under oath. Talk about insulting our intelligence!<br /><a href="http://rawstory.com/news/2007/Conyers_Sanchez_to_seek_subpoenas_of_0320.html">http://rawstory.com/news/2007/Conyers_Sanchez_to_seek_subpoenas_of_0320.html</a>
	</p>
<p>The world&#8217;s first blue rose, pretty wild if you ask me:<br /><a href="http://www.thestreaming.info/development_crossing/2007/03/the_worlds_only.html">http://www.thestreaming.info/development_crossing/2007/03/the_worlds_only.html</a>
	</p>
<p>A gated community in Tennessee thinks it has the right to revoke the 2<sup>nd</sup> Amendment under its community rules:<br /><a href="http://www.newschannel5.com/Global/story.asp?S=6242822">http://www.newschannel5.com/Global/story.asp?S=6242822</a>
	</p>
<p>A Republican from Texas who claims he would &#8220;reinstate the Constitution&#8221; if elected, sounds interesting to me:<br /><a href="http://rawstory.com/news/2007/GOP_Presidential_candidate_would_restore_Constitution_0321.html">http://rawstory.com/news/2007/GOP_Presidential_candidate_would_restore_Constitution_0321.html</a>
	</p>
<p>Tech hits wrong key in Alaska and wipes out 38 BILLION dollar fund, hope they had backups:<br /><a href="http://www.usatoday.com/tech/news/2007-03-20-alaska-data_N.htm?csp=34">http://www.usatoday.com/tech/news/2007-03-20-alaska-data_N.htm?csp=34</a>
	</p>
<p>NFL tried to take copyright and DMCA too far with Superbowl and now faces breaking DMCA itself:<br /><a href="http://arstechnica.com/news.ars/post/20070320-nfl-fumbles-dmca-takedown-battle-could-face-sanctions.html">http://arstechnica.com/news.ars/post/20070320-nfl-fumbles-dmca-takedown-battle-could-face-sanctions.html</a>
	</p>
<p>Why I love NPR more than ever now that the CPR is trying to kill off Internet radio for the RIAA. Et al:<br /><a href="http://consumerist.com/consumer/riaa/npr-vs-the-riaa-244318.php">http://consumerist.com/consumer/riaa/npr-vs-the-riaa-244318.php</a>
	</p>
<p>Not only do they not have enough armor, but our troops don&#8217;t even have the best carbine in their hands. Truly maddening:<br /><a href="http://www.armytimes.com/news/2007/02/atCarbine070219/">http://www.armytimes.com/news/2007/02/atCarbine070219/</a>
	</p>
<p>Using Bluetooth as a proximity sensor to lock/unlock your OS X laptop:<br /><a href="http://www.technocrat.ca/?p=44">http://www.technocrat.ca/?p=44</a>
	</p>
<p>The AppleTV system is looking to be a worthy replacement for aging XBOX Media Center softmod systems:<br /><a href="http://forums.somethingawful.com/showthread.php?threadid=2391956&amp;perpage=40&amp;pagenumber=9">http://forums.somethingawful.com/showthread.php?threadid=2391956&amp;perpage=40&amp;pagenumber=9</a>
	</p>
<p>Free speech case for high school students goes to Supreme Court, looks to divide Bush and his religious right base:<br /><a href="http://www.nytimes.com/2007/03/18/washington/18scotus.html?ei=5124&amp;en=9751776d478fdf0f&amp;ex=1331870400&amp;partner=digg&amp;exprod=digg&amp;pagewanted=print">http://www.nytimes.com/2007/03/18/washington/18scotus.html?ei=5124&amp;en=9751776d478fdf0f&amp;ex=1331870400&amp;partner=digg&amp;exprod=digg&amp;pagewanted=print</a>
	</p>
<p>How to not let your IT department become like Dilbert (good luck):<br /><a href="http://www.eweek.com/print_article2/0,1217,a=203343,00.asp">http://www.eweek.com/print_article2/0,1217,a=203343,00.asp</a>
	</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/26/links-and-stories-from-my-41-open-tabs-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Top Gear video shenanigans</title>
		<link>http://blog.nonmundane.org/2007/03/06/more-top-gear-video-shenanigans/</link>
		<comments>http://blog.nonmundane.org/2007/03/06/more-top-gear-video-shenanigans/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 08:38:31 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/06/more-top-gear-video-shenanigans/</guid>
		<description><![CDATA[So a few posts back I mentioned how cool a job I think the guys over in the UK who do Top Gear have. Well I have a few more bits of video from the latest series shows that I think are simply hilarious. In the first video we see one of the challenges the [...]]]></description>
			<content:encoded><![CDATA[<p>So a few posts back I mentioned how cool a job I think the guys over in the UK who do Top Gear have. Well I have a few more bits of video from the latest series shows that I think are simply hilarious. In the first video we see one of the challenges the team had to face in a cross-country drive from Florida to New Orleans. The challenge was to make the other persons car as offensive as possible in the hopes of getting them in some kind of trouble as they drove through the state of Alabama.</p>
<p>Now, being Brits, I think they might have been a tad&#8230;.ignorant as to just how much trouble they were about to make for themselves. At one point they stop for gas in Alabama and are nearly caught by a bunch of &#8220;good ole boys&#8221; looking to do some reconstructive work on their faces. Check it out, truly hilarious yet sad at the same time.</p>
<p><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_meets_Alabama.mp4"><img src="http://www.nonmundane.org/~dspisak/media/blog/TopGear_meets_Alabama.jpg" align="top" height="270" width="480" /><br />
Top Gear meets Alabama 18.5MB H.264 Video</a></p>
<p>Earlier in their cross-country drive challenge however they had to live off the road. Literally speaking they could only eat whatever roadkill they could find during a particular part of their journey. In this clip we see that Jeremy Clarkson has managed to find a whole cow as roadkill and placed it on top of the Camaro he was driving. This was just too hilarious to pass up, check it out:</p>
<p><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Camaro_Beef.mp4"><img src="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Camaro_Beef.jpg" align="top" height="270" width="480" /><br />
Top Gear&#8217;s Camaro Beef!  5MB H.264 Video</a></p>
<p>If you want to see the shows after they air on BBC 4 on Sunday afternoons you will have to use your favorite Bitorrent client and download one of the torrents for the show found on the Eztvefnet.org website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/06/more-top-gear-video-shenanigans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/TopGear_meets_Alabama.mp4" length="19422005" type="video/mp4" />
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Camaro_Beef.mp4" length="5207836" type="video/mp4" />
		</item>
		<item>
		<title>I called it!</title>
		<link>http://blog.nonmundane.org/2007/03/06/i-called-it/</link>
		<comments>http://blog.nonmundane.org/2007/03/06/i-called-it/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 08:25:03 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/06/i-called-it/</guid>
		<description><![CDATA[
So I recently went off the handle with regards to the news networks unrelenting coverage of the Anna Nicole Smith &#8220;news&#8221;. After writing that rant I decided to watch The Colbert Report that night and was greeted by validation from The Man Himself, Stephen Colbert in this piece he did lambasting the news networks for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.nonmundane.org/~dspisak/media/blog/colbertcalledit.jpg" /></p>
<p align="left">So I recently went off the handle with regards to the news networks unrelenting coverage of the Anna Nicole Smith &#8220;news&#8221;. After writing that rant I decided to watch The Colbert Report that night and was greeted by validation from The Man Himself, Stephen Colbert in this piece he did lambasting the news networks for their ANS coverage. Check it out below:</p>
<p align="left"><a href="http://www.nonmundane.org/~dspisak/media/blog/CR_ANS.mp4"><img src="http://www.nonmundane.org/~dspisak/media/blog/CR_ANS.jpg" align="left" height="360" width="480" /><br />
</a>
</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<p align="left"><a href="http://www.nonmundane.org/~dspisak/media/blog/CR_ANS.mp4"> Colbert Report goes off on ANS coverage 9MB H.264 Video</a></p>
<p align="left">&nbsp;</p>
<p align="left">All I can say is, Stephen and I are in total agreement on this one. I can&#8217;t wait for real news to start getting reported again now that the stupid issues regarding who gets the body have been dealt with.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/06/i-called-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/CR_ANS.mp4" length="9480410" type="video/mp4" />
		</item>
		<item>
		<title>Possibly the most fun you can have working. Ever.</title>
		<link>http://blog.nonmundane.org/2007/03/02/possibly-the-most-fun-you-can-have-working-ever/</link>
		<comments>http://blog.nonmundane.org/2007/03/02/possibly-the-most-fun-you-can-have-working-ever/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 22:06:45 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/03/02/possibly-the-most-fun-you-can-have-working-ever/</guid>
		<description><![CDATA[Over in the UK there is a television show called Top Gear that concerns itself with cars primarily. Of course that would be an understatement when you realize the three men who make up the show review cars the likes of which start at merely high prices all the way up to insanely expensive supercars [...]]]></description>
			<content:encoded><![CDATA[<p>Over in the UK there is a television show called <a href="http://www.topgear.com/">Top Gear</a> that concerns itself with cars primarily. Of course that would be an understatement when you realize the three men who make up the show review cars the likes of which start at merely high prices all the way up to insanely expensive supercars and hypercars. The shows format tends to be a review of one to three high end luxury cars followed by them getting some famous actor behind the wheel of a decently priced sedan to see which actor has the best lap time on the track.  They also have a tendency to <a href="http://en.wikiquote.org/wiki/Jeremy_Clarkson">say a $500,000 car is &#8220;rubbish&#8221;</a> and will speak their mind without fear of the repercussions.</p>
<p>Most importantly however these three guys know how to have a good fun laugh and will do segments in the show that are totally ridiculous or just plain nutters. Below are three video clips from different episodes during the ninth season of the as shown on BBC 4(I could be wrong on this).</p>
<p align="center">Driving a Bugatti Veryon up to 253 mph</p>
<p><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Ludicrous_Speed.mp4"></a></p>
<p align="center"><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Ludicrous_Speed.mp4"><img src="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Ludicrous_Speed.jpg" height="264" width="480" /></a><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Ludicrous_Speed.mp4"><br />
H.264 MPEG-4 Video 26MB </a></p>
<p align="center"> Turning a Reliant Robin into a reusable space shuttle<br />
<a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Shuttle_Reliant.mp4"></p>
<p style="text-align: center"><img src="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Shuttle_Reliant.jpg" height="270" width="480" /></p>
<p></a><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Shuttle_Reliant.mp4">H.264 MPEG-4 Video 23MB</a>
</p>
<p align="center">&nbsp;</p>
<p align="center">Giant Farm Tractor &#8220;Drag&#8221; Racing<br />
<a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Drag_Race.mp4"></p>
<p style="text-align: center"><img src="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Drag_Race.jpg" height="264" width="480" /></p>
<p></a><a href="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Drag_Race.mp4">H.264 MPEG-4 Video 7MB</a>
</p>
<p align="center">&nbsp;</p>
<p>You will need <a href="http://www.apple.com/quicktime/">Quicktime 7.X</a> or <a href="http://www.videolan.org/">VLC</a> to playback these videos. They are well worth the time to download and watch. Great stuff, and some more to come later today.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/03/02/possibly-the-most-fun-you-can-have-working-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Ludicrous_Speed.mp4" length="27086495" type="video/mp4" />
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Shuttle_Reliant.mp4" length="24105397" type="video/mp4" />
<enclosure url="http://www.nonmundane.org/~dspisak/media/blog/TopGear_Drag_Race.mp4" length="7293343" type="video/mp4" />
		</item>
		<item>
		<title>Humor and other things</title>
		<link>http://blog.nonmundane.org/2007/02/25/humor-and-other-things/</link>
		<comments>http://blog.nonmundane.org/2007/02/25/humor-and-other-things/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 04:49:34 +0000</pubDate>
		<dc:creator>Daniel Spisak</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology Musings]]></category>

		<guid isPermaLink="false">http://blog.nonmundane.org/archives/2007/02/25/humor-and-other-things/</guid>
		<description><![CDATA[If you need a laugh then you need to read this:
http://davesim.blogspot.com/2007/02/
dave-sims-blogandmail-164-february-22nd.html
Something interesting:
http://www.mises.org/story/2491
Something awesome:
http://steampunkworkshop.com/keyboard.shtml
And someting fun to try is Wink.com, which is a sort of meta-social networking search site. It&#8217;s free and you can make a profile of yourself that lets you link all of the various websites and forums you might be involved with into [...]]]></description>
			<content:encoded><![CDATA[<p>If you need a laugh then you need to read this:</p>
<p><a href="http://davesim.blogspot.com/2007/02/dave-sims-blogandmail-164-february-22nd.html">http://davesim.blogspot.com/2007/02/<br />
dave-sims-blogandmail-164-february-22nd.html</a></p>
<p>Something interesting:</p>
<p><a href="http://www.mises.org/story/2491">http://www.mises.org/story/2491</a></p>
<p>Something awesome:</p>
<p><a href="http://steampunkworkshop.com/keyboard.shtml">http://steampunkworkshop.com/keyboard.shtml</a></p>
<p>And someting fun to try is Wink.com, which is a sort of meta-social networking search site. It&#8217;s free and you can make a profile of yourself that lets you link all of the various websites and forums you might be involved with into one place. I went ahead and made a profile for myself which you can find here:</p>
<p><a href="http://wink.com/docwho76--profile">http://wink.com/docwho76&#8211;profile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nonmundane.org/2007/02/25/humor-and-other-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
