5 ms·
For HN, where readers are expected to be hackers, reading that you might want to go online to convert a HEIC to something is a little bit weird. Paragraphs like
by ventana 1mo ago
For HN, where readers are expected to be hackers, reading that you might want to go online to convert a HEIC to something is a little bit weird. Paragraphs like this:
The Shift to Client-Side Processing (Local Conversion)
To solve this privacy dilemma,
modern web development has shifted towards Client-Side Processing.
This means the conversion software runs entirely
inside your web browser using your device's own hardware,
without ever transmitting the file over the internet.
makes me cringe. Local conversion is not when you open a conversion website in your browser monstrosity that runs JavaScript locally. Local conversion is when you use ImageMagick to convert a file from any format to any format locally, without launching a browser, completely unnecessary for this purpose.