Viewing profile — ahuang
ahuang
HN member- Joined
- Tue, Nov 06, 2012, 1:47 AM UTC
- HN karma
- 21
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About ahuang
No profile information was provided.
Recent public activity
- story
-
comment
Comment #22760860
(I work at Quill). We've found threading to work really well with teams as small as 3. (2, probably not.) In professional contexts, conversations tend to be about specific topics -…
-
comment
Comment #22760719
(I work at Quill.) Quill definitely has some similarities to a forum/message board in that it's slightly more structured -- but it's very much chat at it's core. What we've found i…
-
comment
Comment #22760520
> Your regular conversations are absolutely yours -- your messages by default are encrypted in transit and at rest. (I work at Quill too). Yes, absolutely! That is just table stake…
-
comment
Comment #22514985
I think the main issue is it seems really one-sided and the intent was to be snarky, vs educational. I posted a comment here detailing some ways to work around some of the pitfalls…
-
comment
Comment #22514959
I think this conflates a poor implementation of a webserver with python/gunicorn/gevent being bad. There are a few (easy) things to do to avoid some of the pitfalls she encountered…
-
comment
Comment #20424186
Not always ;). As someone with experience managing mongo at scale, this really speaks volumes to the amount of effort needed to make it not do the wrong thing. And even then, there…
-
comment
Comment #20025179
gRPC isn't a requirement for response streaming (as is quoted as one of the main reasons for doing the migration). That can all be achieved with http/json using chunked encoding. I…
- story
-
comment
Comment #11558331
Generally its the upper 32k ports that are ephemeral, and if your churn more than that per minute in connections, you'll run into that TIME_WAIT issue. Hacky way to get around that…