<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>Robotize ME!</title>
  <link href="http://www.robotizeme.com/blog//atom.xml" rel="self"/>
  <link href="http://www.robotizeme.com/blog//"/>
  <updated>2011-10-03T22:43:29-04:00</updated>
  <id>http://www.robotizeme.com/blog//</id>
  <author>
    <name>Your Name</name>
    
  </author>

  
  <entry>
    <title>Hiatus</title>
    <link href="http://www.robotizeme.com/blog//2008/07/hiatus.html"/>
    <updated>2008-07-24T11:40:22-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/hiatus</id>
    <content type="html">I&amp;#8217;ve taken a brief hiatus from Robotize me to check out another web server: Hiawatha. Its pretty nice - very small and feature packed.&lt;br /&gt;&lt;br /&gt;I&amp;#8217;ve also been doing some hosting work with mysql-proxy and varnish, which are very nice services. I&amp;#8217;m planning to integrate those into the &lt;a href=&quot;http://www.mindeb.com/blog/&quot;&gt;mindeb&lt;/a&gt;, &lt;a href=&quot;http://www.nodows.com/blog/&quot;&gt;nodows&lt;/a&gt;, and &lt;a href=&quot;http://www.hypermagnet.com/blog/&quot;&gt;hypermagnet&lt;/a&gt; projects I&amp;#8217;m also working on. &lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>RobotizeME License</title>
    <link href="http://www.robotizeme.com/blog//2008/07/robotizeme-license.html"/>
    <updated>2008-07-17T21:32:22-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/robotizeme-license</id>
    <content type="html">I&amp;#8217;ve chosen the license for Robotize Me - BSD:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Copyright (c) 2008, Savonix Corporation&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Redistribution and use in source and binary forms, with or without&lt;br /&gt;&amp;nbsp;modification, are permitted provided that the following conditions are met:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;* Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;&amp;nbsp;&amp;nbsp; list of conditions and the following disclaimer.&lt;br /&gt;&amp;nbsp;* Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;&amp;nbsp;&amp;nbsp; this list of conditions and the following disclaimer in the documentation&lt;br /&gt;&amp;nbsp;&amp;nbsp; and/or other materials provided with the distribution.&lt;br /&gt;&amp;nbsp;* Neither the name of Savonix nor the names of its contributors may be used to&lt;br /&gt;&amp;nbsp;&amp;nbsp; endorse or promote products derived from this software without specific&lt;br /&gt;&amp;nbsp;&amp;nbsp; prior written permission.&lt;br /&gt;&lt;br /&gt;THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;#8220;AS IS&amp;#8221; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>tDom ranks high</title>
    <link href="http://www.robotizeme.com/blog//2008/07/tdom-ranks-high.html"/>
    <updated>2008-07-13T22:25:44-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/tdom-ranks-high</id>
    <content type="html">After spending some time getting &lt;a href=&quot;http://www.robotizeme.com/blog/2008/07/nsxml-works.html&quot;&gt;nsxml.c to work&lt;/a&gt;, I&amp;#8217;ve revisited &lt;a href=&quot;http://www.tdom.org/domDoc.html&quot;&gt;tdom&lt;/a&gt; for parsing the fence file, and it works great!&lt;br /&gt;&lt;br /&gt;I may end up reverting everything back to nsxml.c, but I like that nsxml.c is an internal component for AOL Server. There&amp;#8217;s something quite cool about that.&lt;br /&gt;&lt;br /&gt;Anyway, I also heard back from &lt;a href=&quot;http://www.docunext.com/blog/2008/07/12/ld-cannot-find-lgcc_s/&quot;&gt;Dossy about my nsmysql.c question&lt;/a&gt;. I took the suggestion of installing libmysqlclient14 and -dev, but still no go. I was surprised I had to go all the way back to sarge to get those libs on lenny. I responded back to Dossy with thanks for the quick response, as wel as a follow-up question: does it make sense to try and update the bindings to libmysqlclient15?&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>PostgreSQL</title>
    <link href="http://www.robotizeme.com/blog//2008/07/postgresql.html"/>
    <updated>2008-07-12T23:32:08-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/postgresql</id>
    <content type="html">After struggling with nsmysql for a few days, I gave up and tried the somewhat foreign (to me) postgres driver. So far it works great, and it worked out of the box which is nice.&lt;br /&gt;&lt;br /&gt;And since Robotize ME! is certainly a discourse in new tidings, I&amp;#8217;ve decided to use Postgres as the database of choice for now.&lt;br /&gt;&lt;br /&gt;Now to get some actual queries going!&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>nsxml Works!</title>
    <link href="http://www.robotizeme.com/blog//2008/07/nsxml-works.html"/>
    <updated>2008-07-10T21:23:54-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/nsxml-works</id>
    <content type="html">We&amp;#8217;re good to go. I got nsxml.c to load a file directly. Now its time to clean up the code. &lt;br /&gt;&lt;br /&gt;TODO:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Use ns_xml &lt;b&gt;file&lt;/b&gt; syntax&lt;/li&gt;&lt;li&gt;Remove 1.x syntax and documentation&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Remove unused code&lt;/li&gt;&lt;li&gt;Clean up documentation&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;
