Applying to a MMO Guild

I’m not currently playing a MMO, but I’ve had more experience in that area than I care to mention. Central to this genre it the social aspect: grouping together with 4-5 other other players to accomplish tasks. As you progress towards the endgame, groups lead to raids, where 20+ players join together. Depending on the game, things can get a little crazy, with 100+ people trying to take down an objective, and hopefully not the servers.

Read the rest of this entry »

How to blog badly

I’ve come to realize that I’m really bad at blogging. I don’t seem to have any difficulties putting words to paper, but the act of publishing what I’ve written presents me with a bit of a quandary; I just can’t seem to take a post out of draft status until I’ve gone over it a half dozen times. I perform revisions and rewording, check to make sure nothing I’ve said would offend any current or future employers, make sure what I’m posting is useful and interesting to somebody, and… well, the list of excuses goes on.

Read the rest of this entry »

Printers & Page Description Languages

The general idea behind printing is to get things on the printed page looking the same as they do on your screen. The program you’re using makes API calls to the OS to draw text and graphics on your screen. These calls can also be used to draw the same content on the printer. The printer driver acts as a middleman in most situations, converting native API calls into one of two things: raw data or a page description language.


Read the rest of this entry »

Audi Instrument Cluster LCD Replacement

Before

Before

I’ve been dealing with a failing LCD in the instrument cluster of my Audi for years.  At first a horizontal line or two would just disappear on me, and come back after an hour with the engine running.  Over time the number of missing lines increased, and they stayed missing permanently. It finally reached the point seen here, where it is difficult and sometimes impossible to read the information displayed. The longer I tried to ignore the problem, the worse it became.

Read the rest of this entry »

Basic access control in Apache

Apache .htaccess files can be used to block access to specific resources, or to provide minimal security through user name and password authentication.

You can use a .htaccess file in any folder of your website, and it will apply to any subfolders. A single .htaccess file placed in the root of your domain can apply to the entire website. While this is advantageous for blocking access to files, you’re going to need a seperate .htaccess in each subfolder that you want to password protect.


Read the rest of this entry »