spiritedpause

@spiritedpause@sh.itjust.works

This profile is from a federated server and may be incomplete. View on remote instance

spiritedpause ,

movie-web always seemed like such a sitting duck for takedowns like this. Any form of piracy that’s grabbing from a few centralized streaming servers is bound to be shut down.

P2P torrents over a VPN is the most resilient way to do piracy.

andrew , to Open Source
@andrew@andrew.masto.host avatar

Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://radicle.xyz/
@opensource

spiritedpause ,

How so?

spiritedpause ,

Off the top of my head: with Forgejo, you alone have the burden of hosting your repo, which means if your repo becomes popular, you have to deal with the costs of all that traffic to it.

The nice thing about the P2P/seeding aspect of Radicle is that anyone can clone your public repo and help seed it to others.

I see that Forgejo is working on federation which should help distribute the load of hosting a repo, but that doesn't look to be completed yet

spiritedpause ,

Jack Dorsey doesn't "own" Blusky, he just gave them grant money in the beginning to kick things off, and is one of the board members.

"Prior to the seed round, Bluesky's website described the company as a Public Benefit LLC owned by CEO Jay Graber and other Bluesky employees. Post-seed round, the company describes itself as a public-benefit C Corp."

https://en.wikipedia.org/wiki/Bluesky_(social_network)#Company_history

spiritedpause ,

I don't see how that's accurate if it's jointly owned by its employees.

spiritedpause ,

It would help to not have a complete mess of a naming scheme for their phones. It should be:

Moto E: Budget/entry level
Moto G: Mid-range
Moto Edge/RAZR: Flagship phones

There’s no need to confuse everything by adding 20 different versions of each tier with stylus/power/activ/whatever added to the name.

spiritedpause ,

Forgot about the Moto Z, I’d actually prefer they name their flagships that over Moto Edge

Whenever the AT protocol of BlueSky is set for others to deploy, won't it have similar problems as ActivityPub instances?

I feel like I may be missing something when it comes to BlueSky, or maybe both I and those trying it out are but in different ways. My understanding is that BlueSky is currently like the Mastodon Social instance is for Mastodon but of the AT Protocol under development, with the long term aim being that once their protocol is...

spiritedpause ,

I'm working on a client/app called Agora that integrates bridges like bridgy-fed so that you don't have to think about those quirks, you just search something like "aoc.bsky.social" on it while logged in to a Mastodon account, it'll automatically pull up the bridged version of the account for you to follow.

https://agorasocial.app

spiritedpause , (edited )

Now that DHT makes trackers unnecessary in order to find torrents, what’s the point of private trackers other than gatekeeping?

spiritedpause ,

Which search indexers are you using in radarr/sonarr?

DHT allows discovery of torrents by pinging the IP addresses from an existing torrent, and asking them what other files they’re sharing. It then pings the other IP addresses seeding those files, and asks them what they’re sharing, and so on.

You can either use a torrent search index site (many of them use DHT to create their database) or you can self host your own DHT crawler and have your own personal torrent search index, but the downside is it uses a decent amount of space to store the index.

BitMagnet is the best self hosted DHT indexer if you’re interested: https://github.com/bitmagnet-io/bitmagnet

spiritedpause ,

isn’t about choosing the better product, but on which shows you have.

But you can argue that part of what makes a streaming service a good product, is the literal product they produce, their content.

spiritedpause ,

They’re a publisher whose content is hosted on their own streaming service. It’s classic vertical integration.

I think the current model is better actually, because then the streaming services have to compete with each other on content, user experience, and price.

This way, you only need to subscribe to the streaming services that have the shows you’re currently watching, and can cancel whenever you’re done with those shows, until the next one comes along.

If a streaming service bundles multiple studios shows together, then you’re paying for a ton of content you may not even care about, just like how cable is.

At the end of the day, unless someone is watching hours and hours of tv a day, it’s unlikely they need to simultaneously subscribe to 7 streaming services.

spiritedpause ,

Anna’s Archive just added an academic papers feature called SciDB: annas-archive.org

spiritedpause ,

This is why it’s more and more important to have tools like BitMagnet that allow you self host it, and crawl/index the DHT to essentially have your own torrent search database that doesn’t rely on 3rd party trackers.

