Skip to content

Instantly share code, notes, and snippets.

🙂You:🙂 Compare popular compression formats like zip, 7zip, tar.gz, xz, rar in a tabular way

✨ChatGPT:✨ Here’s a clear side-by-side comparison of the most popular compression/archive formats:

Format Type Compression Ratio Speed (Compress/Decompress) Supports Splitting Encryption Open Source Common Use Cases
ZIP Archive + Compression ⭐⭐ (Moderate) ⭐⭐⭐⭐ / ⭐⭐⭐⭐ (Fast) Yes Yes (weak AES support varies) Yes General use, Windows default, sharing files
7z (7-Zip) Archive + Compression ⭐⭐⭐⭐ (High) ⭐⭐ / ⭐⭐⭐ (Slow compress, decent extract) Yes Yes (strong AES-256) Yes Maximum compression, backups
@Chrysaloid
Chrysaloid / ChatGPT export to Discord.py
Last active June 1, 2026 23:27
Use this https://chromewebstore.google.com/detail/chatgpt-to-markdown-pro-c/adghjpdmpbcmppeafpodcjpagmegdpci extension to export a ChatGPT conversation to a known folder and convert them with this script so you can paste them (or their fragments) to Discord
from pathlib import Path
import re
import subprocess
folder = Path("G:/Biblioteki Windows/Pobrane")
filePath = next(folder.glob("*ChatGPT_Export.md"), None)
if not filePath:
print("Nothing to export")
input("Press ENTER to continue...")
import os
os.environ["NO_COLOR"] = "1"
import shutil
import subprocess
import sys
import traceback
torrentParams = ""