Live data from Hacker News

How Apple's operating systems mistreat the user

gnu.org

31–33 of 33 posts

Re: How Apple's operating systems mistreat the user

#31
post #13

> In MacOS and iOS, the procedure for converting images from the Photos format[1] to a free format is so tedious and time-consuming that users just give up if they have a lot of them. [1] https://support.apple.com/guide/photos/export-photos-videos-... This (and a bunch of others) seems poorly sourced. It looks like Photos.app behaves the same as Aperture.app and many others. Your Library is a special folder. Your ori…

> I would be happy to see an open source photo library app structured the same way.

PhotoStructure libraries are set up this way, except you can choose to either keep all your assets where they were, or import them into a single, deduplicated directory structure.

The SQLite database schema is commented and straightforward, and migrations between versions are humanly readable (if you want to see exactly how the schema evolves).

I've open-sourced much of the code, but know that I'm hoping it can pay for rent some day soon. The current beta release is free in exchange for feedback. The next version will have both free and paid tiers.

> ... much better than CR2/NEF raw formats other camera makers use.

HEIV/HEIC typically contains one or more lossy, compressed images, much like JPEG.

CR2, NEF, ARW, ORF and DNG formats are all "raw" lossless formats that directly store sensor data along with metadata.

They're for very different use cases.

Re: How Apple's operating systems mistreat the user

#32

Earlier quoted context omitted.

> ...and yet, how popular are Linux phones and laptops compared to Apple? Linux phones are about 3x more popular. https://gs.statcounter.com/os-market-share/mobile/worldwide

Android isn’t really Linux, in that the commodity open source kernel is wrapped by proprietary value added software maintained by an army of highly paid professionals. You could swap out the kernel and no user would notice, or care.

> Android isn’t really Linux, in that the commodity open source kernel is wrapped by proprietary value added software maintained by an army of highly paid professionals.

Isn't that true for all popular distros?

Re: How Apple's operating systems mistreat the user

#33

Earlier quoted context omitted.

> ...and yet, how popular are Linux phones and laptops compared to Apple? Linux phones are about 3x more popular. https://gs.statcounter.com/os-market-share/mobile/worldwide

Android isn’t really Linux, in that the commodity open source kernel is wrapped by proprietary value added software maintained by an army of highly paid professionals. You could swap out the kernel and no user would notice, or care.

Android IS an Linux definitely but not GNU/Linux.
Post reply on HN