Category Archives: Ramblings

Ramblings of a somewhat more personal nature.

90 Days

90 days and two re-send requests, and the Texas DPS still hasn’t managed to get me my drivers license. I think I also have a dysnumeric mail man, though. So maybe the DPS mailed it, but someone else received it. … Continue reading

Posted in Pictures, Ramblings | Leave a comment

Print This Print This   Email This Email This

24 Hour Fitness “Personal Fitness Consultation”

I signed up for a membership at 24 Hour Fitness. The free neighborhood pools in Houston are closed now that the summer is over, and I wanted to continue being able to swim. Two of the gyms nearby have swimming … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

Is iConcept Press a Vanity Press?

I received an email from iConcept Press this morning: Based on your paper: Test-first Java concurrency for the classroom (2010), we would like to invite you to submit a chapter to our book project under the working title: Java in … Continue reading

Posted in Ramblings | 6 Comments

Print This Print This   Email This Email This

Two Pieces of Fail

I encountered two pieces of fail today already. Fail number 1: Absolutely no place to park my bike. This has been pretty much the case ever since the undergrads have been back. Rice built two new colleges right next to … Continue reading

Posted in Pictures, Ramblings | Leave a comment

Print This Print This   Email This Email This

That’s Just Past Perfect

README files written by some non-native speakers of English are killing me right now. What is it with all the past perfect tense?! All of these files had been put into the folder foo/bar, and the build files had been … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

Dumbest Bug Report of the Month

I think this bug report we just received is a promising candidate for Dumbest Bug Report of the Month: Summary: something is missing? Initial Comment: i\’ve just download it. haven\’t start yet (backslashes present in original) That’s it. No more … Continue reading

Posted in DrJava, Ramblings | Leave a comment

Print This Print This   Email This Email This

WTF TX DPS?

WTF… After being on hold with the TX DPS for 19 minutes, they just hung up on me. Thanks, it’s not like dealing with you is a huge waste of time anyway. I had to renew my TX drivers license … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

javac Regression and Unit Tests

Joseph D. Darcy posted an informative article on writing regression and unit tests for new Java language features using JCK. This would have been useful for the Mint co-author who was supposed to write tests but ended up doing absolutely … Continue reading

Posted in Mint, Ramblings | Leave a comment

Print This Print This   Email This Email This

My Name is Not _______

I’m lucky to receive about three or four emails from recruiters and companies per week, asking me if I want to interview. I’m flattered, but perhaps that is also making me a bit picky. I understand that I’m not the … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

Dull Boy

Two-hour code tests on a Saturday make Mathias a dull boy. Two-hour code tests on a Saturday make Mathias a dull boy. Two-hour code tests on a Saturday make Mathias a dull boy. Especially when they start half an hour … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

PLDI 2010 Was Great Fun

PLDI 2010 in Toronto is over, and I have to say it was great fun. I met some old friends again, like Gregory and Luke, chatted with old acquaintances, and made many new connections. There was concurrency and parallelism everywhere, … Continue reading

Posted in Mint, Pictures, Ramblings | Leave a comment

Print This Print This   Email This Email This

At PLDI 2010

I’m at PLDI right now. Toronto is nice, the tutorials on Sunday were great, and so were most of the paper sessions. The downsides are the lack of outlets in the conference rooms, and the virtually complete lack of WLAN … Continue reading

Posted in DrJava, Ramblings | 2 Comments

Print This Print This   Email This Email This

Hudson Server Swapping Itself to Death

After fixing the DrJava unit tests that failed and before heading to PLDI tomorrow, I thought I’d start up our Hudson server again. Unfortunately, it pretty quickly starts swapping itself to death. I don’t know what changed. Did our memory … Continue reading

Posted in DrJava, Ramblings | 1 Comment

Print This Print This   Email This Email This

Back in Houston for a Bit

I’m back in Houston for five days again. I was looking forward to sleeping in my own bed again, but that turned out to be less comfortable than I expected: My air conditioning unit had broken again, and it 31 … Continue reading

Posted in DrJava, Mint, Ramblings | 1 Comment

Print This Print This   Email This Email This

Enerjy Fault Proneness Analysis of DrJava

I just read that a company called Enerjy did a “fault proneness” analysis of many Java open-source projects, and DrJava was among them. We rank in the lower half, but just above Eclipse. I don’t exactly know how the rules … Continue reading

Posted in DrJava, Ramblings | Leave a comment

Print This Print This   Email This Email This

ClassLoader.definePackage

I received a bug report yesterday that Class.getPackage() wasn’t working for user-defined classes and classes written in the Interactions Pane: I was trying to run one of our assignment projects on DrJava and kepts getting a NullPointerException because getPackage() returns … Continue reading

Posted in DrJava, Ramblings | Leave a comment

Print This Print This   Email This Email This

UPS Went Poof

This morning, my uninterruptable power supply (UPS) for my computer went poof. It really made that sound, and then there was a chemical smell in the room. It had acted up a few times in the last couple of months, … Continue reading

Posted in Ramblings | 2 Comments

Print This Print This   Email This Email This

10.4 Programs, A Dying Breed

MacOS 10.4-compatible programs really are a dying breed. First, VLC stopped supporting 10.4 in new versions (last 10.4-compatible version is release 0.9.10), then Eclipse stopped supporting 10.4, and now VirtualBox has dropped support for 10.4 as well (last 10.4-compatible version … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This

ReLooper for DrJava?

I received a message from Danny Dig, the project lead of the ReLooper project. ReLooper is a refactoring tool that enables Java programmers to parallelize loops over arrays or vectors using Java’s upcoming ParallelArray framework. I assume Danny searched for … Continue reading

Posted in DrJava, Ramblings | Leave a comment

Print This Print This   Email This Email This

Anonymous Inner Class Surprise

I had no idea that the following code was allowed: 1234567public class AICSurprise {     public static void main(String[] args) {         new Object() {             public void foo() { System.out.println("foo"); … Continue reading

Posted in Ramblings | Leave a comment

Print This Print This   Email This Email This