<?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>Jeff Galper &#187; programming</title>
	<atom:link href="http://jeffgalper.com/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffgalper.com/blog</link>
	<description>Not as bad as rabies.</description>
	<lastBuildDate>Fri, 26 Aug 2011 05:17:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Tar, meet Feather</title>
		<link>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/</link>
		<comments>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:03:51 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[feather]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jeffgalper.com/blog/?p=14</guid>
		<description><![CDATA[Due to my endless frustrations with the Tar Library we use at work and some limitations of the format in general, I decided to create my own file format and library. There is now Feather. The Feather format can be described as a simple, extensible storage format. By using optional fields, a feather file can [...]]]></description>
			<content:encoded><![CDATA[<p>Due to my endless frustrations with the <a href="http://www.trustice.com/java/tar/">Tar Library</a> we use at work and some limitations of the format in general, I decided to create my own file format and library.  There is now <a href="http://code.google.com/p/feather-file/">Feather</a>.  The <a href="http://code.google.com/p/feather-file/">Feather</a> format can be described as a simple, extensible storage format.  By using optional fields, a feather file can include all the information normally stored in a tar, or as little as the name, size, and data of a file.</p>
<p>While UStar formatted Tar files have a maximum filename length of 255 (with some restrictions), <a href="http://code.google.com/p/feather-file/">Feather</a> has a maximum filename length of 23,767.  Without the GNU extensions, Tar has a maximum file size limit of 8 GB.  <a href="http://code.google.com/p/feather-file/">Feather</a>, on the other hand, has a maximum file size of 8 EB, or 8 GB * 1024³.  Finally, <a href="http://code.google.com/p/feather-file/">Feather</a> has native support for UTF-16, which Tar lacks completely.</p>
<p>The current state of the <a href="http://code.google.com/p/feather-file/">Feather</a> repository is a bit of a mess, because it was originally programmed solely using ByteBuffers and FileChannels, but a need arose for Input and Output Streams.  I will likely remove the use of ByteBuffers and FileChannels so that there is only one official implementation of <a href="http://code.google.com/p/feather-file/">Feather</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffgalper.com/blog/2009/12/11/tar-meet-feather/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flicasa</title>
		<link>http://jeffgalper.com/blog/2009/09/12/flicasa/</link>
		<comments>http://jeffgalper.com/blog/2009/09/12/flicasa/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 16:36:14 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jeffgalper.com/blog/?p=10</guid>
		<description><![CDATA[Flicasa is my pet project (created for Django Dash) that I haven&#8217;t worked on in a few weeks.  In the meantime, however, I&#8217;ve learned quite a bit about Django and Python by convincing my boss that our new internal website should ditch Struts for something sexier.  I hope to find time to work on Flicasa [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Flicasa" href="http://flicasa.com">Flicasa</a> is my pet project (created for <a title="Django Dash" href="http://djangodash.com/">Django Dash</a>) that I haven&#8217;t worked on in a few weeks.  In the meantime, however, I&#8217;ve learned quite a bit about Django and Python by convincing my boss that our new internal website should ditch Struts for something sexier.  I hope to find time to work on <a title="Flicasa" href="http://flicasa.com">Flicasa</a> soon.</p>
<p>Anyways,  I&#8217;ve decided to make the site public.  Head to <a title="Flicasa" href="http://flicasa.com">http://flicasa.com</a> to take it for a spin.  All the public pages should work correctly, even if they&#8217;re a little unintuitive.  If you notice a problem head to the <a title="Flicasa Contact Page" href="http://flicasa.com/contact/">contact page</a> and shoot me an email.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffgalper.com/blog/2009/09/12/flicasa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

