Live data from Hacker News

Stream PirateBay movies directly from CLI

news.ycombinator.com

171–180 of 223 posts

Re: Stream PirateBay movies directly from CLI

#171
post #23

When are we as a community going to stop cheekily "tolerating" piracy and finally stand up against the unjust and immoral lie that is the concept of intellectual property rights? When you can tell me who owns the number two, I can tell you who owns a song. It's not just "I want movies without paying" posturing. Culture is reuse and remixing. Half of internet culture these days comes from V, from Tyler Durden, from Th…

It should be noted that rms has some misgivings about simply reducing or eliminating copyright: "How the Swedish Pirate Party Platform Backfires on Free Software" ( http://www.gnu.org/philosophy/pirate-party.en.html )

That's because GPL relies on copyright.

If they also passed a law mandating software to be delivered with source code I suppose RMS wouldn't mind :)

Re: Stream PirateBay movies directly from CLI

#173
post #9

I'm deeply concerned about popularizing torrent streaming. A few leechers breaking "rarest-first" might not cause much harm. But if most leechers become streamers, torrents will lose their efficiency in distributing less-popular content. Transmission implemented a "streaming" feature once, that didn't actually stream. It just stopped fetching pieces "with the same rarity" randomly. They still got too much heat for ad…

Can the seeders enforce the rarest-first approach giving priority at lechers that ask for the rarest chunks ?

Re: Stream PirateBay movies directly from CLI

#174
post #85

Hundreds of thousands of ordinary people worldwide have had their lives destroyed by this. For enjoying art. The War on the fans is immoral, hateful and wasteful. Those who enact it have stolen more from artists than anyone.

"For enjoying art?" Enjoying art is not why they've been fined, pirating it is. There's a meaningful distinction there. You're not entitled to anyone's work, and it's not a necessary part of being a functional and happy human being.

Re: Stream PirateBay movies directly from CLI

#175

Earlier quoted context omitted.

I thought about downloading all the youtube videos that I consider have future watching values but then i realised it would take way too much effort and storage space to download and tag/categorise them and that there is no limit to my hoarding tendency.

It's more videos I've already seen. I find it absurd that I can have a copy of a video in my brain, but potentially not be able to show it to someone else. It feels like an arbitrary limitation on knowledge transfer. If we had brain-computer interfaces I could just push my (analog fuzzy) version out into the screen again! Tagging and categorization can be fixed later. I generally find grep -i a good enough solution.

Reconstructing videos from memories has already happened (in a sense): http://mashable.com/2011/09/23/scientists-brain-visual-memor...

Re: Stream PirateBay movies directly from CLI

#176

For a news site frequented by software engineers, many of whom receive six figure salaries related to the creation and sale of software, this feels in very bad taste. Movie staff and music artists deserve to have their copyright respected. If you don't like it, just don't watch/listen. It's plainly simple.

If I was still writing desktop software, I would have no problem with my software being pirated. I'd make it difficult enough for it not be worth the effort for anyone who can afford it, but I know that there's plenty of others who might not be able to afford my software, who are willing to spend the time instead cracking the software. Some kid out there might be building a future career on cracked versions of my software. Ideally they might someday be able to afford it and pay for it. That was certainly the case for me.

With the movie and music industry, they went the other way. They made it difficult to buy their products and a lot easier to pirate. And now they're the ones paying for it.

Re: Stream PirateBay movies directly from CLI

#177
post #142
post #138

Earlier quoted context omitted.

Oh make no mistake I am contemplating piracy if only because it's unfair/immoral/irrational (pick your favourite) that the people securing themselves such huge income are the keyholders to almost all legal distribution of media. We need a Richard Stallman for media. (edit: added 'legal')

So you steal from people and then claim they're immoral for not giving you their stuff at a price/convenience level of your choosing?

>steal from people Come on, you know it's called copyright infringement. Stop using the wrong word.

Re: Stream PirateBay movies directly from CLI

#178
post #6

It seems a lot of the magic behind this comes from Peerflix - a node.js library for streaming torrents. This is mostly a CLI wrapper for searching piratebay, parsing the results, and then streaming using peerflix. https://github.com/mafintosh/peerflix I'm curious why thepiratebay npm package wasn't used instead: https://github.com/t3chnoboy/thepiratebay That said, great usage of cheerio for parsing the returned HTML…

>I'm curious why thepiratebay npm package wasn't used instead

They didn't want their work broken due to a random unpublish?

Re: Stream PirateBay movies directly from CLI

#179
post #6

It seems a lot of the magic behind this comes from Peerflix - a node.js library for streaming torrents. This is mostly a CLI wrapper for searching piratebay, parsing the results, and then streaming using peerflix. https://github.com/mafintosh/peerflix I'm curious why thepiratebay npm package wasn't used instead: https://github.com/t3chnoboy/thepiratebay That said, great usage of cheerio for parsing the returned HTML…

it already exists in the form of torrentflix, a project i've contributed to.

you can also stream from more than just TPB

Post reply on HN