Live data from Hacker News

I tried creating a web browser, and Google blocked me

blog.samuelmaddock.com

481–490 of 632 posts

Re: I tried creating a web browser, and Google blocked me

#481
Um... I think you can just re-use the widevine shared object that Google Chrome comes with. You can't distribute it, but you should be able to include instructions for those downloading your project on how to acquire it.

But, I mean, Google is crappy. No surprise there.

Re: I tried creating a web browser, and Google blocked me

#482

DRM is just a huge pile of shit. I mean, if it would actually work I would say okay, at least we have a solution that everyone is somehow happy with. But instead we consumers just loose. To give a few examples: - When I want to watch movies on Amazon Prime Video, there are some movies I can't watch in HD, even if I paid for HD (so the movie obviously exists in HD; probably dependent on the rights holder). The problem…

>- A few hours ago, I wanted to play a game, but guess what... Steam had a network problem [1] and didn't even let me enter the offline mode.

I think Steam is a really good (not shitty) DRM enforcer. A very occasional lapse in service is acceptable for entertainment platforms. I use steam because it is actually easier to use their DRM systems than it is to, for example, buy CDs or download individual game installers.

Re: I tried creating a web browser, and Google blocked me

#483

Right, thats the whole thing that sucks about DRM and these video providers in general. Not only do they want to protect their content from unauthorized viewers, they want to control how it is consumed. Which to me is especially outrageous because netflix and youtube are the only two with a good user experience. (I used to count Hulu, but at some point they really fell off) I would think that Amazon would lead the ch…

The entire idea behind DRM is to gain control over the user experience of legitimate users. Pirates will always break whatever DRM scheme you use. Wasting energy on them will always be futile. Controlling the user experience? That's where you can make a lot of money by pushing out competitors.

I think this is an incomplete picture. Guessing at their motivations, DRM also serves to reduce opportunities for casual copyright violation when you have to jump through illegal (which is part of the scheme) hoops to circumvent it.

Re: I tried creating a web browser, and Google blocked me

#484

Regarding browser extensions, the Firefox "webextensions" API is (mostly) compatible with Chromium's, so with relatively little effort you could target both the Firefox and Chromium families of browsers. Firefox compatibility is valuable because Firefox extensions don't have to be distributed through the Mozilla add-on store (they do need to be signed by AMO, but provided your extension isn't doing anything illegal,…

This. I’m currently working on a project to do what OP is doing, and this is almost certainly the most painful route to go down. All of this could be done with WebRTC, and you get the bonus that it’s even p2p so you don’t even have to handle video content yourself if you don’t want to (if you do, you can mix in media servers like Kurento or Janus if you want). To further sell this approach, I built v1 of the streaming pipeline in like 2 weeks.

Re: I tried creating a web browser, and Google blocked me

#485

Earlier quoted context omitted.

This is what pisses me off aboit ads and data consumption pay rates: if i am paying for “1GB” of data, then i should have full control over how that data gets consumed by the content i am accessing over that paid pipe. Period.

but you do have full control... if you don't want to see ads, don't visit sites that use ads to support their business model.

You make me want to reach through my screen...

Ajit pai.

Re: I tried creating a web browser, and Google blocked me

#487

Earlier quoted context omitted.

This is what pisses me off aboit ads and data consumption pay rates: if i am paying for “1GB” of data, then i should have full control over how that data gets consumed by the content i am accessing over that paid pipe. Period.

but you do have full control... if you don't want to see ads, don't visit sites that use ads to support their business model.

You don't know if the website has ads in the first place so your argument is invalid.

Re: I tried creating a web browser, and Google blocked me

#488

Earlier quoted context omitted.

This is what pisses me off aboit ads and data consumption pay rates: if i am paying for “1GB” of data, then i should have full control over how that data gets consumed by the content i am accessing over that paid pipe. Period.

but you do have full control... if you don't want to see ads, don't visit sites that use ads to support their business model.

I'll bite. How do you propose I know which sites not to visit without visiting them?

Re: I tried creating a web browser, and Google blocked me

#490
post #480

Earlier quoted context omitted.

We ahould be doing exactly this in opposite: Anti ad exit node proxies. Basically an ecryoted proxy connection to a powerful ad stripping instance that will randomize and pipe all that shit to dev null, and reply to trackers with addesses of their competing ad systems. So that every ad for “microsoft” appears as though its being used by apple users...

Ah yes, but then who controls those servers? A lot of people think that US Government agents own enough TOR nodes to de-anonymize.

To be fair, in my experience there seem to be a lot more people frustrated with ads than scared of the government.

Someone who wants privacy/anonymity is likely to not want ads, but I think those who don't want ads is actually a larger group.

Post reply on HN