this post was submitted on 05 Jun 2024
225 points (97.1% liked)

Showerthoughts

29172 readers
177 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] blazebra@programming.dev 1 points 3 months ago (1 children)

7z can be at least decompressed in macOS & FreeBSD out of the box.

On windows tar.bz/gz/xz unpacks to tar and then to actual files. As tar is a separate archive format

[–] JasonDJ@lemmy.zip 1 points 3 months ago* (last edited 3 months ago) (1 children)

Windows having tar.gz support is great.

I have scripts for generating log bundles on user computers and sending to a share. tar.gz is great for compressing ~2.5GB text to send over VPN, and then I can open the .tar.gz direct from the network drive with minimal additional delay opening a 500MB text file inside.

[–] blazebra@programming.dev 2 points 3 months ago

I still prefer 7z for compression