bug

[-]

Infinityx larger

A small JavaScript bug in Google image search.

Google image search - Infinityx larger

[-]

Don't mix LDFLAGS and LDLIBS

Compilation of kinect_upload_fw (from kinect-audio-setup) was failing on some systems with messages like:


[-]

Bug hunting in Linux kernel land: an unpretentious primer

Lately I've been fixing some defects in the hidraw interface in the Linux kernel (commits d20d5ff and e42dee9), simple issues like these NULL pointer dereference are a good example to show how to analyze a Linux bug trace in order to spot the defective code. So let's take a look.


[-]

Poor Man's Multi-Touch: using multiple mice with Xorg

Since Jan. 13th, 2010 Xorg version 7.5 has landed to Debian unstable; one of the most notable additions to it was the XInput2 system, which incorporates the MPX efforts. So I hooked up a second USB mouse to my machine and started playing with it.


[-]

Fixed DNSBL filtering bug in MediaWiki

I've recently fixed a bug in MediaWiki to make DNSBL spam filtering finally work! See r58054 for details.

If you use MediaWiki with $wgEnableSorbs = true you really really want to apply the patch.