かつて私たちが持っていたもの(インターネットのXMPP時代の最盛期に)(2023)
この記事は、インターネットのXMPP時代の最盛期に存在した分散型で相互運用可能なインスタントメッセージングの世界を振り返り、今日の中央集権的なプラットフォームと対比しています。著者は、かつてのオープンなコミュニケーションの可能性と、現在の閉鎖的なエコシステムへの移行について考察しています。
この記事は、インターネットのXMPP時代の最盛期に存在した分散型で相互運用可能なインスタントメッセージングの世界を振り返り、今日の中央集権的なプラットフォームと対比しています。著者は、かつてのオープンなコミュニケーションの可能性と、現在の閉鎖的なエコシステムへの移行について考察しています。
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.