bitmagnet.io

Introducing Bitmagnet: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration ( bitmagnet.io )

I’m excited to announce the first alpha preview of this project that I’ve been working on for the past 4 months. I’m initially posting about this in a few small communities, and hoping to get some input from early adopters and beta testers....

spiritedpause ,

Dude this is amazing! Exactly the sort of thing I’ve been hoping would pop up to further “decentralize” the torrent search experience.

So I’m trying to run it on my machine through the docker-compose option, and I’m seeing something weird. It shows as successfully running, but when I go to the port it should be running on, I get “unable to connect” on my browser.

When I check my containers running, it shows the 3 bitmagnet containers, but the port doesn’t show.

i.imgur.com/D4R1Le5.png

spiritedpause ,

Just pulled the latest and tried again, and it works now! Thanks

goatsarah , to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ en-gb
@goatsarah@thegoatery.dyndns.org avatar

AppleTV hardware now supports Tailscale, with exit nodes.

I am astonished that Apple allowed this blatant circumvention of region coding, but they did.

Get it while it’s hot, I guess.

spiritedpause ,

You can now install Tailscale on AppleTV. Tailscale is a sort of personal VPN service that allows you to directly connect your personal devices to each other over the internet. tvOS 17 added support for VPNs to run on Apple TV.

What this means in the case of AppleTV region coding:

If for example, you have a computer at home that’s running tailscale, and you take your AppleTV with you while on vacation in let’s say, Egypt, you can set Tailscale on your AppleTV to use the Tailscale node on your home computer as an exit node, and you’ll be able to stream Hulu on that AppleTV in your hotel in Egypt normally because the traffic is tunneling through your computer back home in the US, and it thinks that’s where you’re located.

Normally with commercial VPNs, that wouldn’t work because Hulu/Netflix/etc have a list of IP addresses associated with VPN services, and so they’d detect youre connected to that VPN and block you from using it. But in the case of tailscale, the IP address they see is that of your computer back home, so they don’t think you’re connected to a VPN.

This can also theoretically help get around Netflixes password sharing restrictions, because if the account owner runs an exit node on their AppleTV, and the other password sharers set their AppleTVs to use that owners AppleTV as their exit node, Netflix will think the logins are all coming from the same IP address located in one place.

spiritedpause ,

I use PodGrab, and think it’s great for saving local copies of podcast episodes to your server:

github.com/akhilrex/podgrab

spiritedpause ,

Ah good to know, thanks!

spiritedpause ,

Are you referring to Jack Dorsey? He’s not the owner, he just gave them grant money in the beginning. It’s a non-profit so technically no individual “owns” it.

spiritedpause OP ,

This is exactly how Lemmy works, yet you’re here…

spiritedpause ,

The best alternative is one that you can self-host and/or isn’t centralized.

My favorite option right now is torrents-csv.ml, since it’s “a collaborative repository of torrents, consisting of a searchable torrents.csv file.”

Basically, the author of the project scrapes the torrent DHT network and compiles a csv of all the torrent magnet links into a CSV file that’s searchable on this site. You can selfhost your own private instance of the site by following the instructions on the repository here: git.torrents-csv.ml/heretic/torrents-csv-server

spiritedpause OP ,

I’m in the US, and as far as I know, ISPs only block websites if the federal government mandates it, in which case all ISPs would have to block it.

spiritedpause OP ,

If I had to guess, that’s probably for the Speech to Text feature, so you can reject that permission if you don’t want to use speech to text.

spiritedpause ,

Tablets are good for “consumption” vs laptops/desktops that are better for “creation/production”.

If all you want to do is browse the web, social media, watch videos, etc then tablets are a simpler interface for doing that, compared to dealing with all the extra things involved in a desktop OS.

For creation/production, aka “real work”, laptop/desktop is obviously much more efficient and powerful for that.

spiritedpause ,

There really needs to be an option for instances to upload images to imgur using their API.

imgur has been hosting images for years, and has the resources and experience to deal with stuff like CSAM.

It shouldn’t be the default/only option that hosting an instance means having to open the floodgates for anyone to upload images to their servers.

From a liability standpoint alone, it’s an absurd thing to just expect every instance to accept.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines