Archive for the ‘General’ Category
Wednesday, July 8th, 2009
Two bits of news from Google.
First, nobody thought MJ would ever die, but even less people thought Gmail and similar Google services would ever get out of beta. Guess again, Hell has frozen over, . They state in the article that they planted the 'Beta' tag on it to indicate it's constantly ...
Posted in General | 2 Comments »
Wednesday, October 1st, 2008
As promised in my previous post, this article will describe a practical application of bitmasks, in this particular case for usage in a permission system on a webapplication. This particular application is a social network site, in which a user can create a joinable group. Each group has four usergroups ...
Posted in General, PHP | No Comments »
Tuesday, September 30th, 2008
In this article, I will attempt to explain the so-called bitmasks, and the application of the binary operators (such as &, |, << and >>) found in pretty much every programming language. I myself have been in my education for four years now, but only last year or so did ...
Posted in General | 14 Comments »
Monday, July 14th, 2008
During the last 20 weeks (February to June '08), I and 7 other people have been working on a game project (both for university points and for this online group of dudes that started the creation of this particular game), 2 of them programmers, 5 of them artsy fags media ...
Posted in C++, General | 5 Comments »