Live data from Hacker News

Viewing profile — emre-yilmaz

emre-yilmaz

HN member
Joined
Tue, Aug 16, 2011, 12:04 AM UTC
HN karma
54
Public activity
24 items

About emre-yilmaz

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #5951776

    > Redis is not just a cache. Let me repeat that. Redis is not just a cache. Lots of people use Redis as a primary data store. If >Redis is your primary data store, you can't afford…

  6. comment
    Comment #5951741

    okay, tell me a python library comes with consistent hashing? (for the record = HASH(key) MOD N is not 'consistent hashing'.) redis-router is just a library that wraps redis-py wit…

  7. comment
    Comment #5951440

    thanks! https://github.com/emre/redis-router/commit/0d9307436e4c3b69...

  8. comment
    Comment #5951300

    It doesn't support like this. It seems easy to implement it like that though. I will do it when I have free time.

  9. comment
    Comment #5951287

    another good alternative: https://github.com/disqus/nydus

  10. comment
    Comment #5951284

    Yes, these methods are dangerous to use. I need a locking mechanism to do it safely but this will wait until I need it most likely.

  11. comment
    Comment #5951267

    What was the problem for installation? I use redis-router in production as a library . some of my non-pythoneer friends asked to use it in PHP, so I made a little wrapper with geve…

  12. story
  13. comment
    Comment #5780002

    Additionaly, storm's parser includes a bunch of fixes for multiple hostnames, multiple localforward/remoteforward directions and comment line handling.

  14. story
  15. comment
    Comment #5744237

    happy to hear that :) loading and dumping ssh configs would be tricky. let me know if you need further assistance.

  16. comment
    Comment #5743764

    There are a lot of tools like that for years. like; - managing /etc/hosts - managing crontab It's just a preference to do it with a command line tool, or just doing it in the confi…

  17. comment
    Comment #5743706

    Nothing. Maybe just getting a list of host entries in a clean way.

  18. comment
    Comment #5743697

    you can override some of the ssh options if you use it with sshconfig. example ssh config: Host vps hostname 1.1.1.1 port 22 identityfile /home/emre/.ssh/vps.pub If you want to ove…

  19. comment
    Comment #5733103

    well, fake ones doesn't include that either.

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #2889222

    celery is awesome and well-documented. but the problem is, it wraps everthing. conqueue is a weekend project and is not production ready, yet. it will be simple and stupid, nothing…