KeitIG | 7 years ago | on: Redbird: A modern reverse proxy for Node
KeitIG's comments
KeitIG | 7 years ago | on: Ubuntu 18.10 Cosmic Cuttlefish Released
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
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#PioneersKeitIG | 7 years ago | on: Chrome 69 will keep Google Cookies when you tell it to delete all cookies
And to be honest, unfortunately, I think most of the average users just want features.
KeitIG | 7 years ago | on: Leaving Apple and Google: /e/ first beta
KeitIG | 7 years ago | on: TypeScript at Google
KeitIG | 7 years ago | on: Ask HN: How's the Paris startup scene?
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
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
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
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)
<div v-on:scroll.passive="onScroll">...</div>
Would love to have this simplicity in React.KeitIG | 8 years ago | on: Twitter urges users to change passwords after computer 'glitch'
It is exactly the same problem.
KeitIG | 8 years ago | on: It's time for us to say farewell
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
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...).
KeitIG | 8 years ago | on: The Future of Software Is No Code
- 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: Duolingo Suddenly Has Over Twice as Much Language Learning Material
KeitIG | 8 years ago | on: Ask HN: What up and coming technology has you most excited?
KeitIG | 8 years ago | on: Intel brings a six-core i9 CPU to laptops
KeitIG | 8 years ago | on: Intel brings a six-core i9 CPU to laptops
KeitIG | 8 years ago | on: Facebook denies it collects call and SMS data from phones without permission
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?