Someone is trying to access my Binance account ๐. Thank God I set up two-factor authentication. We should always enable 2FA โ not just for Google, but for every platform that supports it.
Tech rant yay!
I EFFING HATE NOT HAVING SUM TYPES IN GOLANG
I can excuse enums because iota. But not having sum types is just stupid. I wanted to make drizzle for go but couldn't just because of this.