Yes once again and for a long time now I think, I moved to i3. It does not make so many thing than Awesome, however working on multiple screen with it, it’s better.
That’s why I wanted to make a new test with it and it’s now adopted. I spent a little bit time on reconfiguring all my needs (workspaces depending my screen configuration, opening app on a defined workspace, keyboard bindings etc…).
This post is to talk about my experiences on Cyanogen. I’m using this ROM since a long time now. When I was on my Galaxy S2, it was perfect! I do not remember to have special issues. I was using nightlies and it was stable enough for me.
When I switched to Nexus 4, it was not too bad, but I sometimes had problems on updates that forced me to restore.
Spotify is one of the most famous place to work. When you see how they do, you easily understand their model is the best for today:
And finally MariaDB 10 is out! I’m exited to finish my book about it. Here are the news:
Replication MariaDB 10 sets a new standard in performance. It is many times faster than previous generations of MariaDB and especially legacy database MySQL thanks to new features including parallel replication and a further advanced group commit. Also, the replication slaves are now crash-safe. It’s also now possible to replicate data from multiple master servers giving a complete view of the distributed data across big datasets for real-time analytical purposes via the multi-source replication feature.
Some of my readers asked me more clarification on where information’s could be find on my site. I wanted to make it clear and have a welcome page to make things easier.
Some of my readers asked me more clarification on where information’s could be find on my site. I wanted to make it clear and have a welcome page to make things easier.
So you can take a look the result:1
Some of you will tell me that most utility is doing it as well. And that’s right, but with ccze you will be able to colorize everything with a pipe. For example when you play with a verbose service like Pacemaker, you need to get colorization if you want to win time. Here is an example:
tail -f /var/log/syslog | ccze -A
One of my colleague (Julien Danjou) wrote a book on advanced usage of Python. The book was out today and I strongly recommend buying it. Here is the summary of it:
Python is a wonderful programming language that is being used more and more in many different industries. It is fast, flexible, and it comes with batteries included.
Most of the books you read about Python will teach you the language basics – but once you’ve learnt them, you’re on your own in designing your application and discovering best practice.