Welcome to my office - why won't you let me work in it?

Date Tags remote

Welcome to my office. Come on in. Let me give you the guided tour.

As you can see, this is the door. Odd thing, isn't it. Most people aren't used to having them at work. I can close it when I need just that little bit of extra quietness and …

more ...

Apologies for the theme change

Date Tags misc

Sorry about the theme changing. I wanted to add the ability to leave comments but the theme I was using before doesn't support them. I can't promise it won't change again.

I've changed to this theme for now. I might keep it. I might not. I kinda liked having the …

more ...

Turning a callback into an RX Observable

Date Tags rxjava

So, let's say you're using a library that does something amazing. Trouble is that you didn't write it and the author hasn't RX'd it yet. The call you need to use is asynchronous and returns the result by virtue of a callback.  How can we make it into an Observable …

more ...