<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:cjcollier</id>
  <title>The Pædantic Programmer's LiveJournal</title>
  <subtitle>C.J. Adams-Collier</subtitle>
  <author>
    <name>C.J. Adams-Collier</name>
  </author>
  <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom"/>
  <updated>2009-11-20T21:00:45Z</updated>
  <lj:journal userid="969763" username="cjcollier" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://cjcollier.livejournal.com/data/atom" title="The Pædantic Programmer's LiveJournal"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:250308</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/250308.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=250308"/>
    <title>building unmodified_drivers</title>
    <published>2009-11-20T20:55:59Z</published>
    <updated>2009-11-20T21:00:45Z</updated>
    <category term="xen"/>
    <category term="free software"/>
    <category term="linux"/>
    <category term="novell"/>
    <category term="debian"/>
    <category term="software"/>
    <category term="virtualization"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=653"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=653#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This is the gist of it:&lt;/p&gt;
&lt;p&gt;$ cd /usr/src/&lt;br /&gt;
# $ sudo chmod a+rwx .&lt;br /&gt;
$ wget ftp://ftp.suse.com/pub/projects/kernel/kotd/SLE11_BRANCH/src/kernel-source-2.6.27.39-0.0.0.25.15a4c6f.src.rpm&lt;br /&gt;
$ alien -tg kernel-source-2.6.27.39-0.0.0.25.15a4c6f.src.rpm&lt;br /&gt;
$ cd kernel-source-2.6.27.39&lt;br /&gt;
$ tar xfj linux-2.6.27.tar.bz2&lt;br /&gt;
$ for f in patches.*.tar.bz2; do&lt;br /&gt;
          tar xfj $f || break;&lt;br /&gt;
        done&lt;br /&gt;
$ for p in $(./guards x86_64 &amp;lt; series.conf); do&lt;br /&gt;
    patch -d linux-2.6.27 -p1 &amp;lt; $p || break&lt;br /&gt;
  done&lt;br /&gt;
$ cd linux-2.6.27&lt;br /&gt;
$ fakeroot make-kpkg debian&lt;br /&gt;
$ fakeroot make-kpkg build&lt;br /&gt;
$ sudo make install modules_install&lt;br /&gt;
$ cd /usr/src&lt;br /&gt;
$ hg clone http://xenbits.xen.org/xen-unstable.hg&lt;br /&gt;
$ cd xen-unstable.hg/unmodified_drivers/linux-2.6&lt;br /&gt;
$ XEN=/usr/src/xen-unstable.hg/xen XL=/usr/src/kernel-source-2.6.27.39/linux-2.6.27 ./mkbuildtree x86_64&lt;br /&gt;
$ make -C /usr/src/kernel-source-2.6.27.39/linux-2.6.27 M=$PWD modules&lt;br /&gt;
$ sudo make -C /usr/src/kernel-source-2.6.27.39/linux-2.6.27 M=$PWD modules_install&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:249911</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/249911.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=249911"/>
    <title>Hi</title>
    <published>2009-11-14T04:37:01Z</published>
    <updated>2009-11-14T04:37:01Z</updated>
    <category term="uncategorized"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=652"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=652#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I&amp;#8217;m posting from my new android 1.6 Cyanogen.  Nifty, eh?&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:249625</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/249625.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=249625"/>
    <title>Xen PV network driver</title>
    <published>2009-11-13T18:36:38Z</published>
    <updated>2009-11-13T18:36:38Z</updated>
    <category term="xen"/>
    <category term="hardware"/>
    <category term="linux"/>
    <category term="debian"/>
    <category term="virtualization"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=649"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=649#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I haven&amp;#8217;t used Xen HVM until recently.  When I was at Amazon and&lt;br /&gt;
hanging with the Xen provisioning folks, I recall complaints about the&lt;br /&gt;
performance of network drivers on HVM instances.  I&amp;#8217;ve recently&lt;br /&gt;
discovered that this was due to the use of the ioemu virtual interface&lt;br /&gt;
(vif) system.  In paravirtualized environments, Xen vif devices are&lt;br /&gt;
more efficient because the guest kernel can talk to the hypervisor to&lt;br /&gt;
schedule I/O.  In hardware virtualized environments, the hypervisor&lt;br /&gt;
emulates the back end of a common network driver and the guest uses it&lt;br /&gt;
as if it is the real thing.&lt;/p&gt;
&lt;p&gt;The Xen team (or was it RedHat?) patched the 2.6.18 kernel such that&lt;br /&gt;
HVM guests got the best of both worlds.  The guest ran in a HVM&lt;br /&gt;
environment, but also had a way of talking with the hypervisor by way&lt;br /&gt;
of the xen-vnif kernel driver&lt;br /&gt;
(kernel/drivers/xenpv_hvm/netfront/xen-vnif.ko).&lt;/p&gt;
&lt;p&gt;I may not be looking in the right places, but I can&amp;#8217;t seem to find&lt;br /&gt;
such a paravirtualized network driver for any kernels more recent than&lt;br /&gt;
2.6.18.  This has recently become a bit of an issue, since karmic (and probably sid)&lt;br /&gt;
depends on udev 145, which depends on signalfd, and thus won&amp;#8217;t run on&lt;br /&gt;
kernels before (something like) 2.6.25.&lt;/p&gt;
&lt;p&gt;Unless I miss my guess (which is quite possible =]), this means one of&lt;br /&gt;
the following needs to happen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;signalfd needs to be back-ported to the 2.6.18 xen kernel&lt;/li&gt;
&lt;li&gt;xen-vnif needs to be forward-ported to &amp;gt;= 2.6.25&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Has this already happened?  Am I missing something?&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:249591</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/249591.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=249591"/>
    <title>A quick update &amp;#8211; I&amp;#8217;m a grad student!</title>
    <published>2009-10-11T16:38:31Z</published>
    <updated>2009-10-11T16:38:31Z</updated>
    <category term="git"/>
    <category term="language"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="c.j. insider"/>
    <category term="debian"/>
    <category term="ironpython"/>
    <category term="perl"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=647"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=647#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hey all!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m sorry I haven&amp;#8217;t been very active with my packages recently.  I all-of-a-sudden started grad school and have been swamped with studying.  I also started a contract and have been busy trying to learn a new codebase while contributing something other than snark.&lt;/p&gt;
