Live data from Hacker News

Show HN: A fast, privacy-first image converter that runs in browser

imageconverter.dev

11–20 of 39 posts

Re: Show HN: A fast, privacy-first image converter that runs in browser

#12

Congrats on shipping. However, the "Privacy First" and "No Ads" claim gets eroded pretty quickly by cookies, and requests to trackers like n.clarity.ms, google-analytics and adtrafficquality.google. Note - I don't actually have an issue with any of those things - if you wanna monetize this service through analytics and ads, that's up to you. But it's at odds with your privacy first claims.

Thanks for your advice, I’ll update some of the text to fix the issue

Re: Show HN: A fast, privacy-first image converter that runs in browser

#13

Congrats on shipping. However, the "Privacy First" and "No Ads" claim gets eroded pretty quickly by cookies, and requests to trackers like n.clarity.ms, google-analytics and adtrafficquality.google. Note - I don't actually have an issue with any of those things - if you wanna monetize this service through analytics and ads, that's up to you. But it's at odds with your privacy first claims.

Yeah, I made a local image compressor/converter for myself that's actually private: https://github.com/blopker/alic

Re: Show HN: A fast, privacy-first image converter that runs in browser

#14
post #13

Congrats on shipping. However, the "Privacy First" and "No Ads" claim gets eroded pretty quickly by cookies, and requests to trackers like n.clarity.ms, google-analytics and adtrafficquality.google. Note - I don't actually have an issue with any of those things - if you wanna monetize this service through analytics and ads, that's up to you. But it's at odds with your privacy first claims.

Yeah, I made a local image compressor/converter for myself that's actually private: https://github.com/blopker/alic

Good job!

Re: Show HN: A fast, privacy-first image converter that runs in browser

#15

upload... no uploads...

The FileReader web API enables you to make local files available to content running in the browser. This entails a file picker and, depending on the verbiage in your browser UI, that may talk about "upload." That doesn't mean anything is being sent anywhere. See MDN: https://developer.mozilla.org/en-US/docs/Web/API/FileReader (Or that nothing is; I have not audited this code. But I vouched the parent comment to point…

Great explanation!

Maybe I should not use the text ’upload’ to avoid the confusion

Re: Show HN: A fast, privacy-first image converter that runs in browser

#16
post #11

I build cool image tools: Here is another two tools you may found helpful https://bulkresizeimages.online/ https://resizeimage.dev/ all these tools process image just in browser and never upload images to any server. And more tools in the kitchen

https://squoosh.app/ has long been my go-to. UI is fantastic for letting me do the thing I most often am looking for, shrinking down large image files.

Re: Show HN: A fast, privacy-first image converter that runs in browser

#17
post #11

I build cool image tools: Here is another two tools you may found helpful https://bulkresizeimages.online/ https://resizeimage.dev/ all these tools process image just in browser and never upload images to any server. And more tools in the kitchen

https://squoosh.app/ has long been my go-to. UI is fantastic for letting me do the thing I most often am looking for, shrinking down large image files.

how about this ? can shrink bulk images lighting fast: https://bulkresizeimages.online/

Re: Show HN: A fast, privacy-first image converter that runs in browser

#20
post #15

Earlier quoted context omitted.

The FileReader web API enables you to make local files available to content running in the browser. This entails a file picker and, depending on the verbiage in your browser UI, that may talk about "upload." That doesn't mean anything is being sent anywhere. See MDN: https://developer.mozilla.org/en-US/docs/Web/API/FileReader (Or that nothing is; I have not audited this code. But I vouched the parent comment to point…

Great explanation! Maybe I should not use the text ’upload’ to avoid the confusion

Oh, I see it there in your copy. Yes, I would use a different verb there, such as "pick" or "choose" or "select."
Post reply on HN