Earlier quoted context omitted.
Oh wow, I'm surprised the name change appears to be so universally appreciated on reddit. It doesn't strike me as different from "porn" i.e. "unix porn" "food porn" etc, which are at least somewhat widely accepted. I assumed it was self-aware/deprecating humor, as in the people there recognized they were frequently replacing which gear they used beyond what might be strictly necessary. It was colorful, in the way a l…
If only people who liked a certain GNU image editing app were so appreciative of such an idea...
Apple Photos app corrupts images
411–420 of 471 posts
Re: Apple Photos app corrupts images
#412Earlier quoted context omitted.
Maybe you want to rethink that? You're literally responding to a testimonial that it likely saved someone's life. Seconds do matter in some medical emergencies. Also, you may not be aware of Car Crash Detection https://support.apple.com/en-us/104959
Of course, the seconds that matter might be someone else's medical emergency, which your iPhone or Apple Watch is slowing down with false positives. From https://9to5mac.com/2023/02/03/iphone-crash-detection-critic... “My whole day is managing crash notifications,” said Trina Dummer, interim director of Summit County’s emergency services, which received 185 such calls in the week from Jan. 13 to Jan. 22. (In winters…
Re: Apple Photos app corrupts images
#413Earlier quoted context omitted.
This is also my guess. It's really a bummer, and I'd report it to Apple but since it's nondeterministic I have no idea how to provide repro steps.
I have had extremely bad luck, reporting bugs to Apple. They constantly ask for an example project, even if it's something that is easily demonstrated, simply by running existing Apple software, and creating a project, would be a huge pain. They also ignore reports. Very rarely, I may get a ping on one of my reports, asking me to verify that it was fixed in some release. Otherwise, there's no sign that they ever even…
Re: Apple Photos app corrupts images
#414I feel like this is a URL that I don't want in my history
This person is a nice person, who's published a huge amount of positive work into the Ruby community. I do wish however they'd change their name from the perspective of a figurehead in the community, we have code referencing their repos and it's just awkward with interns to explain.
Ruby's community has been all sorts of whimsy and quirky over the years.
I very much enjoy Tenderlove being the community figurehead he is as is: kind, empathetic, genuine, open-minded, and generally wholesome.
> it's just awkward with interns to explain.
I've never had any trouble talking about Aaron Patterson a.k.a Tenderlove to coworkers, interns or otherwise.
Re: Apple Photos app corrupts images
#415Earlier quoted context omitted.
I tried running the file segments through a binary diff with Hex Fiend As far as I can tell: - 0x7800 bytes were replaced at file offset 0x00aa0000 - 0x2200 bytes were replaced at file offset 0x00aa8000 I can't tell if the replacement data came from a different part of the file, or somewhere totally different. Race condition somewhere sounds plausible.
gcd(0x2200,0x7800) = 512 So some part of the chain with 512 byte buffer size corrupted the data. It doesn't look like a memory corruption but if this were my computer I'd run the equivalent of memtest86 on it. It looks like a filing system corruption to me. Running `diskutil info` on the main harddisk and the sd card might be interesting to see if the block sizes match. Running a disk tester on the sd card and the ma…
Re: Apple Photos app corrupts images
#416I feel it's OM camera issue. I've been importing raws for years from Sony and earlier from Pentax and didn't experience it. In fact searching for "OM image corruption" shows bunch of results not related to Apple Photo. My guess is that OM has buggy SD driver which starts deletion before actual read finished.
Re: Apple Photos app corrupts images
#417I've not experienced corruption like the author, since my workflow involves copying the raw files from sdcard to harddrive, and then importing into Photos. After processing the raws in Photos, I export a .jpg back out to the filesystem. That's because my worry is corruption of the entire Library, which Photos stores as one gigantic opaque file/directory abomination. My .photoslibrary file is currently 70gb in size, a…
Re: Apple Photos app corrupts images
#418Re: Apple Photos app corrupts images
#419I’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
#420Earlier quoted context omitted.
Clipboard has been unstable on every OS (especially on Desktop - and I mean Linux, Windows and Mac), and I think part of the culprit is apps like Teams and Discord, if you Ctrl + C by mistake on an empty text box, IT COPIES THE EMPTY TEXT BOX effectively wiping your clipboard. It's the most irritating UX and it took me years to figure out. Always right click copy and right click paste, you'll notice it works 100% of…
Clipboard managers help a lot there. I just use KDE's default one, Klipper, and I raise the max entry number. If something bad replaces your copy, you can get the good one back from the history. There are nice features like QR code generation for your copied text if you want to quickly share something with someone else's phone as well.