<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Tyler Oderkirk&#039;s Blog</title>
	<link>http://unsyncopated.com/blog</link>
	<description>&#34;No matter how cynical you get, it&#039;s impossible to keep up&#34; - Lily Tomlin</description>
	<lastBuildDate>Mon, 03 May 2010 02:51:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Backpacking Gear Unboxing Photos</title>
		<description><![CDATA[Introduction
It&#8217;s a hassle to shop for physical goods online because you don&#8217;t have the opportunity to put your hands on the item before making the purchase.
For camping gear this means you can&#8217;t&#8230;

Yank on a zipper to see if it&#8217;s sturdy.
Set up a tent to see if your other gear will fit inside.
Check tags for &#8220;Made [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/04/11/backpacking-gear-unboxing-photos/</link>
			</item>
	<item>
		<title>Miami Road Trip 2009</title>
		<description><![CDATA[One of the biggest North American electronic music festivals, Ultra, just wrapped up in Miami. I think it&#8217;s about time that I blogged about my experience there last year.
I attended last year&#8217;s edition with Carolyn just prior to a return trip which included visits to&#8230;

Florida State University in Tallahassee, FL
Georgia Tech in Atlanta, GA
UNC Charlotte, [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/03/29/miami-road-trip-2009/</link>
			</item>
	<item>
		<title>Storing file metadata with fnmeta.py</title>
		<description><![CDATA[The problem
Have you ever named a file something like&#8230;

main.cpp.GOOD

&#8230; to indicate a &#8220;known-good&#8221; copy of `main.cpp`?
This simplistic method for storing file metadata is great because it&#8217;s filesystem-agnostic &#8211; the metadata (e.g. &#8220;this is known-good source code&#8221;) &#8220;follows&#8221; the file wherever it goes &#8211; from ext3 to FAT32 to NTFS, etc.
However, it has a few limitations:

Certain [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/03/27/storing-file-metadata-with-fnmeta-py/</link>
			</item>
	<item>
		<title>libhasp: Repurposing a copy-protection dongle for general-purpose data storage</title>
		<description><![CDATA[Way back in 2004, I spied an offer in Circuit Cellar magazine for a free evaluation kit from Aladdin Knowledge Systems (AKS), manufacturer of copy protection tokens. These are the little gadgets that you often need to plug in to your computer to prove that you &#8221;really&#8221; own the particularly expensive application you&#8217;re trying to [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/03/12/libhasp-repurposing-a-copy-protection-dongle-for-general-purpose-data-storage/</link>
			</item>
	<item>
		<title>Adding a dimension to your photos</title>
		<description><![CDATA[Have you ever wanted to transform a run-of-the-mill photograph into a complete 3D scene automagically like Jack Black does in this mildly-NSFW 35MiB 2min clip from Enemy of the State?
Well too bad -- it&#8217;s just not possible to ascertain details that are hidden from the camera&#8217;s view!
You can get pretty close, though, with some software [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/03/09/adding-a-dimension-to-your-photos/</link>
			</item>
	<item>
		<title>Visiting Boston</title>
		<description><![CDATA[After a few false starts this Winter, I finally made it to Boston this weekend. I went with Carolyn and Jumbo. It was great to take a road trip where I wasn&#8217;t in the driver&#8217;s seat `:]`
We stopped at the Museum of Science as soon as we arrived. It housed an excellent &#8220;history of mathematics&#8221; [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/03/07/visiting-boston/</link>
			</item>
	<item>
		<title>Creds101 v0.1 Release</title>
		<description><![CDATA[I&#8217;m happy to announce the first release of a credentials (e.g. &#8220;usernames and passwords&#8221;) management system that I&#8217;ve been working on for the past few weeks. It&#8217;s called Creds101 and this excerpt from the documentation gives some more detail:
Creds101 has 2 parts:

Software that you run on your computer (the &#8220;host&#8221;) to send commands to&#8230;
A USB [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2010/02/20/creds101-v0-1-release/</link>
			</item>
	<item>
		<title>Sending data via cellular voice connections with Linux</title>
		<description><![CDATA[
&#8220;A5/1 [the encryption scheme used in most cellular voice calls] has operated unchanged for the last 21 years but it has now reached its cryptographic end-of-life, engulfed by the march of Moore&#8217;s Law. However, the operational end-of-life of A5/1 may still be decades away as there are approximately 2 billion GSM subscribers, commanding about 80% of [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2009/11/19/sending-data-via-cellular-voice-connections-with-linux/</link>
			</item>
	<item>
		<title>Creating a local mirror of Ubuntu&#8217;s most popular packages</title>
		<description><![CDATA[The problem
You want to create local mirrors of the apt repositories that you use but you don&#8217;t have enough hard drive space to mirror every package. Or maybe you have a slow link and you don&#8217;t want to spend time downloading packages that you&#8217;re unlikely to need.
The solution
Only mirror packages whose popularity (as reported by [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2009/11/04/creating-a-local-mirror-of-ubuntus-most-popular-packages/</link>
			</item>
	<item>
		<title>Downloading photos from Facebook with Linux</title>
		<description><![CDATA[Tommy Murphy recently released photograbber, a simple Python/tkinter app that uses the Facebook API to&#8230;
1. Find all the photos that you&#8217;ve been tagged in and&#8230;
2. Download each photo to a chosen directory.
It worked fine for me after I fixed a trivial tkinter bug.
Right now I&#8217;m adapting photograbber to download entire albums for me. Here&#8217;s the [...]]]></description>
		<link>http://unsyncopated.com/blog/index.php/2009/11/02/downloading-photos-from-facebook-with-linux/</link>
			</item>
</channel>
</rss>
