Live data from Hacker News

Viewing profile — sibsibsib

sibsibsib

HN member
Joined
Fri, Oct 01, 2010, 5:14 PM UTC
HN karma
57
Public activity
57 items

About sibsibsib

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #9945145

    it was added in python 2.7 / 3.0

  3. comment
    Comment #9328849

    it's possible to do this with PEX. I've done this experimentally by subclassing gunicorn.app.base.Application. Haven't tried it out in prod yet though.

  4. comment
  5. comment
    Comment #8868526

    the fresnel effect. http://filmicgames.com/archives/557

  6. comment
    Comment #8826951

    I've had good results from converting to Lab space and geospatial indexing the ab components. http://en.m.wikipedia.org/wiki/Lab_color_space

  7. comment
    Comment #8610048

    I've done some experiments packing gunicorn+ a wsgi app with PEX[1] to have a standalone executable. Seems to work pretty well, although I haven't tried it for anything production …

  8. comment
    Comment #5542298

    I think your rental prices are a little off. Have you looked for a place in TO recently?

  9. comment
    Comment #5235942

    > but is it wise to run a webapp and Postgres on the same instance? This really depends on the level of traffic you expect. For lower amounts, it works fine.

  10. comment
    Comment #3436160

    Law #2 makes mention of law #1: A robot must obey the orders given to it by human beings, except where such orders would conflict with the First Law.

  11. comment
  12. comment
    Comment #3254237

    mongoengine does do validation. It can be disabled on a per-model basis though.

  13. comment
    Comment #3201229

    using list() in this manner feels a bit weird to me. If you want to be truly explicit, why not use the built in copy module? eg: from copy import copy b = copy(a) #or deepcopy(), d…

  14. comment
    Comment #3120503

    It's in the bar along the bottom. Very similar to Textmate.

  15. comment
    Comment #2862681

    reddit is currently working for me.

  16. comment
    Comment #2755026

    That's how the 'following' circle works. Notch makes a 'public' post, and everyone who has him in their following circle will receive the update.

  17. comment
  18. comment
    Comment #2570986

    I see pyramids with firefox 4. I'm not sure what the 'mindfuck' part is though...

  19. comment
    Comment #2565139

    are you on windows? I find this happens on windows more so than mac. I believe its a combination of bad hinting combined with Microsoft's very crisp font smoothing. Windows can rea…

  20. comment
    Comment #2509853

    this looks pretty cool. Happen to know any similar projects for python?

  21. comment
    Comment #2503246

    I'm impressed so far. I've been looking for something like this.

  22. comment
    Comment #2485184

    I didn't even notice they were gone at first...

  23. comment
    Comment #2469600

    what does this have to do with jailbreakers? The data in question is accessible on the machine the person syncs their phone with. It's conceivable that third parties could easily g…

  24. comment
    Comment #2467046

    for python-specific, there is also http://www.nongnu.org/pyreb/ . It supports named capture groups, etc.

  25. comment
    Comment #2463561

    thanks for posting this. I agree fully. The place I frequent is very small, so one person taking up a lot of space can be really annoying. The worst is when two people push two tab…