Microsoft, Google, Apple Could Be Requested To Actively Block Pirated Downloads, Says Report (torrentfreak.com)
Popular operating systems by Microsoft, Apple, and Google could possibly soon nuke torrents downloaded (PDF, non-English language) from The Pirate Bay and other websites that offer copyright infringing content, warns a report published by Black Market Watch and the Global Initiative against Transnational Organized Crime. The report adds that the aforementioned companies are in an ideal position to deter piracy, and could be requested by the authority to put a system in place to block pirated content on the operating system level. Via a TorrentFreak report: "Other players that possess the potential ability to limit piracy are the companies that own the major operating systems which control computers and mobile devices such as Apple, Google and Microsoft," one of the main conclusions reads. "The producers of operating systems should be encouraged, or regulated, for example, to block downloads of copyright infringing material," the report adds. The report references last year's Windows 10 controversy, noting that these concerns were great enough for some torrent sites to block users with the new operating system. While Sweden doesn't have enough influence to make an impact on these global software manufacturers, applying pressure through the international community and trade groups may have some effect.
1. people hate blue-ray and DVD because its nearly 20 minutes of unstoppable auto-play adverts for new titles or tie-in marketing.
2. people hate being gouged for old titles they cant access anymore in the name of exploiting established nostalgia. I can pay $70 for a used copy of command and conquer, or i can just fucking download it.
3. people loathe the theatre experience of 20 minute captive audience adverts, exorbitant ticket prices, and concession gouging.
unless and until these issues are resolved, we will continue to sink time and formidable effort into the process of generating and distributing torrents. theres no legislation you can pass that will keep me from getting a copy of the avengers that doesnt waste my time while the version that tries to sell me a new car stays on the shelf.
Good people go to bed earlier.
...put a system in place to block pirated content on the operating system level. ...
Given the quality assurance failures of major OS providers recently, this new plan will only be a disaster. But those proposing it don't care about false positives, and they have lawyers to protect themselves from the effects of false positives.
.
[aside: this coming weekend I plan to convert the second of my three notebooks from Windows to Linux, due to the Windows 10 update malware tactic. If the plan to delete files on my systems goes through, the conversion of the remainder of my Windows PCs will only be accelerated.]
You do know you can get the source for "systemd" so you can find out yourself.
Ah, that old chestnut...you have the source...
1. package_src.tar.gz != package_name.src.rpm (or whatever your favoured package format is)
2. There is no guarantee that package_name.rpm as distributed has been compiled from package_name.src.rpm as distributed(I'd name the distro where I found that package_name.src.rpm was incapable of being built into the package because of errors/missing code, but I'm waiting from word back from them on that one - note: I'm not calling this sinister, just bloody sloppy..)
3. Even if you do have the one true source, you have the problem of parsing it. Seriously, most users of the code won't have a fucking scooby what they're looking at, especially when it comes to the output of some of the more 'dickish' programmers out there.
4. Even if you're happy parsing the source of the package, you then have to parse the code of all the damn libraries you use to build it, and the damn compiler itself...just to make sure...