Leaving Twitter? Some things to consider.
Recently, many people have been (considering) leaving Twitter. Myself included, I rarely used the service and I don't like where the platform is headed, so I deleted my two accounts (one personal, one for my online identity.)
I've also taken two easy steps to prevent myself from ever visiting Twitter.
The first measure I took was installing Privacy Redirect. This addon redirects Twitter to a Nitter instance, allowing you to view the content without ever being nagged to sign up. It also has …
Continue ReadingUnderstanding Bitwise Operators In Lua
Hey there! Back in September whilst I was working on my organisation system I had to somehow create a permission system with bit flags. (The bit flags weren't a requirement, it was a personal one.)
So I started Googling on how I'd approach this. If you're anything like me, I thought it'd be a hard to understand subject involving lots of math. But as it turns out, it's much easier than that.
Bit flags permission system in GLua
GLua …
Continue Reading