lasryaric | 3 years ago | on: Ask HN: Paris vs Silicon Valley engineering culture
lasryaric's comments
lasryaric | 4 years ago | on: Launch HN: Parade (YC S20) – Launch your company without hiring a designer
If you can deliver on your promise then I would definitely be a user and a customer.
I am a software engineer and the design part is always a big problem for me, until a friend and ex-colleague of mine arrives.
lasryaric | 5 years ago | on: Sampler for Mac Touchbars
lasryaric | 6 years ago | on: Launch HN: Datree (YC W20) – Best practices and security policies on each commit
lasryaric | 6 years ago | on: Tesla Cybertruck
lasryaric | 6 years ago | on: Stripe’s new funding round values company at $35B
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?
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?
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 | 6 years ago | on: Apple buys autonomous driving company Drive.ai
I think it's reasonable to think that I can share that nobody bought my shares. I can't talk for any other employee or anybody else.
lasryaric | 6 years ago | on: Apple buys autonomous driving company Drive.ai
lasryaric | 6 years ago | on: Apple buys autonomous driving company Drive.ai
lasryaric | 8 years ago | on: New and improved bike routing, with low stress options
- 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 | 8 years ago | on: New and improved bike routing, with low stress options
lasryaric | 9 years ago | on: Bluetooth 5 Now Available
lasryaric | 9 years ago | on: YC Changes
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.
lasryaric | 9 years ago | on: Smaller and faster data compression with Zstandard
lasryaric | 9 years ago | on: Samsung Acquires Joyent
lasryaric | 10 years ago | on: Lattice (YC W16) launches to help startups be productive through goal setting
lasryaric | 10 years ago | on: Ask HN: What is the best way for a software engineer to switch to research?
lasryaric | 10 years ago | on: Ask HN: What is the best way for a software engineer to switch to research?
Again, this is just my view of the industry, with a few data points here and there.