Intro to IPC | Interprocess Communication

Interprocess communication is defined as follows on Wikipedia: In computing, inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. More or less it is exactly what you would expect, the transfer of data between processes. This may […]

My Two-Cents on the Internet “Fast Lane”

For those of you who do not know what this means: Federal Communications Commission Chairman Tom Wheeler has been under fire for proposing new so-called “open Internet” or “net neutrality” rules that would allow content companies to pay broadband providers for faster Internet speeds delivering their traffic as long as deals are deemed “commercially reasonable.” […]

Generating Images of Graphs in Golang

One project I have been considering doing the last few days was generating an image of all my blog posts and how they relate to one another. In a sense, it would be a giant neural network, because every time I link two of my blog posts I link them in my brain as well. […]