"What's up, doc?"

I am Louis Dorard, Chief Science Officer at Concept Immo Global , co-founder of eAuteur and Entrepreneurs Ensimag, and columnist at The Rude Baguette (covering technology and R&D). I hold a Ph.D. in Machine Learning from University College London. I enjoy composing music, taking pictures and making short films.
Recent Tweets @louisdorard
Posts I Like
Who I Follow

I have read many discussions on the topic of HTML5 apps (“in the browser”) versus native apps (those you download and install) from the app makers’ viewpoint, and whether or not one of the two kinds is going to replace the other. They are two very different things, they sometimes serve the same objective, but none of them is going to replace the other imho.

The fundamental difference is that native apps are downloaded. This means that I have been on a download page, seen a rating of the app, reviews, who made the app, what it does, and based on that I have decided that it shall be authorized to run on my computer. As such, it may take up space on my hard drive (in order to work offline), have access to my machine’s computational resources in order to do its stuff, have access to my camera, my contacts, my agenda, etc.

Because I download a specific, reviewed version of the app, I can rely on the fact that it’s not going to do unexpected things or things I wouldn’t like it to do. We users can also share our experience of apps in a reliable way because we can ensure that we are running the same thing (based on the version name or number which identifies the app), and we can give reviews. In a word, as a user I can trust that app.

In comparison, an HTML5 app is accessed directly from a link on the internet, without passing through any equivalent of the download page with all the useful information it contains, and this app may change at any time. I should therefore be much more cautious with what I allow it to do. My browser actually helps me with that by setting restrictions. A few years ago, before the HTML5-powered rich applications, there used to be rich apps in the browser called “Java applets” which could have some special authorizations if you responded favorably to the dialog box that would pop up when loading the app. I even think you could have your computer remember to trust a certain app maker. In any case, the thing is that the app you’re accessing may change, even if it is always at the same address. You can’t grant persistent authorizations to an app that changes all the time!

The fact that a certain version of a certain native app can be reviewed is what makes it reasonable to allow it to do and access what it wants on your machine/device (which is more than with an HTML5 app).

imageParis Capitale Numérique (formerly called Paris Capitale Startup) is a governmental initiative that originates from the observation that the digital sector doesn’t contribute as much to the economy in France as it does in other countries. The idea of the government’s proposal is to bring together, at the same location, all the types of actors that make up the digital sector. It’s hard to guess what’s exactly on their mind (do they know themselves?), but I do think that it makes sense for this project of a tech hub to have an international dimension — hence the post in English.

Following some harsh criticism on the blogosphere, the Ministry of Digital Economy put up a survey to ask for general feedback on its proposal. Recent news on the expected location of PCN (possibly here) reminded me I still hadn’t completed the survey, which I just did today. Here is a post to explain the ideas I submitted.

International

Two things come to mind: getting investments from abroad, and helping domestic businesses make money abroad. First, Living in a global world and economy, it makes sense to facilitate connections between startups and investors all around the world, and PCN could be a first port of call for international investors. Second, When a product has proven successful in the domestic market, the next step is to expand to international markets. This is best done with people who know and have firsthand experience with the target markets, and also have connections in those markets (think Ubifrance). PCN needs these people.

Besides that, I think that general coaching (whether business or tech) by foreign advisors would also be useful. There’s much to learn from people who have a different perspective, who can challenge our knowledge and the way we are used to do things. I have the feeling there aren’t that many connections between the different European startup communities. For instance, the European startups I know about who are not French, I know from US tech blogs. How about inviting European startups and mentors to events at PCN and sending our own abroad?

In terms of location, the international dimension implies that the place should be easy to get to for people abroad, and this probably is the most important criterion.

Finally, the survey asks how we should attract people from abroad. I don’t have a strong opinion on that, but I’d say how about we ask them and involve them in the process of creating PCN? Good thing that the survey is also available in English…

Free advise on subsidies and admin matters

There’s a connection to be made with the SayOuiToFrance campaign, which objective is to attract investments in France. One of the arguments that have been put forward in this campaign are the tax credit schemes for young innovative companies in France. Yes, these are very interesting schemes, there is also money to get in the form of grants and loans, but the general feeling here is that the workings of these public means of funding are way too complex.

