Slashdot Mirror


User: Eli_Courtwright

Eli_Courtwright's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:python on How To Encourage a Young Teen To Learn Programming? · · Score: 1

    Specifically, the book "How to Think Like a Computer Scientist: Learning With Python" is freely available online (although it seems to have recently been renamed "Think Python: An Introduction to Software Design". It's an excellent resource for first-time programmers; it starts with "The Way of the Program" and shows how to use the command line interpreter, then gradually moves on to control flow, data structures, building GUIs, etc.

    You can find it at http://www.greenteapress.com/thinkpython/html/

  2. Re:I discovered this the hard way on AVG Fakes User Agent, Floods the Internet · · Score: 1

    Sibling posts are quoting Hanlon's Razor, but I prefer Grey's Law: "Any sufficiently advanced incompetence is indistinguishable from malice."

  3. Depression is Cyclical on Antidepressants Work No Better Than a Placebo · · Score: 2, Insightful

    This fits with what some other studies have shown in the past... in the short run. Depression is often cyclical; people get more or less depressed over time and will often be fine for long periods of time. So simply by taking nothing and waiting, they'll often start to feel better soon. This is why taking anti-depression meds is almost indistinguishable from a placebo in the short run, except in the most severe cases.

    The real test is how effective the meds are at preventing future episodes of depression, or at least limiting how bad they are. TFA doesn't go into enough detail on the length of time over which the data was collected, so I don't know what it has to say about this.

  4. Re:Another Shock Story on Python 3.0 To Be Backwards Incompatible · · Score: 2, Informative

    The Python dev team knows that it will take years for Python 3.0 to be considered the default for most people; they've said as much on their mailing list. That's one of the main reasons why they're backporting as many features as they can to the 2.6 release - basically everything that doesn't break backwards compatibility.

  5. Re:Hmmm... on First Look At Firefox 3.0 Beta 2 · · Score: 1

    Only for public websites. Most of my web programming is for internal corporate websites. In those cases we only have to support one browser, which is usually the latest version of IE. So once IE8 and/or Firefox 3 become the primary browser(s) for company machines, I'll be able to program to the standards.

  6. Re:His Password Comment on Freakonomics Q&A With Bruce Schneier · · Score: 1

    This seems unnecessary due to Firefox's "Master Password" feature. You can use a different password for every site and have Firefox remember those passwords. Then create one good master password which Firefox uses to decrypt the other passwords. I don't think your proposed feature would be any more secure than this.

  7. Re:Wow on Stallman Attacked by Ninjas · · Score: 1

    Not only that, but it'd also be a horrible idea to pull the prank from the comic on Linus Torvalds, since his wife won the karate champion of Finland for several years.

  8. Re:Strange Guido's reply on Guido and Bruce Eckel Discuss Python 3000 · · Score: 1

    Python 3000 is fixing that issue with PEP 3104: http://www.python.org/dev/peps/pep-3104/

  9. Re:Obvious 75 times on Amazon S3 is Patent-Pending · · Score: 1

    So perhaps we all shouldn't speculate too much.
    You must be new here.