Forgot your password?
typodupeerror

Comment All Python programmers used to work at Google? (Score 1) 167

Cited from http://learnpythonthehardway.org/book/ex50.html :
"Other Python programmers will warn you that lpthw.web is just a fork of another web framework called web.py, and that web.py has too much "magic". If they say this, point out to them that Google App Engine originally used web.py and not a single Python programmer complained that it had too much magic, because they all worked at Google. If it's good enough for Google, then it's good enough for you to get started. Then, just get back to learning to code and ignore their goal of indoctrination over education."

Hmmm... I remember times when Guido v.Rossum, Tim Peters and others were working at a company called BeOpen.com ... may this shows my age.

Comment Debian Linux security updates rock... (Score 1) 225

... at least most of the time.

If you are happen to use Debian GNU/Linux you are used to type
apt-get update
followed by
apt-get upgrade
every once in a while. Works pretty nice and I only once had
a broken Firefox, which was fixed soon.

I think these volunteers Martin Schulze, Michael Stone and all the others
do a phantastic job here.

I like to say Thank you to them here in public!

Slashdot Top Deals

"If value corrupts then absolute value corrupts absolutely."

Working...