Live data from Hacker News

Viewing profile — Cedricgc

Cedricgc

HN member
Joined
Mon, Dec 23, 2013, 6:08 PM UTC
HN karma
161
Public activity
36 items

About Cedricgc

SRE @ LinkedIn Twitter @cedricgc

Recent public activity

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

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

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

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

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

  6. comment
    Comment #44250525

    The CUE configuration language uses OCI artifacts as the storage/distribution mechanism of its package manager

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

  8. comment
    Comment #40627532

    Looking into this, could be very useful for working with personal Zotero archives of webpages

  9. story
  10. comment
    Comment #33617425

    I'm sure Meta will rename their project to accommodate the choo-choo train

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

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

  13. comment
    Comment #31469697

    Did you write nixery?

  14. story
  15. story
  16. story
  17. story
  18. story
  19. 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 …

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

  21. comment
    Comment #21554368

    I am not certain, I think it was adopted mid 2019.

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

  23. story
  24. 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…

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