Category: microsoft

  • Matthew Broderick broke The Music Man.

    I was reading Lefty’s recent blog post and was reminded (by way of a certain scene) of being pissed off by Broderick’s s/egg/globe/ in the 2003 production of The Music Man. I was going to put the following in the comments, but I decided not to in order to keep the conversation on topic :)…

  • Bugzilla needs a JSON-RPC implementation in JS under MPL or compatible

    Likely released under MIT/X11 or the Mozilla Public License. I’m looking around to find one. Maybe Mono has one in the AJAX contribution it recently received from Microsoft. It’s licensed under Ms-PL, though, so I don’t know if it qualifies. Thoughts? Do you know of one? Thanks.

  • IronRuby stuff

    I’ve been doing some work with the DLR team at Microsoft and the community of F/OSS developers they’ve inspired on IRC & the mailing lists. I’m providing a virtual host that is being used to perform continuous integration on Debian sid. The current status is here: http://twitter.com/IronRubyCI Maybe we’ll make an IronPerl one of these…

  • boycottnovell.com not interested in solving problems

    But don’t take my word for it. The folks on their IRC channel have put it pretty plainly themselves. They’re not interested in offering solutions to problems, they instead seem interested in bemoaning their lot in life for fun and profit. — Log opened Wed Sep 03 23:06:26 2008 23:06 -!- Irssi: #boycottnovell: Total of…

  • To Prebuild or not to Prebuild?

    So… On IRC today, John, Michael and I discussed rolling Prebuild and xbuild into one product. It seems that we’re duplicating effort and competing for each others’ users. It sounds to me like we should converge the codebases, and make Prebuild.exe a wrapper around the innards of xbuild. Thoughts?

  • Taking a job at MS

    So… next week, I start a contract with Microsoft in Redmond. I’ll be working on what seems like a fun project. I’ve enjoyed working at CarDomain for the last four months. Fun projects, a cohesive group, neat technology. I’m mostly moving on because a) I’ve been writing web pages for a long time and want…

  • An update

    I don’t really have anything really exciting to report, so y’all get to listen to me blather. And after all, that’s what blogs are for anyway, right? Zelda is turning 11 months old this month. This is still my favorite picture: I have been dishonorably discharged from Amazon. It seems that I am incompetent. It…

  • IKVM basics

    So, I’m not much of a java guy, but I need to know how to get at the CLI, given a java interface. Let’s assume for brevity that one has an ubuntu machine available: $ sudo apt-get install ikvm ikvm-native icepick icepick-gcj …. $ mkdir hello-ikvm && cd hello-ikvm $ cat > hello.java class hello…

  • From Lang.NET 2008 – Wednesday

    0843 Alrighty… we’re online. I checked in on #debian-mono, and meebey had plenty of suggestions on how to fix the .deb. 0923 There’s a talk on IronRuby. Microsoft is implementing a Ruby compiler on the CLI. It uses the DLR to do the heavy lifting. It is currently slow :) Contributions are being accepted for…

  • From Lang.NET 2008 – Tuesday

    0834 No snow today. The commute was easy. Last night, I downloaded the DLR and worked with it a little. I’ve hosted a gzipped binary version of the assembly on colliertech.org as well as a bzip2ed tarball of the source. A quick google search tells me that the OSI has approved the Microsoft Public License…