&lt;p&gt;I promise I&amp;#8217;ll get back to packaging IronRuby and IronPython on Mono for Debian as soon as things start settling down.  Getting an A in the class is higher priority, though, sorry&amp;#8230;&lt;/p&gt;
&lt;p&gt;Don&amp;#8217;t worry.  I haven&amp;#8217;t forgotten about you ;)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;C.J.&lt;/p&gt;
&lt;p&gt;PS, I am implementing a Perl library to exercise my understanding of the class.  You can follow along at the search.cpan.org page for &lt;a href="http://search.cpan.org/~cjcollier/Lingua-HPSG/lib/Lingua/HPSG.pm"&gt;Lingua::HPSG&lt;/a&gt; or by cloning the git repo:&lt;/p&gt;
&lt;p&gt;$ git clone git://karma.colliertech.org/colliertech/langparser&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:249340</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/249340.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=249340"/>
    <title>Well, that was an eventful day!</title>
    <published>2009-09-12T14:37:26Z</published>
    <updated>2009-09-12T18:11:55Z</updated>
    <category term="git"/>
    <category term="autotools"/>
    <category term="telephony"/>
    <category term="frontalot"/>
    <category term="free software"/>
    <category term="c.j. insider"/>
    <category term="android"/>
    <category term="ironpython"/>
    <category term="mono"/>
    <category term="language"/>
    <category term="maxdb"/>
    <category term="family"/>
    <category term="python"/>
    <category term="friends"/>
    <category term="mysql"/>
    <category term="sun"/>
    <category term="dlr"/>
    <category term="microsoft"/>
    <category term="mariadb"/>
    <category term="politics"/>
    <category term="social networking"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=638"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=638#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;*whew* I did a bunch of things yesterday.  We took our kindergärtner to her first Friday at her new school (and were about 10 minutes tardy.  oops).  We then took our toddler to a nearby playground with swings and slides and let her expend some energy.  After she had been sufficiently exercised, we walked back home, stopping at a coffee shop on the way.  The baristo (you call male baristas &amp;#8220;baristos,&amp;#8221; right? :) ) recognized my &lt;a href="http://en.wikipedia.org/wiki/MC_Frontalot"&gt;MC Frontalot&lt;/a&gt; shirt and asked whether I had caught him the previous weekend at &lt;a href="http://www.paxsite.com/"&gt;PAX&lt;/a&gt;.  Unfortunately, I have not attended PAX since 2006, but I *did* purchase the tee directly from The Front himself ;)&lt;/p&gt;
&lt;p&gt;When we got home, I worked a bit on an English Language parser &lt;a href="git://karma.colliertech.org/colliertech/langparser"&gt;implementation&lt;/a&gt; and then went to the University of Washington to meet with &lt;a href="http://faculty.washington.edu/ebender/"&gt;Emily Bender&lt;/a&gt; about getting in to the &lt;a href="http://www.compling.washington.edu/"&gt;Professional Master&amp;#8217;s program in Computational Linguistics&lt;/a&gt;.  It all looks good, and I even got the good news that the GRE is no longer required!&lt;/p&gt;
&lt;p&gt;After the meeting, I headed home and poked at the parser for a little while longer.  I then picked Scarlet up from after-school care and brought her home.  I then hopped in the car and drove toward Bellevue to meet up with &lt;a href="http://monty-says.blogspot.com/"&gt;Monty&lt;/a&gt; while he&amp;#8217;s in town.  I over-estimated the amount of time traffic would steal on my way to Bellevue, and had an extra hour to blow.  So I dropped by building 41 and shot the IronPython bull with &lt;a href="http://blogs.msdn.com/dinoviehland/"&gt;Dino&lt;/a&gt;.  It turns out he&amp;#8217;s got an android phone, too.  I told him it was possible to put a debian chroot on it and that he should even be able to &amp;#8216;apt-get install ironpython&amp;#8217; to his phone soon ;)  We talked briefly about the &lt;a href="http://codeplex.org/"&gt;CodePlex Foundation&lt;/a&gt; and Sam Ramji&amp;#8217;s departure from The Evil Empire.  Dino seems skeptical about the project.  I don&amp;#8217;t have enough information to have much of an opinion.  However, it sounds like some folks I trust are involved, so I&amp;#8217;m hopeful.&lt;/p&gt;
&lt;p&gt;I left MS just in time to make it to the wrong address at the specified time.  My phone had just enough juice to call Monty to get the right address and then use the navigation system to find my way there.  I wasn&amp;#8217;t able to make reservations at the place we intended to go for dinner until 8:15, so we went to the Barnes &amp;#038; Noble for a bit.  They only had one &lt;a href="http://en.wikipedia.org/wiki/Natural_language_processing"&gt;NLP&lt;/a&gt; book in stock and the examples are all in Python.  I should learn that language one of these days&amp;#8230;  As we were leaving the &lt;a href="https://shop.pacificplaceseattle.com/"&gt;Pacific Place&lt;/a&gt;, Monty mentioned to me that he is on the advisory board for the CodePlex Foundation, and that they have been responsive enough to his input that they changed the &lt;a href="http://codeplex.org/about.aspx"&gt;Mission&lt;/a&gt; statement, at his recommendation, just one day before the Foundation was publicized.  He feels that this is a very good direction for Microsoft to be heading.&lt;/p&gt;
&lt;p&gt;My brother Chris was kind enough to watch the kids while we went out to dinner.  Quick note: he recently graduated from UW with a BA in Electrical Engineering and is looking for work using his acquired knowledge, in case anyone needs one of those ;)&lt;/p&gt;
&lt;p&gt;We met up with my wife, Hannah and our friends, Mike &amp;amp; Cynthia at our place.  Monty graciously avoided mentioning the terrible state in which our apartment has recently found itself.  The kids were super cute and polite and said hi/bye.&lt;/p&gt;
&lt;p&gt;Over dinner we discussed building an android app (Monty has one, too ;) ) to automate the process of creating bounties for apps and getting folks to implement them.  We also talked about MySQL and MariaDB, of course.  Hannah and I recalled my time working for MySQL, Inc. on the MaxDB project and some subtle cultural differences we noticed while traveling.  It was interesting getting the inside scoop about the Sun acquisition and some of the recent goings-on in the MySQL/Sun/Oracle world.  I wasn&amp;#8217;t aware, for instance, that the EU is balking on the merger because of monopoly concerns.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:249028</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/249028.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=249028"/>
    <title>Mono 2.4.2.3+dfsg-2 just hit debian</title>
    <published>2009-09-08T01:21:25Z</published>
    <updated>2009-09-08T01:21:25Z</updated>
    <category term="linux"/>
    <category term="irc"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="debian"/>
    <category term="ironpython"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=636"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=636#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Thanks to Meebey!&lt;/p&gt;
