So… We can technically use HTTP Range requests for fetching Twtxt feeds to mitigate large feed sizes of clients/users that don’t rotate their feeds. Problem is, this requires every client/user to write to their feed files as an “Append Only Log” in a newest at the bottom approach. Otherwise it doesn’t work.

⤋ Read More