</content>
  </entry>
  
  <entry>
    <title>First the Good News about ns_xml</title>
    <link href="http://www.robotizeme.com/blog//2008/07/first-the-good-news-about-ns-x.html"/>
    <updated>2008-07-10T09:19:31-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/first-the-good-news-about-ns-x</id>
    <content type="html">The good news about ns_xml is that its fast. In general, I&amp;#8217;m quite impressed with how quick AOL Server is, but the raw, off-the-cuff speed measurements I&amp;#8217;m getting with ns_xml are great.&lt;br /&gt;&lt;br /&gt;The bad news is that the module needs some serious work. Its a bit dated - looks like the last work done on it was about 5 years ago. There are a few &amp;#8220;must haves&amp;#8221; missing - like the ability to directly parse and XSL file, instead of an XSL string.&lt;br /&gt;&lt;br /&gt;Now back to good news! This is a great opportunity for me to learn some more C. I&amp;#8217;ve been dabbling a little here and there, and I&amp;#8217;m quite familiar with libxslt, so it should go along fairly well.&lt;br /&gt;&lt;br /&gt;A side note - its possible that with the speed of ns_xml matched with the solid threading of tcl and the database pooling of AOL Server, this could be a &lt;b&gt;very good application server&lt;/b&gt;!&lt;br /&gt;&lt;br /&gt;How cool would that be to be able to run apps on PHP, Python, perl, and wait for it&amp;#8230; tcl!??!&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>Progress with TCL</title>
    <link href="http://www.robotizeme.com/blog//2008/07/progress-with-tcl.html"/>
    <updated>2008-07-09T19:38:04-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/progress-with-tcl</id>
    <content type="html">I think I&amp;#8217;m finally starting to make some progress with TCL. Its quite different than the other scripting languages that I&amp;#8217;m used to (PHP, perl, python), so its going to take a little bit of getting used to. Thankfully its fairly simple in its nature. :-)&lt;br /&gt;&lt;br /&gt;At the same time I&amp;#8217;ve been exploring the tcl API available from AOL Server, and there is a lot of handy stuff. I&amp;#8217;m surprised that its not more popular as as web application development platform.&lt;br /&gt;
</content>
  </entry>
  
  <entry>
    <title>Robotizer</title>
    <link href="http://www.robotizeme.com/blog//2008/07/robotizer.html"/>
    <updated>2008-07-07T16:59:20-04:00</updated>
    <id>http://www.robotizeme.com/blog//2008/07/robotizer</id>
    <content type="html">Thanks for stopping by. Just launched! More to come&amp;#8230;
</content>
  </entry>
  
</feed>

