Proposal to pull IDNA into the standard library

The main item is a proposal to move IDNA support from golang.org/x/net/idna into the standard library, so converting internationalized domain names between ASCII and Unicode stops requiring an extra dependency. Alongside that, r/golang is asking what people actually plan to do with the generic methods that landed in 1.27, which is the more interesting half of the question now that the language-design argument is over. Elsewhere, JetBrains covers how to nudge AI coding agents away from the older Go idioms that dominate their training data, and there is a solid deep dive on graceful shutdown across HTTP, long-lived connections, and gRPC.