Bookmarks

Bookmarks

49489 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
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
Organizing Go tests
Organizing Go tests
When it comes to test organization, Go’s standard testing library only gives you a few options. I think that’s a great thing because there are fewer details to remember and fewer things to onboard people to. However, during code reviews, I often see people contravene a few common conventions around test organization, especially those who are new to the language. If we distill the most common questions that come up when organizing tests, they are:
·rednafi.com·
Organizing Go tests
How slow is channel-based iteration?
How slow is channel-based iteration?
We benchmarked channel-based iterators v. those provided by the iter package and share the results.
·dolthub.com·
How slow is channel-based iteration?
PGSync - PGSync
PGSync - PGSync
PGSync simplifies your data pipeline by integrating Postgres/MySQL/MariaDB into Elasticsearch/OpenSearch.
·pgsync.com·
PGSync - PGSync