13
submitted 3 days ago by sag@lemm.ee to c/opensource@programming.dev

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 6 comments
sorted by: hot top controversial new old
[-] Kissaki@programming.dev 5 points 3 days ago

without downloading them (client side)

if they're client side they must be downloaded

[-] GetOffMyLan@programming.dev 2 points 1 day ago* (last edited 1 day ago)

I think it means to the file system. As in they only ever exist inside the browser sandbox in memory. This should be completely safe.

So you don't have to download them and drag to the browser. It requests the data and processes it in the browser environment.

[-] TheFinn@discuss.tchncs.de 1 points 1 day ago

Then IMO, it should say is something about saving the content client side.

[-] GetOffMyLan@programming.dev 1 points 1 day ago

I think the term downloading does imply that tbh. But i get your point.

[-] YodaDaCoda@aussie.zone 5 points 3 days ago

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@programming.dev 3 points 2 days ago

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

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

Opensource

1408 readers
7 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