People still act as if anyone at Apple cared about this stuff. They don’t. Those days are long gone.
| Web | https://www.sofapps.it |
| Podcast | https://www.ilmorso.it |
| Web | https://www.sofapps.it |
| Podcast | https://www.ilmorso.it |
People still act as if anyone at Apple cared about this stuff. They don’t. Those days are long gone.
L'AI sta divorando la RAM del mondo. Micron chiude Crucial dopo 29 anni, Samsung non vende memoria nemmeno a se stessa, Raspberry Pi aumenta i prezzi. E NVIDIA spende 20 miliardi per Groq e la sua architettura SRAM. Cosa sta succedendo e quando finirà?

🎙️🤖 Parte oggi il mio nuovo podcast sull'intelligenza artificiale!
Ep.1: Prima che fosse intelligente. Come le strutture dati sono diventate intelligenza.
Non formule incomprensibili. Solo storie, aneddoti e spiegazioni che funzionano.
🎧 Buon ascolto! @diggita @tecnologia @[email protected]
⚡🚗 I’ve been hacking around #Renault’s EV APIs and built an #opensource #SwiftUI client and #SDK to unlock real #EV data charging, costs, efficiency and more. Super fun project, learned a ton!
👉 Full story and link to github here: https://valv0.medium.com/openrenault-ev-api-client-a-journey-through-renault-apis-swiftui-and-electric-vehicle-analytics-54acf65fcb69
Enjoyed the amazing « Creative Coding » session by Tiago Gomes Pereira so much. Totally connecting with the geek and modern art fan in me.
#PragmaConf25
Special thanks to @feli for the sketchnoting introduction. Still a long way to go but the journey is a lot of fun.
The following article provides some nice examples of creating toolbars in SwiftUI Mac apps:
For anyone following along: I've found the issue. In iOS 18, it was OK to put a sheet modifier somewhere inside a view that's inside a list cell. On iOS 26, that no longer works. Presenting a popup menu from inside the sheet does something iffy to the list cell above, causing the sheet to be regenerated.
I don't know whether I was doing something that was never supported, or whether it's a bug in iOS 26. It doesn't seem to be a change that was communicated. Yey #swiftui fun I guess.