<rss version="2.0">
  <channel>
    <title>Lobster Technologies</title>
    <link>http://lobstertech.com/</link>
    <description>
      <span>Lobster Technologies is a personal blog dedicated to the
        publication of original open source software (generally
        pertaining to telecommunications) as well as other forms of
        free technical information and research.</span>
    </description>
    <item>
      <title>
        <span>LobsterBlog</span>
      </title>
      <description>
        <span>LobsterBlog is a command line tool meant to simplify the
          process of writing technical articles in HTML5.  LobsterBlog
          functions similar to a compiler, taking care of tedious
          tasks (graphs,  \LaTeX , etc.) by
          transforming well-defined content (and source code files)
          into highly accessible, beautful web pages you'll feel proud
          to publish online.</span>
      </description>
      <link>http://lobstertech.com/lobsterblog.html</link>
    </item>
    <item>
      <title>
        <span>Tokyo Tyrant Protocol Vulnerability</span>
      </title>
      <description>
        <span>A remotely exploitable security flaw was discovered for
        Tokyo Tyrant (a distributed, persistent key/value store
        database.)  Tokyo Tyrant client connections are vulnerable to
        command-injection when values exceed 32 kilobytes in size,
        putting at risk any application or website that uses Tokyo
        Tyrant to store network data.  For example, someone could
        leave a comment on your blog that steals all your data,
        modifies database content, ejects your server's CDROM drive,
        and then proceed to destroy all the data and the server
        itself.</span>
      </description>
      <link>http://lobstertech.com/tokyo_tyrant_security_vulnerability.html</link>
    </item>
    <item>
      <title>
        <span>Asterisk Voice Changer</span>
      </title>
      <description>
        <span>This program is a voice changer module for  Asterisk . This allows
          you to change the pitch of your voice in real time when
          placing phone calls. Contrary to the claims of for-profit
          service providers using this software, it is not intended to
          change the gender of your voice as no formant adjustments
          are implemented. It does however do an excellent job of
          making you sound really creepy on the phone and oftentimes
          unrecognizable. Furthermore this software is not intended to
          offer enhance your privacy or anonymity as pitch shifting
          may be easily reversed.
         
        exten =&gt; 666,1,Set(CALLERID(all)=${ALICE})
        exten =&gt; 666,2,VoiceChanger(-5.0)
        exten =&gt; 666,3,Dial(SIP/voip-company/${BOB}|30|g)
        exten =&gt; 666,4,StopVoiceChanger() ; not required</span>
      </description>
      <link>http://lobstertech.com/voice_changer.html</link>
    </item>
    <item>
      <title>
        <span>Fabulous</span>
      </title>
      <description>
        <span>Fabulous is a Python library designed to make the output of
          terminal applications look  fabulous .  Fabulous
          allows you to print colors, images, and stylized text to the
          console (without curses.) Fabulous also offers features to
          improve the usability of Python's standard logging system.</span>
      </description>
      <link>http://lobstertech.com/fabulous.html</link>
    </item>
    <item>
      <title>
        <span>Making Sense of Python Unicode</span>
      </title>
      <description>
        <span>There are many Unicode tutorials available for Python, but few
          offer an understanding of how Unicode works or how it's applied in
          the real world.  This tutorial will teach you what you need to
          know about Unicode by example, as succinctly as possible.</span>
      </description>
      <link>http://lobstertech.com/python_unicode.html</link>
    </item>
  </channel>
</rss>

