Spyke

Replies

piracy

Comment on

Thinking outside the pirate bubble

Movies are not software, and games produce a savefile, nothing else. Office is used to view and edit documents. It's used for work, for information, for significant documents. I feel there's a huge gap in your argumentation of stuff being one-time-consumption.

piracy

Comment on

Cloudflare gets involved in the battle against piracy, blocking streaming websites in the UK — and VPNs won't help

This doesn't make sense.

They say "endpoint in the UK" and "VPN Server in the UK", and that they could not confirm whether outside the UK would still block.

Cloudflare blocks UK requests. If you use a VPN you choose which country you send the requests from.

Cloudflare as a separate entity from the VPN provider can't know where requests originally came from. That's the whole point of the VPN.

There is nothing new here. The article seems to misunderstand and to misrepresent.

piracy

Comment on

Washing machine chime scandal shows how absurd YouTube copyright abuse can get

In 2021, YouTube announced that it had invested "hundreds of millions of dollars" to create content management tools, of which Content ID quickly emerged as the platform's go-to solution to detect and remove copyrighted materials.

Content ID was introduced in 2021? Only 3 years ago? I thought it was significantly older.

Wikipedia says 2007.

Dunno if they meant something different or typoed the year.

piracy

Comment on

MangaDex Hit With Massive DMCA Takedown; Fans Demand Better Access To Manga From Japanese Publishers

Earlier this year Japanese lawmakers were shocked to realize that illegal consumption of manga cost the industry around 1 trillion yen.

Why do articles quoting shit like this never contextualize it?

I assume these numbers are, like they always are, a consumption = loss of buy equation, which is not a realistic calculation at all.

The article talks at length about accessibility, yet fails to point to that issue when quoting these "cost" numbers.

It's not like they're hosting any of those. It's not costing them anything. At most it should be labeled loss, but an equation makes no sense then either.

piracy

Comment on

How can I send 50gb+ file over internet to friend?

There are website services where you both stay online and transfer directly.

There could be direct peer to peer transfer tools that are more robust.

If you want to go through a file transfer/hoster

There's some more, those are the top two in my bookmarks.

You'd do good of encrypting/7z-passwording if you don't want others to see the content, just to make sure not to have to trust the hoster.

piracy

Comment on

How can I directly seed older torrented files?

Depends on your torrent client. Be careful that the client does not accidentally overwrite your files, replacing the completed content.

In qBittorrent you add the torrent without starting the download, and then let it or make it re-check [existing] files. it should then progress the check to completion with the correct files and file names in place.

If you have the torrent added and then put/move the files correctly, you can use the context menu "force re-check".

When you then start that complete torrent, you're seeding.

piracy

Comment on

We should probably use upx to package executable in torrenting space (Discussion)

The executable being packed in an executable format means it has to be decompressed on each launch. If it doesn't it means it's not saving any space anyway.

I don't know what packing you're looking for, but Windows applications are typically installed with installers. An executable compressed executable goes against this; unless you want to pack installers.

Traditional file compression works well enough. People know to launch an msi or exe or read a README. Introducing non-standard tools is not necessarily a good idea, and certainly is not intuitive to users not already familiar with it.