> Turns out “delete after import” was a huge mistake. I learned the hard way to never delete photos from the SD. Just buy a new one it's so cheap anyway. Great article by the way, sounds like my kind of rabbit hole :)
> Just buy a new one it's so cheap anyway Not a good idea, you are going to have piles and piles of SD cards that will be hard to manage, and you will burn through $$$.
Apple Photos app corrupts images
221–230 of 471 posts
Re: Apple Photos app corrupts images
#222I’m a fan of the whole Apple ecosystem but I have to say that there’s a pattern here. Apple does a decent job of keeping my data safe from others but a terrible job of keeping it intact. From music libraries with song titles that got switched to long integers to this (and I’m sure more that I’m not remembering atm) they need to do a better job here. Sure security is important but integrity is too.
So they do a terrible job from a data security point of view;)
Re: Apple Photos app corrupts images
#223Then for the current files you’ll want to see what happened. Often with this class of problem either the bytes are zeroed or shifted. Since the size is the same, perhaps they’re zeroed or perhaps bytes are LE to BE or dumb shit like that (don’t know why it would be but weird world right).
Just diff and see if you see anything (I wrote off memory but you get the idea)
diff -aui
If files are getting zeroed sucks but otherwise maybe you can swizzle it back out. If full bytes look weird, look at binary representation and see if you have pattern.From that bare start you can see what’s up.
Re: Apple Photos app corrupts images
#224Re: Apple Photos app corrupts images
#225Earlier quoted context omitted.
I stopped using apple's notes app with an ipad pen after it lost 20 minutes of my handwritten notes when trying to sync them. (Which fits the theme of apple losing people's stuff.)
I'd love to know how they CRDT hand-written notes.
Re: Apple Photos app corrupts images
#226I’m a fan of the whole Apple ecosystem but I have to say that there’s a pattern here. Apple does a decent job of keeping my data safe from others but a terrible job of keeping it intact. From music libraries with song titles that got switched to long integers to this (and I’m sure more that I’m not remembering atm) they need to do a better job here. Sure security is important but integrity is too.
I am baffled by Apple's incompetence here. In the past years I've seen: * iTunes/Music app randomly reassign my Album artwork, with different (incorrect) art showing up on different devices! * Reminders app: shared reminder lists can end up with the name of a different list * Ghost photos that are deleted from my phone, and come back later. * Maps, when I say "navigate to $friend" set a route that ended in my own dri…
Re: Apple Photos app corrupts images
#227Not sure if related but importing images via image capture on mac to the disk of the mac gives you correct time when the photo was taken in the file (kind of important if it’s family photos). But if you import it to a usb drive you get current time as creation time for each file so you’ve lost any timestamp you had on the photos.
Re: Apple Photos app corrupts images
#228I’m a fan of the whole Apple ecosystem but I have to say that there’s a pattern here. Apple does a decent job of keeping my data safe from others but a terrible job of keeping it intact. From music libraries with song titles that got switched to long integers to this (and I’m sure more that I’m not remembering atm) they need to do a better job here. Sure security is important but integrity is too.
I am baffled by Apple's incompetence here. In the past years I've seen: * iTunes/Music app randomly reassign my Album artwork, with different (incorrect) art showing up on different devices! * Reminders app: shared reminder lists can end up with the name of a different list * Ghost photos that are deleted from my phone, and come back later. * Maps, when I say "navigate to $friend" set a route that ended in my own dri…
Not sure when exactly that changed, but it was probably a few OS releases ago?
Re: Apple Photos app corrupts images
#229Re: Apple Photos app corrupts images
#230Apple corrupted images on my iPhone where I can’t import them to my PC via photos, but I can backup the whole phone. They finally recognized there is an issue, but there is no fix, as of a few weeks ago :(