&lt;p&gt;Sorry for the being out of touch thing and the not posting anything recently thing.  A vacation took me by surprise and clocked me right upside the head.&lt;/p&gt;
&lt;p&gt;Next on the TODO list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update the dlr-languages package to indicate dependence on the new release&lt;/li&gt;
&lt;li&gt;make sure it builds correctly on my sid box&lt;/li&gt;
&lt;li&gt;present changes to doko&lt;/li&gt;
&lt;li&gt;???&lt;/li&gt;
&lt;li&gt;profit&lt;/li&gt;
&lt;/ul&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:248797</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/248797.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=248797"/>
    <title>some links to my language-related blog posts</title>
    <published>2009-08-17T19:07:16Z</published>
    <updated>2009-08-17T19:07:16Z</updated>
    <category term="language"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=634"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=634#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://cjcollier.livejournal.com/2716.html"&gt;http://cjcollier.livejournal.com/2716.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://cjcollier.livejournal.com/7191.html"&gt;http://cjcollier.livejournal.com/7191.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://cjcollier.livejournal.com/8730.html"&gt;http://cjcollier.livejournal.com/8730.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://cjcollier.livejournal.com/113549.html"&gt;http://cjcollier.livejournal.com/113549.html&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:248406</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/248406.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=248406"/>
    <title>dlr-languages package passes another hurdle</title>
    <published>2009-08-16T20:56:00Z</published>
    <updated>2009-08-16T20:56:00Z</updated>
    <category term="git"/>
    <category term="linux"/>
    <category term="cli"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="journalism"/>
    <category term="microsoft"/>
    <category term="debian"/>
    <category term="ironpython"/>
    <category term="colliertech"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=626"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=626#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;It looks like the upload of the Iron* languages to Debian is imminent.  We&amp;#8217;ve gotten the &lt;a href="http://git.debian.org/?p=pkg-cli-libs/packages/dlr-languages.git;a=blob;f=debian/watch;h=34277514393f039cee0a27d2cb597da9b281a98c;hb=f3c10b84cf5f12cb670d14232263ac81662ff714"&gt;debian/watch&lt;/a&gt; file downloading a tarball of the git tag we&amp;#8217;ve chosen for this release.  This was the last bit meebey needed in order to present it to the maintainer of &lt;a href="http://packages.debian.org/lenny/ironpython"&gt;ironpython in lenny&lt;/a&gt;.  He has agreed to let the &lt;a href="mailto:pkg-cli-libs-team@lists.alioth.debian.org?subject=dlr-languages%20package"&gt;Debian CLI Libraries Team&lt;/a&gt; adopt ironpython under the conditions that our packaging doesn&amp;#8217;t suck and that he remains in the uploaders list.&lt;/p&gt;
&lt;p&gt;Now that we have a package suitable for review, we have now presented it for said review.&lt;/p&gt;
&lt;p&gt;Let me take a moment to mention how excited I am to be involved in packaging for Debian one of the first pieces of DFSG-compliant software sponsored by Microsoft.  This is a true community effort with great work done by a lot of hard-working contributors.  I believe that Microsoft has put its money where its mouth is with this project.&lt;/p&gt;
&lt;p&gt;I have spent a fair amount of time criticising Microsoft for its &amp;#8220;embrace and extend&amp;#8221; sort of monopolistic actions.  Having the somewhat unique experience of being a Debian GNU/Linux early-adopter and growing up in Microsoft&amp;#8217;s back yard has given me the opportunity to bring up the concerns that the Free Software community has with the development practices of the 800-pound gorilla.  To my surprise, the blue badger engineers with whom I have spoken have been responsive and even proactive in addressing the issues that have made Microsoft so combative toward the F/OSS development community.  I see this as a very important step toward reconciling some poignant differences in the community.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:248206</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/248206.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=248206"/>
    <title>MS-PL is acceptable for Fedora as a GPL-incompatible license</title>
    <published>2009-08-16T05:17:34Z</published>
    <updated>2009-08-16T16:06:37Z</updated>
    <category term="c#"/>
    <category term="linux"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="debian"/>
    <category term="ironpython"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=621"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=621#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.redhat.com/archives/fedora-legal-list/2009-August/msg00017.html"&gt;https://www.redhat.com/archives/fedora-legal-list/2009-August/msg00017.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In addition, IronRuby/IronPython/DLR may make it in to FC 13, thanks to Brett.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:247974</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/247974.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=247974"/>
    <title>Randal Schwartz interviews Michael Foord about IronPython</title>
    <published>2009-08-15T18:59:36Z</published>
    <updated>2009-08-15T19:21:02Z</updated>
    <category term="c#"/>
    <category term="linux"/>
    <category term="python"/>
    <category term="cli"/>
    <category term="software"/>
    <category term="friends"/>
    <category term="ironruby"/>
    <category term="podcast"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="compiler"/>
    <category term="microsoft"/>
    <category term="ironpython"/>
    <category term="perl"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=617"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=617#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The FLOSS Weekly folks (including my homie, &lt;a href="http://www.stonehenge.com/merlyn/"&gt;Randal&lt;/a&gt;) just published &lt;a href="http://twit.tv/floss82"&gt;this week&amp;#8217;s interview&lt;/a&gt;.  It is with Michael Foord, who I just met a couple weeks ago.  He published a book about &lt;a href="http://www.ironpythoninaction.com/"&gt;IronPython&lt;/a&gt;.  He mentions Mono, the DLR and IronRuby, too ;)&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:247433</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/247433.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=247433"/>
    <title>dlr-languages packaging</title>
    <published>2009-08-07T00:59:51Z</published>
    <updated>2009-08-07T01:29:30Z</updated>
    <category term="cli"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="microsoft"/>
    <category term="debian"/>
    <category term="ironpython"/>
    <category term="colliertech"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=598"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=598#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;An update on recent changes to the IronRuby packaging.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We&amp;#8217;ve changed the name of the source package because&lt;/li&gt;
