• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle




  • I dont mean that your tone is bot like or anything, just that they would want authentic voices.

    I do find it hard to beleive, because look at the reddit and twitter transitions. They either took years (bluesky is only barely starting to gain notability, and I’m not convinced that isn’t also doing astroturfing) or never happened (Lemmy userbase is a rounding error). Getting people to switch social media is very difficult. And tiktok isnt even banned yet.

    Also, just because there are no ads, doesn’t mean that no one is propping up the business. Someone is paying to keep the servers running and lights on, and an astro turfing campaign isnt that expensive. Social media companies either grow or die.

    So if your liking this new site, power to you, but I suggest you enjoy it while it lasts, because its going to have to become profitable somehow, and that is never good for the users.




  • As a developer (not affiliated with either of those projects), you have to understand a couple of points:

    1. Adding features means increased maintenance burden. Any feature that is added must be tested and maintained, and once released, often cannot be changed without significant user push back.

    2. Users often have no idea what they actually want. If a project just implements what every user asks for, it’ll end up being a disjointed mess of a project. Developers have to draw a line somewhere.

    3. Unless someone is paying for the work, developers have zero incentive to make changes. A democratic committee can make all the requests they like, but unless the developers are on board, nothing will happen. (Also, tying into 2, but good luck getting a committee of users to agree on anything)

    The only real answer is to fork the software, make the changes and hope that either everyone switches to your fork, or the upstream accepts the changes. That is the Open Source way of doing things.