Viewing profile — madjar
madjar
HN member- Joined
- Wed, Jul 04, 2012, 11:26 AM UTC
- HN karma
- 23
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About madjar
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7339102
I would say the performance are equivalent, with maybe some overhead if there is some heavy thread spawning. I'll run some benchmarks at some point. One of the biggest advantages i…
-
comment
Comment #7336340
I used that at some point, but I tend to prefer the explicit yield of asyncio to the implicit context change of greenlets. (This blog post is a good explanation of that: https://gl…
-
comment
Comment #6791073
I'm an old Civilization fan, and recently I have enjoyed playing Paradox's game (Crusader Kings, Europa Universalis and Victoria). They touch the same spot that Civ5 wasn't able to…
-
comment
Comment #4965667
Except the problem most people actually want to solve is not "convert newlines to ", it is "convert some text to html", and this function may lead to think that it does that, when …
-
comment
Comment #4907060
Sadly, it's not possible. datetime is a C class, so it is immutable.
-
comment
Comment #4821719
According to the site of the project, "Guix is based on the Nix package manager."
-
comment
Comment #4757030
The first answer mentions a couple of time that any token given to the user (for remember-me login or password reset) should be hashed in the database. Would it be possible to repl…
-
comment
Comment #4658834
Not as sexy as some of the things you can find on this page, but : https://github.com/madjar/pyramid_persona/ : a lib to use the persona auth system from mozilla with the pyramid w…