&lt;li&gt;We&amp;#8217;re packaging IronPython as well as IronRuby (thanks doko!)&lt;/li&gt;
&lt;li&gt;I&amp;#8217;ve added the wrapper scripts (irake, igem, etc.).  Maybe this is showing that I&amp;#8217;m not a heavy user&amp;#8230;&lt;/li&gt;
&lt;li&gt;After building meebey&amp;#8217;s packages and installing them:
&lt;pre&gt;
$ cat /etc/debian_version &amp;#038;&amp;#038; apt-cache show mono-xbuild | grep '^Version' | head -1
squeeze/sid
Version: 2.4.2.3+dfsg-1~pre1
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;After installing my build of IronRuby:
&lt;pre&gt;
$ apt-cache show ironruby | grep ^Version
Version: 0.9.0+dfsg-1
&lt;/pre&gt;
&lt;/li&gt;
&lt;/ol&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:247155</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/247155.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=247155"/>
    <title>Twitter Updates for 2009-08-05</title>
    <published>2009-08-05T17:18:12Z</published>
    <updated>2009-08-05T17:18:12Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=596"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=596#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;@sandyarmstrong: O RLY? &lt;a href="http://twitter.com/sandyarmstrong/statuses/3131970271" class="aktt_tweet_reply"&gt;in reply to sandyarmstrong&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3132056479" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@diakopter: it&amp;#39;s been over a year since the Lang.NET I attended, but I&amp;#39;ve finally gotten back to the DLR language packaging thing ;) &lt;a href="http://twitter.com/cjadamscollier/statuses/3134252165" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@jdub: what, the default configuration of the clock applet?  &amp;#39;cuz I run my clock applet sans date&amp;#8230; &lt;a href="http://twitter.com/jdub/statuses/3136495213" class="aktt_tweet_reply"&gt;in reply to jdub&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3136515853" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@edropple: don&amp;#39;t you mean &amp;quot;@&lt;a href="http://twitter.com/schestowitz" class="aktt_username"&gt;schestowitz&lt;/a&gt; is a wonderful man&amp;quot;? &lt;a href="http://twitter.com/cjadamscollier/statuses/3137604120" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@migueldeicaza: my band teacher had a debater friend.  A sign was hung up when he returned from a meet saying JOE IS A MASTER DEBATER &lt;a href="http://twitter.com/migueldeicaza/statuses/3133535678" class="aktt_tweet_reply"&gt;in reply to migueldeicaza&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3137637348" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@edropple: I wouldn&amp;#39;t be much of a master baiter if I didn&amp;#39;t even hyperlink, now would I? &lt;a href="http://twitter.com/edropple/statuses/3137631239" class="aktt_tweet_reply"&gt;in reply to edropple&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3137715570" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@schestowitz: don&amp;#39;t forget Collier Technologies!  We&amp;#39;re helping Microsoft to piggyback OLPC, too! &lt;a href="http://twitter.com/schestowitz/statuses/3133239382" class="aktt_tweet_reply"&gt;in reply to schestowitz&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3137744594" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@toshok: sokay.  I&amp;#39;ll catch you next time you&amp;#39;re in SEA &lt;a href="http://twitter.com/toshok/statuses/3120394751" class="aktt_tweet_reply"&gt;in reply to toshok&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3137766666" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;&lt;/p&gt;
&lt;div style="float: left; width: 140px; height: 21px; overflow: hidden; position: relative; left: 8px;"&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:247033</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/247033.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=247033"/>
    <title>@skud:</title>
    <published>2009-08-04T21:34:21Z</published>
    <updated>2009-08-04T21:34:42Z</updated>
    <category term="uncategorized"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=593"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=593#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;@jdub pointed me to twitter-tools&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:246611</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/246611.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=246611"/>
    <title>Twitter Updates for 2009-08-04</title>
    <published>2009-08-04T17:19:15Z</published>
    <updated>2009-08-04T17:19:15Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=592"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=592#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;@zbowling: I hate writing web pages.  get over it. &lt;a href="http://twitter.com/cjadamscollier/statuses/3109013147" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: can you join #&lt;a href="http://search.twitter.com/search?q=%23debian" class="aktt_hashtag"&gt;debian&lt;/a&gt;-cli on irc.oftc.net to help us with ipy tests right quick? &lt;a href="http://twitter.com/cjadamscollier/statuses/3124311535" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@DinoViehland: Can you join us on #&lt;a href="http://search.twitter.com/search?q=%23debian" class="aktt_hashtag"&gt;debian&lt;/a&gt;-cli on irc.oftc.net when you get in?  We need some ipy packaging tips. &lt;a href="http://twitter.com/cjadamscollier/statuses/3124462672" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: can you fix the build so it packages ironruby &amp;amp; ironpython to its own directory instead of putting files in the root? &lt;a href="http://twitter.com/cjadamscollier/statuses/3124593192" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: 07:06 &amp;lt; sanxiyn&amp;gt; Eh, bin/ipy seems to run ir.exe? &lt;a href="http://twitter.com/cjadamscollier/statuses/3124626634" class="aktt_tweet_time"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;&lt;/p&gt;
