<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.spiteful.com/dd/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.spiteful.com/dd/feed.php">
        <title>Dev Diligence</title>
        <description></description>
        <link>http://www.spiteful.com/dd/</link>
        <image rdf:resource="http://www.spiteful.com/dd/lib/images/favicon.ico" />
       <dc:date>2008-08-28T10:55:26-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/wishlist?rev=1218471782&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/sqlite?rev=1218471335&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/zlib?rev=1218412881&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/libevent?rev=1215734970&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/memcached?rev=1215732532&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/start?rev=1209487423&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/firebug?rev=1209419104&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/libgd?rev=1209394708&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.spiteful.com/dd/lib/images/favicon.ico">
        <title>Dev Diligence</title>
        <link>http://www.spiteful.com/dd/</link>
        <url>http://www.spiteful.com/dd/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.spiteful.com/dd/wishlist?rev=1218471782&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-11T10:23:02-06:00</dc:date>
        <title>wishlist</title>
        <link>http://www.spiteful.com/dd/wishlist?rev=1218471782&amp;do=diff</link>
        <description>Here are some examples of things I'd love to see pages about.  If you have experience with any of these, please take a few moments to write them down.  For new pages, use this template.  Do you want to learn more about a technology that isn't mentioned here?  Feel free to add it.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/sqlite?rev=1218471335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-11T10:15:35-06:00</dc:date>
        <title>sqlite</title>
        <link>http://www.spiteful.com/dd/sqlite?rev=1218471335&amp;do=diff</link>
        <description>Overview

 SQLite is a C library that implements a self-contained, serverless SQL database engine. Data is stored in a single file per database. Permissions are left completely to the filesysem. SQLite is popular for embedded and single-user applications. There is also a command-line client program.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/zlib?rev=1218412881&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-10T18:01:21-06:00</dc:date>
        <title>zlib</title>
        <link>http://www.spiteful.com/dd/zlib?rev=1218412881&amp;do=diff</link>
        <description>zlib is a free and easy to use library for compressing data.  



Case Studies

	*  Used by FolderShare to compress peer to peer transfers between OSX, Linux, and Win32 machines of files up to 4GB.  Compression was automatically disabled for media that was already compressed (photos, music, etc).</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/libevent?rev=1215734970&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-10T18:09:30-06:00</dc:date>
        <title>libevent</title>
        <link>http://www.spiteful.com/dd/libevent?rev=1215734970&amp;do=diff</link>
        <description>Overview

 libevent is a cross platform library that abstracts out the different notification APIs (specifically, /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4)).  It also supports triggering events due to timeouts or signals.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/memcached?rev=1215732532&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-10T17:28:52-06:00</dc:date>
        <title>memcached</title>
        <link>http://www.spiteful.com/dd/memcached?rev=1215732532&amp;do=diff</link>
        <description>Overview

memcached is an in-memory caching layer that is used by many websites to improve performance.  Brad Fitzpatrick originally wrote it to help LiveJournal scale.

Case Studies

	*  Facebook uses and contributes to memcached.  As of April, 2008, Facebook was using 805 memcached servers.  From the same source, Wikipedia was using 79, Flickr 14, and Fotolog 40.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/start?rev=1209487423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-29T10:43:43-06:00</dc:date>
        <dc:creator>Tom Kleinpeter</dc:creator>
        <title>start - Added links to some existing content</title>
        <link>http://www.spiteful.com/dd/start?rev=1209487423&amp;do=diff</link>
        <description>Are You a Developer or Tester?

Have you ever had a hard time deciding if a library or tool is going to work once you really start using it?  This wiki exists to help developers research their options and/or document problems that have wasted their time in the past.  Check out Tom's blog post for a longer introduction, or look at jquery, sqlite, or zlib to see some examples.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/firebug?rev=1209419104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T15:45:04-06:00</dc:date>
        <dc:creator>Jonathan Tang</dc:creator>
        <title>firebug</title>
        <link>http://www.spiteful.com/dd/firebug?rev=1209419104&amp;do=diff</link>
        <description>Overview

 Firebug is a Firefox add-on for debugging JavaScript and analyzing HTML, CSS, and the DOM.

Gotchas

	*  Minified JS files can result in incorrect function names in the Firebug error console and profiler.  Presumably other compression schemes also cause problems, but JSMin is known for being reliable and yet still produces erroneous tracebacks.</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/libgd?rev=1209394708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T08:58:28-06:00</dc:date>
        <dc:creator>Tom Kleinpeter</dc:creator>
        <title>libgd</title>
        <link>http://www.spiteful.com/dd/libgd?rev=1209394708&amp;do=diff</link>
        <description>Overview

libgd is an open source library that allows developers to dynamically generate images.  It is integrated with PHP.  

Case Studies

	*  Audiogalaxy.com used it to build graphs of music popularity over time.  We also used it to chart internal statistics.</description>
    </item>
</rdf:RDF>
