<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8-bleeding-10187" -->
<rss version="0.92">
<channel>
	<title>Carson Baker</title>
	<link>http://carsonbaker.org</link>
	<description>Thoughts on finance, robotics, embedded systems, and interactive art.</description>
	<lastBuildDate>Tue, 09 Dec 2008 06:12:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fictionaut @ Rice Alliance Web 2.0 Forum</title>
		<description>On December 11th, 2008 I'll be giving a ninety second pitch for Fictionaut at the 6th Annual I.T. & Web 2.0 Venture Forum held at Rice University. </description>
		<link>http://carsonbaker.org/2008/11/07/fictionaut-rice-alliance-2008</link>
			</item>
	<item>
		<title>The life Fictionautic</title>
		<description>A month ago I announced Fictionaut, a writer's community I co-founded back in April. Since then there have been over 200 stories posted and hundreds of interesting comments. If you'd like to take a peek, we're now actively soliciting new users. To see what it's all about, simply request an ...</description>
		<link>http://carsonbaker.org/2008/09/29/life-fictionautic</link>
			</item>
	<item>
		<title>Processing, cylinder-tree redone</title>
		<description>

I borrowed Samuel Bravo Silva's excellent "cylinder_tree" sketch and ported it to my native GL framework (called CBGameworks, soon to be released). Download Octopus.zip (51KB) (seen above). Keys ESDF move the camera. R peds upward. L toggles lighting, off by default.

Source code (73KB) is available for download, bundled with an ...</description>
		<link>http://carsonbaker.org/2008/09/25/processing-and-cylinder-tree</link>
			</item>
	<item>
		<title>Radiohead&#8217;s city street</title>
		<description>Available to download from Google is a small part of the data set from Radiohead's recent House of Cards music video, shot entirely without cameras — just LIDAR and 3D capture. Part of the idea is that fans will be able to remix the "footage" or mash it up in ...</description>
		<link>http://carsonbaker.org/2008/09/11/radioheads-city-street</link>
			</item>
	<item>
		<title>Thom Yorke orbit</title>
		<description>

Watch the above video in high-definition on Vimeo.

Source code is available (1.5MB):
http://carsonbaker.org/wp-content/uploads/2008/07/thom.zip

The point data set is not included. Download it from the Google project site. </description>
		<link>http://carsonbaker.org/2008/08/25/thom-yorke-orbit</link>
			</item>
	<item>
		<title>Time Machine on Linux</title>
		<description>Recently after switching from Mac OS X to Debian, I found I needed to restore a couple files from the Time Machine backup that I kept. The drive works just fine as an HFS+ mount, but I couldn't figure out how to retrieve anything within. When Google didn't yield the ...</description>
		<link>http://carsonbaker.org/2008/06/23/time-machine-restore</link>
			</item>
	<item>
		<title>Biomorphs</title>
		<description>Recently I came across an academic reference to Cliffard Pickover's biomorphs, a generative fractal-like art that resembles cell structures. Outside of Richard Dawkins' famous evolutionary invention of the same name, which is similar in purpose but different in design, I had never heard of Pickover's work. Sadly I couldn't find ...</description>
		<link>http://carsonbaker.org/2008/06/19/biomorphs</link>
			</item>
	<item>
		<title>Recently: Quantitative finance books</title>
		<description>These are a handful of the books I've enjoyed recently about finance. The summaries are brief because countless others on Amazon have done the job for me.







The Concepts and Practice of Mathematical Finance
by Mark S. Joshi, 2003
One of the most succinct, to-the-point explanations of what finance is all about. Joshi, ...</description>
		<link>http://carsonbaker.org/2007/12/04/recently-quantitative-finance-books</link>
			</item>
	<item>
		<title>The Software Design Pit</title>
		<description>I want to highlight this particular link, "Top Ten of Programming Advice NOT to follow" [sic]. Except for #10 (throw exceptions), every one of these suggestions flies in the face of what programmers are traditionally taught. The general complaint that the author makes (suggestion #1) is that design is overrated. ...</description>
		<link>http://carsonbaker.org/2007/06/10/the-scourge-of-uml</link>
			</item>
	<item>
		<title>Summer redesign</title>
		<description>If you're new to this weblog, you may have been redirected here from a stale link of many years ago. You see, over the past decade or so I've leisurely toyed around on the web, maintaining various websites, and experimenting with various ideas. This post marks the culmination of my ...</description>
		<link>http://carsonbaker.org/2007/05/28/redesign-for-summer</link>
			</item>
	<item>
		<title>Microchip&#8217;s PIC: Developing with Mac</title>
		<description>For the past six months or so, I've been learning the ins and outs of the PIC. It's a small microprocessor that runs at 4 MIPS. One of the setbacks I've had to deal with is the lack of development tools for Mac OS X.

There are many packages for PC, ...</description>
		<link>http://carsonbaker.org/2007/05/24/developing-embedded-systems-on-the-mac</link>
			</item>
	<item>
		<title>Looping through C++ enums</title>
		<description>Perhaps this is obvious to most, but I thought I'd share my trick with C++ enums. Consider:

enum Face {ACE=1, TWO, THREE, ... , QUEEN, KING};

If you want to step through this datatype you can't just do:

Face f; f++;

No, you must do some kind of conditional checking or integer-to-enum casting which ...</description>
		<link>http://carsonbaker.org/2007/05/18/looping-through-c-enums</link>
			</item>
</channel>
</rss>
