Viewing profile — ryansking
ryansking
HN member- Joined
- Tue, Jul 07, 2009, 9:50 PM UTC
- HN karma
- 11
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ryansking
No profile information was provided.
Recent public activity
-
comment
Comment #3426633
Works pretty well for us (twitter.com).
-
comment
Comment #3077946
One nit about snowflake in your article (i'm the author of snowflake)– the zookeeper integration is optional and only used for sanity checking the configuration (that the worker id…
-
comment
Comment #1936058
This wouldn't work for us. We need the ids to sort by time across users, which this wouldn't do.
-
comment
Comment #1936024
we've been running snowflake for weeks already
-
comment
Comment #1936022
The twitter api includes string representations of the ids already and we encourage everyone to use those rather than the numeric ones.
-
comment
Comment #1936017
we don't use incrementing ids, but needed ids that increase over time (so that you can sort tweets by them). hence, snowflake: http://github.com/twitter/snowflake
-
comment
Comment #1857546
oh and feel free to contact me directly at ryan@twitter.com