@psycho_driver@lemmy.world Haha, but is it, really?
I think it only appears that way because of the massive influx of newbies who are trying to control an (open) web standard; not because it's 16 years already. ^_^
@psycho_driver@lemmy.world Haha, but is it, really?
I think it only appears that way because of the massive influx of newbies who are trying to control an (open) web standard; not because it's 16 years already. ^_^
@lil5@fosstodon.org
It's not "Firefox-only" per se, it's CSS. Firefox is fast when it comes to implementing updates that benefits multilingual and Asian support, and Chromium is either slow, implements a small part only, or just ignores it completely.
(aside: Another good example is Ruby
annotation. Firefox's implementation of Ruby is up-to-date while Chromium's stuck in 2010.
And this is very very annoying, you have to design for Chromium when it comes to Ruby annotations; or use JavaScript to serve different Ruby codes per browser. Chromium is practically the "modern IE6".)
It's the same with :lang()
.
In Chromium, you still have to do it like this:
:lang(en-GB), :lang(en-US), :lang(en-AU), :lang(en-NZ), :lang(en-PH) { }
In Firefox you can do it this way:
:lang(en-GB, en-US, en-AU, en-NZ, en-PH) { }
or
:lang("en-GB", "en-US", "en-AU", "en-NZ", "en-PH") { }
Another example, in Chromium:
:lang(ceb-Tglg), :lang(pam-Tglg), :lang(fil-Tglg) { }
:lang(ceb-Hano), :lang(pam-Hano), :lang(fil-Hano) { }
In Firefox:
:lang(\*-Tglg) { }
:lang(\*-Hano) { }
or
:lang("*-Tglg) { }
:lang("*-Hano) { }
^_~
@abff08f4813c@j4vcdedmiokf56h3ho4t62mlku.srv.us Yep! That's correct! The father of the Fediverse was Evan Prodromou. He sent the first message in 2008. Later, #identiverse was coined before it eventually became known as the #Fediverse.
@ExpertPlus@mementomori.social Yes. The Fediverse started in 2008. ^_^
You can check the page where I've collected it, with links to each.
https://codeberg.org/ddfon/federated-sns
^_^
@vk6flab@lemmy.radio That's a very good question! Sadly, I haven't received the update on Android yet. T_T
Good thing you mentioned it, I'll pay attention to that once I get the latest beta update from our region.
> The ability to opt-out of quote posts is also currently planned, which makes it that Mastodon’s implementation will not be compatible with other fediverse implementations of quote posting.
Not surprising. Even before ActivityPub was announced, when the #fediverse was still powered by #OStatus, Mastodon was already breaking compatibility. There were countless of heated debates about almost every Mastodon-only "feature" they implemented that all other Fediverse devs were _forced_ to implement.
And here we are with yet another.
I wonder what will supporters of opt-out or anti-quotepost camp will do if the other Fediverse devs ignore this Mastodon-only "feature", and just continue with the common implementation of quote posts? Are we going to see a new reason for "fediblock", and finally fragment the Fediverse network?
@vasus It is!
And apologies, hashtags are important in the fediverse. ^_^
Hmm… what I can do next time is to not use inline hashtags, and just have it in a separate line. Thank you for the feedback!
@trashgirlfriend I remembered, #Walkr, a space gamification fitness app, have an option to "boost" steps when you're about to go on a long walk/run/jumping rope session. You can use it once every 24 hours only (and only lasts for 2 hours IIRC).
I think, now that you suggested it, that was maybe their solution to keeping the sensitivity fixed for their game, but giving users a chance to earn more if they're about to engage in a long session.
🤔
@3dcandy @strypey
🤔 Yes, I think the default that comes with each installation is the YT importer. Maybe #PeerTube can quickly(?) release a Veoh importer? This is a good opportunity for PeerTube, taking over the space/market Veoh will leave behind.