-
blog optimizations
Thanks to some recommendations from Jeremy, Pierre and Jeff, this blog should be running a lot less slowly. I’ve installed memcached, set up wordpress plugins, tuned apache MPM parameters, tweaked iptables and tc rules and beaten on the blog with load testing scripts. It seems that it will now reliably handle around 10 concurrent requests…
-
Hey, look. I got mcs to github before Miguel
http://github.com/cjac/mcs I’m also hosting it on my own not-as-l33t git repo: http://git.colliertech.org/?p=mcs.git;a=summary Does this mean that I get a “cooler than Miguel” tee shirt?
-
Filing to become a licensed CA
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA1 All Operative Personnel employed by Collier Technologies LLC, known here as the Certification Authority or CA, must also be licensed as notaries public by the local government where they reside during any act performed on behalf of the CA. In addition to passing the Washington State Operative Personnel Exam,…
-
Building libvirt on CentOS5 (incomplete)
Much thanks to Brett for the pointers on rpm-fu. http://grantmcwilliams.com/index.php?option=com_content&view=article&id=229: $ sudo yum install \ xen-devel \ xhtml1-dtds \ hal-devel \ libpcap-devel \ cyrus-sasl-devel \ parted-devel \ numactl-devel \ avahi-devel \ slang-devel \ libvolume_id-devel \ openldap-devel # device-mapper-devel \ # xmlrpc-c-devel \ for pkg in \ libssh2-devel-1.2.5-1.el5.pp.x86_64.rpm \ libssh2-1.2.5-1.el5.pp.x86_64.rpm \ libssh-0.2.1-0.2.svn193.el5.pp.x86_64.rpm \ libssh-devel-0.2.1-0.2.svn193.el5.pp.x86_64.rpm do wget…
-
PocketSphinx on android via the NDK
While working on my project for the Spring ’10 “NLP on Mobile Devices” course, I put together a PocketSphinx ndk build. You can pull it down from my git repo: $ git clone git://colliertech.org/colliertech/PocketSphinx.git I haven’t written any of the JNI marshaling functions yet, though.
-
GSoC 2010
Earlier this month, I applied to the Mono Project (and the University of Washington, and Ubuntu, and Debian, and The Perl Foundation) requesting a mentor to get Perl6 hosted on the DLR. Last Tuesday, Miguel contacted me and asked that I chat with Michael Hutchinson about possibly taking up a different project. It seems that…
-
John Hodgman is using software that I helped to write
A recent blog post by The Hodg Man mentions that he uses (AND ENJOYS) a product I’ve helped to build. Yay. *** FULL DISCLOSURE NUMBER TWO FAITHFUL READERS OF THIS IMITATION BLOG know that, having crashed my own website repeatedly while linking to it Twitterphonically, I experimented with NEW INTERNET TECHNOLOGY to try to fix…
-
Getting started with gtk♯
This is a quick tutorial for getting a first gtk-sharp app up and going. Install MonoDevelop $ sudo apt-get install monodevelop libgtk2.0-cil-dev Start MonoDevelop It’ll be in your GNOME application menu under Applications->Programming->MonoDevelop Create a new Gtk# Project Run project You can run this boilerplate by pressing Ctrl-F5 Using the Designer Double-click on the file…
-
Importing darcs into a git branch
Maybe this will make it more google-able… Looks like you can export your darcs repo with darcs-fast-export and then import it with git-fast-import 18:15 < wakko666> I have kind of an odd question that google doesn’t seem to know. I’m converting a darcs repo to a git repo. i’ve already got the tool to export…
-
dlr-languages 20090805+git.e6b28d27+dfsg-1 in squeeze, -2 uploaded, nearly in lucid
Yay! The dlr-languages package has been migrated to testing, which means that it will be included in squeeze, the next release of Debian. Jo has uploaded the -2 version and it is now in sid. This version addresses the issues brought up in the Ubuntu Feature Freeze exception (FFe) bug, so I expect that it…