Earlier quoted context omitted.
I am moving this direction, but for now as a redundancy purpose. Copied google take out into immich, who has its mountpoint use truenas iscsi backed by zfs. Zfs is set to take snapshots frequently.
Just a warning, I don't think that ZFS snapshots are sufficient for ZFS bitrot protection. Ensuring ZFS has at least 2 copies on physically separate disks and using scrub frequently is the way, right? Please correct me if I am wrong HN!
Apple Photos app corrupts images
331–340 of 471 posts
Re: Apple Photos app corrupts images
#332Earlier quoted context omitted.
My phone is off at night and I don't have a watch. I try not to let these huge companies FUD me into thinking that I appreciably change my odds of surviving an accident by buying their technology, but I get that others see it differently.
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
The Insurance Institute for Highway Safety has done a lot as a private organization to raise standards for automotive safety but the statistics they publish that show that larger vehicles are safer than larger vehicles are frequently wrongly interpreted -- in many of the cases where the large vehicle does better it's not that you die in the smaller vehicle but instead get a broken bone. Once something is seen as "life or death" some people will think they have no choice but to spend another $50,000, spew another 20 tons of carbon pollution, etc.
Re: Apple Photos app corrupts images
#333Earlier quoted context omitted.
I still don't under stand why Apple limits updates to their first party apps to OS updates. They could really benefit from how Google does it on Android and decouple it. Push updates to their first party apps via the app store like everyone else, and let the OS update on its own separate schedule.
They somehow separate out certain apps, like Safari (on occasion), the iWork suite, and the Pro apps, but I have no idea why they insist on coupling apps like Photos and Music to OS updates.
In Sonoma or Sequoia they started bundling all Safari updates with macOS, but right now Safari 26 appeared as a separate update in Sonoma/Sequoia—-and it will likely stay that way.
Each thing separately can be explained, but when put together it’s somewhat messy..
Re: Apple Photos app corrupts images
#334Earlier quoted context omitted.
I guess the reason why modern times feel so bland is because we all agree on the lowest common denominator, and then celebrate that as "iNcLuSiViTy". If anything you do has any personality, aka deviates from the standard workflow, it immediately gets a disadvantaged position on the free market. It's like, we collectively prioritize efficiency over fun and then we wonder why life is not fun even though it is efficient…
Dumb frat-boy innuendos count as personality now, huh? Let's just leave aside the fact that the name genuinely made many people uncomfortable and unwelcome there (it did), it was also just teenage and immature. There's ways to inject personality and fun into a social experience without giggling about sex. Talk about lowest common denominator...
Re: Apple Photos app corrupts images
#335Earlier quoted context omitted.
Unless one's title is going to be "VP" or "SVP", the chance that someone joins BigTech and gets to "improve the process" is usually miniscule. You're being hired as cog #21 on team #54 and there is a large backlog of JIRA (well, in this case, Radar) tickets to grind through. There will be people who tell you what the processes are, and to not deviate from them. And you shouldn't get mad at those people, either--they'…
[flagged]
Hold on to your optimism, but try not to let that turn into scorn for folks who've seen the other side.
Re: Apple Photos app corrupts images
#336Earlier quoted context omitted.
Purposely? Could you elaborate?
People, including me, had a lot of playlists of ripped cds and downloaded mp3s, all categorized, rated, and with years of play count history. Then apple fucked everyones libraries up completely in an auto update, destroying the metadata and making them unusable, except for songs bought via apple music that is...
Re: Apple Photos app corrupts images
#337Earlier quoted context omitted.
A five year old is going to find "just squeeze" easier than doing that.
five year olds shouldn't have a phone, and should be supervised. even if they have a phone, they are unlikely to handle it with the care it requires.
Re: Apple Photos app corrupts images
#338For the 99.999% of us who just use our phone, nothing to worry about.
Scared me for no reason! =P
Re: Apple Photos app corrupts images
#339Earlier quoted context omitted.
Dumb frat-boy innuendos count as personality now, huh? Let's just leave aside the fact that the name genuinely made many people uncomfortable and unwelcome there (it did), it was also just teenage and immature. There's ways to inject personality and fun into a social experience without giggling about sex. Talk about lowest common denominator...
> Dumb frat-boy innuendos count as personality now, huh? There are many personalities. Not everything has to be mature
The problem is that societal consesus is often wrong, and that image of a perfectly mature person actually does have a lot of problems with it. Every generation discovers this, and redefines that ideal.
40 years ago in my country a "mature man" was expected to take part in alcohol drinking contests until blackout. Nowadays a "mature man" is expected to drink as little alcohol as possible.
Neither attitude is actually about learning and forming a personal, informed opinion, both of them are about following whatever is currently in fashion.
Re: Apple Photos app corrupts images
#340It seems to be an import pipeline bug. Photos does a lot of extra work on import (merging RAW+JPEG pairs, generating previews, database indexing, optional deletion), so my guess is a concurrency bug where a buffer gets reused or a file handle is closed before the copy finishes. Rare, nondeterministic corruption fits the profile.
What’s wild is that this kind of bug feels like something that should’ve been caught with even minimal end-to-end integrity checks