• 1 Post
  • 68 Comments
Joined 1 year ago
cake
Cake day: February 9th, 2025

help-circle
  • I‘m a bit sceptical if a real Apple employee would come to lemmy to ask users about their experience , but I‘ll take any chance so this can get fixed:

    Sometimes, notifications for upcoming calender events just don‘t work on iOS , which is very frustrating. It‘s completely random, whether they will show up or not. I‘ve gone through every troubleshooting step with no luck. Weirdly, I never have this issue with reminders.

    I‘ve had this problem since iOS 26, I can‘t say if it is fixed with the newest version (26.4.1).








  • I’m writing a script that finds filenames in a directory that only differ in case. Since I’m working with filesystems that are case insensitive sometimes, this is a pain to deal with and I’d rather rename the few files. But first I’ll have to find them 😉. Now, there might be some tool already that does this, but I enjoy the challenge.