Select the types of activity you want to include in your feed.
Implement bitwise inversion on Point class
This maps `Point(x, y)` to `Point(-y, -x)`, allowing for easier manipulation of direction mappings amongst other things. I am almost certainly going to confuse myself and think it returns `Point(-y, x)`.