Costantino Pistagna

@valv0
71 Followers
88 Following
568 Posts
 advocate •📱dev • 📷 fuji • 🕹 retro • 🚴🏻‍♂️
Webhttps://www.sofapps.it
Podcasthttps://www.ilmorso.it

People still act as if anyone at Apple cared about this stuff. They don’t. Those days are long gone.

https://tonsky.me/blog/tahoe-icons/

It’s hard to justify Tahoe icons

Looking at the first principles of icon design—and how Apple failed to apply all of them in macOS Tahoe

tonsky.me
@adriananselmo @valv0 @diggita @tecnologia @tecnologia comunque, lo puoi seguire da qualsiasi client. Io uso @AntennaPod

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à?

https://youtu.be/iFFI7MVEXhM

La crisi della RAM: perché costa il 500% in più e quando finirà - Buongiorno 299

YouTube

🎙️🤖 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]

https://apple.co/4aG6gIg

01 - Prima che fosse intelligente

Podcast Episode · Una storia dal futuro · 01/05/2026 · 14m

Apple Podcasts

⚡🚗 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

OpenRenault EV API Client: a Journey Through Renault APIs, SwiftUI, and Electric-Vehicle Analytics

When I first started experimenting with the data from my electric Renault, I quickly realized how difficult it was to retrieve telemetry…

Medium
Really enjoyed the first day of #PragmaConf25. All talks were interesting in one way or the other. Particularly great were @chris explaining SwiftUI attribute graphs using a custom made CLI app and Johannes Fahrenkrug with a Swift implementation of a perceptron, the basic building block of today’s AI systems.

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:

https://ohanaware.com/swift/macOSToolbarExamples.html

#SwiftUI #MacDev

SwiftUI macOS Toolbar examples - Ohanaware.com

Simple examples of the various kinds of macOS Toolbars you can create with SwiftUI.

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.