<?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>The Same River Twice &#187; Open source</title>
	<atom:link href="http://www.blackfez.com/tags/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackfez.com</link>
	<description>A Feztival of Fun</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The new phonebook</title>
		<link>http://www.blackfez.com/2011/11/07/the-new-phonebook/</link>
		<comments>http://www.blackfez.com/2011/11/07/the-new-phonebook/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:36:21 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Rants and Stories]]></category>
		<category><![CDATA[Bad behavior]]></category>
		<category><![CDATA[Dependency hell]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=504</guid>
		<description><![CDATA[The new Growl is here! The new Growl is here! Oh, wait, it&#8217;s now a paid application? But it&#8217;s open source. So now we&#8217;re in dependency hell because there&#8217;s no Maven-like dependency management widget in Xcode. Also, knowing full well I&#8217;m behind the times, I still prefer SVN to either Git or Mercurial. I understand [...]]]></description>
			<content:encoded><![CDATA[<p>The new Growl <a href="http://growl.info/growlupdateavailable">is here</a>!  The new Growl <a href="http://growl.info/growlupdateavailable">is here</a>!  </p>
<p>Oh, wait, it&#8217;s now <a href="http://itunes.apple.com/us/app/growl/id467939042?mt=12&#038;ign-mpt=uo%3D4">a paid application</a>?  But it&#8217;s open source.</p>
<p>So now we&#8217;re in <a href="http://en.wikipedia.org/wiki/Dependency_hell">dependency hell</a> because there&#8217;s no <a href="http://maven.apache.org/">Maven</a>-like dependency management widget in Xcode.  Also, knowing full well I&#8217;m behind the times, I still prefer <a href="http://http://subversion.tigris.org/">SVN</a> to either <a href="http://http://git-scm.com/">Git</a> or <a href="http://mercurial.selenic.com/">Mercurial</a>.  I understand how both of these are more desirable in OSS development initiatives.  I just don&#8217;t like them.</p>
<p>Oh, and so what is up with Google now running all of their search result links through their own proxy now?  I really dislike the extraneous metadata they attach to their links now.  It&#8217;s also a PITA to clean up because, bless their hearts, they are actually HTTP escaping their URLs.  Now one right-clicks a search result link and gets <code><a href="http://dictionary.reference.com/browse/stupid">http://www.google.com/url?sa=t&#038;rct=j&#038;q=&#038;esrc=s&#038;source=web&#038;cd=1&#038;sqi=2&#038;ved=0CDAQFjAA&#038;url=http%3A%2F%2Fdictionary.reference.com%2Fbrowse%2Fstupid&#038;ei=rge4TqGZDYnhsQKCndT_Aw&#038;usg=AFQjCNGEqQexn968lheIsBKwJ37dIe1d9Q</a></code> when all one really wants is <code><a href="http://dictionary.reference.com/browse/stupid">http://dictionary.reference.com/browse/stupid</a></code>.</p>
<p>For some reason this running all search results through their proxy really pisses me off.  I&#8217;d expect this from Microsoft.  Coming from Google, this feels icky and gamable.  So, off to find some Greasemonkey or Firefox plugin that scrapes that metadata while I continue to try building Growl.  </p>
<p>I don&#8217;t even know what is so desirable about this new version&#8230;.  FML?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2011/11/07/the-new-phonebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Mathematic Expression Parser</title>
		<link>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/</link>
		<comments>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:03:15 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Rants and Stories]]></category>
		<category><![CDATA[Expression parser]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=144</guid>
		<description><![CDATA[JMEP is exactly what I&#8217;ve been beating my head over for the past few weeks. Seriously way better than what I was writing and, from the testing I&#8217;ve done, way more robust. If you&#8217;ve been looking for an open-source java parser for mathematical expressions, your search is over. Never was interested in building a parser, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jmep.tigris.org/">JMEP</a> is exactly what I&#8217;ve been beating my head over for the past few weeks.  Seriously way better than what I was writing and, from the testing I&#8217;ve done, way more robust.  If you&#8217;ve been looking for an open-source java parser for mathematical expressions, your search is over.</p>
<p>Never was interested in building a parser, I&#8217;m way more interested in building a cross-platform GUI fantasy baseball draft manager.  Using JMEP cut my own codebase by several dozen classes and simplified the whole stats interface aspect significantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

