goplsのCode Action "Declare missing method of INTERFACE" はuniqueID順に定義される
宣言順じゃなかった

golang/go#22647「proposal: Go 2: allow taking the address of a function result value or constant」の本文と全17件のコメントを日本語に翻訳。

golang/go#45624「spec: expression to create pointer to simple types」の本文と全274件のコメントを日本語に翻訳。Rob Pikeの提案からnew(expr)の採用まで。

golang/go#9097「proposal: spec: add &T(v) to allocate variable of type T, set to v, and return address」の本文と全40件のコメントを日本語に翻訳。

&int(3)はなぜ却下され、new(expr)が採用されたのか。#9097から#45624まで、10年の議論の軌跡。
1976年生まれのテキストエディタ「vi」の拡張版で、正式名称は「Vi IMproved」。 ターミナル上で動作し、マウスを使わずキーボードだけで高速にテキスト編集できるのが特徴です。 ※私はVSCo...
Zenn
はじめに 31万回のAPI呼び出し、請求額21万円。 わずか4時間半の出来事でした。 これは、Vibe Codingを実践する中で実際に起きた事故の記録です。 最近、Claude CodeやCurso...
Qiita
はじめに グループIT推進本部 CyberAgent group Infrastructure Unit(以下、CIU)所属・Next Expertsの平井(@did0es)です。 CIUのサービスの...
Zenn
Bartosz Milewski "Category Theory for Programmers" 原文: https://bartoszmilewski.com/2014/10/28/catego...
Zenn
ターミナルセッション永続化ツールzmxの紹介です。 https://zmx.sh/ 特徴 zmxはZig製のターミナルセッション永続化ツール。tmuxなどと違ってウィンドウ管理を一切せず、とにかくプロ...
kawarimidoll.com