Comment Re:outrageous! (Score 1) 96
Comment Re:Why not just call it SuSE 12? (Score 1) 96
Comment Re:It's a freakin' PHONE (Score 1) 345
Comment Re:They haven't been phones for years (Score 2, Interesting) 345
Comment Re:Geek Porn (Score 4, Informative) 281
Comment Re:Sounds like resistance is easy. (Score 3, Informative) 268
Open a youtube video, let it buffer, go into
Comment Car analogies! (Score 1) 913
Comment Re:Love the space program (Score 1) 152
Comment Re:Get what you pay for (Score 5, Informative) 245
'I've Got Nothing to Hide' and Other Misunderstandings of Privacy -- Daniel J. Solove
Cheers
Comment Re:Get what you pay for (Score 1) 245
I agree with your idea, but I honestly don't think the masses will go for it. If enough concerned people do, it could be worthwhile.
As a sidenote, your idea reminded me of rsync.net's privacy policies.
Comment Re:Call the cops (Score 1) 1127
(should also work with
You should use
Comment Re:Never volunteer anything to the cops (Score 1) 1127
Comment Re:Wow, Opera has what I call ambition... (Score 5, Funny) 262
Despite low desktop usage numbers after more than a decade in existence Linux folks continue to spew out features. Good for them but I still won't touch their product.
Nuff said.
Comment Not an issue for Win32 Apps (Score 1) 281
wine
Only Win16 binaries require the ability to mmap low addresses, Win32 binaries do not. It is recommended that you test your application with the increase mmap_min_addr setting. If the application starts up without issue, then you should not need to remove the mmap_min_addr restriction.
(http://wiki.debian.org/mmap_min_addr)
$ cat