Freedom, except from narcissistic conspiracy theorists spreading misinformation about serious illnesses (and their strange obsession with horse wormers) that results in your grandparents dying.
So the appropriate label if you had to pick one in the context of humans taking it would be “horse dewormer” how? Because you’re being disingenuous and deceptive, or you’re ignorant.
If you want more information, here's how it works:
The problems I get in the database are are scraped off of Reddit posts/comments that relate to people who experience different issues that are unsolved.
The problems that are scraped are not just found from random comments and posts.
I use an algorithm to check if the content from the posts/comments are potential problems that users may be facing that haven't been solved yet, and if this problem can be turned into real applications.
These problems are then added to the database as they are already "validated" and need to be solved, as said by others.
Important context here is that many of these are in areas where businesses are still paying protection money to the paramilitary organisiations organising the bonfire.
For anyone interested in learning more, VICE did a decent documentary back in 2012 where they visit Belfast and speak to some of the people involved at a different bonfire site.
Bloom filters are a fantastic datastructure but more applicable when the search set is large (usually greater than can fit in-memory).
If using a bloom filter with a small set, it's possible to obtain a low probability of false positives by using just one hash function and a small number of buckets. At that point you've effectively got a hashset like one of the solutions described in the blog post.