Live data from Hacker News

Show HN: I made a privacy-friendly and free image, audio and video converter

fileconverter.tommyjepsen.com

21–24 of 24 posts

Re: Show HN: I made a privacy-friendly and free image, audio and video converter

#21

Extremely convenient. Nice to see WASM is enabling such use cases. It's crazy how many online converter websites and none of them are good (ads, paid features, etc.). My recommendation: think about PDFs. A lot of space for disrupting existing conversion websites there when it comes to speed, privacy, UI/UX. Not even anything complicated: splitting, combining, rotating, compressing, etc.

Take a look at https://github.com/Stirling-Tools/Stirling-PDF

This might be the tool you are looking for. Locally hosted too

Re: Show HN: I made a privacy-friendly and free image, audio and video converter

#22

Extremely convenient. Nice to see WASM is enabling such use cases. It's crazy how many online converter websites and none of them are good (ads, paid features, etc.). My recommendation: think about PDFs. A lot of space for disrupting existing conversion websites there when it comes to speed, privacy, UI/UX. Not even anything complicated: splitting, combining, rotating, compressing, etc.

Take a look at https://github.com/Stirling-Tools/Stirling-PDF This might be the tool you are looking for. Locally hosted too

Thanks. Very much what I'm looking for.

Re: Show HN: I made a privacy-friendly and free image, audio and video converter

#23

I wish pages like this had a way to specify, in the HEAD tag, that they are to be run in an additional sandbox with zero network access. That way, the user agent could render them in a special way to indicate to the user that it is safe to share data with the app. Because nothing is stopping this app from updating its code after a few weeks in order to begin shipping data. Of course, you can download the page and the…

This may eventually come to life via Isolated Web Apps https://github.com/WICG/isolated-web-apps/issues/1 or for example via webpackage https://github.com/WICG/webpackage/issues/576

The first step along the way though is making actually secure web apps possible.

Aren't secure web apps already possible? Well, Signal among others thinks otherwise. See the Isolated Web Apps explainer for a full explanation https://github.com/WICG/isolated-web-apps

Post reply on HN