Therefore, I think it would be a huge help if PCN would give access for free to advise from civil servants who would help startups raise subsidies and coach them in public innovation funding. More generally, I think that further help on admin matters would also bring some relief to many founders, and it’s the kind of help that the State is in a good position to offer.

Universities and schools

Arguably, most of the top graduates in France come from schools rather than universities. And the schools with the highest reputations are usually public. This is where the talent that our startups are made of comes from. So obviously, public schools have a prominent role to play in a public initiative such as PCN.

Schools and unis do two things: they do research and they teach students. Giving public research labs a presence at PCN would be a good way to connect business and research (think of the ties between Google and Stanford for instance). Regarding students, here’s a tip. Recruiting is not easy. How do you attract top talents when you’re on a budget? Lure students who are full of promises into internships at your startup, seduce them before they graduate, and hire them. Now you just need to meet students. You could come to them, but how about they come to you (since you happen to be at PCN)?

My last idea is that PCN can play a role in helping students start their own businesses by facilitating connections between different types of schools (business, engineering, design). Education is very compartmented in France, in comparison with the US and the UK (I don’t know much about the rest of the world). For this reason, students don’t mix, and entrepreneurial projects at school always have all-business or all-engineering teams.

Miscellaneous

  • 10 GB/s internet connection? Yes please! Who deserves fast internet connections more than people who work in the digital sector?
  • Flexible office space? Yes please! Coworking spaces and shared meeting rooms are the norm. Ability to expand easily as a startup grows would be most welcome.
  • Incubator? Well, if this is a startup place, there should be seed startups as well, no?
  • A partner to give publicity to PCN? How about LeWeb?
Starting a startup is very much like deciding to be a research scientist […] you’re committing to try to discover something no one knew before.

Sometimes you think that there’s no R&D in what you plan on doing, only to figure out along the way that the tools you’re using don’t work as advertised/expected.

I am currently in the process of retrieving the code of a research software prototype, so I’ve come up with a list of things to keep an eye on when aiming at commercialisation:

Generalisation to target use cases:

  • Can I reproduce the results reported in the research paper presenting the prototype? Any surprises along the way? Often times papers don’t tell the whole story but mainly the good bits. If working in computer graphics for instance, nothing beats experiencing the software first-hand and looking at the visual output.
  • Does the quality of results rely on manual tweaks of the software? How much automation is there in the system?
  • Performance on the problems I care about, are the results still of the same quality? These problems may differ in nature or in size from the original ones treated by the research paper.
End-user requirements:
  • What is the execution time, CPU load, memory footprint, bandwidth usage on my target use cases?
  • Will the software work and perform well on the end-user target platforms? (CPU, memory, bandwidth constraints)
  • Dependency on proprietary software (e.g. SDK or runtime), plugins (e.g. Flash), etc.
Code:
  • Quality of code will have an impact on portability, stability, maintainability, reusability. Is there documentation? Unit+functional tests?
  • Look for any potential license issues if use of 3rd party Open Source components.
  • Can I package the software into a single installer?
This list is probably not exhaustive. What would you add? What do you think is most important? Let me know in the comments!
It is far better for a man to go wrong in freedom than to go right in chains.

My first piece for The Rude Baguette, where I am supposed to be covering technology and R&D.

The Rude Baguette is France’s first English-language news site covering startups, tech, and innovation. Created in 2011 by Silicon Valley natives, the Rude Baguette provides a one-stop news source for a global audience interested in the French startup scene.

I am planning to write more articles on what’s going on in VR in France. Next week: startup profile of I’m in VR!

I want a service that stores and backs up my documents “in the cloud”, so that I can access and edit them from any of my devices (whether online or offline), have them sync seamlessly and push changes (see iCloud), annotate them whatever their type (see Zeenshare), collaborate with others in real time (see Google docs), organize them with tags/collections — no folders please — … when is this coming?

When Anglo-Saxons said that a single central bank and currency without a single state would be inherently unstable, they had a point.
Jacques Delors, in an interview with the Daily Telegraph in December 2011 (via nicolasmetzke)