Viewing profile — magiconair
magiconair
HN member- Joined
- Fri, Mar 21, 2014, 8:38 PM UTC
- HN karma
- 55
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About magiconair
Recent public activity
- story
- story
-
comment
Comment #14672211
I think this is example is too simple and misses the point of a config package. If you have config options being read from several different sources (files, args, env) and need to …
-
comment
Comment #14105524
Glad you like it. :) Disclaimer: I'm the author.
-
comment
Comment #13736294
If you have the luxury to pick your job then the most important thing IMO is that you find something which interests you since you will derive your motivation from that. Everything…
-
comment
Comment #13069693
My kids have both German and Dutch passports but that's because their parents are from these countries.
-
comment
Comment #12557724
The general setup seems to be that you have a public facing LB which just forwards all incoming traffic to any available fabio instance which handles the dynamic routing. fabio doe…
-
comment
Comment #12502131
Not trusting your employees is usually a bad sign.
-
comment
Comment #12502106
Yes, because your holidays are for recreation not for recuperation. When you're sick, you're sick. Go home, get rest, forget about work. Makes happier and more productive employees…
-
comment
Comment #10453466
https://github.com/eBay/fabio might also be an option for you. Disclosure: I'm the author.
-
comment
Comment #10453453
I'm curious whether https://github.com/eBay/fabio would meet your needs. It picks up the routing table from consul changes and service registrations and reloads it without restart.…
-
comment
Comment #9599663
I am one of these managers in Amsterdam with an international team of 10 people from 8 different countries who still writes code. My desire is to have a team that gets the job done…
-
comment
Comment #7444767
I think one of the reasons for developing Go were some hard-to-find bugs with the indentation of python code. AFAIR, the Go authors specifically didn't want this. Found it: ( http:…