Viewing profile — cppforlife
cppforlife
HN member- Joined
- Fri, Jul 31, 2009, 12:31 AM UTC
- HN karma
- 12
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About cppforlife
No profile information was provided.
Recent public activity
-
comment
Comment #31795132
i never found myself struggling with submodules, but at times i found myself just slightly annoyed (especially when having to remove/replace submodules), especially when they are u…
-
comment
Comment #31661346
since you mentioned Kubernetes... > It would be nice if there was a separate state reconciliation system that one could adapt to use with Cue or Dhall or any other frontend this ex…
-
comment
Comment #31541675
i think kubernetes is not a great example in favor of more client state (like tf) since k8s has uniform resource structure (metadata.*) and first class labeling support. but as you…
-
comment
Comment #22946380
hi, i've authored a set of OSS CLIs in this space based on my previous experiences orchestrating VMs, containers, IaaS resources: - https://get-ytt.io (for templating/overlaying) -…
-
comment
Comment #22342019
someone asked me to wrap get-kapp.io (one of my projects) with terraform so that they can pass down infra settings to their k8s config. i ended up writing https://githubc.com/k14s/…
-
comment
Comment #22213564
https://get-ytt.io (i am one of the authors), one of the tools that inspired yglu, has been designed from ground up with an eye towards security even though its turing complete. it…
-
comment
Comment #22213494
> I like the idea of having a state and resolving differences between desired and actual state, but not enough to rewrite everything in HCL. i authored https://get-kapp.io based on…
-
comment
Comment #21263830
just use a wrong type (bool lets say), and check out go compilation error. it will tell you what type it wants.
-
comment
Comment #20734982
agreed, text templating of yaml (or any structured content) does not make sense. too much context (actual config structure) is lost if plain text is used. i've collaborated on ytt …
-
comment
Comment #20360000
i'll throw in one of my projects as a contender: ytt - YAML templating tool - https://get-ytt.io (check out live playground!). it works with yaml structures (hence avoids text temp…
-
comment
Comment #20339526
> ...but the goal is that you should choose whatever templating language you already use for your website most common templating languages (especially textual templating languages …
-
comment
Comment #19821452
i actually open sourced a tool kbld ( https://get-kbld.io ) a couple of weeks ago that includes export/import images functionality (keeps same digests across registries): https://g…