KeitIG's comments

KeitIG | 7 years ago | on: Redbird: A modern reverse proxy for Node

I am one of those JS guys who like to put JS/Node.js everywhere, but I do not get the problem Redbird is trying to solve: the Express.js doc is quite clear that for serious things, you should use a dedicated http server. [1]

If you just want reverse-proxying, you can choose between the simplicity of Caddy or the power of Nginx (or Apache). Why would I want to run a JS app (that I know will be less performant) to do that?

  [1] https://expressjs.com/en/advanced/best-practice-performance.html

KeitIG | 7 years ago | on: Ubuntu 18.10 Cosmic Cuttlefish Released

As always, kudos to Canonical to deliver one of the most mature distribution.

But. 2018. And still no fractional scaling. This drives me mad. (changing the text scaling is not a solution).

Ok, there was Mir, Wayland is late (again)... how can this problem not be solved in 10 years? (genuine question)

KeitIG | 7 years ago | on: The Great French Mustache Strike of 1907

I guess it is more or less the same everywhere.

Worth to mention the Pioneers of the French Foreign Legion are one of the only soldiers (that I know) who can wear beards. [1]

  [1] https://en.wikipedia.org/wiki/French_Foreign_Legion#Pioneers

KeitIG | 7 years ago | on: TypeScript at Google

Prop-types is for runtime, TS does static type checking. Prop-types are terribly verbose and only work with React (what about utils files, external libraries, etc?).

KeitIG | 7 years ago | on: Ask HN: How's the Paris startup scene?

> What's the startup scene in Paris like?

The start-up scene is currently definitely at an interesting point: really young and active (people already shared links to Startup studios, you should have a look at them). The meetup scene is great too.

The salary is still a pity though (compared to the States, Switzerland or Baltic countries). For a middle developer position, you may be around 40K euros, which is "nice in France", but not a lot, especially after paying your taxes.

> How good does my French need to be?

To work, English is fine, to live, it's another problem. French people are usually really kind to people trying to learn French as it's a hard language. If you don't care about french, people won't care about you.

> Are there any languages/platforms/etc. that are popular there more than in Silicon Valley/Fairfax County

There's a bit of everything, but the Web and Robotics are especially important.

KeitIG | 7 years ago | on: GitLab Direction

People tends to compare GitLab to Github, to me it seems more they compete with VSTS or Atlassian.

CI, project management (epics and roadmaps), monitoring...

Github introduces really few features but seems to make them right, or really limited, but never “bad”.

Gitlab on the opposite, works more with super-fast and open iterations, without hesitating to roll-back if it just doesn’t work.

KeitIG | 7 years ago | on: Firefox Developer Tools: Accessibility inspector

As a front-end developer, accessibility has always been a way for me to describe to non-technical people what I actually do for a living.

Saying: "I build web applications" means nothing to them, and saying "I create website" makes you look like a wizard doing some black magic.

But saying "my job is to make websites accessible to everyone: we are used to use a screen and a mouse, but what if you are blind or deaf? Those people should not be allowed to go on any website? My role is to make those people able to browse the web, as you and me" give them an example of what kind of problems you actually solve as a web developer.

KeitIG | 7 years ago | on: GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away

Of course GitHub stars do not show usage, it shows interest. Considering Vue came later, we can also say its interest grew much faster.

There is no winner anyway, both React and Vue are amazing tools giving you the power to solve the same problem in different ways: building UIs.

KeitIG | 7 years ago | on: React 16.4 release notes (pointer events)

Great release. I am still desperately waiting for passive/once events support though. VueJS integrates them in a trivial way:

    <div v-on:scroll.passive="onScroll">...</div>
Would love to have this simplicity in React.

KeitIG | 8 years ago | on: It's time for us to say farewell

GDPR is about users, not companies/organizations.

If I’m not mistaken, it applies to all persons in the EU (not « living there », or « citizen », literally everyone one currently « in » the EU).

So this is totally possible.

KeitIG | 8 years ago | on: Ubuntu 18.04 LTS Bionic Beaver Released

Great release, with great features, and still a really (really) bad UI. The new theme has so many inconsistencies and bad decisions made. And I find it really cringy for an LTS release to distribute this new theme as the default one.

I hoped hard the communitheme would be the official theme of this release, but no.

Examples:

- The active directory effect in Nautilus's sidebar makes me thing there were two sidebars with different purpose [1]

- Changing the background of every other rows in the settings look weird. The fact they are splitting settings by group do not help. I thought it was a theme glitch, and found out it was an actual feature [2]

I understand why people are interested in more serious theme (arc-theme) or even other Ubuntu-based distros (elementary...).

[1] https://pbs.twimg.com/media/Dbxn7TrV4AItn2f.jpg

[2] https://pbs.twimg.com/media/DbxoSISVwAAn1fV.jpg

KeitIG | 8 years ago | on: The Future of Software Is No Code

Made me think of this comic by commitstrip [1]

- Some day, we won't even need coders any more. We'll be able to just write the specification and the program will write itself.

- Oh wow, you're right! We'll be able to write a comprehensive and precise spec and bam, we won't need programmers any more.

- Exactly

- And do you know the industry term for a project specification that is comprehensive and precise enough to generate a program?

- Uh... no...

- Code, it's called code.

In the end, we'll just move the abstraction layer to another level, that's it.

[1] http://www.commitstrip.com/en/2016/08/25/a-very-comprehensiv...

KeitIG | 8 years ago | on: Intel brings a six-core i9 CPU to laptops

I don't really understand the demand for this, does not having an i9 defeat the purpose of laptops (working without a power source)? I usually buy laptops with i5 processors which is the perfect trade-off between performances and battery life.
page 1