Tech – walker – 2026-05-17

41 items · updated 2026-05-19 23:33 UTC · RSS · Up to 2026-05

技術的負債という言葉を本来の意味以外で使わないようにしよう

Zenn · 2026-05-17

技術的負債という言葉を本来の意味以外で使わないようにしよう 言葉の定義が間違っているからっていう理由ではありません。 技術的負債を詳しく知りたい方は、このブログよりも t-wada さんのブログ【翻訳】技術的負債という概念の生みの親 Ward Cunningham 自身による説明

技術書を買わずに Claude Code を 1 ヶ月で実用化した学習法

Zenn · 2026-05-17

はじめに 📝 前 2 本との関係: 直前の 2 本(Claude Code で個人 PDCA 自動化基盤を作った話 / Windows タスクスケジューラ × Claude Code で自分専用新聞)が 「何を作ったか」 の実装記録だとすると、本記事はその前段の 「どうやって学

1日あたり平均PR作成数 15.8 件を実現した AI 駆動開発

Zenn · 2026-05-17

こんにちは!akifumi です。 最近、LINEミニアプリ「カウシェファームミニ」を AI 駆動を前提とした並列開発 で1人・2ヶ月でリリースしました。 本記事では、カウシェファームミニでチャレンジした開発手法を共有したいと思います。 全体像 今回は1人チームでの新規開発だ

st.c: Store `st_table->bins` at the end of `st_table->entries`

github/ruby/ruby · 2026-05-17

Same optimization that was applied to `set_table` in 85c52079aa35a1d2e063a5b40eebe91701c8cb9e This saves one pointer per `st_table`. Now th

[ruby/mmtk] Move rb_gc_obj_suffix to gc.h

github/ruby/ruby · 2026-05-17

https://github.com/ruby/mmtk/commit/40053354bd

Merge pull request #57267 from fatkodima/fix-bulk-enqueues

github/rails/rails · 2026-05-17

Fix bulk job and email enqueueing methods with no arguments

Merge pull request #54587 from fatkodima/more-batch_enumerator-attrib…

github/rails/rails · 2026-05-17

…utes Expose all `BatchEnumerator` attributes

Expose all `BatchEnumerator` attributes

github/rails/rails · 2026-05-17

Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.

Merge pull request #45201 from sandip-mane/activestorage-many-combine…

github/rails/rails · 2026-05-17

…d-bytes-size Add a helper to get the combined byte size of blobs attached via `has_many_attached`

Add a helper to get the combined byte size of blobs attached via `has…

github/rails/rails · 2026-05-17

…_many_attached`

* remove trailing spaces. [ci skip]

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

Add missing debug counter for imemo_subclasses

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

vm_core.h: rb_vm_struct make global_object_list an array

github/ruby/ruby · 2026-05-17

Instead of a linked list. Should be both more compact and faster to iterate. Also fix reporting its memory size.

Stop using `rb_class_path_cached`, and deprecate it.

github/ruby/ruby · 2026-05-17

That API made sense before b00f280d4b9569e7153365d7e1c522b3d6b3c6cf as finding a module name was costly, but it now is a very cheap operatio

DuckDBをクライアント/サーバ化する「Quack」プロトコルが登場。複数のDuckDBインスタンス間で接続が可能に

Publickey · 2026-05-17

