Feb 11
The exploit allow local users to gain root access using a “proof of concept” exploit. The exploit worked on my machine (Kernel 2.6.22-gentoo-r2).
The bug report:
And here’s a working patch:
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1234,7 +1234,7 @@ static int get_iovec_page_array(const struct iovec __user *iov,
if (unlikely(!len))
break;
error = -EFAULT;
- if (unlikely(!base))
+ if (!access_ok(VERIFY_READ, base, len))
break;
/*
Feb 05
Tired of browsing you favorite manga download site to get your daily doze?
Here’s a shell-script to help you automatize the process:
1
2
3
4
5
6
7
8
9
10
11
12
| #!/bin/bash
if (( $# < 1 )); then
echo "usage: ${0} NUM [NUM]..."
exit 1
fi
manga="${PWD##*/}"
for ep in "$@"; do
URL="http://stoptazmo.com/downloads/get_file.php?file_category=${manga}&mirror=1&file_name=${manga}_${ep}.zip"
wget -c -U Links "${URL}"
done |
To use it, create a directory named with the exact name from the web site:
$ mkdir slamdunk
$ cd slamdunk
$ getmanga.sh 150 151
Jan 16
Right after the publication of this XKCD comic, a lot of bloggers, including us, started posting about the deaths with less or no google results mentioned in the comic.
So how are things a week after that? the web accuracy is messed up.

Jan 14
Google has a built-in currency converter that let’s you, for example, convert from Euros to Moroccan Dirhams:

Or from Moroccan Dirhams to US Dollars:

It works even if you don’t know a country’s currency:

[Credits: Lifehacker]
Jan 11
If you ended up here after reading this xkcd comic, please leave us a comment (^_^).
Jan 10

The idea comes from this xkcd comic.