DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Eli's picture

Unregistered

Feeds

aliases

  • Eli
  • Eli

Eli

1 month ago

in Solving Every Sudoku Puzzle on norvig.com
Great code, Peter. Thanks for sharing it. Your command of Python is admirable - the code is so succinct and elegant

5 months ago

in Multiprocessing in hindsight. on jessenoller.com comments
As other commenters have said, multiprocessing is one of the greatest new features in 2.6 - it's the main reason I'm itching so hard to switch to 2.6 (though unfortunately I can't, until some libs I use do).

And having bugs is not a sin. Especially for 2.6, which is a version most production-heavy users haven't switched to yet, so it's a good testing ground.

7 months ago

in Interview Questions: Database Indexes | 20bits on 20bits
I really liked this entry, thanks for posting it.
How does a DB system decide when create a certain index ? Does it happen the first time some search is executed ?
1 reply
Catrope The DBMS doesn't decide that, the user does when creating the table (or later).
Returning? Login