Bookmarks

Bookmarks

46225 bookmarks
Custom sorting
Make Vim macros fun to work with | pawelgrzybek.com
Make Vim macros fun to work with | pawelgrzybek.com
Vim is a superb tool for repeating changes. The dot command and macros are insanely powerful, but it is worth knowing a few little tricks to work with them efficiently.
·pawelgrzybek.com·
Make Vim macros fun to work with | pawelgrzybek.com
Living dangerously with Claude
Living dangerously with Claude
I gave a talk last night at Claude Code Anonymous in San Francisco, the unofficial meetup for coding agent enthusiasts. I decided to talk about a dichotomy I’ve been struggling …
·simonwillison.net·
Living dangerously with Claude
Claude Code for web—a new asynchronous coding agent from Anthropic
Claude Code for web—a new asynchronous coding agent from Anthropic
Anthropic launched Claude Code for web this morning. It’s an asynchronous coding agent—their answer to OpenAI’s Codex Cloud and Google’s Jules, and has a very similar shape. I had preview …
·simonwillison.net·
Claude Code for web—a new asynchronous coding agent from Anthropic
project-codeguard/rules: Project CodeGuard is an AI model-agnostic security framework and ruleset that embeds secure-by-default practices into AI coding workflows (generation and review). It ships core security rules, translators for popular coding agents, and validators to test rule compliance.
project-codeguard/rules: Project CodeGuard is an AI model-agnostic security framework and ruleset that embeds secure-by-default practices into AI coding workflows (generation and review). It ships core security rules, translators for popular coding agents, and validators to test rule compliance.
Project CodeGuard is an AI model-agnostic security framework and ruleset that embeds secure-by-default practices into AI coding workflows (generation and review). It ships core security rules, tran...
·github.com·
project-codeguard/rules: Project CodeGuard is an AI model-agnostic security framework and ruleset that embeds secure-by-default practices into AI coding workflows (generation and review). It ships core security rules, translators for popular coding agents, and validators to test rule compliance.
ご家庭で実践できる、ドリップバッグコーヒー「カケハシブレンド」の美味しい淹れ方 - KAKEHASHI Tech Blog
ご家庭で実践できる、ドリップバッグコーヒー「カケハシブレンド」の美味しい淹れ方 - KAKEHASHI Tech Blog
こちらはKAKEHASHI Tech Blogでございますが、技術イベントで配布するノベルティに関連する内容ということでご紹介をさせていただきます。カケハシは「日本の医療体験を、しなやかに。」をミッションに掲げ、患者さんのための薬局づくりのパートナーとして複合プロダクトで薬局DXをトータルサポートしているヘルステックス…
·kakehashi-dev.hatenablog.com·
ご家庭で実践できる、ドリップバッグコーヒー「カケハシブレンド」の美味しい淹れ方 - KAKEHASHI Tech Blog
Serialization and deserialization without blowing React | Ori Livni’s Notes
Serialization and deserialization without blowing React | Ori Livni’s Notes
Let’s say you have a string source of data. You need to read and write from it. You don’t really have much to do with string so you’d deserialize it and use JSON.parse(…) and when you need to serialize it again, you’d use JSON.stringify(…). […]
·orilivni.com·
Serialization and deserialization without blowing React | Ori Livni’s Notes