Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Funny Algorithms (Score 3, Informative) 184

This has always been one of my favorite algorithms. Saw it the first time many years ago on The Practice of Programming, by Kernighan and Pike. Always makes me laugh. You can use it to generate phrases or even psuedo-words that "sound like" any given real language. I use it to generate passwords that are easy to remember but cannot be found in any dictionary, of "fantasy names" for games. Have fun and plose some stilture on your cince! http://www.ploodood.net/

Comment Because they have to remember it. (Score 1) 299

Title says it all. You have to remember your password, so you probably won't use a password like "afi9blm#20niv8__q4i".

Pseudo-words - i.e. words that you can read but are in no dictionary - are probably slightly better, but I wouldn't rely on passwords at all in the first place.

BTW if somwone is interested, this tool CAN generate readable pseudo-words like "foliticalling", "uppet" or "furvicially".

Comment Still relevant? (Score 2) 510

After reading this horror story I arrived to the conclusion that SSDs are not for me. I wonder if it's still true.

Super Talent 32 GB SSD, failed after 137 days
OCZ Vertex 1 250 GB SSD, failed after 512 days
G.Skill 64 GB SSD, failed after 251 days
G.Skill 64 GB SSD, failed after 276 days
Crucial 64 GB SSD, failed after 350 days
OCZ Agility 60 GB SSD, failed after 72 days
Intel X25-M 80 GB SSD, failed after 15 days
Intel X25-M 80 GB SSD, failed after 206 days

http://www.codinghorror.com/blog/2011/05/the-hot-crazy-solid-state-drive-scale.html

Comment Structured Programming (Score 1) 624

Even if it's somehow outdated (and no longer in print), every single program we write today is highly influenced by "Structured Programming" by Edsger Wybe Dijkstra, C. A. R. Hoare and Ole-Johan Dahl. Before this book, programs used to be a mess of spaghetti code and the familiar constructs like if-then-else or while loops did not exist.

Comment Not very reassuring slides (Score 1) 479

"Qt will continue to be the development framework for Symbian and Nokia will use Symbian for further devices"

Yes, but they also say this:

http://www.blogcdn.com/www.engadget.com/media/2011/02/nokiawebcast-4.pdf-page-30-of-38.jpg
http://www.blogcdn.com/www.engadget.com/media/2011/02/nokiawebcast-4.pdf-page-32-of-38.jpg

Comment Re:Nice Demo... (Score 1) 378

This is pretty old stuff, see http://research.microsoft.com/pubs/69211/siggraph05_0265_final.pdf for example (but I'm sure I've read older articles on similar techniques).

At one point there was even a gimp plugin that worked decently well. Here: http://www.logarithmic.net/pfh/resynthesizer/removal

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...