Live data from Hacker News

Viewing profile — magiconair

magiconair

HN member
Joined
Fri, Mar 21, 2014, 8:38 PM UTC
HN karma
55
Public activity
13 items

About magiconair

[ my public key: https://keybase.io/magiconair; my proof: https://keybase.io/magiconair/sigs/dbT5YPhcYjlnv_4u68isxFK2p400B5SAY0w1NA-wIbk ]

Recent public activity

  1. story
  2. story
  3. 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 …

  4. comment
    Comment #14105524

    Glad you like it. :) Disclaimer: I'm the author.

  5. 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…

  6. comment
    Comment #13069693

    My kids have both German and Dutch passports but that's because their parents are from these countries.

  7. 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…

  8. comment
    Comment #12502131

    Not trusting your employees is usually a bad sign.

  9. 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…

  10. comment
    Comment #10453466

    https://github.com/eBay/fabio might also be an option for you. Disclosure: I'm the author.

  11. 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.…

  12. 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…

  13. 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:…