piracy

Magazyn ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

TheGreatFox, w Can they even track pirated installs ?

According to what Unity reps said elsewhere, they have no way of knowing what’s a bought install, what’s a demo, what’s a charity bundle, what’s a pirated install, and what is someone loading a webpage with a WebGL program integrated (every page view = 1 install).

Instead, they want to estimate how much people owe them. Using secret methods with no accountability.

strawberry,
@strawberry@artemis.camp avatar

"according to our extensive research, when we multiplied how much we like you by fuckall, you owe us 20000"

Beardedsausag3, (edited )
@Beardedsausag3@kbin.social avatar

This is my kind of maths, add on p&p, handling, admin and VAT let's it call it a nice round milly. No, no questions at this time sorry.

Mikina,

Exactly. To me, this explanation sounds like they’ll just magically estimate the numbers without really being able to prove it. And that sucks.

However, we can be sure that developers will have their own analytics, that are probably way more accurate and they know exactly how many people have played or installed their game. And I’m betting that this number will be a lot smaller than the Unity “estimation”, and people will get even more angry.

ChojinDSL, w Is there a way to seed things I have downloaded but already deleted the torrent for?
@ChojinDSL@discuss.tchncs.de avatar

Depending on your client, there may be different directories for complete and incomplete torrents, so you may have to put the downloaded files in the incomplete folder. If your client only checks the incomplete folder when starting a torrent.

bjoern_tantau, w Which cracks and repacs works best on linux?
@bjoern_tantau@swg-empire.de avatar

Honestly, nowadays I just pick the first thing I find. It’s been a long while since any of them gave me any trouble. Wine has come a long way.

dewritochan, w Is It Farewell To The Internet Archive?
Pearlescence,

Lmao I’m so sorry! I realised afterwards what was happening, but have no idea how to fix it since I’m still fairly new to Lemmy. I hope it didn’t inconvenience you too much!

yote_zip, w I am looking into setting up a home mediaserver. Any good guides?
@yote_zip@pawb.social avatar

Hi I accidentally wrote a wall of text:

perfectmediaserver.com can give you some inspiration on system architecture/layout. There’s a lot of right answers here depending on your situation, so you’ll likely want to research the various options and trade-offs.

Some common base architecture layouts that I know of:

Any Linux + no parity: Just throw Debian on a box, put Docker on it, and away we go. No data integrity, and data loss will be permanent, but it’s an option if you set up backups for your important data and assume the rest is expendable. If you want to start setting up parity on raw Linux you’ll probably want to move down to a more dedicated architecture below for less headaches.

OpenMediaVault + SnapRAID + MergerFS + backed by BTRFS disks: my personal choice for ad-hoc/budget setups. Great for having really flexible storage that lets you make use of all HDD space that you have laying around without fuss. You’ll need to sacrifice your largest drive to hold RAID parity and the storage architecture is not especially performant but that’s not a big deal for a media server. OpenMediaVault can run Docker for you on the host without needing to run it in a VM (and you should be using Docker for your software stack).

Unraid: Similar in storage architecture to the OpenMediaVault combo, but it’s not free. I don’t have personal experience with this one but a lot of people like it. IMO this option would only make sense if you want a turn-key system and don’t want to think about anything on the software side. It has turn-key “apps” that are just Docker behind the scenes (to my knowledge).

TrueNAS Scale: This will be running ZFS for storage, but ZFS has a lot of problems with storage flexibility. You need to really know what you’re doing when designing your storage layout, and you probably won’t get full usage out of the HDDs you have laying around. In exchange, ZFS is bulletproof for data integrity and makes full use of your drives’ combined speed. You’ll likely be giving up 50% of your total HDD capacity to run ZFS - either explicitly by running mirrored drives or by running mismatched RAIDZ1/2 (which makes all drives become the size of the smallest disk). I would recommend a mirrored setup for home use due to its flexibility - it gives up more space than RAIDZ but it’s able to be upgraded easier in the future, so you can throw random drives that are on sale into your system when needed. You could write a book on ZFS’s complexities and trade-offs and I’m sure many have. TrueNAS itself is basically just a turn-key appliance to run a ZFS storage server, but the “Scale” version also comes with the ability to install apps via some Kubernetes+Docker thing. It’s still in beta and I hear a lot of people have problems with how the app system is designed, so if you go this route I’d recommend installing Debian/Alpine Linux under TrueNAS Scale in a VM with something like this method, and running normal Docker on that VM. TrueNAS is otherwise very locked down and if your usecase is not supported by them you’ll probably need to bail out to a VM anyway.

Proxmox + TrueNAS + Docker Host: This has all the caveats of ZFS from before. Proxmox is just a virtualization hypervisor that you can put other operating systems on, via VMs and LXCs. The easiest way to use it in a NAS configuration is to install Proxmox on the bare metal, then spin up a TrueNAS Core/Scale VM and pass through your HDDs to that (may require special hardware consideration). You’ll probably want to run a minimal Debian/Alpine Linux VM under Proxmox to hold your Docker stack. Then you can use an NFS/SMB mount to get access to your ZFS storage from your Docker VM. You can also run ZFS raw on Proxmox without the GUI of TrueNAS, but you’ll have to manage it by CLI. Proxmox can be more difficult to understand than the other architectures, but personally I think it’s easier to use once you do. It allows greater flexibility on the software side via snapshotting VMs and building up/tearing down operating systems at-will.

