I'm glad I am not the only one who has to remember place settings in binary. When I am working with binary numbers, I always find myself counting the positions in my head.
@IAmTimCorey14 сағат бұрын
Yep, that's tricky to get right.
@rainbowsprinklezАй бұрын
I like this. I am a SNES hacker (Donkey Kong Country) and I am quite skilled at bit manipulation. Funny how you had to think about your powers of 2.... testament to JUST how much this knowledge is used in practice usually. Because SNES is a 16-bit system, I am good up to 0x10000/65536 but after that I'm useless lol
@IAmTimCoreyАй бұрын
Thanks for sharing!
@rainbowsprinklezАй бұрын
Do you find you work on a binary level often as a C# dev?