Live data from Hacker News

Viewing profile — tbrb

tbrb

HN member
Joined
Thu, Jun 25, 2020, 9:42 PM UTC
HN karma
6
Public activity
6 items

About tbrb

No profile information was provided.

Recent public activity

  1. comment
    Comment #42948279

    The AWS SDK supports supplying credentials based on environment variables. When on my workstation I set AWS_PROFILE to select what profile I'm using, prior to running Terraform. Th…

  2. comment
    Comment #42946164

    I generally consider the AWS CLI configuration to be something that's unique to a developer's workstation, and shouldn't be referenced in terraform code (in the form of tying the w…

  3. comment
    Comment #42459981

    The biggest life changer to me back when I worked with Mikrotik gear was learning that the '?' character was an immediate "Show me all of the commands I can get to from the current…

  4. comment
    Comment #41565509

    Agree that it would be nice to specify credentials a different way - however as a workaround: some bash-based shells support prefixing the command with a space as a way of not savi…

  5. comment
    Comment #23646259

    > every step and trigger in Relay is just a docker container Ooh, that makes sense. This is also reminding me a bit of Concourse CI ( https://concourse-ci.org ) as that's all docke…

  6. comment
    Comment #23646107

    Sounds interesting. Have you any comparisons between this and StackStorm? At first glance, this looks like it competes in a similar market. Additionally, is this only going to be a…