@lain @realcaseyrollins Makes sense. In the case of Spinster I made trends local-only, and I think that brought some value, by makings tags like #bookclub easier to find (although we did also get #FreeSquiddy, which was not good).
There are probably better ways to increase discoverability. But I fear they will all have this problem of needing some manual curation.
@feld @lain @boob @realcaseyrollins I like the idea of being able to see trending tags of other servers. I see a ton of potential for !2713.
China is now blocking all encrypted HTTPS traffic that uses TLS 1.3 and ESNI. Because, you know, they don’t know what you’re doing or where you’re going. And they’re AssHo.
@realcaseyrollins In theory this is what we want to happen, it’s just a slow operation. You can either run a background task to keep crunching it and update the cache automatically, or manipulate cached counter how Mastodon does it. There are pros and cons to each way but neither is ideal.
Sylvester Stallone's $350k Tricked Out Escalade Is For Sale! http://tmz.me/6IKwj2j https://twitter.com/TMZ/status/1292566363538706434 #TMZ
--
Full-List of bots: https://joejoe.github.io/mastodon
BREAKING Boy, 6, dies after being hit by car in street as woman, 32, arrested
https://www.mirror.co.uk/news/uk-news/breaking-boy-6-dies-after-22494430
https://twitter.com/MirrorBreaking_/status/1292569033829744642 #DailyMirror
--
Full-List of bots: https://joejoe.github.io/mastodon
The long day will continue Friday. @WTOP
Washington Nationals: Per MLB rules, today's game between the Nats and O's has been suspended.
It will resume on Friday at OPACY.
https://twitter.com/davpresto/status/1292563521851490313
--
Full-List of bots: https://joejoe.github.io/mastodon
@realcaseyrollins For each new tashtag it discovers, it will get slower to sort the entire list. Also, what’s the cutoff point? We have to store a date with each hashtag too, and we want to count occurrences of that tag from today but not occurrences of that tag from yesterday. Sorting them and pruning the old ones is too slow to happen every time someone loads the trending panel. So we need multiple layers of cache with background processes that automatically update them.
Mastodon just prunes it at 12am midnight UTC every day. So if you ever visit in the morning and there’s no trends, that’s why. It’s not from the past 24 hours, it’s trends since 12am UTC.
@realcaseyrollins Yeah it’s a thing people ask for a lot, but nobody in Pleroma wants to do because Mastodon’s implementation caused a lot of problems.
I will probably add it at some point, with some configuration options. It will be hard though. There’s no way to query that data quickly, so we have to store a cache of all incoming tags and then sort them. Even Mastodon’s algorithm doesn’t order these tags properly, it has a minimum threshold (10 statuses) after which it takes the top 5 by order of insertion… so the most active hashtag might not even show up on the list.
I've moved over to @realcaseyrollins for my private account
This is literally just here to archive my old posts now