Viewing profile — sibsibsib
sibsibsib
HN member- Joined
- Fri, Oct 01, 2010, 5:14 PM UTC
- HN karma
- 57
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About sibsibsib
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #9945145
it was added in python 2.7 / 3.0
-
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.
- comment
-
comment
Comment #8868526
the fresnel effect. http://filmicgames.com/archives/557
-
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
-
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 …
-
comment
Comment #5542298
I think your rental prices are a little off. Have you looked for a place in TO recently?
-
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.
-
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.
- comment
-
comment
Comment #3254237
mongoengine does do validation. It can be disabled on a per-model basis though.
-
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…
-
comment
Comment #3120503
It's in the bar along the bottom. Very similar to Textmate.
-
comment
Comment #2862681
reddit is currently working for me.
-
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.
- comment
-
comment
Comment #2570986
I see pyramids with firefox 4. I'm not sure what the 'mindfuck' part is though...
-
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…
-
comment
Comment #2509853
this looks pretty cool. Happen to know any similar projects for python?
-
comment
Comment #2503246
I'm impressed so far. I've been looking for something like this.
-
comment
Comment #2485184
I didn't even notice they were gone at first...
-
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…
-
comment
Comment #2467046
for python-specific, there is also http://www.nongnu.org/pyreb/ . It supports named capture groups, etc.
-
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…