Monday, February 10, 2014

Using a BluRay on a Mac

This has been a controversial subject for some time. Steve Jobs didn't want BluRay in Mac computers and never authorised support for it. His reasoning was most probably that optical storage (CD, DVD, BD) was a dead end. In the meantime, many computers (MAC or PCs) don't include any optical device anymore, everything being moved to the "Cloud" or to "on-demand" solutions. I am among the people who still like physical carriers like disks and who want to "own" the product. As a consequence, since I am using both PC (much less) and Mac (much more) platforms, I wanted to find an easy solution to be able to watch my huge collection of BDs and DVDs on my computers while I am travelling for instance.
D4C_6284
D4C_6286

Apple only supports DVD players in their computers, some of them still have an integrated DVD player (those are disappearing in their new products) or have the possibility to connect an external one (Apple provides one for the MacBook Air range for instance). See above picture.

D4C_3066

The solution: consists of two elements: the BluRay player/burner and the required software.
There are quite a few cheap BD burners available on the market. I selected a Samsung version based on several reviews I could find on the net. The advantages of this player are a relative compactness, the fact that it works with a single USB connection (and embedded power supply - no external power supply needed), and it is delivered with the PowerDVD software suite allowing to play BluRay's on Windows platforms.

D4C_3067

The player will automatically be recognised as a disc unit and you'll be able to play DVDs with the standard DVD player provided by Apple. To play BluRay discs, you'll need specific software. The good news is that freeware is available, next to commercial products. Moreover, the Mac software will make the use of BD more user friendly, most annoying videos/commercials/copyrights are skipped, you can almost directly watch the movie/TV series, a huge advantage.
See here, for instance, for more info:
http://download.cnet.com/Free-Mac-Blu-ray-Player/3000-13632_4-75891746.html

You're all set, you can watch your BDs on your Mac from now on...

Tuesday, February 26, 2013

Blu-ray - a real improvement ?

Blu-Ray could be the last physical video media before everything goes on line, and has been seen as a major improvement over the previous generation, the DVD. But is it a real improvement and did the designers really do a good job ? My answer is a big NO if you look at it from a quality perspective.

The first thing to take into account when developing a product is to collect the proper requirements (= the "voice of the customer" in quality terminology). It seems that this phase has not been done properly if at all.

What are the key requirements and the improvements expected over the DVD generation ? and what are the disturbing factors having a zero added value as far as the customer is concerned ?

- improved image quality, HD resolution : good job
- improved sound quality, more possibilities : good job
- more reliable media (scratch resistance, life time) : good job
BUT
- general performance of the system (reaction time, startup time) : ridiculously worse (a HUGE problem has been created where there was not problem: what would people say if after they start their engine, they cannot move the car unless they wait for five minutes)
- usability : an incredible step backwards. A complete nonsense user interface with an incredible number of manipulations instead of a single button press on the first DVD remote controllers.
- still a not so compatible system (very few PCs have a BD player, many cars have DVD players, no BD players, Apple does not support the format).
- regional codes: the distributors still don't understand anything about this market. This is an open insult to the user. You can legally buy a disc in a country, move to another (there are more and more world travellers) and you can throw away everything you bought. They just created another reason to STIMULATE piracy.
- languages: while at the beginning of the DVD, you had 8 spoken languages and 16 subtitles on a disc, nowadays you can be lucky if you find the right subtitles and the right language in a country far from the country where you live. This is really becoming ridiculous in Europe. If I live in Belgium, and want the original version (in english), english subtitles and the possibility to have french audio or dutch subtitles (the languages you would expect in Belgium) I often need to buy the discs in Germany, with the box in German.  This is true for DVD and BD by the way. This is in contradiction with the PRINCIPLE of DVD and BD, providing multilingual possibilities. And it is a nonsense for the distributors, who have to manage a huge variety of unnecessary versions while one single version for all of Europe would be easy.
- most discs do not allow to restart from a saved position. You start watching a movie. You stop. You want to see the rest the day after, NO WAY. You must restart and skip to the place where you left (if you remember it). A major step backwards again.

I don't know if I am the only one to think that way, but to me the BD, while being a reasonable commercial success (I personally like the pictures and I have a lot of BDs), is among the major engineering failures of the last twenty years: an extremely badly designed system, probably introduced by incompetent organizations in a hurry.

Friday, February 22, 2013

Testing Maturity Grid Concept


The testing maturity grid concept.

This is a concept I first encountered doing product development and that I found very useful to determine if a product development was ready for release to the market. The same principles or similar principles can be applied specifically to software development, whatever the type of development is. This can be typical IT application development, or embedded software or anything else.

The basic principle is to display the number of  problems/issues/bugs in a project in a grid form. The "look" of the grid will tell you in a very simple way if you are ready with your project.

The grid has to axes, the first one being the step in the bug workflow and the other dimension is the severity of  the bug.

The different typical categories are:

