Category: Technology
Web services client using Mono and C#
- By Neotheone1981
- . July 8, 2013
It’s been a long time since I’ve written a technical post, or any post actually, so forgive me if I’m a
Unix pipes
- By Neotheone1981
- . October 18, 2011
Recently, I was asked a question about how Unix pipes works. This post is meant to clarify some of the
The dangers of the filter bubble
- By Neotheone1981
- . October 6, 2011
Personalization has become a new buzzword. All major websites are now offering personalization services to make your experience on their site
Gripe with Facebook’s choice of media partners
- By Neotheone1981
- . September 22, 2011
First, I would like to say that Facebook’s new Timeline is awesome. It is a beautifully designed profile upgrade. The
Security Software: Open Source vs Closed Source
- By Neotheone1981
- . August 26, 2011
I recently had a discussion on Google Plus about the relative merits of open source vs closed source security software.
Using fork() and exec() on Linux
- By Neotheone1981
- . August 4, 2011
In a previous post, I explained how the fork() and exec() system calls are used to create processes on Unix. In this