mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

Niki Tonsky

@millihertz I was just fixing bug today when `x << n + y` was meant as `(x << n) + y` but parsed as `x << (n + y)`

@nikitonsky @millihertz

advantages to using prefix or postfix notation over infix