einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 day agoultimate storage hacksh.itjust.worksimagemessage-square73linkfedilinkarrow-up1817arrow-down120
arrow-up1797arrow-down1imageultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 day agomessage-square73linkfedilink
minus-squarestochastictrebuchet@sh.itjust.workslinkfedilinkarrow-up92·1 day 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-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·edit-219 hours agoBrowse your own machine as if it’s under alt.film.binaries but more so
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up15·1 day agoeach file is minimum 4kb (base64.length/max_character) * min_filesize < actual_file_size For this to pay off
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.
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
each file is minimum 4kb
(base64.length/max_character) * min_filesize < actual_file_size
For this to pay off