<?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"
	>

<channel>
	<title>unsure.org</title>
	<atom:link href="http://unsure.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unsure.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 07 Jul 2008 02:32:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Phoogle Maps</title>
		<link>http://www.unsure.org/2007/11/24/phoogle-maps/</link>
		<comments>http://www.unsure.org/2007/11/24/phoogle-maps/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 16:28:56 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/11/24/phoogle-maps/</guid>
		<description><![CDATA[
Recently I wanted to create a google map showing the locations of the zeta nu alumni. I have most of the addresses in a mysql database but I was having an annoying time hooking the database lookups to the javascript for the maps. Rather than think to hard I used standard php with mysql and [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center"><img alt="dsc00478.JPG" id="image202" src="http://unsure.org/wp-content/uploads/2007/11/dsc00478.JPG" /></div>
<p>Recently I wanted to create a google map showing the locations of the zeta nu alumni. I have most of the addresses in a mysql database but I was having an annoying time hooking the database lookups to the javascript for the maps. Rather than think to hard I used standard php with mysql and <a href="http://www.systemsevendesigns.com/phoogle">Phoogle Maps</a> to create an populate the map. This worked fine but it was crazy slow.</p>
<p>The issue was gecoding, converting the real world addresses to the long/lat positions on that google maps requires. This was fairly easy to get around, basically I wrote another php script to geocode the addresses and insert them into the database as well. Now the mapping goes much faster, yadda yadda. For posterity here is the <a href="http://zetanu.net/maps/cached_zn.php">actual map</a>. It&#8217;s generated on the fly, geocoding new addresses as needed, although the zoom isn&#8217;t quite right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/11/24/phoogle-maps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Processing</title>
		<link>http://www.unsure.org/2007/10/30/learning-processing/</link>
		<comments>http://www.unsure.org/2007/10/30/learning-processing/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 15:16:06 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/10/30/learning-processing/</guid>
		<description><![CDATA[


I&#8217;ve been playing with Processing a bit lately and it took a while to get off the ground. Here are a pile of links I used to get acquainted to it and some of its libraries. Cool stuff.

Must have processing libraries:

http://www.cs.princeton.edu/%7Etraer/animation/
http://www.cs.princeton.edu/~traer/physics/

http://ella.slis.indiana.edu/~tohollow/SocialNetworksLibrary/




Good examples:

http://www.aharef.info/2006/05/websites_as_graphs.htm


Ok Examples:

http://processing.org/learning/basics/index.html
http://processing.org/learning/topics/index.html
http://processing.org/learning/libraries/index.html



Source:

http://www.processinghacks.com/hacks/delicious
http://www.cs.princeton.edu/~traer/pendulum/pendulum.pde
http://www.cs.princeton.edu/~traer/bouncyballs/boucyballs.pde
http://www.cs.princeton.edu/~traer/randomarboretum/random_arboretum.pde



Extra Java Libraries:

http://delicious-java.sourceforge.net/


Processing with Eclipse:


http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1117133941



Inspiration:

http://www.visualcomplexity.com/vc/



]]></description>
			<content:encoded><![CDATA[<div style="text-align: center">
<div style="text-align: center">
<div style="text-align: center"><img alt="messed_up.jpg" id="image200" src="http://www.unsure.org/wp-content/uploads/2007/10/messed_up.jpg" /></div>
<p align="left">I&#8217;ve been playing with <a href="http://processing.org">Processing</a> a bit lately and it took a while to get off the ground. Here are a pile of links I used to get acquainted to it and some of its libraries. Cool stuff.</p>
<div align="left"></div>
<p align="left"><strong>Must have processing libraries:</strong></p>
<div align="left">
<blockquote><p><a title="http://www.cs.princeton.edu/%7Etraer/animation/" href="http://www.cs.princeton.edu/%7Etraer/animation/">http://www.cs.princeton.edu/%7Etraer/animation/</a><br />
<a href="http://www.cs.princeton.edu/~traer/physics/">http://www.cs.princeton.edu/~traer/physics/</a></p>
<div align="left"></div>
<p align="left"><a href="http://ella.slis.indiana.edu/~tohollow/SocialNetworksLibrary/">http://ella.slis.indiana.edu/~tohollow/SocialNetworksLibrary/</a></p>
</blockquote>
</div>
<p align="left">
<div align="left"></div>
<p align="left"><strong>Good examples:</strong></p>
<div align="left">
<blockquote><p><a href="http://www.aharef.info/2006/05/websites_as_graphs.htm">http://www.aharef.info/2006/05/websites_as_graphs.htm</a></p></blockquote>
</div>
<div align="left"></div>
<p align="left"><strong>Ok Examples:</strong></p>
<div align="left">
<blockquote><p><a href="http://processing.org/learning/basics/index.html">http://processing.org/learning/basics/index.html</a><br />
<a href="http://processing.org/learning/topics/index.html">http://processing.org/learning/topics/index.html</a><br />
<a href="http://processing.org/learning/libraries/index.html">http://processing.org/learning/libraries/index.html</a></p></blockquote>
</div>
<p align="left">
<div align="left"></div>
<p align="left"><strong>Source:</strong></p>
<div align="left">
<blockquote><p><a href="http://www.processinghacks.com/hacks/delicious">http://www.processinghacks.com/hacks/delicious</a><br />
<a href="http://www.cs.princeton.edu/~traer/pendulum/pendulum.pde">http://www.cs.princeton.edu/~traer/pendulum/pendulum.pde</a><br />
<a href="http://www.cs.princeton.edu/~traer/bouncyballs/boucyballs.pde">http://www.cs.princeton.edu/~traer/bouncyballs/boucyballs.pde</a><br />
<a href="http://www.cs.princeton.edu/~traer/randomarboretum/random_arboretum.pde">http://www.cs.princeton.edu/~traer/randomarboretum/random_arboretum.pde</a></p></blockquote>
</div>
<p align="left">
<div align="left"></div>
<p align="left"><strong>Extra Java Libraries:</strong></p>
<div align="left">
<blockquote><p><a href="http://delicious-java.sourceforge.net/">http://delicious-java.sourceforge.net/</a></p></blockquote>
</div>
<div align="left"></div>
<div align="left"><strong>Processing with Eclipse:</strong></div>
<div align="left">
<blockquote>
<p align="left"><a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1117133941">http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1117133941</a></p>
</blockquote>
</div>
<div align="left"></div>
<p align="left"><strong>Inspiration:</strong></p>
<div align="left">
<blockquote><p><a href="http://www.visualcomplexity.com/vc/">http://www.visualcomplexity.com/vc/</a></p></blockquote>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/10/30/learning-processing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-04-18</title>
		<link>http://www.unsure.org/2007/04/18/links-for-2007-04-18/</link>
		<comments>http://www.unsure.org/2007/04/18/links-for-2007-04-18/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 04:21:41 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/04/18/links-for-2007-04-18/</guid>
		<description><![CDATA[

Dial A Human
(tags: phone customer support)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.dialahuman.com/">Dial A Human</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/phone">phone</a> <a href="http://del.icio.us/mattfinlayson/customer">customer</a> <a href="http://del.icio.us/mattfinlayson/support">support</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/04/18/links-for-2007-04-18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-04-17</title>
		<link>http://www.unsure.org/2007/04/17/links-for-2007-04-17/</link>
		<comments>http://www.unsure.org/2007/04/17/links-for-2007-04-17/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 04:23:36 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/04/17/links-for-2007-04-17/</guid>
		<description><![CDATA[

How to write with style
(tags: vonnegut tips writing personality)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.harmonize.com/probe/aids/manual/style.htm">How to write with style</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/vonnegut">vonnegut</a> <a href="http://del.icio.us/mattfinlayson/tips">tips</a> <a href="http://del.icio.us/mattfinlayson/writing">writing</a> <a href="http://del.icio.us/mattfinlayson/personality">personality</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/04/17/links-for-2007-04-17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-03-29</title>
		<link>http://www.unsure.org/2007/03/29/links-for-2007-03-29/</link>
		<comments>http://www.unsure.org/2007/03/29/links-for-2007-03-29/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 04:27:29 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/29/links-for-2007-03-29/</guid>
		<description><![CDATA[

Linux.com &#124; CLI Magic: Access your Bluetooth phone via the command line
(tags: linux bluetooth)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://enterprise.linux.com/article.pl?sid=07/02/20/1436253&amp;tid=47&amp;tid=89">Linux.com | CLI Magic: Access your Bluetooth phone via the command line</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/linux">linux</a> <a href="http://del.icio.us/mattfinlayson/bluetooth">bluetooth</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/29/links-for-2007-03-29/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One guess which state has the best Mardi Gras.</title>
		<link>http://www.unsure.org/2007/03/29/one-guess-which-state-has-the-best-mardi-gras/</link>
		<comments>http://www.unsure.org/2007/03/29/one-guess-which-state-has-the-best-mardi-gras/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 03:15:58 +0000</pubDate>
		<dc:creator>matt</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/29/one-guess-which-state-has-the-best-mardi-gras/</guid>
		<description><![CDATA[  

]]></description>
			<content:encoded><![CDATA[<p><a style="margin: 0pt; padding: 0pt" href="http://services.alphaworks.ibm.com/manyeyes/view/SGXXRFsOtha6AI-x7wQXF2-"> <img id="$ManyEyesThumbnail" style="border-style: solid solid none; border-color: rgb(175, 117, 93) rgb(175, 117, 93) -moz-use-text-color; border-width: 1px 1px 0pt; margin: 0pt; padding: 0pt" src="http://services.alphaworks.ibm.com/manyeyes/static-resources/snapshot/89ade5ae117638d201118dcf09f4050c.jpeg" /> <img style="border: 0pt none ; margin: 0pt; padding: 0pt; display: block; position: relative; top: -5px" id="Any_0_0" src="http://services.alphaworks.ibm.com/manyeyes/images2/blog_this_caption.jpg" /></a></p>
<p><a style="margin: 0pt; padding: 0pt" href="http://services.alphaworks.ibm.com/manyeyes/view/SGXXRFsOtha6AI-x7wQXF2-" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/29/one-guess-which-state-has-the-best-mardi-gras/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-03-23</title>
		<link>http://www.unsure.org/2007/03/23/links-for-2007-03-23/</link>
		<comments>http://www.unsure.org/2007/03/23/links-for-2007-03-23/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 04:22:54 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/23/links-for-2007-03-23/</guid>
		<description><![CDATA[

http://asic-linux.com.mx/~izto/checkinstall/docs/README
(tags: checkinstall rpm readme)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://asic-linux.com.mx/~izto/checkinstall/docs/README">http://asic-linux.com.mx/~izto/checkinstall/docs/README</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/checkinstall">checkinstall</a> <a href="http://del.icio.us/mattfinlayson/rpm">rpm</a> <a href="http://del.icio.us/mattfinlayson/readme">readme</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/23/links-for-2007-03-23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-03-17</title>
		<link>http://www.unsure.org/2007/03/17/links-for-2007-03-17/</link>
		<comments>http://www.unsure.org/2007/03/17/links-for-2007-03-17/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 04:27:17 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/17/links-for-2007-03-17/</guid>
		<description><![CDATA[

Amazing Hypnosis Makes You High Video


ODFPY - Python API and tools &#124; OpenDocument Fellowship
(tags: ODFPY python od)


JODConverter &#124; Art of Solving
Word
(tags: ODF library java)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.metacafe.com/watch/477537/amazing_hypnosis_makes_you_high/">Amazing Hypnosis Makes You High Video</a></div>
</li>
<li>
<div><a href="http://opendocumentfellowship.org/development/projects/odfpy">ODFPY - Python API and tools | OpenDocument Fellowship</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/ODFPY">ODFPY</a> <a href="http://del.icio.us/mattfinlayson/python">python</a> <a href="http://del.icio.us/mattfinlayson/od">od</a>)</div>
</li>
<li>
<div><a href="http://www.artofsolving.com/opensource/jodconverter">JODConverter | Art of Solving</a></div>
<div>Word</div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/ODF">ODF</a> <a href="http://del.icio.us/mattfinlayson/library">library</a> <a href="http://del.icio.us/mattfinlayson/java">java</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/17/links-for-2007-03-17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-03-15</title>
		<link>http://www.unsure.org/2007/03/15/links-for-2007-03-15/</link>
		<comments>http://www.unsure.org/2007/03/15/links-for-2007-03-15/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 04:27:15 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/15/links-for-2007-03-15/</guid>
		<description><![CDATA[

The Developer Cheat Sheet Compilation by Fuzzy Future
(tags: cheatsheet development coding reference)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://www.fuzzyfuture.com/programming/the-developer-cheat-sheet-compilation/">The Developer Cheat Sheet Compilation by Fuzzy Future</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/cheatsheet">cheatsheet</a> <a href="http://del.icio.us/mattfinlayson/development">development</a> <a href="http://del.icio.us/mattfinlayson/coding">coding</a> <a href="http://del.icio.us/mattfinlayson/reference">reference</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/15/links-for-2007-03-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2007-03-13</title>
		<link>http://www.unsure.org/2007/03/13/links-for-2007-03-13/</link>
		<comments>http://www.unsure.org/2007/03/13/links-for-2007-03-13/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 04:24:46 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://unsure.org/2007/03/13/links-for-2007-03-13/</guid>
		<description><![CDATA[

My Name Rhymes - Why Publish CS Papers Without Code?
(tags: programming science academia computer)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://billmill.org/why_no_code">My Name Rhymes - Why Publish CS Papers Without Code?</a></div>
<div>(tags: <a href="http://del.icio.us/mattfinlayson/programming">programming</a> <a href="http://del.icio.us/mattfinlayson/science">science</a> <a href="http://del.icio.us/mattfinlayson/academia">academia</a> <a href="http://del.icio.us/mattfinlayson/computer">computer</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.unsure.org/2007/03/13/links-for-2007-03-13/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
