Live data from Hacker News

Viewing profile — dqminh

dqminh

HN member
Joined
Tue, Jun 08, 2010, 2:52 AM UTC
HN karma
132
Public activity
24 items

About dqminh

http://github.com/dqminh

Recent public activity

  1. comment
    Comment #19045911

    We mostly use replicated MergeTree, SummingMergeTree, AggregatedMergeTree etc. And yes, we do use Kafka engine to consume directly from Kafka, in additions to standard Clickhouse i…

  2. comment
    Comment #5744929

    any reason why you guys choose to pipe the compressed content into `tar xzf` process inside the container instead of extracting it outside and overlay the extracted content onto th…

  3. comment
    Comment #4619611

    anyone knows how does this perform compared to http://ace.ajax.org ?

  4. comment
    Comment #4470488

    i had trouble with CtrlP initialy because the initial load time is too slow. However, this config line fix it for me let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files'] It…

  5. comment
    Comment #4337907

    I tried to write an interface to ImageMagick's MagickWand in Golang as well to solve the same problem. You can find it here: https://github.com/dqminh/mage

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #3522268

    We faced this situation before. What we do is: - When there is a feature that is not done yet, but has some user-facing code, we use feature toggler to disable it on production - w…

  11. comment
    Comment #3522209

    Its opposite for us. At work, we dont use branch, only git pull --rebase on master. Any idea on when and why to use branches often ?

  12. story
  13. comment
    Comment #3470568

    python also has this right by introducing named parameters. The same function in python can be written as: do_send_mail(recipient="some@email.com", cc="another@email.com", subject=…

  14. comment
    Comment #3161091

    no, more ram means less power consumption because you are accessing hard drive less often.

  15. comment
    Comment #2950215

    Singapore: http://jobs.triplepoint.asia/jobs

  16. story
  17. comment
    Comment #2706395

    Tornado doesn't have any orm, it only has a very thin wrapper around MySQLdb.

  18. comment
    Comment #2649365

    attest ( http://packages.python.org/Attest/ ) is a really nice test framework too. Feels much more natural to me than the usual setUp/tearDown pattern.

  19. comment
    Comment #2628207

    if you have Chrome, install Google Font Previewer, choose Droid Sans

  20. comment
    Comment #2615783

    There is SplFixedArray http://www.php.net/manual/en/class.splfixedarray.php , not sure if this is the one he mentioned though.

  21. story
  22. story
  23. comment
    Comment #2291611

    I love this. In fact, i think it would be even more awesome if we can have something similar to Wave's scrolling style in normal desktop application.

  24. comment
    Comment #2114669

    the site looks great. Registered ;)