Month: June 2006


Mmm…Mercury


First off, if I wanted to eat mercury, I’d suck on a broken thermometer, but I don’t appreciate getting it from my food. Tuna + mercury = dead brain cells which makes you stupid, and mercury also causes birth defects. I don’t care if the government sets safe mercury limits in food for people. How about this – no mercury in my food is safe mercury. So no tuna (or swordfish, or whatever else is infected with mercury) for me. And these stupid ass pharmaceutical companies need to stop putting it into vaccines. I don’t care that your dumbass company wants to preserve it longer. You cheap fools are only concerned about profits and not about people. Stop giving kids autism and get that shit out of the vaccine.

Capitalism causes problems because all anyone sees is green… not what’s best for people. Why pay to dispose mercury properly when illegally dumping in the water is free? Instead of fining these corporations, we should take the people responsible and drown them in their mercury wastes. Why make vaccines last only for a few months when we can give them a shelf life of two years? Money is the answer – and it’s the wrong answer.


MD5 File Hash Checking Tool


So I haven’t updated this site in a while and instead of telling about my life, I’m going to spend my time writing about a useless program I modded (so very early this morning).

I needed a program that checks the MD5 hash of any file. What the heck is an MD5 hash? There are two ways to describe this. It is an encryption algorithm that is mostly used to encrypt passwords stored in certain places (example online forums, etc). However, the algorithm can also be used on an input file to generate a unique string of numbers. Why is this useful? Well, it can verify that a file you’re downloading from the internet is genuine. If you rename the file, it makes no difference – the MD5 hash will be the same. However any change to the file will result in a different hash.

I found a little open source program known as MD5’Fer which calculated the MD5 hash of any file. However, I didn’t like the way it was programmed – it needed to be more user friendly. So instead of browsing for a file, I modded it so you can drag a file right into the program, or even drop in onto the exe before the program is running. Since the program is open source, I am forced under GPL to release the code to anyone who asks for it. So why did I bother modding this program? There are a few good checksum programs out there, but they annoyed me and needed to be installed. This is only 2 files and 44kb. No clutter and it works beautifully.

Download: Here (44KB) username and pw is login

MD5 Checksum (of the rar archive): 1B4890300E92C0406F83044B9E6E32D3

Simply extract the two files and then drag a file onto the .exe (or you can open the exe and drag a file into it, or you can browse for a file). It will tell you the checksum value.

If no one understands any of this, then whatever. Someone will have to find it useful.