Menu

Programming

When Administrator is just not enough
First, a warning: WARNING:Running programs under the LocalSystem account is dangerous! Only run programs that are built into the OS, and programs you [...]
Language Wars
It is a frequent point of debate in many web communities that contain programmers- or back-seat programmers, as it were, to argue that such and such [...]
Wherein I dip into XNA
I haven’t dealt with XNA heavily as a game platform. My language of choice is C#, but I just never really liked XNA. At any rate, I decided to give [...]
BASeBlock 2.4.0 Dev notes
The currently released version of BASeBlock is 2.3.0. I have made a lot of changes to the game, added a few blocks, abilities, and other fun stuff, and [...]
C# > Java
What does C# have that Java doesn’t? let’s see: Operator Overloading. This was excluded from Java because it’s “Dangerous” or [...]
Wallpaper Change Script: Gnome 3
One of the most aggravating things when I switched to Linux Mint 12 from Mint 10 was that it seemed to offer a step backwards for a lot of functionality. I [...]
BC’s storytime
A Forum post I’ve decided to graduate to the enviable position of Blog post, Because it reaches my minimum de facto word count and because I [...]
WordPress, Sourcecode, and escaping
Every single time I write a post that contains source code, it’s a bloody struggle. Take my previous “snippets” entry. Normally, I draft [...]
A Linux Rant
Additional edit: This is exactly the same as what I posted on FB, so if you saw it there already, it doesn’t offer anything new Disclaimer: Linux is [...]
Snippets.
Naturally, as we write programs we create a small set of useful functions. BASeBlock has been no exception. I’ve created quite a few functions that [...]