<?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>Erlang Inside</title>
	<atom:link href="http://erlanginside.com/feed" rel="self" type="application/rss+xml" />
	<link>http://erlanginside.com</link>
	<description>News and Information on Erlang and Concurrent Computing</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:50:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zotonic destroys WordPress and rethinks the CMS with Erlang</title>
		<link>http://erlanginside.com/zotonic-destroys-wordpress-and-rethinks-the-cms-with-erlang-149</link>
		<comments>http://erlanginside.com/zotonic-destroys-wordpress-and-rethinks-the-cms-with-erlang-149#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:50:24 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[Erlang in the Wild]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=149</guid>
		<description><![CDATA[A chat with Marc Worrell, Lead Architect of Zotonic - a new Content Management System written entirely in Erlang.]]></description>
		<wfw:commentRss>http://erlanginside.com/zotonic-destroys-wordpress-and-rethinks-the-cms-with-erlang-149/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Erlang Factory SF Bay 2010 &#8211; Francesco Cesarini on the Conference and Old-School vs New-School Erlangers</title>
		<link>http://erlanginside.com/erlang-factory-2010-san-francisco-francesco-cesarini-138</link>
		<comments>http://erlanginside.com/erlang-factory-2010-san-francisco-francesco-cesarini-138#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:19:20 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=138</guid>
		<description><![CDATA[The Erlang Factory&#8217;s 2010 conference is March 25th and 26th in San Francisco, with the university three days before, starting the 22nd.  The conference is at the Hilton San Francisco Airport, with three tracks, each on a different theme. The number of tracks gives attendees an unusually broad set of choices for talks. When attending [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/erlang-factory-2010-san-francisco-francesco-cesarini-138/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mustache &#8211; GitHub&#8217;s framework agnostic templating ported to Erlang</title>
		<link>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135</link>
		<comments>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:00:29 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[technology overview]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[mustache]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=135</guid>
		<description><![CDATA[Mustache is an Erlang port of the Ruby framework of the same name, originally written by Chris Wanstrath, one of the founders of GitHub. A powerful feature of this type of framework is the ability to write a &#8216;template&#8217; that you could use in a Rails application and then reuse in an Erlang application with [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/mustache-githubs-framework-agnostic-templating-ported-to-erlang-135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The State of Erlang Web Middleware &#8211; EWGI and SimpleBridge</title>
		<link>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127</link>
		<comments>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:34:31 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[general erlang info]]></category>
		<category><![CDATA[technology overview]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[ewgi]]></category>
		<category><![CDATA[mochiweb]]></category>
		<category><![CDATA[pep 333]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[simplebridge]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=127</guid>
		<description><![CDATA[In the interest of publishing more often and covering smaller topics, lets review web-server-agnostic middleware for Erlang.
The current standard for Erlang web application middleware is EWGI,  inspired by Python&#8217;s PEP 333 and providing similar functionality as Ruby&#8217;s Rack. All major Erlang web servers support EWGI, and most web frameworks. 
Created by Rusty Klophaus, SimpleBridge [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/the-state-of-erlang-web-middleware-simplebridge-ewgi-127/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Go borrows key concepts from Erlang</title>
		<link>http://erlanginside.com/go-borrows-from-erlang-123</link>
		<comments>http://erlanginside.com/go-borrows-from-erlang-123#comments</comments>
		<pubDate>Mon, 16 Nov 2009 01:34:01 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[languages]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=123</guid>
		<description><![CDATA[The Go language, getting a lot of attention because it was recently open sourced by Google, seems to be a sort of programmers&#8217; Rorschach test in that everyone calls it a replacement for C++/Python/Erlang/Your Language Here&#8230; My sense is it wouldn&#8217;t be getting that much attention if it were released apart from Google. But thinking [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/go-borrows-from-erlang-123/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Comparing Erlang, Go, Java, and C</title>
		<link>http://erlanginside.com/comparing-erlang-go-java-and-c-121</link>
		<comments>http://erlanginside.com/comparing-erlang-go-java-and-c-121#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:41:15 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[performance]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=121</guid>
		<description><![CDATA[Tim over at timyang.net has an interesting &#8216;hello world&#8217; web server test between Erlang, Go, Java, and C. The C code is an nginx plugin, Java uses the MINA framework; Erlang and Go are small standalone apps. Java &#8216;won&#8217;, with Erlang in second place. Interesting article and the first I&#8217;ve seen comparing Go and Erlang [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/comparing-erlang-go-java-and-c-121/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Playdar reduces codebase by 75% by rewriting music app in Erlang</title>
		<link>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118</link>
		<comments>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:05:07 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[Erlang in the Wild]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[playdar]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=118</guid>
		<description><![CDATA[Playdar, an open-source &#8216;music content resolver service&#8217; that finds music on your local computers or your friends&#8217; computers, then streams that music to you, rewrote the code in Erlang. From the original C++ codebase, Richard Jones reduced the lines of code by 75% &#8211; from 8000 to 2000 lines of code&#8230; The code is on [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/playdar-desktop-music-streaming-savings-75-percent-118/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Erlang Documentation Site &#8211; erldocs.com</title>
		<link>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114</link>
		<comments>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:35:59 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=114</guid>
		<description><![CDATA[Dale Harvey's erldocs.com takes a lot of the pain out of the old Erlang documentation]]></description>
		<wfw:commentRss>http://erlanginside.com/new-erlang-documentation-site-erldocscom-114/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>erlang:lists/2 &#8211; fault-tolerant news</title>
		<link>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109</link>
		<comments>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:42:59 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[erlang:lists]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=109</guid>
		<description><![CDATA[Welcome to the second of the erlang:lists series where we list some interesting happenings in the world of Erlang.
erlang:lists(NewErlangIRC) &#8211; Kevin Smith just launched a new IRC channel &#8211; #erlang-otp. Have an Erlang question you need answered quick? Wishing you had a friendly place to hang out online with other Erlangers?  Tired of either the [...]]]></description>
		<wfw:commentRss>http://erlanginside.com/erlanglists2-fault-tolerant-news-july-29-200-109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetFlix watch out: Erlang dev offers $1000 bounty to improve his multicast code</title>
		<link>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106</link>
		<comments>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:16:11 +0000</pubDate>
		<dc:creator>Chad DePue</dc:creator>
				<category><![CDATA[general news]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[unicast]]></category>

		<guid isPermaLink="false">http://erlanginside.com/?p=106</guid>
		<description><![CDATA[In the spirit of netflix, but 1000 times less lucrative, be the first to improve an Erlang dev's unicast code and receive cash... ]]></description>
		<wfw:commentRss>http://erlanginside.com/netflix-watch-out-erlang-dev-offers-1000-bounty-to-improve-his-multicast-code-106/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
