Bookmarks

Bookmarks

49475 bookmarks
Custom sorting
spoilerjs | Beautiful Spoiler Effects
spoilerjs | Beautiful Spoiler Effects
A framework-agnostic web component for creating beautiful spoiler effects with Telegram-inspired particle animations. Easily integrates into React, Vue, Svelte, or vanilla JS.
·spoilerjs.sh4jid.me·
spoilerjs | Beautiful Spoiler Effects
Claude Code のサンドボックス機能を試してみた
Claude Code のサンドボックス機能を試してみた
Claude Code をはじめとする AI コーディングエージェントは、コマンドを実行するたびにユーザーの承認を求める仕組みが備わっていますが、これには開発サイクルの低下や承認疲れといった問題があります。Claude Code のサンドボックス機能は、ファイルシステムやネットワークへのアクセスを制限し、安全に動作させるための仕組みです。この記事では、Claude Code のサンドボックス機能の仕組みと利用方法について解説します。
·azukiazusa.dev·
Claude Code のサンドボックス機能を試してみた
Directives and the Platform Boundary | TanStack Blog
Directives and the Platform Boundary | TanStack Blog
A Quiet Trend in the JavaScript Ecosystem For years, JavaScript has had exactly one meaningful directive, "use strict". It is standardized, enforced by runtimes, and behaves the same in every environm...
·tanstack.com·
Directives and the Platform Boundary | TanStack Blog
DSPy
DSPy
The framework for programming—rather than prompting—language models.
·dspy.ai·
DSPy
HTTPS by default
HTTPS by default
One year from now, with the release of Chrome 154 in October 2026, we will change the default settings of Chrome to enable “Always Use Secu...
·security.googleblog.com·
HTTPS by default
PostgreSQL 18's UUIDv7: Faster and Secure Time-Ordered IDs
PostgreSQL 18's UUIDv7: Faster and Secure Time-Ordered IDs
PostgreSQL 18 dropped last month with a bunch of exciting updates. While the performance improvements are always welcome, there's one developer-friendly feature that deserves the spotlight: native support for UUIDv7. This new format might change how model your database.
·hashrocket.com·
PostgreSQL 18's UUIDv7: Faster and Secure Time-Ordered IDs
OpenAI: Scaling PostgreSQL to the Next Level
OpenAI: Scaling PostgreSQL to the Next Level
At the PGConf.dev 2025 Global Developer Conference, Bohan Zhang from OpenAI shared OpenAI’s best practices with PostgreSQL, offering a glimpse into the database usage of one of the most prominen
·pixelstech.net·
OpenAI: Scaling PostgreSQL to the Next Level
Speaker here — Bohan from OpenAI. Our application has hundreds of endpoints, whi... | Hacker News
Speaker here — Bohan from OpenAI. Our application has hundreds of endpoints, whi... | Hacker News

Speaker here — Bohan from OpenAI. Our application has hundreds of endpoints, which makes sharding non-trivial. We've already offloaded shardable workloads—particularly write-heavy ones—from PostgreSQL. What remains is primarily read-only and would require substantial effort to shard. Currently, the workload scales well on Azure Database for PostgreSQL, and we have sufficient headroom to support future growth.

That said, we're not ruling out sharding in the future—it’s just not a near-term priority.

Speaker here — Bohan from OpenAI. Our application has hundreds of endpoints, which makes sharding non-trivial. We've already offloaded shardable workloads—particularly write-heavy ones—from PostgreSQL. What remains is primarily read-only and would require substantial effort to shard. Currently, the workload scales well on Azure Database for PostgreSQL, and we have sufficient headroom to support future growth. That said, we're not ruling out sharding in the future—it’s just not a near-term priority.
·news.ycombinator.com·
Speaker here — Bohan from OpenAI. Our application has hundreds of endpoints, whi... | Hacker News
Kafka is fast -- I'll use Postgres
Kafka is fast -- I'll use Postgres
Why you should just use Postgres instead of Kafka for small-scale message queuing and pub-sub patterns. Benchmarks and practical tests included.
·topicpartition.io·
Kafka is fast -- I'll use Postgres