<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Uncommented | Holger Arendt</title>
    <link>http://www.holgerarendt.de/uncommented</link>
    <description>just links, no comments</description>
    <item>
      <title>cloudkick | blog: 4 Months with Cassandra, a love story</title>
      <link>http://www.holgerarendt.de/uncommented/#3061</link>
      <description> [tags: cassandra nosql]</description>
      <pubDate>Wed, 03 Mar 2010 16:51:43 +0100</pubDate>
    </item>
    <item>
      <title>PiCloud | Cloud Computing. Simplified.</title>
      <link>http://www.holgerarendt.de/uncommented/#3060</link>
      <description> [tags: ]</description>
      <pubDate>Mon, 01 Mar 2010 14:28:03 +0100</pubDate>
    </item>
    <item>
      <title>Notes from a production MongoDB deployment</title>
      <link>http://www.holgerarendt.de/uncommented/#3059</link>
      <description> [tags: mongodb]</description>
      <pubDate>Mon, 01 Mar 2010 14:13:42 +0100</pubDate>
    </item>
    <item>
      <title>Blog rolling with mongoDB, express and Node.js - How To Node</title>
      <link>http://www.holgerarendt.de/uncommented/#3058</link>
      <description>In this article I hope to take you through the steps required to get a fully-functional (albeit feature-light) persistent blogging system running on top of node.  The technology stack that we'll be using will be node + express + mongoDB all of which are exciting, fast and highly scalable. You'll also get to use haml-js and sass.js for driving the templated views and styling! [tags: node.js mongodb]</description>
      <pubDate>Mon, 22 Feb 2010 16:06:41 +0100</pubDate>
    </item>
    <item>
      <title>Sammy.js, CouchDB, and the new web architecture</title>
      <link>http://www.holgerarendt.de/uncommented/#3057</link>
      <description>Welcome to the new world. HTTP Databases and JSON Storage. The simple act of making the database and the browser more powerful on either end has destroyed the need for the middle tier. In the new architecture, Our database (JSON/HTTP based: CouchDB, Cloudkit) serves data as JSON directly to the browser. On the browser side we create a much smaller/tighter ?controller? layer with JavaScript. This handles the directing of the user to the right place, the displaying of the data to the user, and the conversion of user interaction into state + data. This middle piece is jQuery + Sammy.js. [tags: javascript couchdb web]</description>
      <pubDate>Mon, 22 Feb 2010 14:02:59 +0100</pubDate>
    </item>
    <item>
      <title>sammy.js</title>
      <link>http://www.holgerarendt.de/uncommented/#3056</link>
      <description>Working heavily with Sinatra, I realized that the simple route definitions and structure it provided could be a great fit with jQuery/JavaScript. Not only does it allow you to respond to specific URLs, but utilizing the URL hash (#) you can create single page applications that still respond to the back button in your browser (ala Gmail). [tags: javascript web couchdb]</description>
      <pubDate>Mon, 22 Feb 2010 14:00:04 +0100</pubDate>
    </item>
    <item>
      <title>node-mongodb</title>
      <link>http://www.holgerarendt.de/uncommented/#3055</link>
      <description>This is an attempt at MongoDB bindings for Node. [tags: javascript mongodb nosql node]</description>
      <pubDate>Mon, 22 Feb 2010 09:53:52 +0100</pubDate>
    </item>
    <item>
      <title>What is Coder IO? (or How I Met Your Mother) </title>
      <link>http://www.holgerarendt.de/uncommented/#3054</link>
      <description> What is this?  This is a &quot;behind the scenes&quot; blog for coder.io, a soon to be launched site for programmers. What is Coder IO? (or How I Met Your Mother) In which I explain what coder.io is by looking at how to learn and keep up to date with a new developer related technology. [tags: work mongodb]</description>
      <pubDate>Sun, 21 Feb 2010 20:40:18 +0100</pubDate>
    </item>
    <item>
      <title>Raphael JavaScript Library</title>
      <link>http://www.holgerarendt.de/uncommented/#3053</link>
      <description> Rapha? is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.  Rapha? uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later [tags: javascript svg graphics web]</description>
      <pubDate>Fri, 19 Feb 2010 14:51:52 +0100</pubDate>
    </item>
    <item>
      <title>Jilion - SublimeVideo</title>
      <link>http://www.holgerarendt.de/uncommented/#3052</link>
      <description>html5 video player [tags: html5 video web]</description>
      <pubDate>Fri, 19 Feb 2010 14:44:51 +0100</pubDate>
    </item>
    <item>
      <title>gource</title>
      <link>http://www.holgerarendt.de/uncommented/#3051</link>
      <description>Gource is a software version control visualization tool.  Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.  [tags: visualization git svn ]</description>
      <pubDate>Tue, 09 Feb 2010 16:22:10 +0100</pubDate>
    </item>
    <item>
      <title>Tahoe-LAFS: a P2P filesystem that lets you use the cloud without trusting it</title>
      <link>http://www.holgerarendt.de/uncommented/#3050</link>
      <description>Tahoe-LAFS is a p2p filesystem. You pool your spare hard drive space together with that of your friends. This forms a distributed filesystem which endures even if some of your friends' computers are unreachable. Everything is automatically encrypted, so backing up your files onto the distributed filesystem doesn't necessarily mean sharing the files with your friends. But, it is easy to share specific files or directories with specific friends.  It comes with a command-line interface and a web interface. If you choose, you can allow remote HTTP clients to connect to the web interface. [tags: p2p filesystem cloud]</description>
      <pubDate>Sun, 07 Feb 2010 20:47:03 +0100</pubDate>
    </item>
    <item>
      <title>Facebook Developers | HipHop for PHP: Move Fast</title>
      <link>http://www.holgerarendt.de/uncommented/#3049</link>
      <description>HipHop for PHP isn't technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your PHP source code into highly optimized C++ and then uses g++ to compile it. HipHop executes the source code in a semantically equivalent manner and sacrifices some rarely used features ? such as eval() ? in exchange for improved performance. [tags: php cpp]</description>
      <pubDate>Fri, 05 Feb 2010 17:40:18 +0100</pubDate>
    </item>
    <item>
      <title>Determine uncompressed size of GZIP file </title>
      <link>http://www.holgerarendt.de/uncommented/#3048</link>
      <description>If you want to determine the uncompressed size of a gzip file from within a program, you can extract to original file size from the gzip file. This size is stored in the last 4 bytes of the file. This will only provide the correct value if the compressed file was smaller than 4 Gb. [tags: java gzip]</description>
      <pubDate>Fri, 05 Feb 2010 12:52:19 +0100</pubDate>
    </item>
    <item>
      <title>CouchDB: The Definitive Guide</title>
      <link>http://www.holgerarendt.de/uncommented/#3047</link>
      <description> This is the home of a free O?Reilly Media book about Apache CouchDB.  The book is designed to guide you gently through using CouchDB with clear but practical scenarios. We progressively showcase key features, starting with simple document CRUD, working through to advanced MapReduce, and culminate with deployment tuning for performance and reliability.  [tags: nosql]</description>
      <pubDate>Tue, 02 Feb 2010 17:43:41 +0100</pubDate>
    </item>
    <item>
      <title>Fork-Join Development in Java SE</title>
      <link>http://www.holgerarendt.de/uncommented/#3046</link>
      <description>This article presents an embarrassingly parallel fork-join approach that works well for everyday, multi-core applications in Java [tags: java]</description>
      <pubDate>Tue, 02 Feb 2010 17:42:49 +0100</pubDate>
    </item>
    <item>
      <title>The New Hotness: Using CSS3 Visual Effects - Smashing Magazine</title>
      <link>http://www.holgerarendt.de/uncommented/#3045</link>
      <description>In this final article of the series, we?ll really get into it and use CSS3 visual effects to push the envelope. [tags: css web]</description>
      <pubDate>Thu, 28 Jan 2010 12:57:55 +0100</pubDate>
    </item>
    <item>
      <title>Introducing Akka - Simpler Scalability, Fault-Tolerance, Concurrency &amp; Remoting through Actors</title>
      <link>http://www.holgerarendt.de/uncommented/#3044</link>
      <description> [tags: scala actors stm akka]</description>
      <pubDate>Mon, 25 Jan 2010 15:16:37 +0100</pubDate>
    </item>
    <item>
      <title>A New Way to Think of Data Storage for Your Enterprise Application | Javalobby</title>
      <link>http://www.holgerarendt.de/uncommented/#3043</link>
      <description>A couple of posts earlier I had blogged about a real life case study of one of our projects where we are using a SQL store (Oracle) and a NoSQL store (MongoDB) in combination over a message based backbone. MongoDB was used to cater to a very specific subset of the application functionality, where we felt it made a better fit than a traditional RDBMS. This hybrid architecture of data organization is turning out to be an increasingly attractive option today with more and more specialized persistent storage structures being developed [tags: nosql scala actors messaging]</description>
      <pubDate>Mon, 25 Jan 2010 15:09:37 +0100</pubDate>
    </item>
    <item>
      <title>Clients From Hell</title>
      <link>http://www.holgerarendt.de/uncommented/#3042</link>
      <description>A collection of anonymously contributed client horror stories from designers. [tags: work fun]</description>
      <pubDate>Thu, 14 Jan 2010 16:51:21 +0100</pubDate>
    </item>
  </channel>
</rss>