Mozilla Thunderbird 3 Released 272
Teenager Invents Cheap Solar Panel From Human Hair 366
Comment Re:Here's what I want to know... (Score 1) 101
Each person have a different sequence, while the first time they sequenced one of the billions "human genomes". Doing different people could help finding what makes one person different from another and on the other hand what make us similar.
Comment Diff? (Score 1) 101
While a single human genome is a lot of information, storing thousands shouldn't add much requirements, one can simply store a diff from the first.
Microsoft Launches New "Get the Facts" Campaign 524
Comment Re:Squids (Score 1) 803
Also, if they show interest in contacting us in the first place, they would probably value us as a source of information, so destroying earth would be counter-productive. Think on how much money is spent on making sure that our probes would not contaminate with earth life the places that it visits.
How Do You Greet an Extraterrestrial? 803
Comment Re:Glowing is cool, but the novelty is elsewhere (Score 1) 174
With glowing monkeys???
Time Warner Confirms Split With AOL 94
Who Would Want To Be Obama's Cybersecurity Czar? 131
US Army Will Upgrade To Windows Vista 374
Comment Re:Good Thing (Score 1) 231
This is probably because no one uses it or care for it. Encryption is not a matter of simply slapping an encrypted channel on top of something and that something is magically secure.
Just on the top of my head I could bet that this telnet is vulnerable to timing attacks that ssh were once vulnerable. you see, telnet usually sends keys as fast as it can, so when you're typing your password the timing between the keys-down events are reflected on the timing of packages that go trough the net, with those timings you can narrow down the brute force password search.
SSH is more smart then telnet, so first it has a initial handshake that is not part of the session, so the first password, the login password, is sent in a single packet. But even for other password prompts that are asked during the session, openssh notice that the no-echo mode is activated and uses a timeout to join together more then one key on a single packet, since there is no echo this does not compromise the responsiveness of the session.
A Look Back At the World's First Netbook 143