Viewing profile — telendt
telendt
HN member- Joined
- Sun, Jan 08, 2012, 5:48 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About telendt
No profile information was provided.
Recent public activity
-
comment
Comment #22155001
Good point. To those unaware, the time.After is equivalent to time.NewTimer(d).C, but "the underlying Timer is not recovered by the garbage collector until the timer fires" (quote …
-
comment
Comment #22151833
There's an ugly bug in http.TimeoutHandler though - it obscures stack traces so that it's impossible to use them to locate panic in decorated handler: https://github.com/golang/go/…
-
comment
Comment #14713677
> The latter two positions say "San Francisco", but we have a growing engineering office in Berlin with people working on the live video CDN and fraud detection. These positions ca…
-
comment
Comment #10212406
Yes, there is. https://github.com/KeepSafe/aiohttp It's hard to write an asynchronous ORM though. Your options are either to use some existing synchronous ORM (like SQLAlchemy) in …