Improving support for adult content on Mastodon
blog.joinmastodon.org
Improving support for adult content on Mastodon
1–10 of 89 posts
Re: Improving support for adult content on Mastodon
#2[1] https://github.com/Gargron/blurhash/
[2] https://github.com/Gargron/blurhash/blob/master/ext/blurhash...
[3] https://code.fb.com/android/the-technology-behind-preview-ph...
Re: Improving support for adult content on Mastodon
#3I normally hate this kind of blur and I'm not sure if this is worth such a big release note. I normally see such filters applied (forced on users by platform conventions), requiring a login to "unlock" and often you find yourself wondering why it was blocked in the first place....
Could be good to hide spoilers thought
Re: Improving support for adult content on Mastodon
#4Re: Improving support for adult content on Mastodon
#5I really like the idea of Mastodon, but i can't shake this feeling that their name is kind of awful. I get that they're not trying to be exactly like twitter but by comparison, twitter is a much bubblier and friendlier word.
"Tweet" reminds people of birds. As in "a little bird told me". Which is appropriate for a gossip style network.
Re: Improving support for adult content on Mastodon
#6I really like the idea of Mastodon, but i can't shake this feeling that their name is kind of awful. I get that they're not trying to be exactly like twitter but by comparison, twitter is a much bubblier and friendlier word.
And the language of "toot" is extremely hokey and will never be taken seriously. It implies farting for most Americans. "Tweet" reminds people of birds. As in "a little bird told me". Which is appropriate for a gossip style network.
Re: Improving support for adult content on Mastodon
#7I really like the idea of Mastodon, but i can't shake this feeling that their name is kind of awful. I get that they're not trying to be exactly like twitter but by comparison, twitter is a much bubblier and friendlier word.
Re: Improving support for adult content on Mastodon
#8I really like the idea of Mastodon, but i can't shake this feeling that their name is kind of awful. I get that they're not trying to be exactly like twitter but by comparison, twitter is a much bubblier and friendlier word.
Re: Improving support for adult content on Mastodon
#9There is a Ruby port [1] publicly available. From the encoding routine [2], it seems to be an sRGB correction followed by a two-dimensional DCT. The first two bytes encode parameters---the size of the output matrix n x m and the quantization scale used for ACs; next 4 bytes encode the DC, then (nm-1) quantized ACs (2 bytes per AC) follow. The comparison to Facebook's similar solution [3] would be interesting (but I r…
If you have any questions, feel free to ask.
The main goal of it is to be a placeholder while images load, but it also has a nice secondary use for hiding sensitive images here. Other aims of the algorithm is to be very simple and easy to implement, and to use very small amounts of data to make it comfortable to include in databases and responses (Facebook uses 200 bytes of data, BlurHash uses around 30, depending on settings.)
Re: Improving support for adult content on Mastodon
#10Reminds me of https://news.ycombinator.com/item?id=15053064 I normally hate this kind of blur and I'm not sure if this is worth such a big release note. I normally see such filters applied (forced on users by platform conventions), requiring a login to "unlock" and often you find yourself wondering why it was blocked in the first place.... Could be good to hide spoilers thought