# # nick = sixbitproxywax # twturl = https://sixbitproxywax.com/twtxt.txt # 2019-12-13T14:42-06:00 Just testing... 2019-12-13T21:08:31.000000Z Not sure how well this will work with github pages... 2019-12-13T21:08:55.000000Z May need to set up a script to automatically push 2019-12-14T07:19:43.000000Z Considering scalability, would it make sense to have a naming scheme so that you can break a stream into multiple files? E.g., twtxt.txt, twttxt-1.txt, twtxt-2.txt, etc? 2019-12-14T07:19:56.000000Z This would allow for clients to only be required to download the latest chunk of messages instead of the entire feed every time. 2019-12-14T07:20:11.000000Z It would be up to the user to decide how granular to chunk things. Monthly? Yearly? Anyway, seems downloading bulk feeds over and over is going to be problematic.