Proxmox + OpenMediaVault + SnapRAID + MergerFS + backed by BTRFS disks: Same as Proxmox+TrueNAS, except instead of TrueNAS you run OpenMediaVault’s storage stack to give yourself flexibility with HDDs. You’ll might also want to move your Docker stack into its own VM instead of running it on OpenMediaVault, but this isn’t required. While this is technically an option, it feels a bit weird. If you want to dive head-first into a robust server setup but don’t want to buy a bunch of new drives, this could work in a pinch.

Personally my two recommended options are the OpenMediaVault stack or the Proxmox+TrueNAS stack, depending on if you want to buy new drives for a clean storage layout. Keep in mind these blurbs are just a crash course on each option and there’s a lot more going on behind the scenes that will also need consideration/planning.

Freeman,

Thank you a lot! I’ll look into it!

navi, w I am looking into setting up a home mediaserver. Any good guides?
@navi@lemmy.tespia.org avatar

Don’t forget Prowlarr for managing trackers and downloaders across all of your Arr suite!

blashork, w Which cracks and repacs works best on linux?
@blashork@hexbear.net avatar

there’s a group called johncena141 who do linux specific repacks. They put the windows game in a dwarfs read only compressed archive, and then have an editable layer on top of it where saves and changes get written. The windows games are put into a wine wrapper and then you can run them while they’re still compressed. It’s pretty cool, but can be a bit finicky. Getting dwarfs installed can be a pain depending on your system. I find their stuff can be very hit or miss, but I like that they exist.

Besides that, ymmv with all the other repacks. Sometimes fitgirl works fine for me, sometimes it fucks up completely. Same goes for dodi. though I’ve found dodi to be a bit more reliable on wine than fitgirl.

That’s my two cents on stuff.

Harry_h0udini, w Is It Farewell To The Internet Archive?
@Harry_h0udini@lemmy.dbzer0.com avatar

Piracy the moral imperative of sharing knowledge:

…vercel.app/…/piracythe-moral-imperative-of-shari…

theshatterstone54, w If all adblocks get deleted, would you still pirate?

You can disable JS or use LibreJS to disable proprietary JS code.

TheGreatFox, w What are the best alternatives to The Pirate Bay in 2023?

See that sidebar on the right? Click the “Megathread” link there.

whitecapstromgard, w What are the best alternatives to The Pirate Bay in 2023?

I just search for “name of movie + download” in a non-Google search engine. Google does censorship right, but the others are usually good.

FeelzGoodMan420, (edited )

Doesn’t duckduckgo also censor it since it uses Bing as the primary search algorithm?

whitecapstromgard,

not as bad as google does

PoisonedPrisonPanda,

yandex is very good in this. often being able to read cyrillix helps.

JaxiiRuff, w Which cracks and repacs works best on linux?
@JaxiiRuff@pawb.social avatar

I remember on the linuxcracks subreddit a couple people mentioned LinuxRulez or something. Basically games that were installable by being made into a single bash file.

Didnt know it was possible to install an entire game from an .sh file with a gui, but some talented mf did it. Thats how I pirated the sims 4 with all dlcs and it was so easy.

theshatterstone54,

Yeah, and in terms of LinuxRulez, you can find their stuff on zamunda.net (use a Bulgarian proxy like nqma.net but keep in mind nqma can be finicky. And you need an account for zamunda. Don’t use a password you’ve used anywhere else, I wouldn’t trust them with it).

OverfedRaccoon, (edited ) w What are the best alternatives to The Pirate Bay in 2023?

I like sites that are aggregators of content (no one site, necessarily). I think the best move is to find release groups you like the quality of and trust. From there, find out where they upload. I was a big fan of RARBG remuxes (x265) and RARBG-affiliated TV release groups, so it took a bit to find acceptable and consistent replacements. It’s worth the effort.

Junkernaught,

Who did you replace them with?

OverfedRaccoon,

For movies, PSA slotted right in the quality/size hole RARBG left for x265 movies. There’s groups with better quality at higher filesizes (like QxR), but the ~2GB 1080p stuff PSA puts out suits my needs well.

TV is a little eh. XEN0N is where I ended up, but definitely isn’t on par with ION10/ION265. I haven’t found a great catch-all replacement. But I haven’t had to grab a ton of TV lately, to be honest.

Junkernaught,

Thank you!

Varsico,

You’d probably like Pahe.in releases, I also landed on PSA (I use it for both movies & tv) and Pahe is pretty close to it in quality/size. Pahe doesn’t have torrents tho, but I think their GDrive and Mega links are pretty easy to get to; compared to some of PSA’s direct downloads you only need one real countdown and less than 10 clicks to get the file

kingludd, w Is there a way to seed things I have downloaded but already deleted the torrent for?

Try this tool to match a torrent file to its data: github.com/JohnDoee/autotorrent

luthis,

Thank you! This is exactly what I was looking for

supervent, w What are the best alternatives to The Pirate Bay in 2023?

For me it’s fine for tv shows & movies. I also use ed2k/kad network.

OverfedRaccoon,

Wow, ed2k is still alive and kicking? I don’t think I’ve used them since like 2005.

supervent,

Yeah, it works like a charm, by the way I use Mldonkey, but you have also emule & amule.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • esport
  • muzyka
  • Pozytywnie
  • giereczkowo
  • Blogi
  • sport
  • Spoleczenstwo
  • rowery
  • krakow
  • tech
  • niusy
  • lieratura
  • Cyfryzacja
  • kino
  • piracy@lemmy.dbzer0.com
  • LGBTQIAP
  • opowiadania
  • slask
  • Psychologia
  • motoryzacja
  • turystyka
  • MiddleEast
  • fediversum
  • zebynieucieklo
  • test1
  • Archiwum
  • FromSilesiaToPolesia
  • NomadOffgrid
  • m0biTech
  • Wszystkie magazyny