Hacker News new | ask | show | jobs
by qznc 1960 days ago
I have no experience with that private mode. The creator says, he tried WordPress though:

> I tried using WordPress but it took too many custom plugins and configurations and I still got bombarded by spam signup requests.

1 comments

Based on what eternalny1 said, private mode doesn't require "many custom plugins and configurations" as it's baked right into the product.

One could reduce that amount of spam signup requests that one gets by simplying adding a captca such as recaptcha[0] or hcaptcha[1]

[0]: https://www.google.com/recaptcha

[1]: https://www.hcaptcha.com

What a perfectly obtuse, technical solution. Is grandma going to solve a captcha in order to sign up on a wordpress blog to view photos of her grandchildren?

Dropbox is "just" a private s3 bucket with s3cmd on a cronjob -- or a million other technical solutions -- but they're a successful business because they nailed the user experience for average joes.

The point of OP's product is that you don't have to cobble together a bunch of hacks to replicate the desired user experience, it's supported out of the box.

Wordpress lets admins create accounts and set passwords for the users as well. One can quite easily disable public signups (to prevent spam) and manually create an account for one's grandma.

For public signups it is a perfectly valid solution to use captcha!