TopicTracker
来自 HackerNews查看原文
译文语言译文语言

我们曾经拥有的(在互联网XMPP时代的巅峰时期)(2023)

本文回顾了互联网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.