reducerActionという名前になってる "useActionState – React" https://react.dev/reference/react/useActionState
reducerActionという名前になってる "useActionState – React" https://react.dev/reference/react/useActionState
見てる: "南場智子「ますます“速さ”が命題に」DeNA AI Day2026全文書き起こし - エンジニアtype | 転職type" https://type.jp/et/feature/30605/
見てる: "t3code/AGENTS.md at main · pingdotgg/t3code" https://github.com/pingdotgg/t3code/blob/main/AGENTS.md
Google Workspace CLI。
Drive、Gmail、Calendar、Sheets、Docs、Chat、Adminなど、Google WorkspaceのAPIをコマンドラインから操作できるCLIツー… "" https://github.com/googleworkspace/cli/tree/main
npmのパッケージインストールをセキュリティプロキシ経由にすることで、悪意あるパッケージをブロックするGitHub Action。
npm/pnpm/yarnに対応し、レジストリを`https://npm.flatt.tech/`に設… "" https://github.com/flatt-security/setup-takumi-guard-npm
見てる: "$3 Billion AI Startup Launch || Real Behind The Scenes - YouTube" https://www.youtube.com/watch?v=zB1lpGNWVtg
見てる: "Content Collections" https://www.content-collections.dev/
Claude DesktopのCI monitoringが動かないやつは、
PATHに /opt/homebrew/bin/op がハードコードされてる
1. Claude Desktopは disclaimer バイナリ経由で gh auth status を直接実行する
2. disclaimer はTCCをClaude.appから切り離す
3. /opt/homebrew/bin/gh がラッパースクリプトで op run を呼ぶとダイアログが出てハング
macOS SequoiaのTCCはGUIなしプロセスからの権限要求をサイレント拒否する という感じの問題らしい
見てる: "procs: 新しいプロセス表示・検索ツール(macOS対応&機能追加) #Linux - Qiita" https://qiita.com/dalance/items/495af2337657e299615d
見てる: "You Need to Rewrite Your CLI for AI Agents" https://justin.poehnelt.com/posts/rewrite-your-cli-for-ai-agents/
Webサイト上のUI要素をInspectしてReactコンポーネント名やファイルパス、HTMLソースコードなどのコンテキスト情報をコピーできるツール。
コピーした情報をCursorやClaude CodeなどのAIコーディングエージェントに渡して… "" https://github.com/aidenybai/react-grab/tree/main
Claude Codeのシステムプロンプトを追跡・公開しているリポジトリ。
メインのシステムプロンプト、組み込みツール説明、サブエージェント(Plan/Explore/Task)のプロンプトなど "Piebald-AI/claude-code-system-prompts: All parts of Claude Code's system prompt, 18 b…" https://github.com/Piebald-AI/claude-code-system-prompts/tree/main
見てる: "「#確かな情報を得る訓練」3DAYアクションを行います - Bluesky" https://bsky.social/about/blog/03-06-2026-reliable-information-action-jp
見てる: "Quick access to merge status in pull requests is in public preview - GitHub Changelog" https://github.blog/changelog/2026-03-05-quick-access-to-merge-status-in-pull-requests-in-public-preview/
見てる: "MacBook Neoに搭載されているA18 ProチップのCPU/GPUスコアは、2020年に発表されたApple M1チップのスコアに近いもよう。 | AAPL Ch." https://applech2.com/archives/20260306-macbook-neo-a18-pro-cpu-gpu-benchmark.html
1password envって定期的にmountしたファイルを更新してるんだな。watchすると面白い感じの動きをしてる。これ前ファイルwatch系はちゃんとしてないと誤検知しそうだな
TypeScript 6.0 RCリリース。
TypeScript 7(Go言語ベース)への移行を見据えたリリースで、多… "" https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc/
Claude CodeのSessionStartでbackgroundプロセスを &で 起動すると 、inputに入力してもEnterで空になるの
command >/dev/null 2>&1 & disown
とすることで解決するのか
日本データセンター協会(JDCC)による国内データセンターの一覧ページ。
各施設の所在地、運営企業、設置年度、ティア相当の信頼性評価、サーバー室面積などの情報が掲載されている。 "データセンター一覧 - JDCC 日本データセンター協会" https://www.jdcc.or.jp/dclist/ #Infrastructure #server
IS_DEMO=1 を設定していると、hasTrustDialogAccepted:falseになって、status barが出なくなるという話なのか
"[Bug] Custom statusLine command from settings.json not being executed · Issue #13517 · anthropics/claude-code" https://github.com/anthropics/claude-code/issues/13517
見てる: "[BUG] The statusline command fails silently if command not executable · Issue #19270 · anthropics/claude-code" https://github.com/anthropics/claude-code/issues/19270
文化施設・クリエイティブ産業の観点から都市を比較分析した本。東京の区別データから国内6都市の比較まで、数字で整理されていて面白かった。 "クリエイティブエコノミーが切り拓く都市の未来" https://www.jri.co.jp/company/book/2025/detail/202510_yamasaki/
見てる: "「東日本大震災10年目の報告」を発刊しました | 公益財団法人ヤマト福祉財団" https://www.yamato-fukushi.jp/news/2022/0311_00.html
この辺の話も重なる感じ "ヤマトグループ創業100周年記念誌:目次" https://www.yamato-hd.co.jp/100th-anniversary/commemorative/
読んだ。「サービスが先、利益は後」という話がずっと繰り返されていてよかった。 "ヤマト正伝 小倉昌男が遺したもの | 日経ビジネス |本 | 通販 | Amazon" https://www.amazon.co.jp/dp/4822236870
Solid v2.0.0 Betaリリース。
非同期処理はファーストクラスとして、computationsがPromiseやasync iterablesを返せるようになった。
`<Loading>`コンポーネントや`isPending`によるPending状態の追跡、`action()`と`createOpt… "" https://github.com/solidjs/solid/releases/tag/v2.0.0-beta.0
見てる: "Blog: Evolving the Node.js Release Schedule" https://github.com/nodejs/nodejs.org/pull/8631
iOSのLive ActivitiesをHTTP API経由で制御できるサービス。
スマートホームデバイスやIoT機器の状態をiPhoneのロック画面やDynamic Islandにリアルタイム表示できる。
Home Assistantとの統合に対応したり、API経由で操作できる "Aivi • iOS Live Activities over AP…" https://getaivi.app/
見てる: "ニデック[6594]:第三者委員会の調査報告書の公表及び当社の対応に関するお知らせ 2026年3月3日(適時開示) :日経会社情報DIGITAL:日本経済新聞" https://www.nikkei.com/nkd/disclosure/tdnr/20260303574071/
見てる: "Announcing the Node.js LTS Upgrade and Modernization Program | OpenJS Foundation" https://openjsf.org/blog/nodejs-lts-upgrade-program