Ilia Kolo
Gray_Wind@mastodon.social
Posts
-
Post #3151512
Thanks to my kid my Mac got erased. Never felt myself so devastated.
-
Post #3151511
This new #Volvo infotainment UI is something. Bigger buttons, a separate button for drive modes, I welcome it. But why, WHY!? have I stare at Google Assistant icon when I use #CarPlay? Do I need this context aware Bluetooth shortcut? And why is my screen space for CarPlay for so much smaller?
-
Post #3151510
@RobW but what about this one, looks also very interesting https://link.springer.com/book/10.1007/978-1-4842-5814-9
-
Post #3151509
@RobW didn’t stop me from buying both of them
-
Post #3151508
RE: https://mastodon.social/@swiftlang/116286524514684047 This release brings a lot of “finally” updates. It will remove a lot of friction!
-
Post #3151507
My lazy ass finally decided to create a blog post about something stupid. Better than nothing I guess. https://www.kolo.ee/2026-04-12-get-window-id/ (yes, it is my first one ever).
-
Post #3151506
Take your favorite LLM tool, ask to draw you icon/picture/write text. Try many variants, research it through and through. And then do something you didn’t see or read there. Feel free to skip the first step.
-
Post #634953
I have a SwiftUI -> UIViewRepresentable -> UIView -> UIViewControllerRepresentable -> SwiftUIView I set up tap gesture recognizer on UIView (works perfectly), which adds a subview (view controller representable), which should react on taps as well, but it ignores them all. View has a button, action is not registered (but visually tap occurs), text field is not editable, tap gesture recognizers are not working. I am at lost right now, maybe someone would have a lead...