Found 49366 bookmarks
Newest
How Rails Builds `params` Before Your Action Runs
How Rails Builds `params` Before Your Action Runs
`params` is not one thing. It is a dynamic combination of route, query, and request body parameters, making it a flexible and powerful tool for handling requests.
·railsrevelry.substack.com·
How Rails Builds `params` Before Your Action Runs
The Pulse: Did capacity shortages turn Anthropic hostile to devs?
The Pulse: Did capacity shortages turn Anthropic hostile to devs?
For the past few weeks, Anthropic has continually upset devs with its “dumber” model, and by removing Claude Code access from some paid accounts. Could the reason have been to conceal capacity issues?
·newsletter.pragmaticengineer.com·
The Pulse: Did capacity shortages turn Anthropic hostile to devs?
SuperCmd | macOS Launcher
SuperCmd | macOS Launcher
AI prompt, unlimited clipboard, snippets, notes, canvases, voice typing, text-to-speech, and thousands of extensions for macOS.
·supercmd.sh·
SuperCmd | macOS Launcher
How I Turned Pi Into the Ultimate Coding Agent
How I Turned Pi Into the Ultimate Coding Agent
Pi has quickly become my favorite coding agent. It's fast, minimal, and you can customize it to an insane degree...Thank you Depot for sponsoring! Check them...
·youtube.com·
How I Turned Pi Into the Ultimate Coding Agent
NGINX Rift
NGINX Rift
An 18 year old memory corruption flaw in NGINX Plus and NGINX Open Source lets an unauthenticated attacker crash worker processes or execute remote code with crafted HTTP requests.
·depthfirst.com·
NGINX Rift
just-bash
just-bash
A sandboxed bash interpreter for AI agents. Pure TypeScript with in-memory filesystem.
·justbash.dev·
just-bash
Flue — The Agent Harness Framework
Flue — The Agent Harness Framework
Agent = Model + Harness. Flue is the TypeScript framework for building modern agents — programmable, deployable anywhere, from chatbots to coding platforms.
·flueframework.com·
Flue — The Agent Harness Framework
Revisiting “No Silver Bullets” in the age of AI
Revisiting “No Silver Bullets” in the age of AI
Does the noted “No Silver Bullets” paper by the author of a classic engineering book still hold up, 40 years later? Is AI the long-sought single silver bullet – or has one been around for years?
·newsletter.pragmaticengineer.com·
Revisiting “No Silver Bullets” in the age of AI
GraphQLスキーマの設計にあたって読んでおくと捗る本・ドキュメントなど - 私が歌川です
GraphQLスキーマの設計にあたって読んでおくと捗る本・ドキュメントなど - 私が歌川です
新たにGraphQLスキーマを設計する機会があり、モブプロ的にGraphQLスキーマに対していろいろ口出ししていたのだけど、そもそも前提知識をどうやって揃えたらいいのか、という話があると思う。いい機会なので、自分が読んだ本やドキュメントなどを紹介しておく。あと経験上持っている雑多なノウハウもメモしておく。 本・ドキュメ…
·blog.utgw.net·
GraphQLスキーマの設計にあたって読んでおくと捗る本・ドキュメントなど - 私が歌川です
One engine, many tools — Introducing Rubydex
One engine, many tools — Introducing Rubydex
Introducing Rubydex — a portable static analysis engine powering Ruby LSP, Tapioca, Packwerk, and more. One foundation, compounding benefits for the whole ecosystem.
·railsatscale.com·
One engine, many tools — Introducing Rubydex
Mini Shai-Hulud 第二波の概要と対応指針(TanStack Router を含む 200 超の侵害) - GMO Flatt Security Blog
Mini Shai-Hulud 第二波の概要と対応指針(TanStack Router を含む 200 超の侵害) - GMO Flatt Security Blog
2026年5月12日、Mini Shai-Hulud キャンペーンの第二波が発生しました。TanStack Router を起点に、UiPath、Mistral AI SDK、DraftLab 等を含む 199 以上の npm パッケージが侵害されています。本稿執筆時点で、侵害可能性は継続しています。 第一波(4月29…
·blog.flatt.tech·
Mini Shai-Hulud 第二波の概要と対応指針(TanStack Router を含む 200 超の侵害) - GMO Flatt Security Blog
Postmortem: TanStack npm supply-chain compromise | TanStack Blog
Postmortem: TanStack npm supply-chain compromise | TanStack Blog
On 2026-05-11, an attacker chained a pull_request_target Pwn Request, GitHub Actions cache poisoning across the fork↔base trust boundary, and OIDC token extraction from runner memory to publish 84 malicious versions across 42 @tanstack/* packages on npm. Full postmortem.
·tanstack.com·
Postmortem: TanStack npm supply-chain compromise | TanStack Blog
Disposability - kawasima
Disposability - kawasima
「使い捨てに作る」はかつて手抜きの言い換えだったが、12-Factor App https://12factor.net/disposability (2011) 以降、規模と回復のための設計要件として読み替えられるようになった。プロセスを速く起動して速く止められること、サーバをいつでも作り直せること、これらは雑さではなく前提条件である。 生成AI時代になると、捨てたい対象はプロセスやサーバではな
·scrapbox.io·
Disposability - kawasima