Bookmarks

Bookmarks

How to find a Next.js memory leak in production
How to find a Next.js memory leak in production
Three open memory leaks in Next.js 15.5–16.3, how to tell which one you have from heap snapshots, and why on serverless a leak shows up as a 504 timeout.
·xabierlameiro.com·
How to find a Next.js memory leak in production
政治家の「答弁拒否」の言語学: 計量政治言語学のアプローチ|下地理則(九州大学人文科学研究院 教授)
政治家の「答弁拒否」の言語学: 計量政治言語学のアプローチ|下地理則(九州大学人文科学研究院 教授)
答弁拒否の言語学 「お答えを差し控えさせていただきます」。 国会中継を少しでも見たことがあれば、必ず聞いたことのある言い回しである。質問に答えない、と丁寧に宣言する定型句。あまりに聞き慣れて、国会とはそういう場所だと思っている人も多いだろう。 政治家は言葉が命だとよく言われる。演説で支持を集め、答弁で責任を果たし、失言ひとつで職を失うという意味において。要は、彼らの仕事は、かなりの部分が言葉でできている。そうであれば、その言葉を一つひとつ聞き流すのではなく、何十万件という単位で体系的に測れば、個々の発言の意図の向こうにある行動パターンが見えてくるはずである。誰が、誰に何を問われ
·note.com·
政治家の「答弁拒否」の言語学: 計量政治言語学のアプローチ|下地理則(九州大学人文科学研究院 教授)
Your SPA Is Leaking Memory. Soak Test It
Your SPA Is Leaking Memory. Soak Test It
Some teams force-reload their single-page web apps (SPAs) every few hours just to clear the memory the app leaked. A Playwright soak test finds the leak instead.
·denodell.com·
Your SPA Is Leaking Memory. Soak Test It
scriptc | TypeScript-to-Native Compiler
scriptc | TypeScript-to-Native Compiler
scriptc compiles ordinary TypeScript into small, fast native executables — no Node, no V8, no JavaScript engine in the binary. Same code, checked by the real TypeScript compiler, compiled to native.
·scriptc.dev·
scriptc | TypeScript-to-Native Compiler
How building software is changing at Anthropic
How building software is changing at Anthropic
A deepdive on what’s changed in how the leading AI lab makes software. Ever more code review and testing is done by AI, two-pizza teams very much alive, and more. Details from inside of Anthropic
·newsletter.pragmaticengineer.com·
How building software is changing at Anthropic
深刻度「緊急」のRails脆弱性「KindaRails2Shell」(CVE-2026-66066)の概要と対応指針 - GMO Flatt Security Blog
深刻度「緊急」のRails脆弱性「KindaRails2Shell」(CVE-2026-66066)の概要と対応指針 - GMO Flatt Security Blog
2026年7月30日、認証を必要とせず、リモートからの任意コード実行(RCE)につながり得る脆弱性「CVE-2026-66066」を修正したRuby on Rails 7.2.3.2、8.0.5.1、8.1.3.1が公開されました(参考:Possible arbitrary file read and remote c…
·blog.flatt.tech·
深刻度「緊急」のRails脆弱性「KindaRails2Shell」(CVE-2026-66066)の概要と対応指針 - GMO Flatt Security Blog
Claude Codeのセッション管理、自作という選択肢もあり——hooksを理解しながら作ってみた - エムスリーテックブログ
Claude Codeのセッション管理、自作という選択肢もあり——hooksを理解しながら作ってみた - エムスリーテックブログ
【Unit1 ブログリレー2日目】 こんにちは、Unit1(製薬企業向けプラットフォームチーム)とデータ基盤チームを兼務しております石塚です! ブログリレー1日目は佐野さんによる「そのAIエージェント、いつから本番を任せますか?——人間と約350件並走させてわかったこと」でした。 Claude Codeのセッションを …
·m3tech.blog·
Claude Codeのセッション管理、自作という選択肢もあり——hooksを理解しながら作ってみた - エムスリーテックブログ
The Session You Cannot Take With You | EARENDIL
The Session You Cannot Take With You | EARENDIL
Inference APIs are filling sessions with encrypted reasoning, hidden search results, opaque compaction, and encrypted subagent messages. A growing form of lock-in.
·earendil.com·
The Session You Cannot Take With You | EARENDIL
The Productivity Mirage
The Productivity Mirage
What I once thought about programming productivity was wrong
·frantic.im·
The Productivity Mirage
letstri/druk
letstri/druk
Contribute to letstri/druk development by creating an account on GitHub.
·github.com·
letstri/druk
超小型な多言語ベクトル検索モデル Bekko Embedding を公開 - A Day in the Life
超小型な多言語ベクトル検索モデル Bekko Embedding を公開 - A Day in the Life
昨今、ベクトル(文章埋め込み)モデルは性能向上とともにサイズも巨大になってきました。総パラメータ数が100M〜600Mの多言語モデルでは、EmbeddingGemma、Granite Embedding R2 311M、gte-multilingual-base、BGE-M3、A...
·secon.dev·
超小型な多言語ベクトル検索モデル Bekko Embedding を公開 - A Day in the Life
Trilium Notes
Trilium Notes
Trilium is an open-source solution for note-taking and personal knowledge bases. Use it locally or sync with your own server to access notes anywhere.
·triliumnotes.org·
Trilium Notes
| environments
| environments
envs.net | environments for linux lovers - since 9/2019
·envs.net·
| environments
Claude Code Actionで使うSkillを、リポジトリにコミットせずgh skill installで実行時に入れる - $shibayu36-blog;
Claude Code Actionで使うSkillを、リポジトリにコミットせずgh skill installで実行時に入れる - $shibayu36-blog;
GitHubでPull Requestを作った瞬間に、Claude Code Actionを使って最低限セキュリティレビューをさせる仕組みを導入したいことがあった。またこの仕組みは特定リポジトリだけでなく、他のリポジトリにも簡単に展開していきたいと考えていた。 このときどうやって他リポジトリに展開しやすくしておくか悩ん…
·blog.shibayu36.org·
Claude Code Actionで使うSkillを、リポジトリにコミットせずgh skill installで実行時に入れる - $shibayu36-blog;