lasryaric's comments

lasryaric | 3 years ago | on: Ask HN: Paris vs Silicon Valley engineering culture

Ahah, what I have observed here (I have been in 3 start-ups and interviewed quite a few people) is that people work much longer hours. It's a pretty well-known thing among french expats: if you come back to France, you are more likely to work longer hours.

Again, this is just my view of the industry, with a few data points here and there.

lasryaric | 6 years ago | on: Tesla Cybertruck

I don’t even need a truck, I am driving a Prius Prime (32 miles battery + gas tank) today and I want to buy this. The look, the specs, the design of the website, I love it all!

lasryaric | 6 years ago | on: Stripe’s new funding round values company at $35B

At Producteev, my old start-up, I implemented the payment system using Paypal, omg, it was so hard, and so painful for the following reason: - poor documentation - I never knew how to get an up to date documentation - very slow api and website - very hard to understand the meaning of the undocumented data etc.

Once, my co-founder @Ilan Abehassera sent me a link to an article about Stripe on Techcrunch:

I signed up to Stripe, within minutes I was able to charge my own credit card through a CURL bash call, everything was clear, recurring payment perfectly handled, discount, etc etc. And this was at the very beginning of Stripe. Then I had to come up with why we should quickly switch from Paypal to Stripe.

Anyway, very good memoery, you definitely set the standard for how an API should be designed and I can't thank you enough for that!

lasryaric | 6 years ago | on: A problem worse than Zoom?

Wait wait WAIT! It is much more complicated than that.

You can make XHR (aka ajax) requests only if the CORS policy allows it (concretely, this local web server you are trying to access is answering with a specific HTTP header saying "I authorize the website xyz.com to send XHR request to me via the web browser of the client of xyz.com).

Now for everything outside of XHR(ajax), you can send different type of requests : <script src="..."></script> but this let you only load js files. <img src="..." /> but this lets you only load images, you can't really do much other than try to load images with that.

So if you get into the detail of each "web api" (XHR, <img/>, <script/>, etc) you will see that you are actually very limited.

lasryaric | 6 years ago | on: A problem worse than Zoom?

> The major browsers I've tested — Safari, Chrome, Firefox — all allow web pages to send requests not only to localhost but also to any IP address on your Local Area Network! Can you believe that? I'm both astonished and horrified.

I guess this should serve as a cue that there is something off in what you are writing. You did not just discover a major security flaw in all web browsers while not being an experimented (at least web) software engineer.

lasryaric | 8 years ago | on: New and improved bike routing, with low stress options

I love the concept. I would love to have anentry point to cost function with the following parameters:

- traffic - elevation gain - type of street - a way to represent the distance overhead compare the other segments.

Any framework / dev env where I could easily get that entry point and see the top results on a map?

lasryaric | 9 years ago | on: Bluetooth 5 Now Available

Why is general bluetooth connectivity so "buggy"? Why am I always struggling connecting my iPhone 6s to my bose bluetooth speaker? I would love to understand that.

lasryaric | 9 years ago | on: YC Changes

Every blog post should have a TLDR like this one.

TL;DR: Michael Seibel will be the new CEO of YC Core, which we are now just going to call "YC". Ali Rowghani is now the CEO of the YC Continuity Fund. I’m going to be the President of YC Group, which includes Y Combinator, YC Continuity, YC Research, and our new online class. We’ll add more organizational units over time. We’re going to replace the Fellowship with a much larger MOOC launching next year.

page 1