Viewing profile — dqminh
dqminh
HN member- Joined
- Tue, Jun 08, 2010, 2:52 AM UTC
- HN karma
- 132
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About dqminh
Recent public activity
-
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…
-
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…
-
comment
Comment #4619611
anyone knows how does this perform compared to http://ace.ajax.org ?
-
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…
-
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
- story
- story
- story
- story
-
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…
-
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 ?
- story
-
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=…
-
comment
Comment #3161091
no, more ram means less power consumption because you are accessing hard drive less often.
-
comment
Comment #2950215
Singapore: http://jobs.triplepoint.asia/jobs
- story
-
comment
Comment #2706395
Tornado doesn't have any orm, it only has a very thin wrapper around MySQLdb.
-
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.
-
comment
Comment #2628207
if you have Chrome, install Google Font Previewer, choose Droid Sans
-
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.
- story
- story
-
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.
-
comment
Comment #2114669
the site looks great. Registered ;)