Virtual Memory and You

Virtual Memory One of the key components to any computer is working memory/Random Access Memory (RAM). Everyone wants a lot of it! RAM is what the operating system uses to access various forms of data. RAM is not to be confused with a hard disk/drive, which is a data storage device as opposed to a […]

Knowledge and Power

I have always been told “knowledge is power,” yet I have never held this to be true. Imagine knowledge without purpose, what would be the point? It would be about as useful buying apples at the grocery without any intent of eating apples. Sure, you may invite a friend over and the apples will be […]

Abstract Libraries in Go

Go is by far one of my favorite programming languages to program in. In many ways, Go is a bridge between worlds, we have Python and Ruby dominating most scripting and C, C++, Java for doing heavy lifting (I grant you there are other languages just naming a few). The issue with C, C++, Java […]