Live data from Hacker News

Viewing profile — joaquin2020

joaquin2020

HN member
Joined
Mon, Apr 20, 2020, 3:50 PM UTC
HN karma
5
Public activity
7 items

About joaquin2020

No profile information was provided.

Recent public activity

  1. comment
    Comment #24423624

    > The alternative is ansible. Everybody I know moved away from Chef to Ansible and never looked back. That has been my experience/perspective as well. This was what I found industr…

  2. comment
    Comment #24423416

    I can give you SF Bay Area perspective, where Ruby and especially Rails is quite popular. With the arrival of Docker and Kubernetes, immutable infrastructure patterns dramatically …

  3. comment
    Comment #24423151

    Chocolatey is a proxy-package manager, automates fetching packages off the Internet installing them (often through the packages own .msi or other installer). So it doesn't compete …

  4. comment
    Comment #24410413

    > I toyed with a simple puppet-alike, written in golang, called marionette (in hindsight a terrible name) Well, yeah, especially as Puppet has a well known solution named Marionett…

  5. comment
    Comment #24410373

    In the scope of config state management across mutable systems, SaltStack is the closest. When doing immutable infra, where managing desired state is only at deploy time, then Ansi…

  6. comment
    Comment #24410172

    Now I think I remember them. Weren't they an embedded database on Windows popular with PeachTree and such?

  7. comment
    Comment #24410123

    > Puppet is a great tool for managing containers, and so is Chef. There is nothing inherently good about YAML. I am not sure what complex config state management solution brings to…