"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
News from fediverse youronlyone 15m ago 100%
20 years later, #Veoh bids farewell.

20 years later, #Veoh bids farewell. If you're looking for a new home, search for #PeerTube , a #decentralized #distributed #federated & open, video hosting platform connected to the #Fediverse network. #Hosting #Video #VideoHosting #ActivityPub #DDFON #MycelialWeb #SocialWeb

1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
News from fediverse youronlyone 21h ago 100%
If you want quick access to curated content on The #ATmosphere network (a.k.a. #Bluesky ) as well as the #Fediverse network, check this #StarterPack

If you want quick access to curated content on The #ATmosphere network (a.k.a. #Bluesky ) as well as the #Fediverse network, check this #StarterPack <https://go.bsky.app/Go98UMY> #MycelialWeb #OpenSocial #SocialWeb #YourOnlyOne #DDFON

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
One thing that The #ATmosphere network have that is not in any #SNS (yet): badges / labels.

One thing that The #ATmosphere network have that is not in any #SNS (yet): badges / labels. See these screenshots. #Bluesky #Fediverse #SocialMedia #MycelialWeb #MyceliumNetwork #SocialWeb #OpenSocial #DDFON ![A screengrab showcasing badges/labels in The ATmosphere network (a.k.a. Bluesky).](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fs3.c.im%2Fmedia_attachments%2Ffiles%2F113%2F335%2F183%2F821%2F467%2F454%2Foriginal%2Fa53e76d6f82cfd0e.png) ![A screengrab showcasing badges/labels in The ATmosphere network (a.k.a. Bluesky).](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fs3.c.im%2Fmedia_attachments%2Ffiles%2F113%2F335%2F183%2F706%2F305%2F616%2Foriginal%2Fa75f51335c95e132.png)

