Rob Pike goes nuclear over GenAI
11–20 of 1001 posts
Re: Rob Pike goes nuclear over GenAI
#12Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…
And a screenshot just in case (archiving Mastodon seems tricky) : https://imgur.com/a/9tmo384
Seems the event was true, if nothing else.
EDIT: alternative screenshot: https://ibb.co/xS6Jw6D3
Apologies for not having a proper archive. I'm not at a computer and I wasn't able to archive the page through my phone. Not sure if that's my issue or Mastodon's
Re: Rob Pike goes nuclear over GenAI
#13The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.
Re: Rob Pike goes nuclear over GenAI
#14I thought public BlueSky posts weren't paywalled like other social media has become... But, it looks like this one requires login (maybe because of setting made by the poster?):
Re: Rob Pike goes nuclear over GenAI
#15Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…
I can see it using this site:
Re: Rob Pike goes nuclear over GenAI
#16Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…
It's real, he posted this to his bluesky account.
Re: Rob Pike goes nuclear over GenAI
#17Assuming this post is real (it’s a screenshot, not a link), I wonder if Rob Pike has retired from Google? I share these sentiments. I’m not opposed to large language models per se, but I’m growing increasingly resentful of the power that Big Tech companies have over computing and the broader economy, and how personal computing is being threatened by increased lockdowns and higher component prices. We’re beyond the da…
This argument always felt insincere to me. What power do big tech companies have and why do you have a problem with it? They are simply providing a service you didn’t have access to.
If you’re young enough not to remember a time before forced automatic updates that break things, locked devices unable to run software other than that blessed by megacorps, etc. it would do you well to seek out a history lesson.
Re: Rob Pike goes nuclear over GenAI
#18The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.
I haven’t found this to be the case… LLMs just gave me a lot of Nil pointers
Elixir has also been working surprisingly well for me lately.
Re: Rob Pike goes nuclear over GenAI
#19At this moment, the Opus 4.5 agent is preparing to harass William Kahan similarly.
Re: Rob Pike goes nuclear over GenAI
#20The possibly ironic thing here is I find golang to be one of the best languages for LLMs. It's so verbose that context is usually readily available in the file itself. Combined with the type safety of the language it's hard for LLMs to go wrong with it.