• 1 Post
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • I get where you are coming from, however it’s important to remember that big players are not equal - they have really, really different people in the leadership. Elmo is just a too-big-to-fall clown with insane ego, spez is a manchild who took VC money like there’s no tomorrow and in the end had no idea how to provide ROI, but youtube is ran by very competent people with solid track record and deep pockets.

    Maybe they are not too innovative business-wise recently… but they are good at catching up (except live streaming - screen layout is dogshit and nobody wants to get hyped in their tiny chatbox from a fucking google account with family photo as an avatar) and at leveraging what they already have, which is quite a lot, tbh.





  • Just because you’re paid well doesn’t mean others are not being mistreated

    FTFY
    without unions there could be a huge salary disparity between devs in the same role, in the same company, even in the same project. I’ve personally witnessed more than 2x, heard about even more.

    Sometimes it’s more than justified with individual’s performance and impact, sometimes it’s not. Some people are just better skill-wise, some people are better at applying pressure on their employer, holding business-critical knowledge hostage or simply negotiating.

    Point here is - while unionizing might make things better on average, there would be a very real pushback from people who are benefitting from current system and this is not necessarily management. For management in some cases it would be even a net benefit, since they don’t have to deal with primadonnas and someone tying things to themselves just for leverage.














  • Are all these thousands of lemmy servers useless?

    almost. It’s actually worse than that - when you subscribe to a community from your server it will fetch like 20 posts and that’s it, you’ll get only new stuff after that, so there’s no possibility to do a full mirror of selfhosted, for example, if you started your instance today and didn’t fetch posts and comments manually.

    ActivityPub per se is just a spec on s2s/s2c communication, which is not a great thing since in many cases it assumes single source of truth, which potentially puts huge load on more popular instances.

    I think a quick and dirty hack to this could be the following - each linked instance may maintain cache of announces (so there would be benefit of just forwarding original http signed requests w/o being afraid of malicious actor), which your instance could pull, this way you could populate your mirror without overloading the original source.
    Distributed activities propagation though… Let’s say there are some design steps involved to make this truly distributed, however I feel like it’s possible.