@[email protected] to Programmer [email protected] • 2 months agoultimate storage hacksh.itjust.worksimagemessage-square90fedilinkarrow-up1886
arrow-up1886imageultimate storage hacksh.itjust.works@[email protected] to Programmer [email protected] • 2 months agomessage-square90fedilink
minus-squarestochastictrebuchetlinkfedilink93•2 months agoBroke: file names have a max character length. Woke: split b64-encoded data into numbered parts and add .part-1…n suffix to each file name.
minus-square@[email protected]linkfedilink16•2 months agoeach file is minimum 4kb (base64.length/max_character) * min_filesize < actual_file_size For this to pay off
minus-squareThe Ramen DutchmanlinkfedilinkEnglish2•1 month ago 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?
minus-squareThe Ramen DutchmanlinkfedilinkEnglish2•19 days agoIt seems those are 4 KiB on Linux, interesting to know.
minus-square@[email protected]linkfedilinkEnglish2•edit-22 months agoBrowse your own machine as if it’s under alt.film.binaries but more so
Broke: file names have a max character length.
Woke: split b64-encoded data into numbered parts and add .part-1…n suffix to each file name.
each file is minimum 4kb
(base64.length/max_character) * min_filesize < actual_file_size
For this to pay off
Just use folders instead 😏
Huh?
Oh, I’m thinking folders aren’t I. Doy…
It seems those are 4 KiB on Linux, interesting to know.
I’d go with a prefix, so it’s ls-friendly.
Browse your own machine as if it’s under alt.film.binaries but more so