Three mindsets to change the game: the Walt Disney innovation process

“Innovation can be considered as the transformation of dreams into concrete and tangible things”. Thanks to this point of view, Walt Disney developed unconsciously one of the most efficient innovation process that leads the current success of its well-known company. In 1994, a scientist named Robert Dilts formalized Walt Disney’s innovation process. His work is the root of the process used by EURA NOVA today to foster creativity and innovation.

Continue reading

Monthly Buzz – n°1

 

Android_Robot_outlined

One of the biggest news of the month was the announcement and release of Facebook Home. For those of you who haven’t heard about Facebook Home, it’s an Android Launcher replacement. What does it do? It basically replaces your lock screen and home screen with your Facebook newsfeed. Is it good? Well, apart some privacy concern (your newsfeed appears on your lock screen without the need to unlock the phone), it is as good as your friends are, meaning that if you have a lot of friends who love Hello Kitty, your phone will be an Hello Kitty Phone.
But what Facebook Home shows, is that Android is a very customizable platform that can be tailored to specific needs, even by removing all Google’s services (e.g.: Amazon’s Kindle, Barnes & Noble’s Nook).

Continue reading

Big Data Paris 2013

research center Euranova BLEU_EFFETS

BigData2013

The Big Data Paris 2013 conference was held on April 3rd and 4th. I was quite disappointed by this event. Of course, I knew it was neither a scientific nor an ACM or IEEE event. I was thus coming with a solid mental preparation, ready to see marketing and business presentations.

But what I saw was incredibly far from what I expected. In order to keep this post objective, I will quickly skip the amazingly (Yes, I think this is the right term) poor level of the panel discussions and the talks. Instead, I want to summarize my overall feeling in this post.

Continue reading

EclipseCON Boston 2013

Eclipse-2
© EclipseCON Boston 2013

Last week I was presenting a talk at EclipseCON US at Boston US. As usual this is an excellent opportunity to give you an overview of the different trends of the conference.

Continue reading

TEDx Louvain-la-Neuve

© TEDxLouvainLaNeuve
© TEDxLouvainLaNeuve

For the first time a TEDx event was hosted in Louvain-la-Neuve last 23 march 2013. It was the 4th anniversary of TEDx and plenty of conferences were organized around the world at this occasion. Like all TED conferences, the spirit of this conference was based on the motto “ideas worth spreading”. Sixteen speakers were invited to give twenty minutes talks on various subjects going from artistic cooking, to collective awareness over politics and bad managements practices in companies. The day was divided in four parts of four talks and between the parts we had the opportunity to discuss with the speakers and the audience on an informal way.

Continue reading

Standards-Based Cloud Service Management

From a Master Thesis to CLOSER 2013

In the scope of a Master Thesis collaboration between the Université de Liège (ULg) – Electrical Engineering and Computer Science Department  and EURA NOVA, we have been working last year on cloud standard of service interoperability. This work has been summarized in a paper [1] accepted in the poster session at 3rd International Conference on Cloud Computing and Services Science, CLOSER 2013.  The goal of this project was to contribute on solving the lock-in problem inherent to current cloud offerings. We based our solution on open  cloud standards, mainly OCCI.

Continue reading

Towards a standards-based cloud service manager

Migrating services to the cloud brings all the benefits of elasticity, scalability and cost-cutting. However, migrating services among different cloud infrastructures or outside of the cloud is not an obvious task. In addition, distributing services among multiple cloud providers, or on a hybrid installation requires a custom implementation effort that must be repeated at each infrastructure change. This situation raises the lock-in problem and discourages cloud adoption. Cloud computing open standards were designed to face this situation and to bring interoperability and portability to cloud environments. However, they target isolated resources, and do not take into account the notion of complete services. In this paper, we introduce an extension to OCCI, a cloud computing open standard, in order to support complete service definition and management automation. We support this proposal with an open-source framework for service management through compliant cloud infrastructures.

Amine Ghrab, Sabri Skhiri, Hervé Kœner, and Guy Ledu, Towards A Standards-Based Cloud Service Manager, proceedings of the 3rd International Conference on Cloud Computing and Services Science, CLOSER 2013, Aachen, Germany, May 2013.

Click here to access the paper.

IEEE CloudCom Conference on Cloud Computing Technology and Science

Last week I was at Tapei with Nam-Luc for presenting the AROM paper. I wanted to come back on the trends of this year at the conference which, by the way, are a really good insight of the hot topics in cloud, distributed computing and HPC. I will not dive into details for each of them, if you have any question just post a comment or send me a mail!

CloudCom2012Article

 

Continue reading

Arom: processing big data with data flow graphs and functional programming

The development in computational processing has driven towards distributed processing frameworks performing tasks in parallel setups. The recent advances in Cloud Computing have widely contributed to this tendency. The MapReduce model proposed by Google is one of the most popular despite the well-known limitations inherent to the model which constrain the types of jobs that can be expressed. On the other hand models based on Data Flow Graphs (DFG) for the processing and the definition of the jobs, while more complex to express, are more general and suitable for a wider range of tasks, including iterative and pipelined tasks. In this paper we present AROM, a framework for large scale distributed processing based on DFG to express the jobs and which uses paradigms from functional programming to define the operators. The former leads to more natural handling of pipelined tasks while the latter enhances genericity and reusability of the operators, as shown by our tests on a parallel and pipelined job performing the calculation of PageRank.

Nam-Luc Tran, Sabri Skhiri, Esteban Zimányi, and Arthur Lesuisse. AROM: Processing Big Data With Data Flow Graphs and Functional Programming, proceedings of the 4th IEEE International Conference on Cloud Computing Technology and Science, IEEE CloudCom 2012. IEEE Computer Society Press, Taipei, Taiwan, December 2012.

Click here to access the paper.