Bookmarks

Bookmarks

49363 bookmarks
Custom sorting
Inspecting the Source of Go Modules
Inspecting the Source of Go Modules
Code hosts like GitHub don't necessarily show the correct source of Go modules. pkg.geomys.dev is a new convenient viewer for module source.
·words.filippo.io·
Inspecting the Source of Go Modules
micasa — your house, in a terminal
micasa — your house, in a terminal
A terminal UI for tracking everything about your home. Single SQLite file. No cloud. No account. No subscriptions.
·micasa.dev·
micasa — your house, in a terminal
Git’s Magic Files
Git’s Magic Files
Magic files and where to find them: .gitignore, .gitattributes, .mailmap, .git-blame-ignore-revs, .lfsconfig, and more.
·nesbitt.io·
Git’s Magic Files
What Does INSERT 0 1 Actually Tell You? | My DBA Notebook
What Does INSERT 0 1 Actually Tell You? | My DBA Notebook
If you’ve ever run an insert statement in a terminal or an IDE, you’ve seen it: the cryptic insert 0 1 message. While it looks like a bit of ancient binary, it’s actually a precise status report from the database engine. The Anatomy of a Command Tag 🔗In PostgreSQL, every successful command returns a “Command Tag.” For an insertion, the format is: INSERT [oid] [rows] The “0” (oid1): Historically, Postgres could assign an internal Object ID to every row.
·mydbanotebook.org·
What Does INSERT 0 1 Actually Tell You? | My DBA Notebook
Read efficiency issues in Postgres queries - pgMustard
Read efficiency issues in Postgres queries - pgMustard
A lot of the time in database land, our queries are I/O constrained. As such, performance work often involves reducing the number of page reads. Indexes are a prime example, but they don’t solve every issue (a couple of which we’ll now explore).
·pgmustard.com·
Read efficiency issues in Postgres queries - pgMustard
生成AIでJavaScript/TypeScriptを扱うときに設定しておきたい ESLintルール - プププなテクブ
生成AIでJavaScript/TypeScriptを扱うときに設定しておきたい ESLintルール - プププなテクブ
このエントリはTSKaigi Mashup Kansai 生成AIでTSを扱うときに考えたい設計&ガードレールでの発表内容です。登壇資料をブログとして読めるように再構成して公開しています。 はじめに 去年あたりは「ジュニアエンジニアレベルと思ってね」と公式各所から言われていたコーディングエージェントも、もはやそのレベル…
·blog.inorinrinrin.com·
生成AIでJavaScript/TypeScriptを扱うときに設定しておきたい ESLintルール - プププなテクブ
Rails + pgvector でベクトル検索を実装してみた - PLEX Product Team Blog
Rails + pgvector でベクトル検索を実装してみた - PLEX Product Team Blog
概要 Rails + PostgreSQL の既存構成に pgvector を追加して、ベクトル検索を検証してみた 外部 API や Python を使わず、Ruby だけで Embedding 生成から検索まで完結する ベクトル検索とは? テキスト、画像、音声などのデータを Embedding(埋め込み) により数値…
·product.plex.co.jp·
Rails + pgvector でベクトル検索を実装してみた - PLEX Product Team Blog
定例ミーティングのなくし方
定例ミーティングのなくし方
なぜ定例ミーティングが増えるのかを整理し、なくし方とコストを下げる方法をまとめました。
·iwashi.co·
定例ミーティングのなくし方
Your Go tests probably don't need a mocking library
Your Go tests probably don't need a mocking library
Practical patterns for mocking in Go without external libraries. Learn to mock functions, methods, interfaces, HTTP calls, and time using only the standard library
·rednafi.com·
Your Go tests probably don't need a mocking library
Ralph TUI - AI Agent Loop Orchestrator
Ralph TUI - AI Agent Loop Orchestrator
An AI agent loop orchestrator that manages autonomous coding agents through intelligent task routing and continuous delivery.
·ralph-tui.com·
Ralph TUI - AI Agent Loop Orchestrator