Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Cedricgc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Cedricgc
2mo ago
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 usually even need to manage branches and work directly
2.
▲
by
Cedricgc
2mo ago
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.go.dev proxy now. Andrew Nesbitt has a good write [0] up on
3.
▲
by
Cedricgc
8mo ago
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 Grab’s hunger. I’ve felt it. I have it. This space is wi
4.
▲
by
Cedricgc
8mo ago
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, Yegge's writing tilts towards the
5.
▲
by
Cedricgc
10mo ago
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 tech debt payments with greater buy in from the business
6.
▲
by
Cedricgc
1y ago
The CUE configuration language uses OCI artifacts as the storage/distribution mechanism of its package manager
7.
▲
by
Cedricgc
2y ago
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 LLM chat. I try not to get too far from the chat paradigm so I
8.
▲
by
Cedricgc
2y ago
Looking into this, could be very useful for working with personal Zotero archives of webpages
9.
▲
Cheap Thought
(blog.cedriccharly.com)
2 points
by
Cedricgc
3y ago
|
0 comments
10.
▲
by
Cedricgc
4y ago
I'm sure Meta will rename their project to accommodate the choo-choo train
11.
▲
by
Cedricgc
4y ago
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 and its implicit constructs. I think instead of an FDI one wou
12.
▲
by
Cedricgc
4y ago
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 eventually need to be consumed in a .nix config at some point
13.
▲
by
Cedricgc
4y ago
Did you write nixery?
14.
▲
Kubernetes: The Universal Control Plane
(blog.cedriccharly.com)
2 points
by
Cedricgc
6y ago
|
0 comments
15.
▲
Kubernetes: The Universal Control Plane
(blog.cedriccharly.com)
2 points
by
Cedricgc
6y ago
|
0 comments
16.
▲
by
Cedricgc
7y ago
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 is learned by doing and transmitted through cultur
17.
▲
by
Cedricgc
7y ago
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, ports, key files and utilities, etc. The way I understand how t
18.
▲
by
Cedricgc
7y ago
I am not certain, I think it was adopted mid 2019.
19.
▲
by
Cedricgc
7y ago
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 would be kustomize [1] since it is directly integrated into kub
20.
▲
The Configuration Complexity Curse – Don’t Be a YAML Engineer
(blog.cedriccharly.com)
4 points
by
Cedricgc
7y ago
|
1 comments
21.
▲
by
Cedricgc
7y ago
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, which are not static but continuously running and react to inpu
22.
▲
by
Cedricgc
7y ago
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 a final unified JSON file to be fed into another system. You
23.
▲
by
Cedricgc
7y ago
I consider this new tool being promoted here (Adapt) to be in a similar space to Pulumi ( https://www.pulumi.com ) which allows for using full featured imperative programming languages for defining infrastructure. The key idea is
24.
▲
by
Cedricgc
7y ago
https://outline.com/fSVvSB
25.
▲
by
Cedricgc
7y ago
Now that Git Virtual File System (VFS) is coming to GitHub, I think we shall see an uptick in monorepo adoption. Though what I said early about compatible tooling still applies. The repo style affects so much of the tooling, from Continous
26.
▲
by
Cedricgc
7y ago
Libraries internal to Google are kept at the latest and consumers are updated to use the latest APIs. 3rd party libraries are checking into the monorepo at a specific version and everyone uses the same version.
27.
▲
by
Cedricgc
7y ago
The main driver of success in either model is in the tooling and practices invested in it to make it work in an organization. Google is successful with their monorepo because they have invested in building (blaze), source control (piper, co
28.
▲
by
Cedricgc
7y ago
https://outline.com/VvVhg6
29.
▲
How Should We Build Our Software Infrastructure?
(blog.cedriccharly.com)
2 points
by
Cedricgc
8y ago
|
0 comments
30.
▲
by
Cedricgc
8y ago
https://trunkbaseddevelopment.com/branch-by-abstraction/
More ›