Daniel Lemire's blog

Job Market for CS Students

, 1 min read

Yuhong worries about CS students. She points to two recent articles on the CS job market: Endangered species: US programmers (David R. Francis ,The Christian Science Monitor ,October 14, 2004) Study finds dramatic loss of tech jobs (Ed Frauenheim, CNET News, October 18, 2004) Here is what she has…

Real Benefits of Blogs

, 2 min read

Harold has another great post, this time he lists some of the tangible benefits of blogging, for him… After an intensive year online, these are the tangible benefits to my business: Using a feed reader (via RSS), saves a lot of time and bookmarking. The information I get from bloggers is…

From British Columbia comes Open Source Academic Publishing Software

, 1 min read

It seems like a bunch of schools in British Columbia got together to develop open source academic publishing software. The University of British Columbia’s Public Knowledge Project (PKP), the Simon Fraser University Library and SFU’s Canadian Center for Studies in Publishing (CCSP) have formed…

Market Diversification by jarche.com

, 1 min read

Harold has a good post on Market Diversification: In Canada, we continue to focus almost exclusively on exporting to the US. As Godfrey puts it, Wal*Mart does more business with China than all of Canada does. The business development strategies that I see presented at every “innovation” forum…

The Geomblog: "To chop a tea kettle"

, 2 min read

Geomblog gives a rather pessimistic view of scientific conferences: And so the implicit content of many a conference paper is not, as one might think, “Here is my research.” Rather, it is: “Here am I, qualified and capable, performing this role, which all of us here share, and none of us…

Die trackback, die!

, 1 min read

From now on, all trackbacks to this blog are moderated thanks to the moderate-trackbacks plugins. Spammers have really a lot of time to waste. Good thing the wordpress community is very strong and fighting back. Now, the simplest thing is: do not to use trackback. It is a weak protocol (in a spam…

How to change or modify your Linux kernel under gentoo

, 1 min read

Here’s a quick guide to upgrading or modifying your kernel under gentoo. I assume you have genkernel installed (do “emerge genkernel”). First of all, if you only want to add or remove elements to your kernel, or change options, you can do this as root: genkernel --no-clean --menuconfig…

XPath support in Java 1.5

, 1 min read

Things are getting somewhat better in Java land. You can no do some XPath work in Java, see this sample code I wrote this morning (it is not standalone though): String xpathexpression = "//xdoc[dtd!='']/fname/text()"; XPath xpath = XPathFactory.newInstance().newXPath(); …

Why I have the best and most beautiful wife in the world!

, 5 min read

Today was my birthday. I’m old, or at least, getting older. Why is my wife so great? Well, she is beautiful, a great mom and very smart. Also, she gave me a MP3 player today: that’s right, I got a nice Benq Joybee 110. I’m very happy. Back to the serious stuff. When you get such a device, you…

Gutenberg books as marked up XML

, 1 min read

Project Gutenberg is a fantastic project where a large collection of books has been scanned and made available for free. The problem has been that they are available as text which makes automated processing sometimes a problem. Extracting the title of a book can be a problem (though an easy one).…

From Word to (clean) XHTML

, 1 min read

I’ve been looking for a tool that can take a Word document (any Word document) and transform it into clean XHTML document. Turns out I had such a tool already: recent versions of Kword do it!

Making RedHat Enterprise usable

, 1 min read

As part of our blog project, I found out that RedHat Enterprise was a really locked up distribution. However, the nice people at CERN make available apt for RedHat. A very useful tool! All you have to do to update your machine is to use apt-get. I would go with gentoo, but if you need RedHat…