Archive — hermiene.net

"He's fine! The dreadlocks saved him!"

October 13, 2006

My Geometry Wars record has made two jumps: The first was to 13M, and my current score is 22,084,965, making me the 28th best player in the world. Whooo! I'm slowly climbing the leaderboard; I'll be happy to reach top ten.

I'm doing Project Euler again, and this time I have a section for it for bragging. Yeah, I realize there's not much there to brag about. Yet.

I've linked to Pure Pwnage and Ask A Ninja. I also killed PHP Alacrity. It never really went anywhere, and the code was anyway ugly.

Java annoyance! Specifically, its lack of nextChar() in the Scanner class. It has similar methods for int (nextInt()), float (nextFloat()), and boolean (nextBoolean()); is full primitive types coverage too much to ask for? On September 25 I claimed that in Java, methods are called functions; that was wrong. Mea Culpa. Apparently subroutines in classes are methods and subroutines elsewhere are functions. And then there's that whole thing about distinguishing between functions (which return values) and procedures (which do not). Thankfully Java doesn't do that. In any case, I prefer the term function; it describes the structure very well, and if further clarification is needed I'll qualify it as necessary, thank you very much.

<< | Previous entry (September 28, 2006) | Next entry (October 16, 2006) | >>
Back to Archive