• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle

  • You might not have heard of the formats but you’ve definitely listened to them. For example, Youtube has only served audio in aac and opus for years now. Most instant messaging apps also use opus during calls to reduce bandwidth usage. And those are just some big examples. Basically almost any online service has dumped mp3 in favor of aac and opus since they’re better in every way (in the sense that they have better quality at the same bitrate as mp3, so you can reduce the filesize by a lot and still preserve the same audio quality)


  • Doesn’t Twitter directly suppress such links? I remember there was a crackdown on people linking their mastodon accounts a while back.

    And external links in general get a huge suppression in the algorithm because Twitter does not want to recommend tweets that take you off the site.

    The platform actively fights you if you want to move elsewhere (which should really be a telltale sign for you to move), so I get why some orgs struggle with that decision. Doubly so if your job relies on the platform’s outreach.


  • This is to me one of the major reasons Twitter discourse is completely ruined and the platform is mostly useless for seeing what people think now.

    When the only people who get to be at the top of discussions are people who pay for twitter, the only opinions that get shared are those that are pro Twitter, pro Elon, etc. Because they have a direct stake in the game.

    And that’s if the accounts posting aren’t all bots that pay for a checkmark to boost engagement, which is almost all I see when I occasionally have to check Twitter these days.

    So glad more people are leaving it. There’s nothing to gain from it anymore.


  • You actually tricked yourself into believing this isn’t all about shutting down competition to American companies or stopping people’s (especially young people’s) power to disseminate even remotely left leaning views that could gain traction and threaten the oligarchs.

    I mean even the politicians who back this bill state as much, so I’m not sure why you think this is about national defense. American citizens are just under as much threat as before, but now they have one less way to express themselves. Ain’t that great. /s


  • Baraag is way more permissive than misskey.io and it gained a pretty bad reputation in the past because of that, plus it essentially advertises itself as a safe haven for lolicon art and primarily focuses on that, so that’s why it’s on many block lists.

    misskey.io is just a generalist Japanese instance (which is why many Japanese artists easily hop on it). It’s also the biggest misskey instance and is run by the main developer, so it’s usually not blocked by default because most people use it.

    Defederating from misskey.io would be like defederating from mastodon.social. Some will do it but it’s not the default stance afaik.


  • Misskey is like mastodon so you can just go to another misskey instance.

    But if you’re talking about the misskey.io instance, it’s not that defederated from my experience (the 3 instances I’m on aren’t defederated from it).

    The instance simply follows Japanese law so whatever Japan allows they allow and whatever Japan forbids they forbid (which is why censoring genitals is also mandatory in that instance lol). It’s not like it’s some nazi cesspool or anything like that.



  • Nothing about the US system is particularly geared to prevent double voting.

    I get that you don’t have a federal register (something you should really fix tbh) but requiring manual registration when you could, oh idk, simply register people when they are born and then later automatically provide them a unique ID they can vote with? (I’m not even talking a government ID for the purposes of identifying yourself to law enforcement and stuff, I’m talking even just a voter ID for the sake of voting only)

    Then have part of the number in that ID identify the state you’re from if you want to prevent crossing borders to double vote (kinda like how credit card numbers have that info on them).

    It’s what they do here anyway, I’ve had an ID since I was like 4, and it’s with that document that I and everyone else votes.

    Though I know the US is probably too anti-democratic for this and none of the parties in power want to change jack.


  • Why is it not okay to call it what it is? If you openly allow nazis into your site, you have a nazi site. I’m sorry but there’s just no way around it.

    Either you nip that garbage in the bud or your site is overrun by far right nut jobs, which is what happened with odysee.

    Of course nobody wants to use the site. Why would they?

    It’s the nazi bar problem. You allow one nazi to enter your bar, then that nazi brings his nazi friends, and before you notice it you have a nazi bar and no one wants to visit.

    Odysee doesn’t “appear” to have more right wing content, it objectively does. The majority of people who migrate to it are wackos who got banned in other places for their extremist views.



  • Don’t interrupt my video with ads. Play before or after. Ideally after, but I can see why that would not be feasible. I guess it is also feasable if the creator marks ad breaks, like the current-day sponsor segments.

    FYI ad placement and type is decided by the creator not youtube. If you see a video full of ads in the middle it’s because the creator of that video chose it to be so.



  • 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.







  • 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.