From Schneier on Security
Artificial intelligence (AI) has been billed as the next frontier of humanity: the newly available expanse whose exploration
…
B. Schneier| February 29, 2024
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...Daniel Lemire From Daniel Lemire's Blog | February 10, 2010 at 07:15 PM
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,...Daniel Lemire From Daniel Lemire's Blog | February 8, 2010 at 02:36 PM
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...Daniel Lemire From Daniel Lemire's Blog | February 3, 2010 at 03:36 PM
Earlier this month, Michael Mitzenmacher told us about the record number of students attending his Harvard class online-only.Daniel Lemire From Daniel Lemire's Blog | January 30, 2010 at 03:27 PM
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...Daniel Lemire From Daniel Lemire's Blog | January 20, 2010 at 02:17 PM
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...Daniel Lemire From Daniel Lemire's Blog | January 13, 2010 at 03:26 PM
In the late sixties and seventies, we wanted universities to become more accessible. We founded the Open University, the UniversitDaniel Lemire From Daniel Lemire's Blog | January 11, 2010 at 06:50 PM
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...Daniel Lemire From Daniel Lemire's Blog | January 11, 2010 at 03:50 PM
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...Daniel Lemire From Daniel Lemire's Blog | January 4, 2010 at 12:14 PM
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...Daniel Lemire From Daniel Lemire's Blog | December 21, 2009 at 09:49 AM
Microprocessors and storage devices are subject to the second law of thermodynamics: using them turn usable energy (oil, hydrogen) into unusable energy (heat).Daniel Lemire From Daniel Lemire's Blog | December 17, 2009 at 02:50 PM
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...Daniel Lemire From Daniel Lemire's Blog | December 9, 2009 at 02:05 PM
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...Daniel Lemire From Daniel Lemire's Blog | December 8, 2009 at 04:51 PM
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...Daniel Lemire From Daniel Lemire's Blog | December 4, 2009 at 03:58 PM
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...Daniel Lemire From Daniel Lemire's Blog | November 30, 2009 at 01:59 PM
(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...Daniel Lemire From Daniel Lemire's Blog | November 27, 2009 at 04:03 PM
Run-length encoding (RLE) is probably the most important and fundamental string compression technique. Countless multimedia formats and protocols use one form or...Daniel Lemire From Daniel Lemire's Blog | November 24, 2009 at 02:54 PM
Current practical database compression techniques stress speed over compression:
Vectorwise is using Super-scalar RAM-CPU cache compression which includes a carefully...Daniel Lemire From Daniel Lemire's Blog | November 13, 2009 at 02:55 PM
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...Daniel Lemire From Daniel Lemire's Blog | November 12, 2009 at 10:46 AM