Author: C.J. Collier

  • More DLR work

    Ivan put up a hudson server on our winders box. Ankit helped me figure out the IronRuby xbuild build problems. I should probably try it on IronPython, too. I sent the ironruby-core list a patch to fix some case sensitivity issues. Some time in the near future, I’m going to get together a bug report…

  • RIP Russell Alan Adams

    (Sourced from http://www.seacoastonline.com/) AMHERST, Mass. — Russell Alan Adams, 58, died Friday, March 12, 2010, at the Fisher Home in Amherst, after a brief illness. He was born Aug. 19, 1951, in Boston, the son of Norma Mary (Coggin) Adams. He was raised in Hampton, N.H., and graduated from Winnacunnet High School in 1969. After…

  • IronRuby on OS X

    We had a visitor on #ironruby today asking for help getting IR running on his mac. I gave him the following directions, and they seemed to work aside from one glitch. I tested them on my wife’s mac, and it worked for me, too. Install Mono You can grab the Mono .dmg from go-mono.com. This…

  • dlr-languages_20090805+git.e6b28d27+dfsg-1_amd64.changes ACCEPTED

    I’m happy to announce that after the filing of an Intent to Package and nearly 2 years of work, IronRuby 0.9, IronPython 2.6b2, and the DLR are now in Debian. To my knowledge, this is the first package in Debian with direct and active upstream support from Microsoft. Kudos for this release go to Jo…

  • Locale configuration post-Intrepid

    I was reminded this morning after a bit of chatter on #debian-cli that my previous write-up on setting one’s locale on Ubuntu is out-of-date. Instead of running dpkg-reconfigure locales and selecting your locale, the new incantation is as follows: Magic $ sudo locale-gen en_US.UTF-8 Environment Variables You’ll also want to set some environment variables. Put…

  • Connecting to MySQL with ODBC on Mono

    We had a visitor on #mono today who needed help with his homework. It seems that Reggie is happy to have forgotten everything about using ODBC to connect to MySQL. I was curious and feeling helpful, so I figured it out. Install the MySQL ODBC driver $ sudo apt-get install libmyodbc You can also grab…

  • PPA installation on karmic

    I don’t know how long add-apt-repository has been around, but I’ve found it very useful for installing some of the bleeding edge stuff I want to test: $ for ppa in do-core team-xbmc nvidia-vdpau chromium-daily directhex/monoxide do sudo add-apt-repository ppa:$ppa done $ apt-get update $ apt-get install chromium-browser nvidia-glx-195 gnome-do xbmc monodevelop Is there anything…

  • Logs from talk with Daniel & Zalmai

    I had a phone conversation with Daniel Mills and Zalmai Zahir today in order to vet our test sentences for ling 567. I’ve got to say that Daniel is really showing his worth as a linguist here. I’m happy to bask in his glow and make sure the fonts render right. Go Daniel! The write-up…

  • Font for composing Lushootseed

    At the recommendation of David Beck, I have installed a TTF font from http://www.languagegeek.com/. It took a few minutes for me to figure out how to get it going, but it was pretty straightforward after that. Here are some quick instructions for those of you running Debian variants such as Ubuntu. Fetch the zip files…

  • AoE root for KVM guests

    Intro So. I’m trying to get familiar with libvirt and friends. To this end, I’ve set up a Lucid virtual machine booting from PXE into an initrd environment which does a pivot_root to an AoE block device. The #virt channel on irc.oftc.net told me that in order to have libvirt provide PXE capability, I would…