back
user profile
kimi
2,548karma·798submissions·November 19, 2014
recent activity (798 total)
comment
If your devs are bright and want to learn something new, go for Clojure. If you already have strong Java skills and need to deliver fast, go for Java 8.
comment
Had the same issues multiple times with their Amsterdam data centre.
comment
This is a myth. One single Asterisk instance may handle 200-500 calls nowadays, but if you cluster them, you may grow carrier-size networks out of them. There are a number of large scale Asterisk depl…
comment
With a cluster of Asterisk boxes and the right tools, it is easy to originate millions of calls. I was talking to a person today who is to place ~60 million calls in 20 days, and you can do that with …
comment
Opened up a bug https://github.com/l3nz/ObjectiveSync/issues/2
comment
JOOQ is nice, but it is more aimed at writing SQL in a portable way than at reading/writing objects.
comment
You write maybe more code, but you control how you want objects serialized. And when you find yourself fighting against the database layer, you know you are doing something wrong.
comment
Examples are here: https://github.com/l3nz/ObjectiveSync/tree/master/tests/ch/l... …
comment
It looks like I'm not alone in hating Hibernate.
comment
Put the things that are going to change as the last step; use very few steps (eg dont copy files one by one) and let Docker cache the results.
We use WhaleWare as a templating tool: https://…
comment
Two weeks? we have been running Docker in production for over one year and have thousands of separate instances. No big issues os far.
All that is said is true (or at least points to an area of conce…
comment
Two weeks? we have been running Docker in production for over one year and have thousands of separate instances. No big issues os far. All that is said is true, it's just a matter of weighting pr…