this post was submitted on 13 Sep 2023
691 points (97.7% liked)

Programmer Humor

31329 readers
43 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lemann@lemmy.one 87 points 10 months ago (16 children)

Ah, good ol' Microsoft Office. Taken advantage of their documents being a renamed .zip format to send forbidden attachments to myself via email lol

On the flip side, there's stuff like the Audacity app, that saves each audio project as an SQLite database ๐Ÿ˜ณ

[โ€“] Hexagon@feddit.it 52 points 10 months ago (1 children)

Also .jar files. And good ol' winamp skins. And CBZ comics. And EPUB books. And Mozilla extensions. And APK apps. And...

[โ€“] neo@lemmy.comfysnug.space 9 points 10 months ago (1 children)

cbz is literally just a renamed zip

[โ€“] MonkderZweite@feddit.ch 4 points 10 months ago (1 children)

Btw, you can create "chapters" by creating folders. Easy to automate with a loop.

[โ€“] neo@lemmy.comfysnug.space 1 points 10 months ago

a lot of the time i handle it manually since i try to pack things in "volumes" that most closely mimic physical releases, and writing the code to get that information would be slower than just looking it up manually

so, for example, the first volume of bleach has 7 chapters, so i'd pack those 7 chapters together into one cbz, the second volume in another cbz, etc.

load more comments (14 replies)