A Tiny Survey
I’ve already bitched several times that I feel that my blog is a little to chaotic. Lately it has gotten worse with the addition of my simple ‘Learning Korean’-posts. That’s…
Read moreI’ve already bitched several times that I feel that my blog is a little to chaotic. Lately it has gotten worse with the addition of my simple ‘Learning Korean’-posts. That’s…
Read moreIn Scala I rarely use annotations. However when you need to interoperate with a framework which relies on annotations you need use them. So lately I wanted to store some…
Read moreOn this blog I usually talk about no relational databases, like RavenDB or db4o. But guess what, I still like regular relational databases. A while back I needed to read…
Read moreThis information here is allready quite outdated. With the current Akka 2.0 master snapshot some issues are gone, while new pitfalls introduced. I will update / create a new post…
Read moreOne thing which regularly annoys me in C# and Java is the void type. Basically the void type is not a subtype of object, which makes it giant. Now when…
Read moreThe first pre release bits of Akka 2.0 have been released. Unfortunately I haven’t looked all that deep into it yet. However, what I’ve seen really impresses me. It fixes…
Read moreSo far I’ve only talked about the idea / conceptof the Akka-Mobile. This time I show some small code examples =). Of course the current implementation is a uncompleted prototype.…
Read moreOh, it has been a while since I’ve talked about my pet project =). This time I’m talking about the fundamental issues I want to tackle in the project. Client-Server…
Read moreFor my little pet project Akka-Mobile I need to run Scala on Android. In theory this is dead simple. However in practice there are some issues. When you simply add…
Read moreWhat is Akka-Mobile? Right now it’s an idea. It’s my semester term project at the University of Applied Science in Rapperswil. In this blog post I give a short overview…
Read more