totally agree with reading more. text is easy to consume, easy to store, (somewhat) easy to verify (if sources are provided), and it keeps (if using dead trees for storage). ever since the pandemic i started reading more and must say i really like it
drre
joined 9 months ago
thanks for the reply, but i think i got that. from the linked article:
For example, if you changed repo/packages/foo/CHANGELOG.json, when git was getting ready to do the push, it was generating a diff against repo/packages/bar/CHANGELOG.json! This meant we were in many occasions just pushing the entire file again and again, which could be 10s of MBs per file in some cases, and you can imagine in a repo our size, how that would be a problem.
but wouldn't these erroneous diffs not show up in git diff
? it seems that they were pushing (maybe automatically?)without inspecting the diffs first
maybe I'm missing something but wouldn't this show up in a diff before pushing?
absolutely agree. i just wanted to point out that not everything has to be a video