IOS vs Android Market Share.

Jan 27, 2016 | It | Chart

Yesterday I was reading the news about the Apple: On Tuesday they reported the financial results of their fiscal first quarter. One of the conclusions from this event is that even if they had records on profits, on the other hand the iPhone sales rose less than 1 percent from a year earlier.

I was checking the Mobile & Table operating systems market share data published by netmarketshare.net and this trend downwards is clear:

I never owned an iPhone. I really like the quality of the hardware and software produced by this company (In fact I'm writing this post on a macbook air), but I don't like the closed restricted ecosystem associated to their business model. It's refreshing to see so many different android devices on the market.

Gun Ownership Rate In The Usa

Jan 26, 2016 | Usa | Barplot

One of the constant topics in the news are the mass shootings in the United States and the debates related to gun control, the 2nd amendment of their constitution and the almost impossible effort to regulate this market. This is particularly true now that they have presidential elections at the end of this year.

So how does it look the gun ownership in this country compared to the rest of the world (gun ownership per 100 habitants):

I guessed the USA had the highest gun ownership rate and that turned out to be true, but I never realised how high it was. It seems crazy to me that a country has more firearms than habitants!. The Washington Post has an interesting article where they discuss this issue.

Unemployment In Ireland

Jan 25, 2016 | Europe | Ireland | Chart

The central office of statistics in Ireland website cso.ie has some interesting data tables that can downloaded, so yesterday I decided to pull out the unemployment data and plot it.

I was curious because when I arrived to the country the economy was doing really good, but I saw the changes during the crisis of 08. I thought it would be interesting to see what happened in the last years. Even if the unemployment level hasn't reached yet the numbers of 2005, I think the trend is definitively positive.

2016: New Blog.

Jan 24, 2016 | Misc

In this new year, one of my resolutions was to dust off my social accounts and update them regularly.

I also thought it would be interesting to use my personal website to keep a blog with the most noteworthy updates from those social profiles, or to write about anything that comes to mind. However, I didn't want to spend a lot of time setting up yet another blog using WordPress or something similar. It was an interesting experience when I did it for my career break, but this time around I wanted a simpler solution.

Based on my recent experience writing back and forth to Google Spreadsheets, I decided to use it as a super simple CMS. Through this approach, I can write posts directly in the spreadsheet interface and include the HTML tags I need, such as this bold or this italic, as well as links to various media elements I might want to include in the posts.

Once I'm happy with a particular post, I can export its contents as a JSON file, which I then parse and display in my application. In the image on the right, you can see how my CMS looks :). I essentially used the request Node module to get the JSON string and then parse it within my application:

What I like about this approach is that I can iterate over the JSON object returned by Google Spreadsheets and extract each value I’m interested in, then push them to my local JSON object.

When I render the data on the frontend, I can access those fields quite easily. I’ll probably write a detailed post later on about how the process works, but for now, I’m happy with the results.

Note: When I wrote this original post, I was using Google Spreadsheets. Nowadays, I’ve completely switched to a Markdown-only approach.

Next page