オープンソースとして開発されている高速なOLAP用データベース「DuckDB」をクライアント/サーバ化する新しいプロトコル「Quack」が発表されました。 ちなみにQuackはアヒル(Duckはアヒルおよびカモ類全体の総称ですが、ここではア...

AWS、Oracle Cloudと閉域網で直結する「AWS Interconnect - multicloud」新機能をプレビュー。Google Cloudとの接続に続き

Publickey · 2026-05-17

AWSは、Oracle Cloudと閉域網で直接接続する「AWS Interconnect - multicloud」の新機能をプレビュー公開しました。 AWS Interconnect - multicloudは、Amazon VPCやA...

Fix pre-serialized String values skipping cast in insert_all hot path

github/rails/rails · 2026-05-17

Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.

コーディングエージェント時代にエンジニアは必要なのか本気で考えてみる

Zenn · 2026-05-17

はじめに 最近、GW に割と長めのお休みをいただけたので、話題のコーディングエージェントを試してみようと思い、Codex と Claude Code、GitHub Copilot を使って、学生時代から構想していたコミュニティベースの SNS を作ってみました。 作ってみてびっく

プロジェクトマネジメントするときのテンプレとルーティンを紹介します

Zenn · 2026-05-17

これはなに こんにちは、昨今プロジェクト担当をやることのやることの[1]多いもりたです[2]。 先日チームリーダーとの1on1でプロジェクトについてぼやいていたら、リーダーから「でも森田さんのプロジェクトマネジメント好きですよ」と言われました[3]。嬉しかったので、今回は自分がプ

[Bug #22072] Fix rb_cvar_set for multi-Ractor

github/ruby/ruby · 2026-05-17

rb_cvar_set breaks the RCLASS_CVC_TBL because it creates a new cvc_tbl but forgets to copy the contents over. This causes the following scri

日本円ステーブルコイン4種を整理した──JPYC・JPYSC・EJPY・Progmat Coin、結局どう違うのか

Zenn · 2026-05-17

はじめに こんにちは。ブロックチェーン×AI Agentで自律経済圏を創るKomlock labでエンジニアをしている小原(@brto_0224)です。 2026年に入って、日本円ステーブルコインのニュースが立て続けに出ています。JPYC、JPYSC、EJPY、Progmat C

Claude Code を社内導入する時の最低限ガードレール5項目 — 機密情報を漏らさない設定パターン

Qiita(trend) · 2026-05-17

はじめに Qiita で「Claude Code を社内で使うための『AIエージェントセキュリティ』実践編」がトレンド入りしていました。 Claude Code を組織で使い始める時、最も多い不安は 「機密情報がうっかり漏れないか」 です。 実際にうちのチームで1年以上運...

Merge pull request #44746 from tejanium/ts/in-order-of

github/rails/rails · 2026-05-17

Fix `ActiveRecord::QueryMethods#in_order_of` when passing an out-of-range Integer.

Fix `ActiveRecord::QueryMethods#in_order_of` when passing an out-of-r…

github/rails/rails · 2026-05-17

…ange Integer.

tmikov/hermes-node: Node.js built-in module compatibility layer for the Hermes JS engine

リアルタイム版 JSer.info · 2026-05-17

HermesをベースにしたNode.js互換のJavaScript/TypeScriptランタイム。TypeScriptファイルを直接実行でき、Chrome DevToolsプロトコルに対応したデバッガを内蔵している。fs/http/net/path/streamなどのNode.

【色変記事】AtCoderで入茶しました

Qiita(trend) · 2026-05-17

1. 自己紹介と前提 こんにちは、Prrappです。 2026/04/25のABC455で入茶しましたので、色変記事を書くことにしました。 灰色停滞コーダーの勉強になれば幸いです。 1-1. この記事で書くこと 入茶できた理由 入茶するためにやったこと 効果が大きかっ...

Extract bundled-gem C extensions before configuring exts (#16973)

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

会社から駅までの徒歩10分で稟議書ができた話 ― スマホ×オンコパという働き方

Qiita(trend) · 2026-05-17

はじめに 私が2024年より提唱している「オンコパ(音声 × Copilot)」というコンセプトをご存じでしょうか? 実は昨年12月ごろ、Speaker Deck で「オンコパ2.0」の世界観について一度まとめて公開しています。 このスライドではオンコパの全体像(1...

NDIAS Automotive/IoT CTF Writeup (OSINT/Keyfob/RF)

Zenn · 2026-05-17

NDIAS Automotive/IoT CTF 2026のWriteupです。 開催概要・制度 2026年5月15日(金)18:00 JSTから5月17日(日)18:00 JST(48時間) Jeopardy方式 問題数: 37問 チーム制、チームの人数制限なし 点数は各

[RF-Docs][ci-skip] Caching with Rails (#57107)

github/rails/rails · 2026-05-17

### Motivation / Background This PR updates the guide to make it readable, fill out any of the gaps, and align with current Rails behavior,

[RF Docs] Active Record Query Interface (#56341)

github/rails/rails · 2026-05-17

This Pull Request has been created to improve the Active Record Query Interface Guide ### Detail - [ ] Does the example need join_table in

DuckDB ベースの新たなデータ分析基盤の選択肢 — MotherDuck の紹介

Zenn · 2026-05-17

はじめに 突然ですが、みなさんはこのアヒルをみたことがありますか? このアヒルはクラウドデータ分析基盤の MotherDuck の LP に登場するアヒルで、サイトにはこの子以外にもたくさんの kawaii イラストがあふれています。 改めて紹介すると、MotherDuck は

NestJSが好きだけどきつかったから2週間でWebフレームワーク作った ( ZeltJS )

Zenn · 2026-05-17

結論 NestJSがTS Frameworkの中では好きだけど、時代とともにツラミがだいぶ増えてきたよ ツラミを解消するために、2026年ならこうでしょ!というのを詰め込んだNestJS likeなTS Frameworkを作ったよ AIつかったら2週間で作れたからみんな「ぼく

dbt Analytics Engineering Certification合格ロードマップ

Zenn · 2026-05-17

はじめに こんにちは。データエンジニアの山口です! 先日、dbt Analytics Engineering Certificationの受験をして無事合格できたので、試験を受けるまでにやったことや当日の流れを共有させていただきます。 事前に知っておけたら嬉しかったなぁと思ったこ

windows: Use the default vcpkg root

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

Add source_ref_or_sha

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

Microsoft Entra の登録キャンペーンを理解する ~パスキー導入に向けた挙動と展開のポイント~

Qiita(trend) · 2026-05-17

はじめに 本記事は、パスワード+多要素認証 の認証方式を利用している Entra 組織テナントの利用者に対して、パスキー の利用を促していくための方法を紹介したいと思います。 Entra テナントの既定の動作では、ID + パスワードで作成されたユーザーに対して、 Mic...

飲み会の帰り道、自宅サーバが落ちていたのでスマホからClaudeに任せ1時間で復旧させた話(Proxmox + Tailscale)

Zenn · 2026-05-17

TL;DR 飲み会の帰り道、スマホの Claude アプリでセッションが全部切断=自宅サーバ (Proxmox) がホストごと落ちていた 同時に DHCP プール枯渇で、新規に IP を取る端末は WiFi に乗れない(既存 IP のサーバ群は生存) 外出先から SSH で

windows: Extract new env lines by pwsh

github/ruby/ruby · 2026-05-17

Stop using uutils-coreutils that fails to install on the arm64-windows runner.

windows: Skip installing vcpkg if manifest mode is already available

github/ruby/ruby · 2026-05-17

The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.

Revert GH-17002

github/ruby/ruby · 2026-05-17

- Skip Windows 11 ARM CI for now commit:ba43e07c12093273e46630c55e93c7491dbbd372. - Unlock uutils-coreutils version commit:ded07a7d929d