acm-header
Sign In

Communications of the ACM

Blogroll


bg-corner

Open Sourcing your software hurts your competitiveness as a researcher?
From Daniel Lemire's Blog

Open Sourcing your software hurts your competitiveness as a researcher?

Almost all software I write for my research is open sourced. Some fellow researcher argued today that I risk reducing the gap between and my pursuers. Similarly...

Trading latency for quality in research
From Daniel Lemire's Blog

Trading latency for quality in research

I am not opposed to the Publish or Perish mantra. I am an academic writer. I am what I publish. We all think of researchers as people wearing laboratory coats,...

Where to get your ebooks?
From Daniel Lemire's Blog

Where to get your ebooks?

If you read my blog, you probably like to read in general. Thus, if you don’t own an ebook device, you will soon. The choice is growing: the Amazon Kindle, the...

Getting serious about online teaching
From Daniel Lemire's Blog

Getting serious about online teaching

Earlier this month, Michael Mitzenmacher told us about the record number of students attending his Harvard class online-only.

You know your research is original when
From Daniel Lemire's Blog

You know your research is original when

Many consider Frank Hebert’s Dune the most important work of science-fiction ever written. Consider that Star Wars is just a variation on Dune. Yet, it was rejected...

Writing tools to improve your research productivity
From Daniel Lemire's Blog

Writing tools to improve your research productivity

Researchers

The fundamental properties of computing
From Daniel Lemire's Blog

The fundamental properties of computing

Physics works with fundamental properties such as mass, speed, acceleration, energy, and so on. Quantum mechanics has a well known trade-off between position and...

The end of
From Daniel Lemire's Blog

The end of

In the late sixties and seventies, we wanted universities to become more accessible. We founded the Open University, the Universit

Actual programming with HTML and CSS (without javascript)
From Daniel Lemire's Blog

Actual programming with HTML and CSS (without javascript)

I usually stick with academic or research issues, but today, I wanted to have some fun. Geek fun. While W3C describes Cascading Style Sheets (CSS) as a mechanism...

Database Questions for 2010: What
From Daniel Lemire's Blog

Database Questions for 2010: What

I started 2009 with an interest in Web  2.0 OLAP and collaborative data processing. The field of collaborative data processing has progressed tremendously. Last...

My Best Blog Posts (2009)
From Daniel Lemire's Blog

My Best Blog Posts (2009)

As year 2009 comes to an end, I selected a few of my best blog posts. Database, compression and column stores: More database compression means more speed? Right...

Entropy-efficient Computing
From Daniel Lemire's Blog

Entropy-efficient Computing

Microprocessors and storage devices are subject to the second law of thermodynamics: using them turn usable energy (oil, hydrogen) into unusable energy (heat).

Run-length encoding (part 3)
From Daniel Lemire's Blog

Run-length encoding (part 3)

In Run-length encoding (part 1), I presented the various run-length encoding formats. In part 2, I discussed the coding of the counters. In this third part, I want...

Why You Should Be a Global Warming Skeptic
From Daniel Lemire's Blog

Why You Should Be a Global Warming Skeptic

The debacle of the leaked emails, data and code from the University of East Anglia showed that reputed global warming scientists were petty and cheaters. As always...

Job ad: Research Chair in Software and Knowledge Engineering
From Daniel Lemire's Blog

Job ad: Research Chair in Software and Knowledge Engineering

The University of Quebec at Montreal (UQAM) is looking for candidates to fill a level 2 (junior) Canada Research Chair in Software and Knowledge Engineering. You...

Learning and the Social Web: A Call for Papers (new deadline)
From Daniel Lemire's Blog

Learning and the Social Web: A Call for Papers (new deadline)

We have extended the deadline of our call for papers on Learning and the Social Web (http://socialwebjetwi.info/). It is a special issue for the Journal of Emerging...

Run-length encoding (part 2)
From Daniel Lemire's Blog

Run-length encoding (part 2)

(This is a follow-up to my previous blog post.) Any run-length encoding requires you to store the number of repetitions. In my example, AAABBBBBZWWK becomes 3A-5B...

Run-length encoding (part I)
From Daniel Lemire's Blog

Run-length encoding (part I)

Run-length encoding (RLE) is probably the most important and fundamental string compression technique. Countless multimedia formats and protocols use one form or...

More database compression means more speed? Right?
From Daniel Lemire's Blog

More database compression means more speed? Right?

Current practical database compression techniques stress speed over compression: Vectorwise is using Super-scalar RAM-CPU cache compression which includes a carefully...

Which should you pick: a bitmap index or a B-tree?
From Daniel Lemire's Blog

Which should you pick: a bitmap index or a B-tree?

Morteza Zaker sent me pointer to their work comparing bitmap indexes and B-trees in the Oracle database. They examine the folklore surrounding bitmap indexes—which...
Sign In for Full Access
» Forgot Password? » Create an ACM Web Account