TopicTracker
From HackerNewsView original
TranslationTranslation

What we once had (at the height of the XMPP era of the Internet) (2023)

The article reflects on the XMPP era of the internet when open protocols enabled decentralized communication across different messaging platforms. It describes how users could connect with friends regardless of which service they used, creating an interoperable ecosystem before today's walled gardens.

Related stories

  • 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.