Earlier quoted context omitted.
I am. That's literally how HTTP, and broadly the Internet , works. If you want to put restrictions on how your site is meant to be used, use appropriate protocol means. Like, respond with 402, or simply don't serve content until I pay you / agree to display ads / agree to run your cryptocoin miners / whatever. Ads, and sneaky cryptocoin mining scripts, are underhand attempts at having a cake and eating it too. Becaus…
> Ads, and sneaky cryptocoin mining scripts, are underhand attempts at having a cake and eating it too Like I already said, I'm fine with it if they're transparent about what they're doing . Miners should not run by default, they should get the user's permission first. If they refuse, don't serve the site.
Show HN: No Coin – A browser extension to block coin miners
241–250 of 269 posts
Re: Show HN: No Coin – A browser extension to block coin miners
#242Earlier quoted context omitted.
Or I mean, you can just ask if the user is okay with the site running a miner, and if they refuse then don't serve the content. That's what I mean by transparency.
That works, if you trust the user not to lie when they have every incentive to lie.
Re: Show HN: No Coin – A browser extension to block coin miners
#243Earlier quoted context omitted.
As long as there is disclosure of it and the mining is relatively efficient, that is a very interesting business model. The site collects revenue relative to the amount of time users spend on the site and not the number of page/ad views. It is also a pretty seamless way to integrate micropayments from users into a site. Handing over a credit card number or similar is a big barrier to overcome while this requires no s…
I think browsers and OSes need to improve to make mining in the background possible such that the UX is not hampered in any way. Right now, with Javascript in the same thread as the UI, that seems not really possible.
Re: Show HN: No Coin – A browser extension to block coin miners
#244Today I read that The Pirate Bay tested this new form of monetization (running a miner in you browser). I thought that might solve website monetization finally. We still have to figure out stuff like battery draining on mobile but it is the first step and I can buy some Monero which is well suited for JS/CPU mining (or in other words, it doesn't have a huge upside when mined on GPUs). And what do I see here? That bef…
"Solution" wow, just step back a second here, I never signed up for advertisements AT ALL, much less background CPU miners for shady schemes. Solution is the last word to use, there is no problem first off and malware is not how you would solve this fantasy of a "problem".
If you think consuming content online without paying anything for it isn't a problem, you're wrong and it's not even debatable [1]. I'm not saying this is a good solution. I'm just pointing out it's not a "fantasy" of a problem.
Re: Show HN: No Coin – A browser extension to block coin miners
#245Earlier quoted context omitted.
You have to remember that you're not entitled to their server resources. If you are not okay with a CPU miner, then don't use their site. I'm okay with this as long as they are 100% transparent about their monetization scheme.
I'm pretty sure I'm entitled to request content, and my machine can render it however it likes. They make the choice whether to serve it or not.
The cost isn't what hardware does the most work. It's what time was spent creating the content. Of course they have the choice whether to serve it or not, but don't mistake the hours put into writing an article with the milliseconds used to serve a request. You're not (not) paying for the latter.
Re: Show HN: No Coin – A browser extension to block coin miners
#246Earlier quoted context omitted.
I think browsers and OSes need to improve to make mining in the background possible such that the UX is not hampered in any way. Right now, with Javascript in the same thread as the UI, that seems not really possible.
They already have. It’s called using a web worker.
Re: Show HN: No Coin – A browser extension to block coin miners
#247Earlier quoted context omitted.
> the ads are burned into the stream, so you can't block them. Source? Adblock seems to work fine.
https://help.getadblock.com/support/solutions/articles/60001... It's clearly the future of ad delivery. If you burn ads into video, you can't block them short of doing some kind of realtime detection against the video frames. It absolutely sucks because the pause button has become a "play ad" button. There's no way to temporarily pause anymore without showing an ad. Hopefully they won't realize they can do the same t…
Re: Show HN: No Coin – A browser extension to block coin miners
#248Earlier quoted context omitted.
Or I mean, you can just ask if the user is okay with the site running a miner, and if they refuse then don't serve the content. That's what I mean by transparency.
That works, if you trust the user not to lie when they have every incentive to lie.
Re: Show HN: No Coin – A browser extension to block coin miners
#249Earlier quoted context omitted.
What law do you think would prohibit this?
As I said, I have doubts. I'm not saying "definitely illegal," just dubious as all hell. In terms of specifics, maybe not anything criminal (though a prosecutor could try the CFAA), but on the civil side tort law trespass theories, maybe also unjust enrichment theories, would be well worth a try for a plaintiff's lawyer. But really, I'm thinking in terms of more abstract legal ideas that could use some caselaw develo…
World of Warcraft and other games (apparently Windows 10 too) have used P2P (torrent-like) patch systems in the past, where after you downloaded a content update, you also distribute it to other users. AFAIK this was opt-out rather than opt-in. I think that falls under the same category of using the users' computer for an extraordinary purpose.
Re: Show HN: No Coin – A browser extension to block coin miners
#250Can anyone explain to me like I'm a five year old why would anyone need to block coin miners on their browser and why they would be mining there in the first place?
Why someone is mining there in the first place: - A website author can include a script for their _users_ to mine coins for the website author, which effectively distributes work across many machines you don't own. - This means, instead of mining on just your own machine, you're effectively mining across N machines (however many users you have) as long as they have your website open (at a ~60% efficiency rate accordi…