<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>dholm.com</title>
	
	<link>http://www.dholm.com</link>
	<description>The trouble with programmers is that you can never tell what a programmer is doing until it's too late.</description>
	<lastBuildDate>Mon, 14 Sep 2009 06:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dholm" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">dholm</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Tumblelog 090914</title>
		<link>http://www.dholm.com/2009/09/14/tumblelog-090914/</link>
		<comments>http://www.dholm.com/2009/09/14/tumblelog-090914/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 06:00:31 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=800</guid>
		<description><![CDATA[Virtual AGC and AGS, emulators for the Apollo Guidance Computer, Abort Guidance System and Launch Vehicle Digital Computer. Several parts of the original code has been released as well.
ATI Stream SDK v2.0, contains AMD&#8217;s implementation of OpenCL which was the first publicly released implementation.
Penguins, Lizards and Apple&#8217;s X Factor: How Famous OS Logos Got Started, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Virtual AGC and AGS" href="http://www.ibiblio.org/apollo/">Virtual AGC and AGS</a>, emulators for the Apollo Guidance Computer, Abort Guidance System and Launch Vehicle Digital Computer. Several parts of the original code has been released as well.</p>
<p><a title="ATI Stream SDK v2.0" href="http://developer.amd.com/GPU/ATISTREAMSDKBETAPROGRAM/Pages/default.aspx#two">ATI Stream SDK v2.0</a>, contains AMD&#8217;s implementation of OpenCL which was the first publicly released implementation.</p>
<div id="attachment_821" class="wp-caption alignnone" style="width: 375px"><a href="http://amsterdam.soup.io/post/24852891/Image?sharedby=150706"><img class="size-full wp-image-821" title="Welcome to Hell" src="http://www.dholm.com/wp-content/uploads/2009/08/WelcomeToHell.jpeg" alt="&quot;Welcome to Hell&quot; by I've been to Amsterdam" width="365" height="451" /></a><p class="wp-caption-text">&quot;Welcome to Hell&quot; by I&#39;ve been to Amsterdam</p></div>
<p><a title="Penguins, Lizards and Apple's X Factor: How Famous OS Logos Got Started" href="http://www.cio.com/article/499135/Penguins_Lizards_and_Apple_s_X_Factor_How_Famous_OS_Logos_Got_Started">Penguins, Lizards and Apple&#8217;s X Factor: How Famous OS Logos Got Started</a>, like the titles says it&#8217;s a history of famous computer logotypes.</p>
<p><a title="The L4.verified Project" href="http://ertos.nicta.com.au/research/l4.verified/">The L4.verified Project</a>, a formally verified implementation of the L4 kernel.</p>
<p><a title="Instapaper" href="http://www.instapaper.com/u">Instapaper</a>, instantly create and store a webpage as a paper. There is also an iPhone app so you can read your &#8220;papers&#8221; offline.</p>
<p><a title="replica 1" href="http://www.brielcomputers.com/replica1.html">replica 1</a>, build your own Apple 1 replica.</p>
<p><a title="Nokia Schematics!" href="http://www.bunniestudios.com/blog/?p=446">Nokia Schematics!</a>, the owner of this blog found a book at the Shenzhen mobile phone market which contains schematics for numerous well known mobile phones.</p>
<p><a title="Computer Hardware Poster 1.7" href="http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099">Computer Hardware Poster 1.7</a>, if you are a hardware geek this is a must have poster for your bedroom wall.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/09/14/tumblelog-090914/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Grafts</title>
		<link>http://www.dholm.com/2009/09/02/git-grafts/</link>
		<comments>http://www.dholm.com/2009/09/02/git-grafts/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:53:41 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=848</guid>
		<description><![CDATA[If you ever need to graft two git repositories, i.e. you want to restore history from your previous VCS, &#8220;Using git to stitch together a broken subversion repository&#8221; is a good starting point. Git is amazing when it comes two this task but in my opinion it is poorly documented at best.
]]></description>
			<content:encoded><![CDATA[<p>If you ever need to graft two git repositories, i.e. you want to restore history from your previous VCS, &#8220;<a title="Using git to stitch together a broken subversion repository" href="http://lhealy.livejournal.com/11062.html">Using git to stitch together a broken subversion repository</a>&#8221; is a good starting point. Git is amazing when it comes two this task but in my opinion it is poorly documented at best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/09/02/git-grafts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblelog 090831</title>
		<link>http://www.dholm.com/2009/08/31/tumblelog-090831/</link>
		<comments>http://www.dholm.com/2009/08/31/tumblelog-090831/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 06:00:41 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=776</guid>
		<description><![CDATA[HwB, the Hardware Book is yet another collection of pinouts for various connectors and cables. It might come in handy someday if you need to wire some old tech to your shiny new port.
Become a Gmail Ninja, several tips and tricks divided into categories of difficulty on how to use advanced features of GMail.
Ksplice Uptrack, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="HwB" href="http://www.hardwarebook.info/">HwB</a>, the Hardware Book is yet another collection of pinouts for various connectors and cables. It might come in handy someday if you need to wire some old tech to your shiny new port.</p>
<p><a title="Become a Gmail Ninja" href="http://www.google.com/mail/help/tips.html">Become a Gmail Ninja</a>, several tips and tricks divided into categories of difficulty on how to use advanced features of GMail.</p>
<div id="attachment_814" class="wp-caption alignnone" style="width: 363px"><a href="http://www.tatjavanvark.nl/tvv5/platfrm.html"><img class="size-full wp-image-814" title="The Inertial Navigator Platform" src="http://www.dholm.com/wp-content/uploads/2009/08/inertialnav.jpeg" alt="&quot;The Inertial Navigator Platform&quot; by Tatjana van Vark" width="353" height="270" /></a><p class="wp-caption-text">&quot;The Inertial Navigator Platform&quot; by Tatjana van Vark</p></div>
<p><a title="Ksplice Uptrack" href="http://www.ksplice.com/uptrack/">Ksplice Uptrack</a>, never again reboot your Ubuntu machine.</p>
<p><a title="Carnivorous robots eager to eat your pests" href="http://www.newscientist.com/gallery/dn17367-carnivorous-domestic-entertainment-robots/2">Carnivorous robots eager to eat your pests</a>, are you tired of insects crawling into your home and don&#8217;t want to buy a cat? Why not invest in a carnivorous robot instead.</p>
<p><a title="The Matrix Page" href="http://www.geocities.com/evilsnack/matrix.htm">The Matrix Page</a>, a simple introduction to the basics of mathematical matrices.</p>
<p><a title="Taming Friends for Use in Templates" href="http://www.devx.com/cplus/10MinuteSolution/30302/1954">Taming Friends for Use in Templates</a>, using <em>friend</em>s in C++ templates can be tricky. This article describes the pitfalls and how to avoid them.</p>
<p><a title="cTuning.org" href="http://ctuning.org/">cTuning.org</a>, a collection of information on how to tune your C code for maximum performance.</p>
<p><a title="Source Code of Several Atari 7800 Games Released" href="http://www.programmerfish.com/source-code-of-several-7800-games-released/">Source Code of Several Atari 7800 Games Released</a>, the original source code to over 15 Atari 7800 games.</p>
<p><a title="Advanced C++ Lessons" href="http://aszt.inf.elte.hu/~gsd/halado_cpp/index.html">Advanced C++ Lessons</a>, a very good online collection of information on advanced aspects of C++ programming.</p>
<p><a title="FreeNOS" href="http://www.freenos.org/">FreeNOS</a>, an experimental microkernel operating system designed for learning purposes.</p>
<p><a title="Fifteen Classic Game Console Design Mistakes" href="http://technologizer.com/2009/08/10/fifteen-classic-game-console-design-mistakes/">Fifteen Classic Game Console Design Mistakes</a>, epic fails in hardware design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/08/31/tumblelog-090831/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8-bit trip</title>
		<link>http://www.dholm.com/2009/08/26/8-bit-trip/</link>
		<comments>http://www.dholm.com/2009/08/26/8-bit-trip/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 06:00:30 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=832</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/4qsWFFuYZYI&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/4qsWFFuYZYI&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/08/26/8-bit-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblelog 090817</title>
		<link>http://www.dholm.com/2009/08/17/tumblelog-090817/</link>
		<comments>http://www.dholm.com/2009/08/17/tumblelog-090817/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 06:00:55 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=766</guid>
		<description><![CDATA[Introducing the Warpship, Dr. Richard Obousy demonstrates how a real warpship could be built.
What is Folding and Why Does it Matter?, a good description on what protein folding actually is and if Folding@Home really is useful to science.
OpenGL Rendering Pipeline, a simple but good description of what the basic OpenGL pipeline looks like.
Idea: The Outlet [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Introducing the Warp Ship" href="http://dsc.discovery.com/space/slideshows/warpship/">Introducing the Warpship</a>, Dr. Richard Obousy demonstrates how a real warpship could be built.</p>
<p><a title="What is Folding and Why Does it Matter?" href="http://www.bit-tech.net/hardware/graphics/2009/06/15/what-is-folding-and-why-does-it-matter/1">What is Folding and Why Does it Matter?</a>, a good description on what protein folding actually is and if Folding@Home really is useful to science.</p>
<div id="attachment_809" class="wp-caption alignnone" style="width: 290px"><img class="size-full wp-image-809" title="Shing Ling Sewing Machine" src="http://www.dholm.com/wp-content/uploads/2009/08/Shing-Ling-Sewing-Machine.jpg" alt="Shing Ling Sewing Machine" width="280" height="241" /><p class="wp-caption-text">Shing Ling Sewing Machine</p></div>
<p><a title="OpenGL Rendering Pipeline" href="http://www.songho.ca/opengl/gl_pipeline.html">OpenGL Rendering Pipeline</a>, a simple but good description of what the basic OpenGL pipeline looks like.</p>
<p><a title="Idea: The Outlet Wall" href="http://www.ironicsans.com/2009/06/idea_the_outlet_wall.html">Idea: The Outlet Wall</a>, an entire wall made out of electrical sockets. It actually looks kind of cool.</p>
<p><a title="Jari Operating System" href="http://jarios.org/">Jari Operating System</a>, is a real-time microkernel operating system and provides a POSIX API.</p>
<p><a title="Video for Everybody" href="http://camendesign.com/code/video_for_everybody">Video for Everybody</a>, is a web implementation that automatically detects the best way of playing back embedded video on a client. It automatically detects HTML5, Flash etc capabilities and does not depend on JavaScript to do so.</p>
<p><a title="AllPinouts" href="http://www.allpinouts.org/">AllPinouts</a>, is a wiki listing pinouts for connectors, cables and adapters.</p>
<p><a title="Handbook of hardware pinouts, cables schemes and connectors layouts" href="http://www.pinouts.ru/">Handbook of hardware pinouts, cables schemes and connectors layouts</a>, even more pinouts.</p>
<p><a title="Readable and Maintainable Bitfields in C" href="http://www.pagetable.com/?p=250">Readable and Maintainable Bitfields in C</a>, a good blog post from pagetable on how to work with bitfields in a readable way using C.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/08/17/tumblelog-090817/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMD demos OpenCL on four six-core Opterons</title>
		<link>http://www.dholm.com/2009/08/10/amd-demos-opencl-on-four-six-core-opterons/</link>
		<comments>http://www.dholm.com/2009/08/10/amd-demos-opencl-on-four-six-core-opterons/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:18:49 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=802</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7PAiCinmP9Y&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/7PAiCinmP9Y&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/08/10/amd-demos-opencl-on-four-six-core-opterons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblelog 090706</title>
		<link>http://www.dholm.com/2009/07/06/tumblelog-090706/</link>
		<comments>http://www.dholm.com/2009/07/06/tumblelog-090706/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:00:49 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=747</guid>
		<description><![CDATA[TTMath, a C++ bignum library implemented solely as templates.
Conficker Eye Chart, visually identify if you have been infected by the Conficker worm by following this link.
New Time Slider features coming up in OpenSolaris 2009.06, similar to Apple&#8217;s Time Machine but utilizing the ZFS snapshot feature.
Like Water for Money, is an article about Moniac which is [...]]]></description>
			<content:encoded><![CDATA[<p><a title="TTMath" href="http://www.ttmath.org/">TTMath</a>, a C++ bignum library implemented solely as templates.</p>
<p><a title="Conficker Eye Chart" href="http://www.confickerworkinggroup.org/infection_test/cfeyechart.html">Conficker Eye Chart</a>, visually identify if you have been infected by the Conficker worm by following this link.</p>
<p><a title="New Time Slider features coming up in OpenSolaris 2009.06" href="http://blogs.sun.com/erwann/entry/new_time_slider_features_in">New Time Slider features coming up in OpenSolaris 2009.06</a>, similar to Apple&#8217;s Time Machine but utilizing the ZFS snapshot feature.</p>
<p><a title="Like Water for Money" href="http://judson.blogs.nytimes.com/2009/06/02/guest-column-like-water-for-money/">Like Water for Money</a>, is an article about Moniac which is an analog computer from 1949. Cambridge University has a <a title="The Philips Machine" href="http://mediaplayer.group.cam.ac.uk/component/option,com_mediadb/task,view/idstr,CU-AllanMcRobie-Phillips2004/Itemid,26">video</a> of it running.</p>
<p><a title="Phil!'s ZSH Prompt" href="http://aperiodic.net/phil/prompt/">Phil!&#8217;s ZSH Prompt</a>,a really nice ZSH prompt.</p>
<p><a title="Dawn of the Personal Computer: From Altair to the IBM PC" href="http://www.maximumpc.com/article/features/dawn_personal_computer_altair_ibm_pc?page=0,0">Dawn of the Personal Computer: From Altair to the IBM PC</a>, a quick rundown of PC history by Maximum PC.</p>
<p><a title="test-dept" href="http://code.google.com/p/test-dept/">test-dept</a>, is a unit testing framework for C which supports stubbing.</p>
<p><a title="Fifteen Classic PC Design Mistakes" href="http://technologizer.com/2009/06/14/fifteen-classic-pc-design-mistakes/">Fifteen Classic PC Design Mistakes</a>, Technologizer has made a great list of the ten worst PC design mistakes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/07/06/tumblelog-090706/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblelog 090622</title>
		<link>http://www.dholm.com/2009/06/22/tumblelog-090622/</link>
		<comments>http://www.dholm.com/2009/06/22/tumblelog-090622/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:00:20 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=701</guid>
		<description><![CDATA[CodeLite, yet another open source and cross platform C/C++ IDE.
Tupperware Arcade Controls, arcade controls built into Tupperware boxes along with instructions on how to build your own.
UNIX network analysis, an article on standard UNIX tools for network analysis.
ELPA, is the Emacs Lisp Package Archive, a package manager for emacs.
The Falcon programming language, is a multi [...]]]></description>
			<content:encoded><![CDATA[<p><a title="CodeLite" href="http://www.codelite.org/">CodeLite</a>, yet another open source and cross platform C/C++ IDE.</p>
<p><a title="Tupperware Arcade Controls" href="http://tinkerlog.com/2009/05/08/tupperware-arcade-controls/">Tupperware Arcade Controls</a>, arcade controls built into Tupperware boxes along with instructions on how to build your own.</p>
<p><a title="UNIX network analysis" href="http://www.ibm.com/developerworks/aix/tutorials/au-unixnetworkanalysis/index.html">UNIX network analysis</a>, an article on standard UNIX tools for network analysis.</p>
<p><a title="ELPA" href="http://tromey.com/elpa/">ELPA</a>, is the Emacs Lisp Package Archive, a package manager for emacs.</p>
<p><a title="The Falcon programming language" href="http://www.falconpl.org/">The Falcon programming language</a>, is a multi paradigm programming language including conecpts such as object orientation and message passing.</p>
<p><a title="Twittjr" href="http://grantovich.net/projects/twittjr/">Twittjr</a>, a Twitter reader designed for and running on a PCjr.</p>
<p><a title="Uniselector digital clock" href="http://mike.wepoco.com/retro-geekery/uniselector-digital-clock">Uniselector digital clock</a>, a mysterious digital clock from the 1940&#8217;s.</p>
<p><a title="Anatomy of Linux process management" href="http://www.ibm.com/developerworks/linux/library/l-linux-process-management/index.html?ca=dgr-lnxw01Linux-Proc-die&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw01">Anatomy of Linux process management</a>, yet another developerworks article, this time it&#8217;s about the inner workings of Linux processes.</p>
<p><a title="Sumo Paint" href="http://www.sumopaint.com/app/">Sumo Paint</a>, a web 2.0 application for painting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/06/22/tumblelog-090622/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblelog 090608</title>
		<link>http://www.dholm.com/2009/06/08/tumblelog-090608/</link>
		<comments>http://www.dholm.com/2009/06/08/tumblelog-090608/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 06:00:41 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Tumblelog]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=720</guid>
		<description><![CDATA[Ball and chain to force children to study, I highly doubt this product will be big.
From Voodoo to GeForce: The Awesome History of 3D Graphics, a walk down memory lane for those of us who were present in the early days of the graphics card era.
teepeedee2, a really fast web server written in LISP.
A few [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Ball and chain to force children to study" href="http://www.telegraph.co.uk/education/educationnews/5343111/Ball-and-chain-to-force-children-to-study.html">Ball and chain to force children to study</a>, I highly doubt this product will be big.</p>
<p><a title="From Voodoo to GeForce: The Awesome History of 3D Graphics" href="http://www.maximumpc.com/print/6338">From Voodoo to GeForce: The Awesome History of 3D Graphics</a>, a walk down memory lane for those of us who were present in the early days of the graphics card era.</p>
<div id="attachment_761" class="wp-caption alignnone" style="width: 411px"><a href="http://englishrussia.com/?p=2198"><img class="size-full wp-image-761" title="&quot;Abandoned Russian Polar Nuclear Lighthouses&quot;" src="http://www.dholm.com/wp-content/uploads/2009/06/lighthouse.jpeg" alt="&quot;Abandoned Russian Polar Nuclear Lighthouses&quot;" width="401" height="266" /></a><p class="wp-caption-text">&quot;Abandoned Russian Polar Nuclear Lighthouses&quot;</p></div>
<p><a title="vii's teepeedee2 at master" href="http://github.com/vii/teepeedee2/tree/master">teepeedee2</a>, a really fast web server written in LISP.</p>
<p><a title="A few thoughts on the role of software architects" href="http://www.bluebytesoftware.com/blog/2008/10/02/AFewThoughtsOnTheRoleOfSoftwareArchitects.aspx">A few thoughts on the role of software architects</a>, insightful.</p>
<p><a title="Alternatives to Windows, Mac, Linux and online applications" href="http://alternativeto.net/">AlternativeTo</a>, a community driven site that lists alternatives to applications.</p>
<p><a title="iShoes - A Step Towards the Future" href="http://www.theishoes.com/products.html">iShoes</a>, because the Segway wasn&#8217;t enough.</p>
<p><a title="Code Monkey" href="http://www.jonathancoulton.com/2006/04/14/thing-a-week-29-code-monkey/">Code Monkey</a>, a song about being a programmer by Jonathan Coulton.</p>
<p><a title="How do you test a random number generator?" href="http://www.billthelizard.com/2009/05/how-do-you-test-random-number-generator.html">How do you test a random number generator?</a> Bill the Lizard of Stack Overflow fame gives us a very good rundown on random number generation.</p>
<p><a title="The speed, size and dependability of programming languages" href="http://gmarceau.qc.ca/blog/2009/05/speed-size-and-dependability-of.html">The speed, size and dependability of programming languages</a>, benchmarks run across 33 different programming languages and plotted based on four different characteristics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/06/08/tumblelog-090608/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave</title>
		<link>http://www.dholm.com/2009/06/01/google-wave/</link>
		<comments>http://www.dholm.com/2009/06/01/google-wave/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 15:43:08 +0000</pubDate>
		<dc:creator>dholm</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.dholm.com/?p=749</guid>
		<description><![CDATA[
A presentation on Google Wave which is Google&#8217;s next gen communications platform.
]]></description>
			<content:encoded><![CDATA[<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
<p>A presentation on Google Wave which is Google&#8217;s next gen communications platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dholm.com/2009/06/01/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
