Archive — hermiene.net

"The pleasures of the mind lie in knowledge, and in that delight which the contemplation of truth carries with it."

October 29, 2006

My site is now 70% less pretentious! I removed a ton of Big Quotes (quotes by Important People) from my random quotes list and repopulated it with obscure ones. I'm in a whimsical quotation mood, you see. I also fixed my favicon. Before, I had two files, favicon.ico and favicon.png. I had done something wrong when I made the .ico one; it discarded transparency information from the source file. This new one keeps transparency information, so the favicon should appear nice everywhere.

I've linked to True Launch Bar. It's an awesome little tool, and my desktop looks shinier because of it.

I've only solved one more Project Euler problem. There are a few of them that I know how to solve conceptually, but all of them require manipulation of Really, Really Big Numbers. Java's BigInteger class handles arbitrary-length numbers, but it's a pain to work with. To add a number to a BigInteger object, for instance, you have to go obj.add(obj2), where obj2 is also a BigInteger. God forbid Java should support operator overloading so that one could go obj + 5. Sigh.

"Just because you are unique does not mean you are useful."

<< | Previous entry (October 24, 2006) | Next entry (November 1, 2006) | >>
Back to Archive