this post was submitted on 17 Aug 2025
22 points (100.0% liked)

TechTakes

2118 readers
210 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
 

Need to let loose a primal scream without collecting footnotes first? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

(Credit and/or blame to David Gerard for starting this.)

you are viewing a single comment's thread
view the rest of the comments
[–] froztbyte@awful.systems 4 points 5 hours ago

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