@prologic@twtxt.net This data is pretty low quality right now. Iāll add verification of successful download and parse before submitting it. (#2yfxkra)
#cffytga
@prologic@twtxt.net This data is pretty low quality right now. Iāll add verification of successful download and parse before submitting it. (#2yfxkra)
Which now makes me wonder - what other deep and interesting ideas got a bad rep by vice of popular meme-ification?
I used to think of meditation and āmindfullnessā as newage hippie bullshit, until I accidentally came upon itās description in Siegelās book - turns out itās actually great.
@sdk@codevoid.de lol @ āfollowing = cuntass https://www.google.co.uk/robots.txtā
@prologic@twtxt.net Nice! Good call on User-Agent too. (#fu3pmea)
Crawled ~1100 peers so far. Naively parsed from mentions and unverified, so many are invalid, inactive and/or near-duplicates. Iāll update this list periodically: https://xandkar.net/twtxt/peers.txt
@prologic@twtxt.net Testing my new crawler⦠Oops - should probably run it as a different user than myself ⦠:) :thought_bubble:
@anth@a.9srv.net (#6ecbdxq) +1 on plain text readability! twtxt is a completely different beast without it.
@jlj@twt.nfld.uk RE: tags - doesnāt have to be a single word per se, just that it is made of words from a human language, rather than some hash digest + platform-specific search URI
Iām starting to think that it is not just still the case today, but has always been that way and cannot be any other way. It is just that what we classify as āreligionā is but narrow sample of the broader phenomenon.
In earliest states there was no such thing as religion. What we call religion today, was just reality, just normal life things - state and religion were indistinguishable.
@niplav@niplav.github.io Thanks for the slatestarcodex link - interesting!
@jlj@twt.nfld.uk Please just use a human-readable #tag. Otherwise it is a terrible UX for people reading in plain text.
@jlj@twt.nfld.uk Hear, hear! Over the years, Thunderbird has consistently been the client I hate the least.
Philosophy always ends predictably.
@prologic@twtxt.net Are ādistributor tagsā something different from above? Where can I read about them?
Simple, low-dependency viewing and parsing is what makes both twtxt and IRC so fun.
@prologic@twtxt.net Yeah, Iām not crazy about the conversation grouping stuff. Simple #tags are good-enough and donāt clutter the txt-only view of the timeline.
@prologic@twtxt.net Probably something respecting individual rate-limits would need to be done⦠:thought_bubble:
@prologic@twtxt.net Havenāt thought of anything particular interesting yet, which is why Iām asking :)
@prologic@twtxt.net Ah! Last-Modified is a good call. What are you thinking WRT to making it smarter?
For a more IRC-like experience :)
General twtxt extension idea: instead-of|in-addition-to twtxt.txt file - we could have a directory for topics/channels with a file per topic: http://foo/twtxt/${topic}.txt
I want to add polling to tt and so far just thinking randomized intervals + ETag check.
@prologic@twtxt.net Somewhat lazy question: what is your polling strategy for such large numbers of twtxt.txt files? Interval + ETag check? Something more|less clever?
RSMās antiglossary is still up and is an interesting read: https://stallman.org/antiglossary.html - Canāt say that Iām onboard with everything, but itās clear that he is actually thinking, which is interesting, as opposed to the people shouting him down.
@jlj@twt.nfld.uk Seems more like some personal vendetta than rational engagement.
@jlj@twt.nfld.uk RE: RSM - I saw this tweet shared around - it blows my mind how people can reach these conclusions from what he actually said: https://twitter.com/mandylibrary/status/1172414099583406080
[3ā3] https://github.com/xandkar/tt
[2ā3] added a custom upload alias, added sort reversal, simplified install - now building a stand-alone executable:
[1ā3] Made some tt improvements this weekend: fixed timezone handling, added subcommands, separated reading and downloading commands/stages,
mpd/mpc hack to loop a segment within a long audio file - while itās playing, execute from shell: while :; do mpc seek \(BEGIN_TIME; sleep \)DURATION; done