&lt;div style="float: left; width: 140px; height: 21px; overflow: hidden; position: relative; left: 8px;"&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:246503</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/246503.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=246503"/>
    <title>Twitter Updates for 2009-08-03</title>
    <published>2009-08-03T17:19:29Z</published>
    <updated>2009-08-03T17:19:29Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=591"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=591#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;@bgoldy: PCC? &lt;a href="http://twitter.com/cjadamscollier/statuses/3089739639"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@bgoldy: &lt;a href="http://www.pccnaturalmarkets.com/locations/vr.html" rel="nofollow"&gt;http://www.pccnaturalmarkets.com/locations/vr.html&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3089762503"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sungo: I don&amp;#39;t want to!!! &lt;a href="http://twitter.com/cjadamscollier/statuses/3091171109"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;ha: RT @&lt;a href="http://twitter.com/voidspace"&gt;voidspace&lt;/a&gt; Microsoft connect is showing me 1-0 of the 0 results it found. Impressive. &lt;a href="http://twitter.com/cjadamscollier/statuses/3095705826"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: I mock ur pain &lt;a href="http://twitter.com/cjadamscollier/statuses/3095712673"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sungo: like &amp;quot;what is your sexual preference, and what do you think Jesus thinks about it?&amp;quot; &lt;a href="http://twitter.com/cjadamscollier/statuses/3095740116"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@rjbs: not braü.net? &lt;a href="http://twitter.com/cjadamscollier/statuses/3096701667"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: hub = gnome w/o memory.  switch = gnome wif memory &lt;a href="http://twitter.com/cjadamscollier/statuses/3096729051"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: but!  no keyboard! &lt;a href="http://twitter.com/cjadamscollier/statuses/3103615325"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: Tim said something the other day about having a new Erlang book out &lt;a href="http://twitter.com/casualjim/statuses/2947636920"&gt;in reply to casualjim&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3103631075"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sungo: can one normally catch ennui by hanging out on irc with a carrier? &lt;a href="http://twitter.com/cjadamscollier/statuses/3104206590"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:246102</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/246102.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=246102"/>
    <title>Zelda and the girls play</title>
    <published>2009-08-02T17:40:44Z</published>
    <updated>2009-08-02T17:40:44Z</updated>
    <category term="c.j. insider"/>
    <category term="chickens"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=589"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=589#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This was far too difficult to post.  I lost my username/password for youtube.  Anyone remember my name? :)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=DuDdzdDjCPQ"&gt;http://www.youtube.com/watch?v=DuDdzdDjCPQ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;lj-embed id="1" /&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:245806</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/245806.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=245806"/>
    <title>Twitter Weekly Updates for 2009-08-02</title>
    <published>2009-08-02T17:20:04Z</published>
    <updated>2009-08-02T17:20:04Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=588"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=588#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;@directhex: that was quick.  I remember it sucking my life away for much longer than that. &lt;a href="http://twitter.com/cjadamscollier/statuses/2861200763"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@brianaker: yuck.  Have a good time there ;) &lt;a href="http://twitter.com/brianaker/statuses/2862576762"&gt;in reply to brianaker&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2863660362"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sungo: no u &lt;a href="http://twitter.com/sungo/statuses/2863623197"&gt;in reply to sungo&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2864288827"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I&amp;#39;m wearing my wife&amp;#39;s wife beater &lt;a href="http://twitter.com/cjadamscollier/statuses/2871861859"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sh4na: when you say &amp;quot;cat stuck inside the engine,&amp;quot; what exactly do you mean? &lt;a href="http://twitter.com/sh4na/statuses/2880038273"&gt;in reply to sh4na&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2880059804"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sandyarmstrong: re &amp;quot;micro$haft&amp;quot;: wow.  I had never let my mind drop down enough notches to realize that.  just wow. &lt;a href="http://twitter.com/sandyarmstrong/statuses/2878944058"&gt;in reply to sandyarmstrong&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2880314477"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: excellent&amp;#8230; I wonder if it is compatible with a budget diet&amp;#8230; &lt;a href="http://twitter.com/cjadamscollier/statuses/2880330167"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@trinitysp96: who are you and why are you following me?  are you a spambot? &lt;a href="http://twitter.com/cjadamscollier/statuses/2881513686"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@marthafi10: I think maybe you are a spambot, too &lt;a href="http://twitter.com/cjadamscollier/statuses/2881533515"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sandyarmstrong: you are now following me along with a bunch of spambots.  Yays. &lt;a href="http://twitter.com/cjadamscollier/statuses/2881549964"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@timoreilly: heh, did you know about this?  &lt;a href="http://aralbalkan.com/2284" rel="nofollow"&gt;http://aralbalkan.com/2284&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2882856740"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sandyarmstrong: debian is pretty good ;) &lt;a href="http://twitter.com/sandyarmstrong/statuses/2883426951"&gt;in reply to sandyarmstrong&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2884106241"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@meebey: you don&amp;#39;t love us! &lt;a href="http://twitter.com/cjadamscollier/statuses/2884300175"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: of course the servers all go offline directly after I post that ;) &lt;a href="http://twitter.com/casualjim/statuses/2897414380"&gt;in reply to casualjim&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2897466211"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&amp;quot;everythink LOOKS live &amp;#8211; there was a comcast truck out back a few minutes ago though&amp;#8230;&amp;quot; &lt;a href="http://twitter.com/cjadamscollier/statuses/2897476306"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;thank you comcast for unplugging my residential service.  but next time would you please leave my business service plugged in?  kthx bi &lt;a href="http://twitter.com/cjadamscollier/statuses/2897680282"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;via @Skud: RT @emmajanedotnet: Awesome remix of @webchick&amp;#39;s &amp;quot;what is a contributor&amp;quot; slide by @&lt;a href="http://twitter.com/david_a_eaves"&gt;david_a_eaves&lt;/a&gt; &lt;a href="http://is.gd/1RM0r" rel="nofollow"&gt;http://is.gd/1RM0r&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2899768370"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@rjbs: amen, brother.  system install?  I laugh at you. &lt;a href="http://twitter.com/cjadamscollier/statuses/2902053555"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@BarackObama: but I&amp;#39;m making dinner&amp;#8230; *whine whine whine* &lt;a href="http://twitter.com/cjadamscollier/statuses/2902087095"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;helping @&lt;a href="http://twitter.com/meebey"&gt;meebey&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2913016377"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@migueldeicaza: I hope Laura&amp;#39;s okay.  The world can be a scary place&amp;#8230; &lt;a href="http://twitter.com/migueldeicaza/statuses/2912800306"&gt;in reply to migueldeicaza&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2913353301"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@spouliot: byebye!!! &lt;a href="http://twitter.com/spouliot/statuses/2917219440"&gt;in reply to spouliot&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2917239554"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@sungo: amen, brutha.  I ❤ me some autotools sometimes. &lt;a href="http://twitter.com/sungo/statuses/2922008598"&gt;in reply to sungo&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2923450080"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@timoreilly: what qualifies as a &amp;quot;broadband expert&amp;quot;?  I wonder if I qualify&amp;#8230; &lt;a href="http://twitter.com/timoreilly/statuses/2920538808"&gt;in reply to timoreilly&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2923475611"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Blue Angels! &lt;a href="http://twitter.com/cjadamscollier/statuses/2934772527"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;haha.  if you visit &lt;a href="http://bit.ly/187fKb" rel="nofollow"&gt;http://bit.ly/187fKb&lt;/a&gt;&lt;br /&gt;
 and forward-search for &amp;quot;ass&amp;quot; you find a reference to&amp;#8230; &lt;a href="http://twitter.com/cjadamscollier/statuses/2941084182"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@zbowling: you&amp;#39;d have a cc-agent handle the card number, silly ;) &lt;a href="http://twitter.com/cjadamscollier/statuses/2943301431"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@migueldeicaza: thank you fir that, sir. &lt;a href="http://twitter.com/cjadamscollier/statuses/2946300617"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@arjenlentz: you mean like the linux kernel module? &lt;a href="http://twitter.com/arjenlentz/statuses/2946474021"&gt;in reply to arjenlentz&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2946494189"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: I like Tim&amp;#39;s books ;) &lt;a href="http://twitter.com/cjadamscollier/statuses/2947224532"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;OMG.  I&amp;#39;m being followed by @LinuxAlive.  I guess that means I haven&amp;#39;t done enough to kill it with my &amp;quot;M$&amp;quot; shilling yet! &lt;a href="http://twitter.com/cjadamscollier/statuses/2952271042"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@toshok: you&amp;#39;re in my hood!?  Come visit! &lt;a href="http://twitter.com/cjadamscollier/statuses/2953306029"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;an interesting blog: &lt;a href="http://is.gd/1WfYe" rel="nofollow"&gt;http://is.gd/1WfYe&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2953330987"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;RT @&lt;a href="http://twitter.com/timbunce"&gt;timbunce&lt;/a&gt; It&amp;#39;s SysAdmin Appreciation Day. My thanks @&lt;a href="http://twitter.com/ask"&gt;ask&lt;/a&gt; &amp;amp; Rob for great work keeping many *.perl.org servers &amp;amp; services running sweetly &lt;a href="http://twitter.com/cjadamscollier/statuses/3063439817"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@toshok: d&amp;#39;oh.  you didn&amp;#39;t visit me while you were in SEA? &lt;a href="http://twitter.com/cjadamscollier/statuses/3063733944"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;22:29 &amp;lt; CIA-6&amp;gt; debian-pkg-cli-libs: cjadamscollier-guest * r4204 /packages/ironruby/trunk/debian/ (12 files in 2 dirs): initial checkin &lt;a href="http://twitter.com/cjadamscollier/statuses/3066097387"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@meebey: NO U &lt;a href="http://twitter.com/cjadamscollier/statuses/3070999936"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;03:53 &amp;lt; casualjim_&amp;gt; we&amp;#39;re running tests for rubygems, rake and yaml &lt;a href="http://twitter.com/cjadamscollier/statuses/3071025176"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@btmspox: ironruby package in pkg-cli-libs svn on alioth.  help me test? &lt;a href="http://twitter.com/cjadamscollier/statuses/3071843555"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@brianaker: lolz &lt;a href="http://twitter.com/cjadamscollier/statuses/3071854253"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: woo hoo.  I should prolly learn one of them.  I got into this biz cuz guido told me to get perl6 hosted on mono at #&lt;a href="http://search.twitter.com/search?q=%23OSCON06"&gt;OSCON06&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3071884120"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: come visit SEA.  you&amp;#39;d fit right in. &lt;a href="http://twitter.com/cjadamscollier/statuses/3071935002"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: how &amp;#39;bout imap? &lt;a href="http://twitter.com/cjadamscollier/statuses/3071944104"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;our ladybug babies have hatched &lt;a href="http://twitter.com/cjadamscollier/statuses/3074301609"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@mitchellwheeler: say something interesting &lt;a href="http://twitter.com/cjadamscollier/statuses/3079804239"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@mitchellwheeler: OMG SHILL! &lt;a href="http://twitter.com/mitchellwheeler/statuses/3080421207"&gt;in reply to mitchellwheeler&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3080457673"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@baulig: fail whale ahoy! &lt;a href="http://twitter.com/cjadamscollier/statuses/3086560754"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: But the diet! &lt;a href="http://twitter.com/cjadamscollier/statuses/3086581996"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:245715</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/245715.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=245715"/>
    <title>Twitter Updates for 2009-08-02</title>
    <published>2009-08-02T17:20:03Z</published>
    <updated>2009-08-02T17:20:03Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=587"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=587#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;our ladybug babies have hatched &lt;a href="http://twitter.com/cjadamscollier/statuses/3074301609"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@mitchellwheeler: say something interesting &lt;a href="http://twitter.com/cjadamscollier/statuses/3079804239"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@mitchellwheeler: OMG SHILL! &lt;a href="http://twitter.com/mitchellwheeler/statuses/3080421207"&gt;in reply to mitchellwheeler&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3080457673"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@baulig: fail whale ahoy! &lt;a href="http://twitter.com/cjadamscollier/statuses/3086560754"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: But the diet! &lt;a href="http://twitter.com/cjadamscollier/statuses/3086581996"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:245369</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/245369.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=245369"/>
    <title>Awww, thanks guys!</title>
    <published>2009-08-02T03:38:30Z</published>
    <updated>2009-08-02T03:38:30Z</updated>
    <category term="dlr"/>
    <category term="linux"/>
    <category term="ironpython"/>
    <category term="ironruby"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=585"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=585#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I got &lt;a href="http://ironruby.net/Download#Mono_Builds"&gt;props&lt;/a&gt; for &lt;a href="http://ironruby.colliertech.org/integrity/"&gt;hosting&lt;/a&gt; the IronRuby/IronPython continuous integration.  Yesterday was &lt;a href="http://www.sysadminday.com/"&gt;SysAdmin Appreciation Day&lt;/a&gt;.  I feel appreciated.&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:245048</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/245048.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=245048"/>
    <title>IronRuby .deb is looking better</title>
    <published>2009-08-02T01:49:36Z</published>
    <updated>2009-08-02T01:49:36Z</updated>
    <category term="git"/>
    <category term="c#"/>
    <category term="linux"/>
    <category term="cli"/>
    <category term="software"/>
    <category term="ironruby"/>
    <category term="free software"/>
    <category term="dlr"/>
    <category term="debian"/>
    <category term="colliertech"/>
    <category term="mono"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=583"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=583#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;pre&gt;
