Recent Posts

Pretending there are pointers in Java

3 minute read

Values. References. Value of a reference? Reference to a value? Value of a value? Reference to a reference? Pass by value, or pass by reference? Pass referen...

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...