this post was submitted on 19 Nov 2024
13 points (100.0% liked)

Opensource

1401 readers
51 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/47771637

Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side). It is a free and open source project.

Website: https://extractify.zip/

top 3 comments
sorted by: hot top controversial new old
[–] Kissaki 4 points 1 day ago (1 children)

without downloading them (client side)

if they're client side they must be downloaded

[–] [email protected] 4 points 1 day ago (1 children)

Yeah these statements don't align.

Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side).

Directly conflicts with

  • Sandbox mode to prevent malicious files. (use WebAssembly to extract files and don't use any server side code)
  • Don't need to upload your files to server. (work offline)

This just doesn't make sense.

[–] Kissaki 2 points 22 hours ago

I interpreted it as a wording issue on the "without downloading them" referring to you work locally - which matches "(client side)" as well.