Tangential but I've never seen a http 402 error (payment required), and I sort of wish it would be implemented somewhere.
What happened with the Web Monetization API?
171–180 of 271 posts
Re: What happened with the Web Monetization API?
#172Re: What happened with the Web Monetization API?
#173Contrarian opinion: As a regular consumer, I don't WANT a decentralized, anonymous currency. For users like me, crypto totally misses the point. I don't want digital cash that can't be traced. I'm not buying drugs or illegal shit. I want a centralized , safe way of sending small amounts of money to some content producers, microtransactions, etc., but with basic banking guarantees. Like being able to charge back a tra…
IMHO, you don't quite understand what you are talking about. Your centralized requirement is entirely bogus. If participants wish so, they could use any of the cryptos to run a subnet with an external oracle/moderator. Or even just build moderation right into smart contracts.
I especially don't want my finances under the care of the kinds of companies and opportunistic individuals normally drawn to crypto. One mistake and everything is gone. That's only a plus if you're a cyber libertarian. I would much sooner trust a reputable brand or government.
Re: What happened with the Web Monetization API?
#174Re: What happened with the Web Monetization API?
#175> It needs to be built into the browsers and web standards such that it’s incredibly smooth and fast. I wanna send $1 to a website, it happens instantly and anonymously, and the developer can do things around this. Like unlock features! For instance, stop showing ads, offer more complete downloads, unlock tutorial courses, etc. Make it easier and faster than using a credit card. Are there any promising avenues toward…
I wont blab about myself here, but I do feel I have relevant background and a couple solid connections to implement something that works.
Cryptocurrency has failings for my use-case, based on what I've tried for designing around it so far. For strictly donating money in one direction towards a website, those failings may not be relevant though.
Sadly this project is not my day job, though, but it is something I plan to use for myself with or without more widespread adoption so it's moving forward regardless. I'm honestly only working on it because I wanted to do a different project that would work way nicer if tiny transactions with users are possible.
Re: What happened with the Web Monetization API?
#176A paid web could eliminate the ad ecosystem and all its toxicity (surveillance technology, etc.) I don't see any solution that was based on customer goodwill ("that was cool, here's $1") as something that there is much demand for. What we need is a browser-mitigated micropayment ecosystem. Maybe browser vendors could come up with a standard where you can "charge up" your account like a prepaid phone card, and then wh…
> A paid web could eliminate the ad ecosystem and all its toxicity (surveillance technology, etc.) It could, but we've now seen the absolute vitriol levelled at sites who dare to ask for a bit of money in return for content, and the lengths people will go to to avoid paying then make up some excuse to justify it. It's funny how a common excuse for ad blocking used to be "I'd pay for content if there was an option", y…
I consume most of my news via aggregators like HN, so I have no loyalty to any particular news site. I'm not going to pay $30/mo for a subscription when I read maybe 5-10 articles on a site per month, at most. And I'm certainly not going to pay for subscriptions to, say, the 15-20 different news sites that show up with that frequency on aggregators, with headlines I'm likely to click on.
Put another way, let's say I read 10 articles per day, so about 300 per month. Those articles are spread across a lot of different sites, let's say probably 100 of them, ranging from single article from random blogs, up to 7 articles from a larger publication like WaPo or WSJ.
At even 10 cents per article, on average, that's $30/mo, total. I'm comfortable with that. In contrast, with the current "system", if I had to subscribe to even 15 of those medium to large publications, at, say, $15/mo, that's $225/mo, which I'm absolutely not comfortable with. At that point -- assuming there were no ways to bypass paywalls -- I'd simply just do without, and find other free sources covering the same stories.
But still, I don't think micropayments will work, even if the friction is pretty low. There is a surprisingly huge psychological gulf between free and even one cent. Once you ask someone for money, they are going to agonize (even if just a little bit) over whether or not the article they're about to read is actually worth it.
Re: What happened with the Web Monetization API?
#177> It needs to be built into the browsers and web standards such that it’s incredibly smooth and fast. I wanna send $1 to a website, it happens instantly and anonymously, and the developer can do things around this. Like unlock features! For instance, stop showing ads, offer more complete downloads, unlock tutorial courses, etc. Make it easier and faster than using a credit card. Are there any promising avenues toward…
> Are there any promising avenues towards microtransactions that gets around small card transactions getting a hefty fee This is anathema here in the US but the rest of the world typically does not use credit cards as the default payment method.
Re: What happened with the Web Monetization API?
#178Earlier quoted context omitted.
That's why it has to be lightweight. The thing that would drive prices down and keep ads at bay is competition. Since setting up a new streaming service is difficult-bordering-on-impossible, the players are protected from competition and can squeeze their customers. In other markets, if you had a lightweight payment system that isn't just a component of a walled garden (ala Medium or YouTube), you could see actual co…
Sorry, slightly tangential, but haven't we seen streaming services get progressively worse as more competition has entered the space? Netflix was great when they were pretty much the only place in town; now it's a fragmented disaster of services that have to squeeze harder and harder to keep things viable.
Re: What happened with the Web Monetization API?
#179What if money gets sent to websites that host hate speech?
Re: What happened with the Web Monetization API?
#180The problem with web payments isn't the lack of a standard API, it's everything that happens under the hood. As a developer it makes no difference to me whether the browser natively supports a payments interface or I add it in via one line of JavaScript. Now tell me how to deal with credit card fees, sales tax, direct debit, crypto transfer and a million other jurisdiction-dependent payment mechanisms and rules. Does…