Profile avatar
cyrilmottier.com
Leadership, Engineering & Product amo.co. ex Zenly (Snap), CapitaineTrain.
196 posts 560 followers 92 following
Regular Contributor
Active Commenter
comment in response to post
Sony à la bonne époque 💚
comment in response to post
TIL too. Quick reminder, there's a setting in the app for this actually 😉
comment in response to post
It is quite personal, I guess 😊.
comment in response to post
And it works for safe and unsafe casts too.
comment in response to post
Some friends are more reliable than others...
comment in response to post
😂
comment in response to post
Interested? DM me or check out: 🤖  Android: jobs.ashbyhq.com/amo/37da8e2d... 🍏  iOS: jobs.ashbyhq.com/amo/c3caa7e5...
comment in response to post
Our journey is filled with endless challenges as we redefine what’s possible on mobile. We push the boundaries across the entire spectrum of computer science: cutting-edge cross-platform libraries, high-performance parallel computation, offline-first features, seamless animations, AI, and much more.
comment in response to post
We have very special usecases 😅. Most important things we had to code/hack was: dealing with transformations on animated images, better handling lifecycle for animated images and dealing with bucketed variants of an assets (4x, 3x, etc.).
comment in response to post
Entirely my fault 😊. My colleague was hesitating and I pushed for Glide because: 1. we had a lot of experience with Glide already 2. it already had some Compose-ready APIs 3. Coil wasn't dealing with all our use cases (and it still isn't)
comment in response to post
We were still fully Glide-based a few months ago. The migration to Coil wasn't straight forward. We had to write a lot of custom code.
comment in response to post
Any probe does: measuring a system impacts the measure. Never tried personally. Did you? Maybe it's not as bad as we think.
comment in response to post
I personally use VLC to analyse and play the recording frame by frame. Main shortcuts are: • Space: pause • E: next frame • ⌥⌘S: Save frame on disc
comment in response to post
For iOS it's going fine. Will tell you one we accelerate on Android 😅
comment in response to post
That's indeed a problem... Especially on Android nowadays because iOS is much faster. We hope to force stores to move faster by moving faster ☺️
comment in response to post
Agree. Config cache is not really "fixing"anything in some cases though: not cached remotely, always invalidated on CI, etc.
comment in response to post
Nope but we need to! Considering Cloud profiles are less useful at this release pace.
comment in response to post
Currently 3 times a week on iOS and every week on Android but the idea is to better align both to 3 to 5 times a week.
comment in response to post
It's actually s271646022.onlinehome.fr (Not https)
comment in response to post
Thanks very much Rahul, I'll forward the message to the team. For the other app you are mentioning thank you too but I haven't worked on it for more than 8 years 😅
comment in response to post
Yes. That's what I discovered when investigating.
comment in response to post
Thanks a lot for everything. Android wouldn't be what it is today without you 😉. Wishing you the best for what's next 🤘
comment in response to post
Why not overriding getRequestedOrientation too if IPCs are a problem? Agree having a global lock was indeed the biggest problem. But IPCs are everywhere and it's OK (ish?). I'd let the caller cache the value itself if necessary.