|
|
|
|
|
by klapinat0r
3782 days ago
|
|
This could be solved by archiving/rotating old entries, and have the webserver return the n latest. For instance, you could let nginx do this: location /masukomi.txt {
default_type 'text/plain';
content_by_lua 'local tail = io.popen("tail -n 20 ".."/chroot/twtxt/masukomi.txt", "r")
for line in tail:lines() do
print(c, line)
end
';
}
|
|
Also, no DM and no @-replies. For those, you need a registry of some sort, but decentralized registries enable name-squatting.
Before you know it, you have reinvented the WWW, except limited to 140 chars.