Live data from Hacker News

Viewing profile — ryansking

ryansking

HN member
Joined
Tue, Jul 07, 2009, 9:50 PM UTC
HN karma
11
Public activity
7 items

About ryansking

No profile information was provided.

Recent public activity

  1. comment
    Comment #3426633

    Works pretty well for us (twitter.com).

  2. 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…

  3. comment
    Comment #1936058

    This wouldn't work for us. We need the ids to sort by time across users, which this wouldn't do.

  4. comment
    Comment #1936024

    we've been running snowflake for weeks already

  5. 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.

  6. 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

  7. comment
    Comment #1857546

    oh and feel free to contact me directly at ryan@twitter.com