Comment Is this really a ban? (Score 1) 555
"Unless you have a written agreement with Google Fiber permitting you do so, you should not host any type of server using your Google Fiber connection"
(Emphasis by me). This sounds more like a "it would be nice if you don't" to me. Heck, even RFC 2119 agrees:
4. SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" mean that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label.
Submission + - Japan’s Robot Picks Only the Ripest Strawber (singularityhub.com)
Submission + - Vuvuzelas Blare on Pirated Copies (wired.com) 1
Many games have installed switches that detect pirated copies and act accordingly, like ending the user’s game after 20 minutes. Ubisoft has come under fire multiple times for what players have seen as highly restrictive anti-piracy measures that annoy legitimate users as much or more so than pirates.
But some more-mischievous developers have used tricks similar to the vuvuzela fanfare to mess with pirates.
Batman: Arkham Asylum lets unauthorized users play through the game as if it were a normal copy, with a single exception: Batman’s cape-glide ability doesn’t work, rendering the game impossible to finish — although you might bash your head against it trying to make what are now impossible jumps.
If you pirate Command & Conquer: Red Alert 2, brace yourself for an explosion, as your entire base will detonate within 30 seconds of loading the game.
Submission + - Ubuntu Rolling release rumours wrong (h-online.com) 1
Submission + - The Hail Mary Cloud is Growing (blogspot.com)
New Motorcycle World Speed Record, 367.382 mph 253
Computers To Mark English Essays 243
Alan Turing Gets an Apology From Prime Minister Brown 576
Microsoft Launches Its Own Open Source Foundation 344
Comment Re:Which kernel version do I apply the patch to? (Score 1) 333
linux-2.6$ ln -sv . linux-2.6.30-bfs.orig
`linux-2.6.30-bfs.orig' -> `.'
Same kernel version as mentioned above.
Comment Re:Which kernel version do I apply the patch to? (Score 1) 333
I applied the patch to v2.6.30 from Linus' git tree at git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (commit 07a2039b8eb0af4ff464efd3dfd95de5c02648c6), and it compiled fine. Had to let patch(1) assume "-R" when it wanted to delete non-existant files, though. Worked for me:
linux-2.6$ ln -sv . linux-2.6.30-bfs
linux-2.6$ patch -p0 </tmp/2.6.30-sched-bfs-209.patch
patching file linux-2.6.30-bfs/Documentation/sysctl/kernel.txt
patching file linux-2.6.30-bfs/fs/pipe.c
patching file linux-2.6.30-bfs/include/linux/init_task.h
patching file linux-2.6.30-bfs/include/linux/sched.h
The next patch would delete the file linux-2.6.30-bfs.orig/kernel/sched.c,
which does not exist! Assume -R? [n] y
[...]
Wi-Fi Allergy a PR Stunt 174
Comment Incompetent USPTO people (Score 1) 202
11 expanded comments in this thread, and nearly half of them link to evidence of prior art. WTF are these USPTO people doing at work? How about some investigation before granting the patent, or at least a simple Google search?
Sigh. Utterly useless.
Comment Re:I've Still Yet to See the Code from Them (Score 5, Insightful) 237
PLEASE NOTE: Microsoft Corporation (or based on where you live, one of its affiliates) licenses this supplement to you. You may use it with each validly licensed copy of Microsoft operating system products software (for which this supplement is applicable) (the ÃoesoftwareÃ). You may not use the supplement if you do not have a license for the software.
(Emphasis by me.) Addidionally, if this is GPL, as they say, they can't demand that you have a MS Windows license to use the software. When you've got a copy of it, you're free to use it as much as you want, with or without a MS Windows license.