(no title)
andershaig | 1 year ago
With the self-hosted service, I guess that's up to the hoster but likely something you'll run into on your hosted version.
andershaig | 1 year ago
With the self-hosted service, I guess that's up to the hoster but likely something you'll run into on your hosted version.
j45|1 year ago
Sometimes rate limiting individual sessions, and IPs, and combinations of them, and even using fingerprinting on suspected sessions of certain kinds.. to discover in some cases that a lot of small walls can sometimes cause some automated bots to move on.
andershaig|1 year ago
I'm always happy to chat through some of the details individually.
rendx|1 year ago
chrismorgan|1 year ago
I had a form that got about one spam message per day. In late 2021, I added a trivial hidden-by-CSS “If you are human, leave this field blank (required)” <input name=username> honeypot. (More details: <https://news.ycombinator.com/item?id=37058847>.)
For two and a half years, this filtered out all spam, except for one message in early 2023.
But I started this comment with “may not” because since 2024-02-10, I’ve received approximately 268 spam messages, of a few different patterns (still all very easy to identify visually). So some refinement of the idea may be needed. (I have no idea how many more have been filtered out; I never bothered tracking that. But I imagine that it’s still doing something useful.)
This is, of course, low-value-target stuff, scattergun spam rather than targetted spam.
andershaig|1 year ago