Die Dimensionen der Demos gegen den Rechtsruck sind enorm.
Ich habe sogar Videos von Demos mit mehr als 1000 Menschen gesehen aus Käffern, die ich nicht mal kannte.
Und ich dachte, durch mein Tourleben kenne ich schon alle!
It's been a bit quiet here.
I actually wanted to use my vacation three weeks ago to just work on the app.
It turns out that relaxing is also important. And I tried CrossFit, which I'm very interested in right now!
The app will be continued, but is currently not a top priority.
BKA und Bundespolizei sollen künftig Bilder aus dem Netz mit Gesichtserkennung durchsuchen dürfen, so plant es die Ampel. Der Chaos Computer Club und weitere Organisationen sorgen sich um die Privatsphäre der Bevölkerung.
It's really difficult with the notifications. Especially if you use CloudKit syncing.
I would like to send local notifications before the voucher expires. Easy.
But I want notifications to be created/updated/deleted in the background when they are managed on a second device.
But SwiftData has no solution for this.
Then you are back to CKQuerySubscription with CK objects and it is again difficult to find a unique identifier for the local notification.
I am currently experimenting with saving a single AppSettings instance in SwiftData & synchronizing it to all devices.
However, SwiftData mainly works with queries for many objects. This would result in a query in each view and a problem with optionals due to “settings?.first”.
My approach right now is to handle it centrally and pass it on as an environmentObject.
Do you have any experience or ideas on this approach?
Last night I started working on the reminder for the expiry of a voucher. However, this will still be complicated, as you can change the reminder settings on a device synchronized via CloudKit.
Btw. not focusing on UI works quite well, so far everything is just raw views with debug information. However, there's not really anything to see here either 😬🤷♂️