Viewing profile — Cedricgc
Cedricgc
HN member- Joined
- Mon, Dec 23, 2013, 6:08 PM UTC
- HN karma
- 161
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About Cedricgc
Recent public activity
-
comment
Comment #49114004
With stacking you can continue working on a longer change while creating reviewable diffs. Merged diffs can be rebased on your HEAD. For teams that support stacked diffs you don't …
-
comment
Comment #48799292
IIRC Go had to deal with a bunch of issue related to their initial source based package management system. The URL imports remain, but I believe fetches are served through the pkg.…
-
comment
Comment #46674314
I should be specific. I think the technical analysis is reasonable and I actually enjoy someone staking on a big vision, which is why I saved these pieces. An example: "I’ve seen G…
-
comment
Comment #46674027
I'm developing concern for Steve. He's been a well known developer and writer in the industry for years now (See his popular 'Google Platforms Rant' essay from years ago) [0]. Now,…
-
comment
Comment #46030333
One nice thing if you work on the B2B software side - end of year is generally slow in terms of new deals. Definitely a good idea to schedule bug bashes, refactors, and general tec…
-
comment
Comment #44250525
The CUE configuration language uses OCI artifacts as the storage/distribution mechanism of its package manager
-
comment
Comment #42330499
Does this use the txtar format created for developing the go language? I actually use txtar with a custom CLI to quickly copy multiple files to my clipboard and paste it into an LL…
-
comment
Comment #40627532
Looking into this, could be very useful for working with personal Zotero archives of webpages
- story
-
comment
Comment #33617425
I'm sure Meta will rename their project to accommodate the choo-choo train
-
comment
Comment #32174841
Yes, derivations are the main primitive to target in an agnostic way Main challenge is the value of the nixpkgs repo is enormous, and that looks tightly tied to Nix the language an…
-
comment
Comment #32171242
Interested in hearing more about CUE+Nix Considering the tight integration between Nix language v. Nixpkgs v. Nix program I mostly see CUE usable to generate data files but would e…
-
comment
Comment #31469697
Did you write nixery?
- story
- story
- story
- story
- story
-
comment
Comment #22069930
Dan Wang explores this idea in 'How Technology Grows' [0]. To summarize, he asserts that the main downside of offshoring is the loss of process knowledge (the tacit knowledge that …
-
comment
Comment #21568071
I enjoyed this blog post. Julia does a great job of distilling an idea down with examples. I am fairly comfortable with Linux as a user for things like understanding processes, por…
-
comment
Comment #21554368
I am not certain, I think it was adopted mid 2019.
-
comment
Comment #21552697
Author here. The closest thing to borgcfg in Kubernetes would be kubecfg [0]. It is based on jsonnet, the open source equivalent to GCL. The official blessed solution right now wou…
- story
-
comment
Comment #21528397
I agree, a package manager is designed for installing a graph of versioned (effectively immutable) artifacts like a binary or code package. Kubernetes is built to run services, whi…
-
comment
Comment #21285667
I highly recommend using CUE for the configuration part. I may not have mentioned this, but CUE is a superset of JSON, You can write the config in CUE then compile the config into …