Bookmarks

Bookmarks

49953 bookmarks
Custom sorting
Migrating from Go to Rust | corrode Rust Consulting
Migrating from Go to Rust | corrode Rust Consulting
Out of all the migrations I help teams with, Go to Rust is a bit of an outlier. It’s not a question of “is Rust faster?” or “does Rust have types?”, Go already gets you most of the way there. The discussion is mostly about correctness guar…
·corrode.dev·
Migrating from Go to Rust | corrode Rust Consulting
TOAST: Where PostgreSQL hides big values
TOAST: Where PostgreSQL hides big values
A heap tuple cannot cross a page boundary, yet a single jsonb column can hold a megabyte. TOAST is the trick. A pageinspect tour of pointers and chunks.
·boringsql.com·
TOAST: Where PostgreSQL hides big values
Extending Ruby LSP with Prism
Extending Ruby LSP with Prism
Ruby LSP is a wonderful language server built on top of Prism, Rubydex and RBS. It implements a variety of features that enrich the code editing experience in Ruby projects. Its add-on architecture allows extending it with Rails features, Rubocop support and custom functionality.
·janko.io·
Extending Ruby LSP with Prism
amatsuda/rubish
amatsuda/rubish
Contribute to amatsuda/rubish development by creating an account on GitHub.
·github.com·
amatsuda/rubish
Claude Token Counter, now with model comparisons
Claude Token Counter, now with model comparisons
I upgraded my Claude Token Counter tool to add the ability to run the same count against different models in order to compare them. As far as I can tell …
·simonwillison.net·
Claude Token Counter, now with model comparisons
Why Duck Typer?
Why Duck Typer?
Some say interface tests are fragile and shouldn’t be written. I disagree. Here’s why I think they’re worth writing.
·thoughtbot.com·
Why Duck Typer?
AI-DLC Workflows 2.0 のご紹介 / Intro of AI-DLC Workflows2.0
AI-DLC Workflows 2.0 のご紹介 / Intro of AI-DLC Workflows2.0
JAWS-UG横浜 #101 - AI-DLC支部キックオフ ( https://jawsug-yokohama.connpass.com/event/392906/ ) でお話しした、AI-DLC Workflows 2.0 のご紹介セッションの資料です。
·speakerdeck.com·
AI-DLC Workflows 2.0 のご紹介 / Intro of AI-DLC Workflows2.0
ダークモードは本当に読みやすいのか?コントラスト極性の研究から考える表示モードの設計 - Qiita
ダークモードは本当に読みやすいのか?コントラスト極性の研究から考える表示モードの設計 - Qiita
みなさん、電子書籍を読む時どの背景色を使っていますか? Kindleを使っていて気になったのですが、Kindleの背景色の設定には、白・黒だけでなく「セピア」や「グリーン」も用意されています。 私自身は、Kindleでは黒背景だと目が滑るような気がして、白背景を使うことが...
·qiita.com·
ダークモードは本当に読みやすいのか?コントラスト極性の研究から考える表示モードの設計 - Qiita
jo-inc/camofox-browser: Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.
jo-inc/camofox-browser: Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.
Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement. - jo-inc/camofox-browser
·github.com·
jo-inc/camofox-browser: Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.
sheeki03/tirith: Terminal security for developers and AI agents. Intercepts homograph URLs, pipe-to-shell, ANSI injection, obfuscated payloads, data exfiltration, and malicious AI skills/configs before they execute.
sheeki03/tirith: Terminal security for developers and AI agents. Intercepts homograph URLs, pipe-to-shell, ANSI injection, obfuscated payloads, data exfiltration, and malicious AI skills/configs before they execute.
Terminal security for developers and AI agents. Intercepts homograph URLs, pipe-to-shell, ANSI injection, obfuscated payloads, data exfiltration, and malicious AI skills/configs before they execute...
·github.com·
sheeki03/tirith: Terminal security for developers and AI agents. Intercepts homograph URLs, pipe-to-shell, ANSI injection, obfuscated payloads, data exfiltration, and malicious AI skills/configs before they execute.
Tirith — Terminal Security
Tirith — Terminal Security
Detect homograph attacks, terminal injection, and supply-chain threats before they execute. 80+ rules, zero latency, offline by default.
·tirith.sh·
Tirith — Terminal Security
OpenClawブームのその後とHermes Agent
OpenClawブームのその後とHermes Agent
以前OpenClawの何が特別なのか?で、セルフホストできる「自分専用のパーソナルアシスタント」としてOpenClawを取り上げました。Mac miniなどの手元のマシンに住まわせて、TelegramやDiscordから話しかけると雑務をこなしてくれる、常駐型のエージェントです。指示がなくても定期的に自分から動くHEARTBEAT、会話やメモをMarkdownファイルとして手元に貯めていく記憶(メモリ)、再利用できる手順を持たせるAgent Skills。これらの仕組みを自分でいじって試す分には面白いが、安全に使うためのベストプラクティスはまだ定まっておらず過渡期にある、というのがそのときの筆者の評価でした。 OpenClawの何が特別なのか?ここ数日、OpenClawの名前をよく見かけたと思います。開発者がOpenAIに参加したニュースもあり、タイムラインで話題になっていました。 OpenClaw — Personal AI AssistantOpenClaw — The AI that actually does things. Your personal assistant o
·blog.lai.so·
OpenClawブームのその後とHermes Agent
Code Mode: give agents an entire API in 1,000 tokens
Code Mode: give agents an entire API in 1,000 tokens
The Cloudflare API has over 2,500 endpoints. Exposing each one as an MCP tool would consume over 2 million tokens. With Code Mode, we collapsed all of it into two tools and roughly 1,000 tokens of context.
·blog.cloudflare.com·
Code Mode: give agents an entire API in 1,000 tokens
DeepSWE
DeepSWE
DeepSWE measures frontier coding agents on original, long-horizon software engineering tasks.
·deepswe.datacurve.ai·
DeepSWE
サプライチェーン攻撃に怯えないために設定した5つのこと - Plan 9とGo言語のブログ
サプライチェーン攻撃に怯えないために設定した5つのこと - Plan 9とGo言語のブログ
ここ数ヶ月ほどサプライチェーン攻撃の被害が続いています。手元では各種パッケージマネージャを使いますし、AIエージェントやプラグイン機構のあるアプリケーションを使っているので、攻撃の影響を受けないとは言い切れません。サプライチェーン攻撃に対して完全な対策はおそらく不可能と思われるため、被害を受けたとしても影響を小さくする…
·blog.lufia.org·
サプライチェーン攻撃に怯えないために設定した5つのこと - Plan 9とGo言語のブログ