cjac@dev0:/usr/src/git/alioth$ sudo dpkg -i ironruby-cil_0.9.0+dfsg_all.deb
Selecting previously deselected package ironruby-cil.
(Reading database ... 67034 files and directories currently installed.)
Unpacking ironruby-cil (from ironruby-cil_0.9.0+dfsg_all.deb) ...
Setting up ironruby-cil (0.9.0+dfsg) ...
cjac@dev0:/usr/src/git/alioth$ which ir
/usr/bin/ir
cjac@dev0:/usr/src/git/alioth$ ir
IronRuby 0.9.0.0 on Mono 2.4.2.3
Copyright (c) Microsoft Corporation. All rights reserved.

&amp;gt;&amp;gt;&amp;gt; exit
&lt;/pre&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:244792</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/244792.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=244792"/>
    <title>Hey, look!  debian/control and friends are on Alioth!</title>
    <published>2009-08-01T22:24:58Z</published>
    <updated>2009-08-01T22:26:00Z</updated>
    <category term="git"/>
    <category term="free software"/>
    <category term="xbuild"/>
    <category term="dlr"/>
    <category term="cli"/>
    <category term="debian"/>
    <category term="ironruby"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=579"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=579#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://git.debian.org/?p=pkg-cli-libs/packages/ironruby.git;a=tree;f=debian;h=c5642e8a4a4aa3b5e15af5f607a1604f3169bd47;hb=449af4392c1fbddacee4f52b9998e23e674a7434"&gt;http://git.debian.org/?p=pkg-cli-libs/packages/ironruby.git;a=tree;f=debian;h=c5642e8a4a4aa3b5e15af5f607a1604f3169bd47;hb=449af4392c1fbddacee4f52b9998e23e674a7434&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;*whew*  now I won&amp;#8217;t have to worry about losing (or misplacing) my changes.&lt;/p&gt;
