Monthly Archives: September 2017

Learn how to count in any numbering system

In this blog post, I will teach you how to count in any numbering system. I have also created a program that counts in any numbering system and I will show you this program in the second part of this … Continue reading

Posted in Development | Comments Off on Learn how to count in any numbering system

Ellis Island in perpetuity

Tl;dr: When speaking about a Greek male, use his name including the final “s” in his name. When speaking to a Greek male, address him by omitting the final “s” in his name. When you ask a Greek male “What’s … Continue reading

Posted in Management | Comments Off on Ellis Island in perpetuity

Individual bit manipulation techniques in assembly

The unit of information is the bit. It takes only one binary digit, either the value 0 or the value 1. A byte is comprised of 8 bits. People created the byte as an ordered set of 8 bits. And … Continue reading

Posted in Development | Comments Off on Individual bit manipulation techniques in assembly