<?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>2010-03-12T10:51:34-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/start?rev=1264270386&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/sqlite?rev=1248782279&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/libevent?rev=1235972073&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/sphinx?rev=1234041615&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/zlib?rev=1234041265&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/spread?rev=1224975061&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.spiteful.com/dd/wishlist?rev=1218471782&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/start?rev=1264270386&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-23T11:13:06-07:00</dc:date>
        <title>start</title>
        <link>http://www.spiteful.com/dd/start?rev=1264270386&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/sqlite?rev=1248782279&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-28T05:57:59-07:00</dc:date>
        <title>sqlite</title>
        <link>http://www.spiteful.com/dd/sqlite?rev=1248782279&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/libevent?rev=1235972073&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-01T22:34:33-07:00</dc:date>
        <title>libevent</title>
        <link>http://www.spiteful.com/dd/libevent?rev=1235972073&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/sphinx?rev=1234041615&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-07T14:20:15-07:00</dc:date>
        <title>sphinx - created</title>
        <link>http://www.spiteful.com/dd/sphinx?rev=1234041615&amp;do=diff</link>
        <description>Overview

Sphinx Search, an open source tool for indexing and searching data.  Works well with MySQL.

Case Studies

	*  Used by Craigslist and many other sites.

Gotchas

	*  Be sure to use the debug version (./configure --with-debug) when you first start evaluating it.  What might turn into silent corruption in the production version is likely to crash in debug.  
	*  It uses crc32 values instead of storing the actual words in its index.  Once you get over a few hundred thousand words, collisi…</description>
    </item>
    <item rdf:about="http://www.spiteful.com/dd/zlib?rev=1234041265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-07T14:14:25-07:00</dc:date>
        <title>zlib - Added link to uncompress docs</title>
        <link>http://www.spiteful.com/dd/zlib?rev=1234041265&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/spread?rev=1224975061&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-25T16:51:01-07:00</dc:date>
        <title>spread - created</title>
        <link>http://www.spiteful.com/dd/spread?rev=1224975061&amp;do=diff</link>
        <description>One thing not mentioned in the spread documentation is that spread broadcasts all traffic to all daemons, whether they are subscribed to a group or not. (The docs always claim how efficient spread is, but IMHO conviniently skirt this issue)</description>
    </item>
    <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-07: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>
</rdf:RDF>
