hyperbo.la :: lifestream
permalink

I just realized that when I first learned #java, there were no generics. Thanks Martin Odersky! #scala forever.

permalink

#java gets #functional. Hooray chainable methods! https://datumedge.blogspot.com/2012/06/java-8-lambdas.html

Photo for post 188.
permalink

I wanna give a big shoutout to the #java jvisualvm, without whom figuring out my perf problems would have been much harder

permalink

#lessonlearned: Don't create a billion Timer objects. One is probably enough. Managed to get #eclipse to fail at repainting itself because it was running about 700 threads #java #fail

permalink

all your heapspace are belong to me! #java #outofmemory #fail

permalink

You mean I have to implement hashCode()? I guess that means I'm doing some string concatenation #easyway #java

permalink

I hate writing unit tests #junit #java #dbclass

permalink

Math m = null; m.sin(0.5); is valid #java and computes the sin of 0.5. #learnsomethingnew Type resolution is cool.