How to redesign a numeric keypad?

In an interesting blog post on Smashing Magazine, C.Y. Gopinath explained the design choices he made to build a new calculator for smartphones (iPhones more specifically). He started with an interesting summary of the reasons and origins of the numerical keypads of phones and calculators (keyboards, ATM, etc.). This is what drove me to read his post. Indeed I posted a photo on Flickr that showed the difference, a few years ago. ...

January 11, 2016 · 3 min · jepoirrier

Any free solution for the demise of Google Reader?

Last week Google announced it will shut down its Reader service. It is a web-based RSS reader. It therefore allows to be kept updated of news from around the net in a central location. I liked the service for 3 reasons (on top of the fact it’s free, 0$, to use): It’s web-based, accessible from anywhere/everywhere with a simple browser; It’s text-based, you can quickly scan headlines and use the powerful search function from Google; It’s backed by an API so you can use it via different apps on different platforms and they all stay synchronised (the web/mobile version of Reader is not as efficient as the web/desktop version; hence the proliferation of apps using Reader as a backbone). Of course it frustrated a lot of people, from scientists to consultants … to name a few only. People are looking for alternative ( you can do a search on Google while the Search service is still working). Feedly is cited very often as the next best alternative. However its nice, graphical interface conflicts with my second reason to like Google Reader: it’s text-based. The Old Reader looks also interesting, it is text-based but no apps on different platforms yet. But both are also proprietary and can be turned off (or changed to a pay-for-use model) at any moment :-( ...

March 25, 2013 · 3 min · jepoirrier

Visualizing categorical data in mosaic with R

A few posts ago I wrote about my discomfort about stacked bar graphs and the fact I prefer to use simple table with gradients as background. My only regret then was that the table was built in a spreadsheet. I would have liked to keep the data as it is but also have a nice representation of these categorical data. This evening I spent some time analysing results from a survey and took the opportunity to buid these representations in R. ...

May 15, 2012 · 2 min · jepoirrier

No more Read More!

Just a little post to write how I hate those “Read More” sentences in blog post! [caption id=“attachment_1152” align=“aligncenter” width=“497” caption=“Grrr, again a disguised “Read More”! This post has a very low information content as presented.”] [/caption] “Read More” is a way to cut your blog post in two: one part that will be shown in your blog RSS flux, on your front page and another part that will only be read by those who click on the “Read More”. A variant of this is the […] (as shown above). ...

November 1, 2011 · 2 min · jepoirrier

Wearable electronics/communication

I became recently interested in wearable electronics and wearable communication. I think we usually don’t need a computer at home. But I also think that electronics, sensory / storage / communication / helper devices will invade our world (privacy) at one point. A few months ago, I liked Phillip Torrone’s retrospective collection of wearable electronic devices (for Make:). It will be quite fun to wear some of the stuff he showed. However most of the current applications shown are mostly designed to collect information from the body they are attached to or to communicate with this body. This is very much self-centered. ...

September 26, 2011 · 1 min · jepoirrier

Google+ API started

Google+ (G+) is a social networking and identity service operated by Google. It started a few months ago like a closed service from where you can’t get out any data and where the only possible interaction (read/write/play) is only possible via the official interfaces (i.e. the web and android clients). Google promised to release a public API and it partly did so tonight, here. As they stated, “this initial API release is focused on public data only — it lets you read information that people have shared publicly on Google+” (emphasis is mine). So you can already take most of your data out of G+ (note that it was already possible to download your G+ stream with Takeout from the Google Data Liberation Front). As usual, it’s a RESTful API with OAuth authorization. It comes with its own rules and terms (it could be interesting to add to GooDiff). The next step would be to be able to directly write something on Google+. ...

September 15, 2011 · 1 min · jepoirrier

We don't need a computer at home

Historically, computers were invented to solve issues in the factory or the office (university office or company office) but recently invaded home and are becoming ubiquitous. At the beginning of this invasion, computers for home were (and are still) very similar to the ones for the industry/office: a CPU, a keyboard to enter data or commands and a screen to see what was happening. Artifacts to be attached to the computer were first invented for the corporate world and then progressively entered into homes. I still remember the first mouse we had at home: it was like a mini-revolution. After years there were still some software that could not take advantage of it or its usage was implemented but in a rudimentary way. Idem for the first webcam we acquired: only the provided software was able to use it. Now it comes embedded in most computer screen and can be used for various purposes (video chat, take pictures, read bar codes, art, …). ...

August 3, 2011 · 4 min · jepoirrier

Two annoying issues with Firefox 4 (and their solutions)

The Mozilla Foundation updated Firefox to its version 4 last month and it has lots of interesting features. So I upgraded and although I initially criticized the new interface (when looking at screenshot from beta releases), I now quite like it: it gives more space to the actual content (web pages) to keep the “container” (the Firefox GUI in itself) to a minimum. But … (because there always is a “but”). But I found 2 annoying issues with the new version … ...

April 7, 2011 · 3 min · jepoirrier

Google and the bottom search box

When Google rolled out " Instant", they also removed the bottom search box. Bad idea. Google Instant is a nice, web 2.0 improvement to Google “classic” where results appear as soon as you type them in the ad hoc text box. Google claims that Instant can save 2 to 5 seconds per search. Maybe. But, at the same time, they removed the bottom search box. I extensively used this search box: when you enter your search criteria and look at the results, you may want to refine your search, add some terms, remove or exclude others, etc. With a second search box at the bottom, you can directly do it after having browsed the first bunch of results. Without this box at the bottom, you can’t: you have to think to scroll all the way to the top of the page and actually do the change in the only, upper text box. You lose 2 seconds to scroll back to the top of the page and you may lose some idea on the way (especially if you have 1001 ideas at the same time). When you sometimes perform a lot of searches per day, the time you gain with Instant per search is largely lost by the time spent browsing back to the top. I’m not the only one to think it’s was a bad idea. ...

September 24, 2010 · 2 min · jepoirrier

Browser hardware acceleration issue?

Browser hardware acceleration is meant to render websites faster by allowing the graphics card (its GPU) to directly display “things” (videos, animation, canvas, compositing, etc.) on the screen. By bypassing software rendering systems, lots of websites seem to render faster. All major browsers jumped on this: Firefox, Chrome, Internet Explorer and Opera (post of 2008!). I understand that enhancing the user’s experience while surfing the web is something that can be interesting. Hardware acceleration opens the door to unseen compositions, to new types of animations, to new kind of applications. Directly in your favourite browser. ...

September 12, 2010 · 2 min · jepoirrier