• 1 Post
  • 35 Comments
Joined 4 years ago
cake
Cake day: June 27th, 2020

help-circle
  • Well I had hoped, naiively that Reddit would respect the developer community that had helped make their website so popular. A community of developers provided apps and services for them for the simple price of a free API. I thought the APIpocolypse might happen, but I thought reddit was special somehow and they would see how beautiful and vibrant that community was and not damage it for fear of damaging the soul of the website. Yeah, that was pretty fucking naiive.

    Ah well, I’ll put my energy into Lemmy and Fediverse projects instead.











  • 777@lemmy.mltoTechnology@beehaw.org*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I don’t see a problem so long as they do so in good faith - for example publishing full event contents to ActivityPub instead of adding a link back to the Facebook Threads app, which is basically what a lot of news sites do with their RSS feeds to get advertising money.

    So long as they do that, it’s not really possible to do a rug-pull. There are far more Facebook users than Fediverse users after all, so it’s going to be advertising for the Fediverse for as long as this lasts and if users would like to remain part of it they’ll have to move to another server. That is, assuming it ends.

    To answer the question though, I don’t care for microblogging personally and I don’t like Meta as a company so I won’t use it. I appreciate the scepticism but I feel optimistic.


  • I think defederating is easier said than done, and besides, what if one community is very well behaved and helpful and another is toxic and awful? You throw out the good with the bad in that case.

    I think instead the user should be able to choose to combine similar communities, similar to the ‘multireddit’ concept. Then they can get lemmy.ml gaming and beehaw gaming in the same feed.

    To help with discovery, a curated list could be created, and perhaps communities from that list could be suggested as time goes on. This does require some kind of centralisation but it would be down to the instance owner to decide to subscribe to it.







  • 777@lemmy.mltoAsklemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 year ago

    Being a member of the Fediverse is an investment in the future I feel. There’s not tons right now like on Reddit, but you can stick around and help build it by posting, commenting and voting. Alternatively, you can come back in a few years when this is the way that new communities form.

    Reddit’s behaviour is a statement of intent for the future, to make money at all costs, sell up and become another advertiser friendly walled garden like Instagram. That’s fine for them, but I have no interest in being part of that.




  • I expect it’s accurate to say; their architecture is not like a database where you can add an index on a blocked state and then join against it. You have to get a list of potential posts that the user might want to see and then eliminate any in the block list. There will be a few edge case users who have thousands of block entries and a multithreading strategy is likely required to swiftly filter it in a reasonable timeframe.

    However, an architecture I’ve seen that works around this is to build this timeline in the background and present it to the user from a cache, I don’t know if this is what Twitter does as I never worked on that. However, if you want to not have a block feature but have some kind of mute feature anyway I don’t see how there is a meaningful difference.