24
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Aug 2025
24 points (100.0% liked)
TechTakes
2154 readers
108 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
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:
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