Live data from Hacker News

Show HN: SinglePage – Quickly and anonymously publish a page to the web

singlepage.cc

91–100 of 142 posts

Re: Show HN: SinglePage – Quickly and anonymously publish a page to the web

#91
post #73

It's really an opposite of anonymously as you have to pay for publishing using your credit card.

According to the FAQ, the uploader’s identity is decoupled from the page after it is published.

So, at least theoretically, they can maintain anonymity, except for maybe a list of people who have paid money.

Re: Show HN: SinglePage – Quickly and anonymously publish a page to the web

#93
post #64

I love the concept. It's really unique. I think the per-page cost is a bit high, especially given lack of editing. I think editing ability should be the first bridge to cross, even if it's really crude like delete-and-replace.

Agree with you, but the CC fee's are like 26% @ €1 (at least here in the EU with stripe) - so around $0.50 would be more 'fun' but I can see why it's $1.

[deleted]

Re: Show HN: SinglePage – Quickly and anonymously publish a page to the web

#97
Why did you choose to use Stripe, given you wanted an anonymous publishing platform?

While the use doesn't need to enter their cardholder name, their card details, ip address and any reference numbers can be tracked in Stripe's dashboard (Payment method info, Risk Insights, Related Payments).

While scheme payments are never truely anonymous, an approach you could use would be to tokenize card holder data and charge it to various linked PSPs. Such an approach would avoid all payments to one provider and obfuscate the user's ip address (since you are doing a server-to-server integration). Such a solution would typically add ~4c to your transaction costs.

Post reply on HN