Bug workflow (inspired by JIRA, one of the widely used issue tracking systems):
- Opened
Meaning the bug has been entered by a beta user, a developer, a tester. The bug has not yet been analyzed or allocated (can evolve to in progress status, or be rejected, counted as duplicate, accepted, deferred or non reproducible)
- In progress
After first analysis, the bug has been allocated and is currently being solved but the final solution has not been implemented yet
- Resolved
The bug has been solved by the person it has been allocated to, it has been typically verified by the solver
- Closed
The solution has been validated by an independent tester or product owner
- Other end state: those are states which are equivalent to a closed state from a bug tracking point of view, in this category (they can be recorded separately), you can find states like: rejected (not an issue), duplicate (already recorded), non reproducible (not an issue ?), accepted (we/or the customers don't care), deferred/delayed (optional for a new release/version of the application - irrelevant to this instantiation of this project)

Bug severity
- Safety/security issues
The product cannot be used by actual users, in most cases even for testing purposes. For embedded software, it can imply safety issues up to life threatening issues (e.g. brakes not working in a car), for IT software, it can be related to major security issues (e.g. gaining access to strictly confidential information, legal consequences...)
- Unsellable
A required functionality is not available or not functioning properly making the usage of (part of) the delivered product impossible (e.g. a banking application where payments don't work).
- Major
A problem a normal user would find critical or even unacceptable but not making the application completely unusable (e.g. the software sometimes hangs but can be restarted)
- Minor
Even a critical user might tolerate the issue, it is in no way blocking to use the application or the product (e.g. a screen layout is not exactly as it should)

The maturity criteria also depend on the project phase
- Inception
- Elaboration
- Realization
- Transition

The grid

Severity->
Status
Safety
Security
Unsellable
Major
Minor
Opened
10
50
75
In progress
45
15
10
Resolved
20
10
5
Closed
2
10
10
5
Other
End state
1
20
5
15

If first limited prototypes are available to show a limited functionality, they cannot even show safety or security issues. Nothing can be released even to developers or internal project testing with bugs in the red area. The orange area can be acceptable during the realization phase, all types of issues  but the safety/security ones can be discovered and addressed.
After the realization phase, the product/application is being released to the final testing group (could be system testing, functional testing, beta testing), typically in a so-called acceptance environment. In that case problems can still be in the yellow zone. When the product is released to actual users/customers, typically in a so-called production environment, only the green area can be accepted.

The numbers indicated in the grid are the number of bugs/issues in a defined category/state, the example shown gives a status during the implementation (realization) phase.

Other information

The above is a specific interpretation of the concept: each organization can determine for itself the different steps in the workflow, the severity range and also the release and quality criteria for any phase of a project. Criteria might also depend on the domain area (medical devices, car industry, telecommunications, IT, public institutions...)

Another example of the same ideas can be found here:

Sunday, December 11, 2011

Scripta volant, verba manent.

HK3_5172
A very interesting situation: the Latin proverb everybody knows is (supposed to be) verba volant, scripta manent, which means, the spoken words fly away, the written words remain.
This conclusion is probably false. I remember what my Latin teacher told me more than 30 years ago, and the exact proverb was exactly the opposite. Scripta volant, verba manent. The exact meaning being: written words (on parchment) are ephemeral and literally fly away (many texts have been lost that way) while the spoken words (very often, the legends, the stories being told) are kept through generations of people. I remember my teacher explaining the details based on a very serious thesis. This explanation seems much more logical to me, considering the context (Antiquity). Amazing to see that one of the most popular proverbs in the world might be completely wrong.

Saturday, November 19, 2011

My last magazine


, originally uploaded by gugs.

I don't know about you, but since the introduction of the iPad, a huge revolution has taken place and I fundamentally changed my behavior. I don't buy magazines anymore, I mean paper magazines. The last one I am interested in and I CANNOT get electronically is Le Chasseur d'Images, a French photography magazine. All the rest I get electronically on my iPad, Popular Photography, Newspapers, Capital (French), Wired, iCreate, and many others via Zinio.
So far, so good. BUT, if you think of it and extrapolate on recent data, 180.000 more people read the NYT on the iPad a few days after the introduction of the Newsstand app, you can conclude that whole industries will just disappear in a matter of years. This will be a disastrous move on top of what is probably becoming the worst economical crisis in history. Worldwide, hundreds of thousands if not millions of people might lose their job just because of this paradigm shift. I am convinced, that on relatively short term, there will be no need anymore for the printing industry, the press shops, the book shops, the distribution, warehouses and transportation industry active on this market. Their market will shrink and will just vanish because their cost will become unaffordable. Just like videoshops are just disappearing slowly. Another strange paradigm shift nobody is talking about is the change in the financial model. Until now, when I bought a French magazine, all the money went to local people, and supported local jobs in the chain. When I do the same eletronically, more than half the money goes to US companies !!! And almost doesn't create any job at all.
Food for thought.

Wednesday, August 10, 2011

Ice cubes ?


BE7_4646, originally uploaded by gugs.
For whisky fans, an interesting way to cool the glass without having to use ice cubes (a shame to add water to good whiskies). An example of a creative/innovative solution to a (not so) simple problem (cool down without using ice). You have to keep the (cleaned) stones in a bag in a freezer, and put them in the glass when needed to lower the temperature. They are neutral and don't alter the taste.

For geeks only.

Sunday, July 24, 2011

Surprise your customers


IMG_0097, originally uploaded by gugs.

A special experience in one of the best restaurants in the world. During a visit to "Troisgros", among the top 50 gastronomy locations in the world, the waiter overheard a discussion about Apple, using iPads...  One of the people at our table didn't like cheese and asked if he could get a replacement. This was the result, a wonderful combination of caramel, light cheese, apple. The lesson learned: if you want to make an impression and increase your customer experience, having your customers talking about it (recommend you as a supplier), surprise them, by listening to their needs and giving them added value they don't expect. This might seem evident, but so true.