Thomas Joulin

@thomasjoulin
23 Followers
185 Following
32 Posts
Lead Engineer at Viki, Singapore
Understanding and Improving SwiftUI Performance | Airbnb Engineering & Data Science

@twostraws thanks for this! Useful for humans too! Do you have resources to dive deeper and understand the rationale behind some recommendations? For example on breaking up Views into files rather than var. I assume this is about performance
@stroughtonsmith does the LLM handle Java/XML better than Kotlin/Compose, or was that just personal preference?

It's Not Just You - The iOS Keyboard is
Broken

https://youtu.be/hksVvXONrIo

It's Not Just You - The iOS Keyboard is Broken

YouTube
@krzyzanowskim omg I did the same :D
A new macOS Tahoe feature flying under the radar is you can now search with Spotlight by: Folder + File
❶ Start with /
❷ Type a bit of the folder name, like "Report"
❸ Select from the results, like "Daily Reports" (Return to select first result)
❹ Type some of the file name or contents, like "sales"
#macOS
I wrote a bit of a brain dump of my experiences with agentic coding. I feel threatened, I'm unsure about the future but I absolutely believe it's going to stay: https://chris.eidhof.nl/post/agentic-coding/
Agentic Coding — Chris Eidhof

@amyworrall yes, a Github Action workflow triggered on git tags, running fastlane to build and push to TestFlight. Works well
@gruber in Singapore, English (Singapore) language and Singapore region I get Gulf of Mexico. If changing only region to U.S. I get Gulf of America
PROGRAMMING TIP
avoid repeating the same 4 lines of code twice by writing 270 lines of beautiful, abstract, generic code