• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Yes. In most European countries even small parties can get seats. In my country there are 8 parties in parliament, for example, and 2 of them didn’t use to be there 2 election cycles ago (they were too small/new 8 years ago but eventually grew in popularity and got enough votes for representation).

    Of course if they only have 1 or 2 members in parliament they typcily tend to form coalitions with other like-minded parties so they can get more voting power.



  • It’s a shame that this law still doesn’t apply to YouTube

    If Germany is anything like Canada and other countries, applying public broadcast laws to YouTube would be a monkey’s paw deal. Sure you might get tighter control over advertising, but youtube would also be forced to do things like show you x% of content made in your country/language, resulting in state mandated control of the content you see online and potentially limiting/warping international audiences for content creators, and potentially other ramifications I’m not considering.

    Now if they made a law specifically for youtube and other online video platforms that dealt with advertising in that context, that would be a different story.





  • First, when you get into these arguments, always start from the viewpoint that these people do not see any worth in their data. Their convenience is worth way more than any privacy breach. That’s why your goal is usually to convince them that privacy breaches can be a huge innconvenience for them, use their selfishness to advocate for their self-interest.

    Quick example, what defines something that needs to be hidden changes constantly with different governments and regulatory bodies. There’s no telling if your current data won’t be illegal or something in the future, causing you problems. That’s why it’s important to have protections for your data to begin with so a future government can’t just unilaterally decide to trample all over your rights.

    Basically, see what they care about and try advocating from that viewpoint, not your personal viewpoint. There’s a good chance you’ll have a line of argument.

    I find that I have more success convincing people if I put their self-interest first and foremost instead of trying to explain some grand ideology. People want something tangible, not a hazy ideal. It’s only when something affects them that they may change their views.





  • The sites are purposefully obtuse to not draw attention.

    A debrid service generally has 2 purposes: caching files and unlocking premium file hosting sites for cheap.

    The latter is self-explanatory and not relevant for this thread (basically imagine unlocking premium for sites like mega and rapidgator but only paying 1 site for all of it).

    The former is what’s important. When you give a site like real debrid a torrent/magnet link, it will download the files in that torrent and cache them so that anyone who later wants to access that same torrent, instead of having to rely on seeders, can just download it directly from the debrid website.

    What are the torrent sources?

    It doesn’t have any, users are the ones who manually (or automatically with their API) provide the site with torrents, which the site then caches for anyone who later wants them.

    Also, what about seeding ratios?

    There aren’t any. Most debrid sites only leech and don’t seed, that’s why even among piracy communities they can be controversial.

    And then another comment points out that streamio is meant to work directly with torrents, which leaves me confused as far as how all the pieces fit together.

    Stremio doesn’t do anything on its own, the add-ons built for stremio are what do the work.

    There is an add-on called torrentio which can pull torrents from several popular trackers and show them in stremio, where you can pick one and start streaming (or, more specifically, the stremio app downloads the torrent sequentially, which allows you to watch it while it’s still downloading). That’s what we’re using here.

    This add-on can additionally be configured with your real debrid account’s API key so that when you select a torrent in stremio, instead of stremio downloading the torrent normally from the available seeders, it instead pulls the cached file from real-debrid, dramatically increasing download speed and more or less eliminating buffering altogether (since real debrid can provide the file at much faster speeds). Using real debrid also solves the issue of torrents with no/few seeds, since the file is always cached regardless and can be provided at fast speeds always.

    Hope this helped.