IPv6が優れた設計だった世界
IPv6は、IPv4のアドレス枯渇問題を解決するために設計されましたが、その複雑な仕様と実装の難しさから、当初期待されたほど広く採用されていません。この記事では、IPv6が「優れた設計」と見なされ得た世界について考察し、技術的決定の現実的な影響を探ります。
IPv6は、IPv4のアドレス枯渇問題を解決するために設計されましたが、その複雑な仕様と実装の難しさから、当初期待されたほど広く採用されていません。この記事では、IPv6が「優れた設計」と見なされ得た世界について考察し、技術的決定の現実的な影響を探ります。
The article describes how IPv6 can be used with Cloudflare to run multiple services on a single server without needing a reverse proxy. This approach leverages IPv6's abundant address space to assign unique addresses to different services.
SQLite can function effectively as a database for REST APIs, with the author confirming it works well in practice. The article explores using SQLite for API backend databases rather than traditional client-server systems.
The article explains how to extract ActiveStorage blob IDs from expiring file URLs in Ruby on Rails. It provides methods for decoding the signed blob IDs from ActiveStorage URLs to access the underlying file references.