Scala developer's dependency on Java
Scala is a great language. One of its strengths is the effortless interoperability with Java. However, given the fact that the language is still …
New Google Inbox - first impressions
Yesterday I received an invitation to Google Inbox - a new mail service from Google on top of the famous GMail. I wanted to use it because it provided …
Android 5.0 - Lollipop
I have upgraded from Android 4.4 KitKat to Android Lollipop on my Nexus 5 mobile phone over the weekend. Some observations so far:
- Overall interface …
Black on white in Chrome
Using Stylish extension, you can have the following style on a web site, which colour palette is too bizarre for your eyesight:
Mobile multi-platform development
Again I find myself thinking about how to write as little code as possible when developing applications for various mobile platform. I do find it …
Using SSH in scripts ignoring known_hosts file
Sometimes you want to automate some SSH command execution and don’t really care about checking the remote machines in
Android and .NET - what does the future hold?
Recently Microsoft made a major move and decided to make .NET platform open source as well as compatible with Linux. I personally has always thought, …
Essay writing spam comments
For the last couple of years I repeatedly see submissions of spam comments to my web site, which advertise “essay writing services” (read …
Sending Outlook appointments with Python
Python allows you to send calendar appointments (invitations / events) directly from your code. It is quite easy to create a new appointment in the …
QT 5.1 and Android
You might have heard, that Trolltech has recently released a new version of their famous QT library with preliminary support for Android and iPhone …