einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 13 天前ultimate storage hacksh.itjust.worksexternal-linkmessage-square90fedilinkarrow-up1897arrow-down125
arrow-up1872arrow-down1external-linkultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 13 天前message-square90fedilink
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up16·13 天前each file is minimum 4kb (base64.length/max_character) * min_filesize < actual_file_size For this to pay off
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up2·9 天前 each file is minimum 4kb $ touch empty_file $ ls -l total 8 -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file $ wc -c empty_file 0 empty_file Huh?
each file is minimum 4kb
(base64.length/max_character) * min_filesize < actual_file_size
For this to pay off
Just use folders instead 😏
$ touch empty_file $ ls -l total 8 -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file $ wc -c empty_file 0 empty_file
Huh?
Oh, I’m thinking folders aren’t I. Doy…