&lt;p&gt;Thanks meebey and #debian-cli for your help.  Now to tune those files a bit and get something that actually does what users expect ;)&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:244645</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/244645.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=244645"/>
    <title>nice</title>
    <published>2009-08-01T17:50:59Z</published>
    <updated>2009-08-01T21:09:44Z</updated>
    <category term="c#"/>
    <category term="free software"/>
    <category term="journalism"/>
    <category term="debian"/>
    <category term="mono"/>
    <category term="politics"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=574"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=574#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://opensourcetogo.blogspot.com/2009/07/real-floss-community-and-faux-floss.html#c5581975764835681515"&gt;http://opensourcetogo.blogspot.com/2009/07/real-floss-community-and-faux-floss.html#c5581975764835681515&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:244452</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/244452.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=244452"/>
    <title>Twitter Updates for 2009-08-01</title>
    <published>2009-08-01T17:18:54Z</published>
    <updated>2009-08-01T17:18:54Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=573"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=573#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;RT @&lt;a href="http://twitter.com/timbunce"&gt;timbunce&lt;/a&gt; It&amp;#39;s SysAdmin Appreciation Day. My thanks @&lt;a href="http://twitter.com/ask"&gt;ask&lt;/a&gt; &amp;amp; Rob for great work keeping many *.perl.org servers &amp;amp; services running sweetly &lt;a href="http://twitter.com/cjadamscollier/statuses/3063439817"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@toshok: d&amp;#39;oh.  you didn&amp;#39;t visit me while you were in SEA? &lt;a href="http://twitter.com/cjadamscollier/statuses/3063733944"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;22:29 &amp;lt; CIA-6&amp;gt; debian-pkg-cli-libs: cjadamscollier-guest * r4204 /packages/ironruby/trunk/debian/ (12 files in 2 dirs): initial checkin &lt;a href="http://twitter.com/cjadamscollier/statuses/3066097387"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@meebey: NO U &lt;a href="http://twitter.com/cjadamscollier/statuses/3070999936"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;03:53 &amp;lt; casualjim_&amp;gt; we&amp;#39;re running tests for rubygems, rake and yaml &lt;a href="http://twitter.com/cjadamscollier/statuses/3071025176"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@btmspox: ironruby package in pkg-cli-libs svn on alioth.  help me test? &lt;a href="http://twitter.com/cjadamscollier/statuses/3071843555"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@brianaker: lolz &lt;a href="http://twitter.com/cjadamscollier/statuses/3071854253"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: woo hoo.  I should prolly learn one of them.  I got into this biz cuz guido told me to get perl6 hosted on mono at #&lt;a href="http://search.twitter.com/search?q=%23OSCON06"&gt;OSCON06&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/3071884120"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@directhex: come visit SEA.  you&amp;#39;d fit right in. &lt;a href="http://twitter.com/cjadamscollier/statuses/3071935002"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@voidspace: how &amp;#39;bout imap? &lt;a href="http://twitter.com/cjadamscollier/statuses/3071944104"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;.&lt;/p&gt;