5
1
What's happening to archive.org? Is it the end of an era? Or, a sign that someone should put up an archive of Web Archive somewhere?
  • youronlyone youronlyone 2w ago 100%

    @cm0002 Wow. That's including the books they archived? Or, just the websites?

    O_O I didn't hear about the user data issue.

    Hmm… I wonder how long it has been going on. It took a couple of weeks before I got a reply from them that an admin unintentionally deleted my account, now that you mentioned it, my account probably got squeezed between spam accounts or something. (I was just advised to create a new account, and sadly only lists can be restored. T_T )

    1
  • What's happening to archive.org? Is it the end of an era? Or, a sign that someone should put up an archive of Web Archive somewhere?
  • youronlyone youronlyone 2w ago 100%

    @Varyk@sh.itjust.works Yep, it's challenging and sad. Even Wikipedia use it as a resource and backup of sources.

    And there are also those using it to archive copyright infringement, or as a record of a work's license at the time (specially since some loves to change the license when they originally released it in Creative Commons or the Public Domain).

    It's crazy though that there was no service as close to the features archive.org has. The only one I'm aware of available publicly is archive.ph / archive.md but they don't offer the archiving of links found, and it's pretty much very static only (TiddlyWiki sites don't work correctly).

    T_T

    3
  • What's happening to archive.org? Is it the end of an era? Or, a sign that someone should put up an archive of Web Archive somewhere? #Archives #Archiving #WebArchive #WebHistory #Records #History #Internet

    13
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    Writing prompt: "16 years later, the #Fediverse is finally mainstream"
  • youronlyone youronlyone 3w ago 100%

    @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. ^_^

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox 3w ago
    Jump
    Yet another reason why you should use #Firefox
  • youronlyone youronlyone 3w ago 100%

    @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) { }  
    

    ^_~

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox youronlyone 3w ago 92%
    Yet another reason why you should use #Firefox

    Yet another reason why you should use #Firefox You can use: #BestViewedInFirefox * `:lang(\*-Hang)` * `:lang("*-Latn)` * `:lang("zh", "ja", ko")` * `:lang(PT, DE, HE)` If you care about multilingual and multi-script support. #language #lang #HTML #CSS #WebDev #BrowserWars

    12
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Writing prompt: "16 years later, the #Fediverse is finally mainstream"

    Writing prompt: "16 years later, the #Fediverse is finally mainstream" Who will take the challenge to write an article about it? Publish it on whichever platform you want, with your own chosen license (preferably Creative Commons). #ActivityPub #SocialWeb #OpenSocial #MycelialWeb #SNS #SocialMedia #DDFON #Web3

    7
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    The official #Fediverse ( #ActivityPub ) account of the inventor of the #WorldWideWeb #WWW

    The official #Fediverse ( #ActivityPub ) account of the inventor of the #WorldWideWeb #WWW <https://w3c.social/@timbl> #W3C #Internet #CERN #SocialWeb #OpenSocial #OpenSocialWeb #Web #MycelialWeb

    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    Today #Mozilla announced that Mozilla Social is closing on 2024-12-17. #DidYouKnow that this was their 2nd public #Fediverse instance?
  • youronlyone youronlyone 1mo ago 100%

    @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.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    Today #Mozilla announced that Mozilla Social is closing on 2024-12-17. #DidYouKnow that this was their 2nd public #Fediverse instance?
  • youronlyone youronlyone 1mo ago 100%

    @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

    ^_^

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 1mo ago 100%
    Today #Mozilla announced that Mozilla Social is closing on 2024-12-17. #DidYouKnow that this was their 2nd public #Fediverse instance?

    Today #Mozilla announced that Mozilla Social is closing on 2024-12-17. #DidYouKnow that this was their 2nd public #Fediverse instance? * 2010-02-22: launch * 2011-05-01: renamed to Social@Mozilla * 2013-11-20: closed * 2023-05-04: launch * 2024-12-17: closed #Trivia #History

    6
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    This is the relationship of the various terminologies ( #SocialWeb #OpenSocialWeb #Fediverse #ATmosphere #NOSTRich ) with each other.

    This is the relationship of the various terminologies ( #SocialWeb #OpenSocialWeb #Fediverse #ATmosphere #NOSTRich ) with each other. #MycelialWeb #DDFON #TheATmosphere #TheFederation #SNS #SocialMedia

    5
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    Seriously, stop blaming the network/platform/software/protocol if you are not seeing the content you want to see, or seeing content you don't want to see.
  • youronlyone youronlyone 1mo ago 100%

    @Rentlar@lemmy.ca Ahh, yeah, on Lemmy it is the reversed, you get far too much content from the highly active groups, drowing everything else.

    On the microblogging side, that's the thing, the "Local" / "For You" feed was just meant to see what's going on. On platforms without an algorithm, it shows everything. But on platforms like Threads, it controls it (but still, if there is barely any data the algorithm can work on, it's as good as not having any algorithm). So in the end, it goes back to being an end-user effort (or issue) why they see what they don't want to see, and don't find what they want to consume.

    For platforms with an algorithm, they have to help the algorithm by providing it data. They need to like, follow, comment, on content they like to see more, instead of randomly interacting. If they don't change their method, the data will be built upon their random liking/commenting, and then complain about it.

    For platforms without an algorithm, if they kept on following accounts that talks about tech, of course most of what they'll see are tech. Hence the complaints about "the Fediverse is for developers only" or "the Fediverse is all about politics".

    Some claim the Fediverse lack moderation tools, yet, people complain about the same things over in The ATmosphere network. How they kept seeing politics or tech mumbo jumbo.

    So, at the end of the day, it's an end-user effort/issue. The platform developers can only provide so much assistance and tools, but if the end-user doesn't grow their "observable network" properly, then it won't work for them regardless which platform they use.

    The "Local"/"For You" feed is just for finding new content, for expanding our network. And yes, if some groups or topics are filling this feed, the server admins should have tools to throttle certain groups or topics, so as not to defeat it's purpose as a discovery tool. Otherwise, what you shared will indeed happen. (And I guess this is where an algorithm works best, like how it is in Threads (if there is enough data of course).)

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    The #Fediverse iconography by @liaizon
  • youronlyone youronlyone 1mo ago 100%

    @liaizon@wake.st Yep! I will. Thank you for collecting them!I together! We need it.

    (P.s. I suddenly recalled there was an idea about creating mascots. And reminded me of my private list of emojis for each software, LOL.)

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    Seriously, stop blaming the network/platform/software/protocol if you are not seeing the content you want to see, or seeing content you don't want to see.
  • youronlyone youronlyone 1mo ago 100%

    @Rentlar@lemmy.ca Do you have an example?

    Many argued during Twitter Migration 2.0 that algorithms are important in content discovery. However, in #Threads where there is an algorithm, people still complain how they are seeing things they don't want to see, and not discovering content that they like, and Threads also have a "Not interested" feature on top of the algorithm.

    There are also people complaining about the exact same thing about The #ATmosphere network even though they were provided with a lot of moderation and discovery features than most other SNS.

    If people are complaining for the same reasons in any of these networks and platforms, is it not because the user is growing their network incorrectly and/or randomly, or lack of it? Because algorithm or not, moderation and discovery tools or not, it's the same complaints.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 1mo ago 100%
    The #Fediverse iconography by @liaizon

    The #Fediverse iconography by @liaizon@wake.st <https://fediverse.wake.st> #ActivityPub #icons

    1
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 1mo ago 100%
    Seriously, stop blaming the network/platform/software/protocol if you are not seeing the content you want to see, or seeing content you don't want to see.

    Seriously, stop blaming the network/platform/software/protocol if you are not seeing the content you want to see, or seeing content you don't want to see. Every #SNS, or #SocialMedia network, is based on (1) who you follow; and (2) who you and the people you follow interact with. In other words, what you see and don't see was based on your how you're growing your own network. That is your personal "observable network". It gets worse in platforms with algorithms because they push far more similar content you wouldn't normally see if you don't have any connection path to those (again, who the people you're following are interacting with). In platforms without an algorithm, like most #Fediverse software, the closest you can get to something similar is your "Instance timeline/feed" and "Fediverse timeline/feed", which are generally 'hidden' behind another tab/section. Not like in, for example, #Threads, "For You" is the default. ("For You" is currently like the "Instance timeline/feed" but with algorithms.) If you're seeing too much tech mumbo jumbo, you're probably following a couple of tech accounts. Or, maybe, you're just following one techie account but they're far too active in this type of content. You want to see more art content, you have to find and follow them. Use hashtags and see who else are using it and follow those accounts you like. Or, if you like things being fed to you through an algorithm, you have to keep feeding that algorithm with keywords so it will learn what you want (again, like in Threads). What you see and don't see is based on how you're growing your network. It's no different from your offline life, you see and hear only the things people that surrounds you are sharing. It is not the fault of the software/platform/protocol/instance/algorithm (or lack thereof). It's all about #YOU, you are center of your "observable network". Just like how planet Earth is the center of its own "observable universe".

    12
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 1mo ago 100%
    Done with my rounds. Went through 20 pages of accounts, so that's 800 accounts manually checked this evening. ^_~

    Done with my rounds. Went through 20 pages of accounts, so that's 800 accounts manually checked this evening. ^_~ #moderation #Fediverse #DontMe

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    The network based on #ActivityPub (f. OStatus; OpenMicroBlogging) is called the #Fediverse (not #Mastodon )

    * The network based on #ActivityPub (f. OStatus; OpenMicroBlogging) is called the #Fediverse (not #Mastodon ) * #diaspora protocol is #TheFederation * While that running on #Nostr is #NOSTRich * And #ATproto is #TheATmosphere / #ATmosphere (not #Bluesky ) Now you know!

    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    My #SocialDesktop set up. ^_^

    My #SocialDesktop set up. ^_^ * Left half: #ThreadsNet * Right half: divided between the #Fediverse and “The #ATmosphere ” respectively. What's yours? #SocialWeb #OpenSocialWeb #OpenSocial #DDFON #MycelialWeb #SNS #SocialMedia

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    Like it or not, #Mastodon successfully did an #EEE of the #Fediverse as far as API is concerned.

    Like it or not, #Mastodon successfully did an #EEE of the #Fediverse as far as API is concerned. Non-Mastodon software with Mastodon API implemented can be connected to third-party services like brid.gy and fedica.com, to mention a few. It is rare to see third-party services implement any support for non-Mastodon software using their respective API. #Fedica recently added #Pixelfed support; and a few other alt #frontends support either #Misskey or #Pleroma. So… yeah, there's no doubt the “competition” is over as far as this particular usage is concerned. Mastodon won, got what it wants. Either implement it and allow your users to use other third-party software… or don't and wait for other developers to support your platform. Not good, but we have to face the reality sooner rather than later, so we can move forward. Maybe make it part of #ActivityPub 2.0 and finally have a universal fediverse API that all can agree with and use. --- This rant/reaction stemmed from this thread: <https://makai.chaotic.ninja/notes/9xs35rslyb> || <https://c.im/@youronlyone/113082194085637021>

    2
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    “A Brief History of the Fediverse Symbol” by Sean Tilley

    “A Brief History of the Fediverse Symbol” by Sean Tilley <https://wedistribute.org/2024/09/history-fediverse-symbol/> #Fediverse #Logo #Symbol #History #SocialWeb #OpenSocialWeb #DDFON #MycelialWeb #MyceliumNetwork #OpenSocial #ActivityPub

    6
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    I updated the Federated #SNS Historical Timeline to cover the entire #MycelialWeb or #DDFON (Decentralized, Distributed, Federated, Open Network).

    I updated the Federated #SNS Historical Timeline to cover the entire #MycelialWeb or #DDFON (Decentralized, Distributed, Federated, Open Network). <https://codeberg.org/ddfon/federated-sns> Enjoy! #SocialMedia #SocialWeb #OpenSocialWeb #Fediverse #ATmosphere #NOSTRich

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox 2mo ago
    Jump
    Finally, #Mozilla #Firefox for #Linux scales correctly depending on the OS setting instead of it being huge. This had been an issue since they removed the “Density: Compact” option.
  • youronlyone youronlyone 2mo ago 100%

    @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.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    News from fediverse youronlyone 2mo ago 100%
    Businesses with Brazilian customers, when are you going to open an account in the #Fediverse (a.k.a. #Mastodon #Threads #Pixelfed etc.) and #ATmosphere (a.k.a. Bluesky) ?

    Businesses with Brazilian customers, when are you going to open an account in the #Fediverse (a.k.a. #Mastodon #Threads #Pixelfed etc.) and #ATmosphere (a.k.a. Bluesky) ? Or, are you sticking to #Twitter ? Why? Don't get left behind! Embrace the future!

    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    The social media cross-posting service #Fedica now supports #Pixelfed uploads!

    The social media cross-posting service #Fedica now supports #Pixelfed uploads! Give it a try, for free! [https://fedica.com?_by=youronlyone&amp;fp_sid=sns](https://fedica.com?_by=youronlyone&fp_sid=sns) The power of the #Fediverse and #ActivityPub . #SNS #SocialMedia #SocialWeb #OpenSocialWeb #DDFON #MycelialWeb

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox youronlyone 2mo ago 97%
    Finally, #Mozilla #Firefox for #Linux scales correctly depending on the OS setting instead of it being huge. This had been an issue since they removed the “Density: Compact” option.

    Finally, #Mozilla #Firefox for #Linux scales correctly depending on the OS setting instead of it being huge. This had been an issue since they removed the “Density: Compact” option. version: 131.0b1 ![Now: Screenshot of Mozilla Firefox v131.0b1 in Linux, showing how it finally scales properly based on the OS setting instead of it being huge.](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fs3.c.im%2Fmedia_attachments%2Ffiles%2F113%2F074%2F062%2F121%2F549%2F404%2Foriginal%2F4b22abd15b4360c8.png)

    44
    5
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    The different #MyceliumNetwork of the #MycelialWeb are:
  • youronlyone youronlyone 2mo ago 100%

    @BeAware@social.beaware.live At first, it's expected. However, we have to try. If it won't fly, then it means, at least as far as the “Decentralized, Distributed, Federated, Open, Network” ( #DDFON ) space is concerned, they don't care if the “migrants” redefine things.

    It happened before… #Web3 was, and still is, about the #OpenSocialWeb but it was hijacked by #cryptocurrency people. And to solidify their control over what “Web3” means, these same people campaigned that OpenSocialWeb is actually Web3.0 (with the point-0 included). And voila, we lost control over “Web3”.

    It's happening again, with the term “Fediverse” this time. Ironically, some who were being lumped under the “Fediverse” terminology are resisting (like #NOSTR and #ATproto, they prefer to use #NOSTRich and #ATmosphere respectively).

    But, again, like I said introducing a new term has its positives, like in the example I mentioned re: “Baybayin” vs “Surat”/“Suyat”. The latter became the commonly accepted umbrella term instead of the former.

    It's all about the community. Remember, just a few years ago, the discussion about replacing the term “fediverse” were so common. Yet, when people suggested replacements, no one supported any. It was all complaints, and those who took steps eventually gave up.

    Maybe I will give up one day. Or, maybe not.

    LOL. “DDFON”, I've been using that since, I think 2012/2013? And it was only a year or two ago that someone said they like it better than all the other “proposals”. :p

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    The different #MyceliumNetwork of the #MycelialWeb are:
  • youronlyone youronlyone 2mo ago 100%

    @BeAware@social.beaware.live It does… but sometimes we have to, especially in this case when there are some attempts to redefine the word “fediverse” adding even more confusion to it.

    We either have to create a new term and arrange everything in order, or let things be more confusing for the newbies (and media for that matter).

    It's similar to the native writing script of the Philippines called “Baybayin”. Because of a certain group of people successfully redefined the meaning of “Baybayin”, it became very confusing as an umbrella label, and even became political.

    The solution to appease both sides was to create another umbrella label, which was agreed upon by all parties as “Suyat”. And finally, the endless word war quieted. ^^

    It's not exactly there to become common, rather, to give some order to things and keep it simple. We've tried explaining by using “email” and the “universe, galaxies”, but people still don't understand. Add to that, those who want to redefine the “fediverse” adding to the confusion. ^_^

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    Jump
    “Shifting your research from X to Mastodon? Here’s what you need to know” by Roel Roscam Abbing; Robert W. Gehl
  • youronlyone youronlyone 2mo ago 100%

    @Lemminary@lemmy.world Hahaha. Same, it was how I initially understood it. ^^;;

    2
  • games
    Games 6mo ago
    Jump
    Xbox Reportedly Working to Release Next Fallout Game "Sooner Rather Than Later"
  • youronlyone youronlyone 6mo ago 83%

    @nanoUFO

    > Sooner rather than later

    Because there must be bugs. It's a feature. ^_~

    8
  • Last Week in Fediverse – ep 65
  • youronlyone youronlyone 6mo ago 100%

    @BrikoX

    > 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?

    3
  • games
    Games 7mo ago
    Jump
    A game I recently started playing is ToME or Tales of Maj'Eyal. It is a roguelike singleplayer game.
  • youronlyone youronlyone 7mo ago 100%

    @slazer2au Apologies! In any case, updated and moved the inline tags down.

    3
  • games
    Games 7mo ago
    Jump
    A game I recently started playing is ToME or Tales of Maj'Eyal. It is a roguelike singleplayer game.
  • youronlyone youronlyone 7mo ago 100%

    @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!

    2
  • games
    Games 8mo ago
    Jump
    My RuneScape inspired indie fitness MMORPG WalkScape is looking for more beta testers
  • youronlyone youronlyone 8mo ago 100%

    @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.

    🤔

    2
  • games
    Games 8mo ago
    Jump
    My RuneScape inspired indie fitness MMORPG WalkScape is looking for more beta testers
  • youronlyone youronlyone 8mo ago 100%

    @trashgirlfriend Ooh. I like that! It could be a widget too for easy access.

    2
  • games
    Games 8mo ago
    Jump
    My RuneScape inspired indie fitness MMORPG WalkScape is looking for more beta testers
  • youronlyone youronlyone 8mo ago 100%

    @hornedfiend @schamppu I think the game is set to medium sensitivity, or Low. There are some fitness apps with a sensitivity setting, and if you place it high, it is more accurate. The problem arises if you're just moving your phone, since it's high sensitivity, it counts those as steps. So, most apps have it at medium or Low. That's my guess at least.

    4