à la con

  • 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2024

help-circle

  • started learning French during the pandemic, first with some app but then switched to an 1-1 online course, one hour every week, and stayed with it. right now I’m somewhere at B1 level which might but be much, but suffices for reading (technical) books, newspapers, and everyday communication. i try to listen to a lot of French music (with lyrics on, to help me get into the rhythm if the language and maybe learn some new lingo), watch movies (Love Star Trek), listen to the radio, bla blub.

    the things is to find something you care about in the other language/culture. then, learning the language will give you access to something which is already important to you and keeping up with your learning becomes more easy. my2c









  • 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