I’m @froztbyte more or less everywhere that matters

  • 18 Posts
  • 791 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle


















  • so it’s been observed by many that github’s been getting worse for a while as they keep shoving copilot into every corner

    with the upgrade diff review, I wanted to quickly fold closed the 485 files in the diff. I could’ve sworn github’s diff view used[0] to have a button for this, and I know bitbucket does[1], but nope. so of course I open browser inspector to dig at elements (then quickly iterate over them with .click() in the js console)

    which is when I noticed that even the elements are renamed for copilot:

    <copilot-diff-entry data-file-path=".cargo/config.toml">
    

    which both makes me wonder my memory is right and this did used to have a button that was just overlooked in the rush for terrible chatbot shit, and makes me boggle at how astoundingly far the org is deepthroating this nonsense

    [0] it’s been a few years of no longer actively using github

    [1] fairly recently for client work