&lt;div style="float: left; width: 140px; height: 21px; overflow: hidden; position: relative; left: 8px;"&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:244143</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/244143.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=244143"/>
    <title>#ironruby &amp;#8211; shilling it up for fun and profit!</title>
    <published>2009-07-31T20:08:57Z</published>
    <updated>2009-07-31T23:46:34Z</updated>
    <category term="irc"/>
    <category term="microsoft"/>
    <category term="humor"/>
    <category term="freenode"/>
    <category term="ironpython"/>
    <category term="ironruby"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=566"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=566#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;We want to be like &lt;a href="http://twitter.com/voidspace/statuses/2938735284"&gt;IronPython&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:monospace"&gt;&lt;br /&gt;
12:54 &amp;lt; mletterle&amp;gt; &lt;a href="http://twitter.com/mletterle/statuses/3056990457"&gt;http://twitter.com/mletterle/statuses/3056990457&lt;/a&gt;&lt;br /&gt;
12:54 &amp;lt; cj&amp;gt; lolz.  signing up:&lt;br /&gt;
12:54 &amp;lt; cj&amp;gt; Unknown Error&lt;br /&gt;
12:54 &amp;lt; cj&amp;gt; An unknown error occurred while processing your request. This is most likely due to a connection failure. Please try again.&lt;br /&gt;
12:54 &amp;lt; jschementi&amp;gt; HA&lt;br /&gt;
12:54 &amp;lt; cj&amp;gt; M$ sux&lt;br /&gt;
12:55 &amp;lt; mletterle&amp;gt; Probably running a LAMP stack in the background&lt;br /&gt;
12:56 &amp;lt; cj&amp;gt; NO U $HILL&lt;br /&gt;
12:58 &amp;lt; mletterle&amp;gt; *hrmmrmm* *recorded voice* Sorry, mletterle can&amp;#8217;t speak to you now, he&amp;#8217;s too busy sucking on the teat of the Big Blue Monster *end recorded voice* *thumbs up, suckling noises*&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:cjcollier:243843</id>
    <link rel="alternate" type="text/html" href="http://cjcollier.livejournal.com/243843.html"/>
    <link rel="self" type="text/xml" href="http://cjcollier.livejournal.com/data/atom/?itemid=243843"/>
    <title>Twitter Updates for 2009-07-31</title>
    <published>2009-07-31T17:20:09Z</published>
    <updated>2009-07-31T17:20:09Z</updated>
    <category term="twitter"/>
    <content type="html">&lt;p style="border: 1px solid black; padding: 3px;"&gt;&lt;strong&gt;Originally published at &lt;a href="http://wp.colliertech.org/cj/?p=565"&gt;The Pædantic Programmer&lt;/a&gt;. Please leave any &lt;a href="http://wp.colliertech.org/cj/?p=565#comments"&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;ul class="aktt_tweet_digest"&gt;
&lt;li&gt;Blue Angels! &lt;a href="http://twitter.com/cjadamscollier/statuses/2934772527"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;haha.  if you visit &lt;a href="http://bit.ly/187fKb" rel="nofollow"&gt;http://bit.ly/187fKb&lt;/a&gt;&lt;br /&gt;
 and forward-search for &amp;quot;ass&amp;quot; you find a reference to&amp;#8230; &lt;a href="http://twitter.com/cjadamscollier/statuses/2941084182"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@zbowling: you&amp;#39;d have a cc-agent handle the card number, silly ;) &lt;a href="http://twitter.com/cjadamscollier/statuses/2943301431"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@migueldeicaza: thank you fir that, sir. &lt;a href="http://twitter.com/cjadamscollier/statuses/2946300617"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@arjenlentz: you mean like the linux kernel module? &lt;a href="http://twitter.com/arjenlentz/statuses/2946474021"&gt;in reply to arjenlentz&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2946494189"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@casualjim: I like Tim&amp;#39;s books ;) &lt;a href="http://twitter.com/cjadamscollier/statuses/2947224532"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;OMG.  I&amp;#39;m being followed by @LinuxAlive.  I guess that means I haven&amp;#39;t done enough to kill it with my &amp;quot;M$&amp;quot; shilling yet! &lt;a href="http://twitter.com/cjadamscollier/statuses/2952271042"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;@toshok: you&amp;#39;re in my hood!?  Come visit! &lt;a href="http://twitter.com/cjadamscollier/statuses/2953306029"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;an interesting blog: &lt;a href="http://is.gd/1WfYe" rel="nofollow"&gt;http://is.gd/1WfYe&lt;/a&gt; &lt;a href="http://twitter.com/cjadamscollier/statuses/2953330987"&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="aktt_credit"&gt;Powered by &lt;a href="http://alexking.org/projects/wordpress"&gt;Twitter Tools&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
</feed>
