I had a Pycharm linter with “inconsiderate writing list” flag my use of “bi” as inappropriate, recommending to use “bisexual” instead. In my data job, BI, means business intelligence, it’s everywhere.
How is that inconsiderate? That’s just informal
(Using “bi” to mean “bisexual”, I mean, not “business intelligence” lol)
No, it’s right.
Business intelligence is inconsiderate and must be stopped!
Gotta love Microsoft Power Bisexual
I now identify as a Power Bisexual.
Power top or bottom?
365
“I’m a power bisexual 365.”
That works.
Tangentially related rant: We had a new contributor open up a pull request today and I gave their changes an initial look to make sure no malicious code is included.
I couldn’t see anything wrong with it. The PR was certainly a bit short, but the task they tackled was pretty much a matter of either it works or it doesn’t. And I figured, if they open a PR, they’ll have a working solution.…well, I tell the CI/CD runner to get going and it immediately runs into a compile error. Not an exotic compile error, the person who submitted the PR had never even tried to compile it.
Then it dawned on me. They had included a link to a GitHub Copilot workspace, supposedly just for context.
In reality, they had asked the dumbass LLM to do the change described in the ticket and figured, it would produce a working PR right off the bat. No need to even check it, just let the maintainer do the validation.In an attempt to give them constructive feedback, I tried to figure out, if this GitHub Copilot workspace thingamabob had a Compile-button that they just forgot to click, so I actually watched Microsoft’s ad video for it.
And sure enough, I saw right then and there, who really was at fault for this abomination of a PR.The ad showed exactly that. Just chat a bit with the LLM and then directly create a PR. Which, yes, there is a theoretical chance of this possibly making sense, like when rewording the documentation. But for any actual code changes? Fuck no.
So, most sincerely: Fuck you, Microsoft.
deleted by creator
Lmao, what, that’s wild. How did they justify this??
deleted by creator
We will never solve the Scunthorpe Problem.
It’s a clbuttic
Truly in a clbottom of its own
Hasn’t it been proven unsolvable?
Impossible. There is always some mf named like cum-sock, smh
some mf named like cum-sock
Excuse me? My family BUILT this country!
OMG this took me way too long to get. They replace the substring “ass” 😭😭
Holy shit, 10,000 commits because each change was individual (I’m assuming automated).
Those commit messages though 🤣
oh god
yeah, no. haha
deleted by creator
The w*ke agenda …
weke? It’s the Internet, you can say weke
they mean the wake agenda, all these boats disturbing the water’s surface are going to bring an end to society
When you give the task to an intern-to-be.
I am in doubt. That wouldn’t even compile. But who am I to think somebody changing something like this would actually do a test compilation afterwards…
HTML isn’t compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with
data-
(e.g.<div data-foo="test">
) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.