<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Linux Outlaws 298 &#8211; TBL Rate</title>
	<atom:link href="http://sixgun.org/linuxoutlaws/298/feed" rel="self" type="application/rss+xml" />
	<link>http://sixgun.org/linuxoutlaws/298?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=298</link>
	<description>Sixgun Productions: New media, new rules</description>
	<lastBuildDate>Fri, 17 May 2013 16:02:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Bernd</title>
		<link>http://sixgun.org/linuxoutlaws/298#comment-18316</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Tue, 12 Feb 2013 08:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixgun.org/?p=2191#comment-18316</guid>
		<description><![CDATA[You talked about NoSQL databases. A better name would be &quot;Schemaless Databases&quot;, because that term describes it better.

I was at Fosdem this year and there was a great talk from Christophe Pettus with the title &quot;PostgreSQL as a Schemaless Database&quot;:
https://wiki.postgresql.org/images/b/b4/Pg-as-nosql-pgday-fosdem-2013.pdf

And in this comparison PostrgeSQL wins against MongoDB. I&#039;m sure there are other comparisons where PostrgreSQL losses, but the point is that it&#039;s not always the truth that schemaless databases are faster or better than traditionally databases.

And some time ago there was a blog post by Armin Ronacher (a well known Python guy) with the title &quot;SQL is Agile&quot;:
http://lucumr.pocoo.org/2012/12/29/sql-is-agile/
It&#039;s really worth to read it]]></description>
		<content:encoded><![CDATA[<p>You talked about NoSQL databases. A better name would be &#8220;Schemaless Databases&#8221;, because that term describes it better.</p>
<p>I was at Fosdem this year and there was a great talk from Christophe Pettus with the title &#8220;PostgreSQL as a Schemaless Database&#8221;:<br />
<a href="https://wiki.postgresql.org/images/b/b4/Pg-as-nosql-pgday-fosdem-2013.pdf" rel="nofollow">https://wiki.postgresql.org/images/b/b4/Pg-as-nosql-pgday-fosdem-2013.pdf</a></p>
<p>And in this comparison PostrgeSQL wins against MongoDB. I&#8217;m sure there are other comparisons where PostrgreSQL losses, but the point is that it&#8217;s not always the truth that schemaless databases are faster or better than traditionally databases.</p>
<p>And some time ago there was a blog post by Armin Ronacher (a well known Python guy) with the title &#8220;SQL is Agile&#8221;:<br />
<a href="http://lucumr.pocoo.org/2012/12/29/sql-is-agile/" rel="nofollow">http://lucumr.pocoo.org/2012/12/29/sql-is-agile/</a><br />
It&#8217;s really worth to read it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YOBA</title>
		<link>http://sixgun.org/linuxoutlaws/298#comment-18291</link>
		<dc:creator>YOBA</dc:creator>
		<pubDate>Sun, 10 Feb 2013 22:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://sixgun.org/?p=2191#comment-18291</guid>
		<description><![CDATA[Bit further into the episode now, in which Dan and Fab poke fun at Fedora web servers.

Lichess actually runs on Arch Linux.

A server.

Running Arch Linux.

What do I win?]]></description>
		<content:encoded><![CDATA[<p>Bit further into the episode now, in which Dan and Fab poke fun at Fedora web servers.</p>
<p>Lichess actually runs on Arch Linux.</p>
<p>A server.</p>
<p>Running Arch Linux.</p>
<p>What do I win?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YOBA</title>
		<link>http://sixgun.org/linuxoutlaws/298#comment-18290</link>
		<dc:creator>YOBA</dc:creator>
		<pubDate>Sun, 10 Feb 2013 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixgun.org/?p=2191#comment-18290</guid>
		<description><![CDATA[The greatest chess site in the universe - http://lichess.org - uses the Play framework. It has an HTML5 (as FUCK) frontend and is generally all about the web. It used to be written in PHP but PHP did not scale very well. The developer rewrote the whole back-end from scratch in Scala using the Play 2.0 framework and hasn&#039;t had a problem since. It must be quite good then! The server shifts through enormous amounts of data, especially when we&#039;re talking about computer analysis of games and the automatic PGN export function.

This is a bit of a stretch, but mind putting in a plug for Lichess in the next episode? It&#039;s thoroughly open source (and will always be: http://en.lichess.org/wiki/Lichess-Wiki) and it has one of the best communities of all chess sites (unlike the unfortunately over-popular chess.com). It is completely platform-independent (HTML5 is the future!!11!1oneone), has no ads and a great, vibrant community. It has also been translated in 58 languages and people who speak languages other than English are very much present.

So yeah, that&#039;s my request, if you&#039;d do that I&#039;ll love you forever. :)]]></description>
		<content:encoded><![CDATA[<p>The greatest chess site in the universe &#8211; <a href="http://lichess.org" rel="nofollow">http://lichess.org</a> &#8211; uses the Play framework. It has an HTML5 (as FUCK) frontend and is generally all about the web. It used to be written in PHP but PHP did not scale very well. The developer rewrote the whole back-end from scratch in Scala using the Play 2.0 framework and hasn&#8217;t had a problem since. It must be quite good then! The server shifts through enormous amounts of data, especially when we&#8217;re talking about computer analysis of games and the automatic PGN export function.</p>
<p>This is a bit of a stretch, but mind putting in a plug for Lichess in the next episode? It&#8217;s thoroughly open source (and will always be: <a href="http://en.lichess.org/wiki/Lichess-Wiki" rel="nofollow">http://en.lichess.org/wiki/Lichess-Wiki</a>) and it has one of the best communities of all chess sites (unlike the unfortunately over-popular chess.com). It is completely platform-independent (HTML5 is the future!!11!1oneone), has no ads and a great, vibrant community. It has also been translated in 58 languages and people who speak languages other than English are very much present.</p>
<p>So yeah, that&#8217;s my request, if you&#8217;d do that I&#8217;ll love you forever. <img src='http://sixgun.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
