Earlier quoted context omitted.
Sent from my iPhone is worse than intel inside or claude in the commits in my opinion. There is something so gross about injecting an advertising message into every single communication a user has on their device.
You misunderstand the purpose of "Sent from my iPhone" - it was a status symbol, it showed that the sender was part of the superior iPhone owning elite. It was trivial to remove, but most didnt "oh, I am too busy too remove it, I guess I'll just leave it and let everybody know I can afford an iPhone". You are right, it was advertising, but it advertized the user, not Apple.
Update on "Co-authored-by: Copilot" in commit messages
41–50 of 71 posts
Re: Update on "Co-authored-by: Copilot" in commit messages
#42It's only one sliver of the problem here, but -- do you know how often I update my code editor? Like once every five or ten years, to the version that was released a year or two ago. I do my own commits by hand so it's moot anyway, but there's a fair bit of "leopards ate my face" going in the GitHub thread.
VSCode updates itself what feels like daily so everyone is on the bleeding edge. There are upsides and downsides to that but it doesn’t feel like a trade-off many have made purposefully.
Re: Update on "Co-authored-by: Copilot" in commit messages
#43Honestly extremely pathetic by a trillion dollar corporation that has a massive, undemocratic, say in how technology is developed in this country. Microsoft should be broken up into a dozen different companies and it's quite clear they violated their consent decree from the US DOJ a few decades later, so they should get punished extra hard. Maybe nationalize Excel putting it in the public domain for starters.
Yeah break up all the big companies so Chinese state sponsored behemoths can take over everything. This isn’t the 90s where Americans only competed with other Americans.
Re: Update on "Co-authored-by: Copilot" in commit messages
#44I am using a different approach. `user.email` is always my email. `user.name` is either my account name, or model name like `gpt-5.5-high`. I can easily filter & blame which line was written by me or some specific AI
Re: Update on "Co-authored-by: Copilot" in commit messages
#45Inserting authorship claims is incredibly tacky. It’s today’s “Intel Inside” sticker. I don’t want your stickers on the computer I bought. “Sent from my iPhone” isn’t an authorship claim.
Sent from my iPhone is worse than intel inside or claude in the commits in my opinion. There is something so gross about injecting an advertising message into every single communication a user has on their device.
Re: Update on "Co-authored-by: Copilot" in commit messages
#46I'm not sure that anyone wants the scarlet letter of an AI coauthor on their code just because they used something simple like next edit suggestions or AI autocomplete. It seems like the "all" setting basically only exists for people that haven't figured out how to change it to something else yet. (Funnily enough, I always commit through the command line in VS code anyways...not sure why. But I guess I would have avo…
Agree. I'm more reliant on having a keyboard than on having copilot make tab suggestions and I wouldn't like my PRs to include a tag: "Keystrokes courtesy of: Keychron K3 Max".
This message brought to you by Xfinity Internet.
Re: Update on "Co-authored-by: Copilot" in commit messages
#47 # increment the current number of users — do it by one
n_users += 1Re: Update on "Co-authored-by: Copilot" in commit messages
#48I am sure they are closely tracking this metric of Copilot authored PRs so that everyone down from Nadella to the dev and PM for this can use it to hype up GH Copilot. It’s also a simple and clean metric that goes well in your Connects (performance discussion), you could say the feature I worked on led to xx million copilot authored PRs and there is now an AI usage mandate and you need to mention how you used AI to do something more efficiently blah blah. It’s good old promotion theatre. I don’t think its unique to MSFT though and is probably common across Big Tech.
Re: Update on "Co-authored-by: Copilot" in commit messages
#49I am using a different approach. `user.email` is always my email. `user.name` is either my account name, or model name like `gpt-5.5-high`. I can easily filter & blame which line was written by me or some specific AI
That doesn’t quite work for cases where you’re either the primary author of a commit (asking the model for some touch ups) or when you heavily edit model output. Easier to just say “this is who’s driving the AI” and keep it to your username.
In that case, the "Co-authored-by: Copilot" method doesn't quite work either. You have to split the commit somehow.
> this is who’s driving the AI
As indicated by the consistent user.email value.
Re: Update on "Co-authored-by: Copilot" in commit messages
#50Earlier quoted context omitted.
Sent from my iPhone is worse than intel inside or claude in the commits in my opinion. There is something so gross about injecting an advertising message into every single communication a user has on their device.
You misunderstand the purpose of "Sent from my iPhone" - it was a status symbol, it showed that the sender was part of the superior iPhone owning elite. It was trivial to remove, but most didnt "oh, I am too busy too remove it, I guess I'll just leave it and let everybody know I can afford an iPhone". You are right, it was advertising, but it advertized the user, not Apple.