• 0 Posts
  • 34 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle
  • To achieve this goal, i’m saying that if google were to lose profits from people using ad blockers, they are more likely to extract profits from their creators than sacrifice their bottom line.

    The creators are their product, the adblock users cost everyone money and provide no benefit, why would they punish their product over the users costing them money? The adblock users aren’t the bottom line, they are no benefit, and cost both YouTube and the creators in lost revenue.

    This is why i wholeheartedly support things like Patreon, Ko-Fi, etc. because that directly supports creators and means that they don’t have to completely rely on a company that no longer says “don’t be evil”.

    That’s great and all, but YouTube still has bills to pay, they can’t just let you use the service free without ads, let you just give money to creators through those other services, and expect to even break even.


  • Has P2P changed much? I don’t think it has really. I use private sites for that stuff now and it’s great there, but the public stuff still seems pretty bad IMO.

    Well if they don’t want their content there, then you have the whole problem if it being illegal. Now you have to convince people to break the law, and go as far as to install a VPN or whatever so your ISP doesn’t send you warnings. This isn’t a great start for something to replace YouTube.

    I think Big is required for a P2P YouTube style thing to work. You need lots of peers to stream content in decent quality. You need people to knowingly break laws and use VPNs. You need people to run their own media servers, you are asking a lot from people, all YouTube is asking you to do is watch some ads or buy premium.






  • I don’t know what YouTube’s market share is, but for videos that are not short TikTok style it’s probably like 95%? And they are also in the TikTok short and twitch streaming areas now, so I think it would be a massive blow to video streaming if they went away.

    BitTorrent just moves all the costs to the users, and users are typically not wanting to run their own video servers. They might work for tech people who don’t mind running servers or already have a server they are running, but you have to think about the regular user that is probably 80% or more of the market. You can’t expect to get big off relying on users to be the servers.











  • In the case of “legit” apps that are following the new rules, they will be fine. The dev will likely have knowledge of an upcoming API change before it’s released so they can update their app for it before it breaks anything.

    The problem with revanced apps is there is no dev making these updates, at least not that I’m aware of.


  • Yeah, Reddit hasn’t really changed the API itself with these recent changes, they just made the keys to it cost money.

    An API is basically a communication standard between the app and Reddit, that standard changes as new features are added or decisions are made. The app might make a request like getvideo and expect to get a video with the .redditvid extension. Now let’s say Reddit decided to fix their shitty video player and now they start rolling out a new video format, .redditvidgood, and update the API so that getvideo returns this new type.

    Now the app makes a getvideo request and gets a .redditvidgood video, but it has no idea how to handle this format, it’s still expecting the old .redditvid format. At best the app will fail to load these new videos but still function otherwise, at worst the app will crash any time it tries to load a video. In this example, even with the best case scenario most videos don’t work anymore. It’s only a matter of time before a change completely breaks all apps that don’t update for the current API, and only a dev with the source code can make those updates to the app.