Live data from Hacker News

Show HN: Get SMS reminders for dry days in India

drydayreminder.com

11–14 of 14 posts

Re: Show HN: Get SMS reminders for dry days in India

#11

Be aware that your robot detection will not work as it is: * The question (and answer) is always the same * The answer is in the source code for the site * The answer is only checked in the frontend (so robots will never see it at all) Effective anti spam should be done in the backend, as a spambot would just send HTTP requests directly to your backend.

Possibly intentional since this was on the front page a little while ago https://kevv.net/you-probably-dont-need-recaptcha/

Re: Show HN: Get SMS reminders for dry days in India

#12
post #5

In India, we get so many spam SMSes that I've learnt to completely ignore that channel. Must have a privacy policy and tnc. Looks good though

yeah, agree. But SMS was the quickest to get started - depending on traction - can add other channels as well - Email/Whatsapp/IVR/website notifications. Yes, privacy policy seems to be universal feedback. Will add that for sure.

Email+Telegram would be best for me. I don't want to give my phone number

Re: Show HN: Get SMS reminders for dry days in India

#13
post #11

Be aware that your robot detection will not work as it is: * The question (and answer) is always the same * The answer is in the source code for the site * The answer is only checked in the frontend (so robots will never see it at all) Effective anti spam should be done in the backend, as a spambot would just send HTTP requests directly to your backend.

Possibly intentional since this was on the front page a little while ago https://kevv.net/you-probably-dont-need-recaptcha/

Haha, yeah I read that exact piece.
Post reply on HN