einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoultimate storage hacksh.itjust.worksimagemessage-square78linkfedilinkarrow-up1853arrow-down122
arrow-up1831arrow-down1imageultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square78linkfedilink
minus-squarestochastictrebuchet@sh.itjust.workslinkfedilinkarrow-up93·2 days 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-squaretetris11@lemmy.mllinkfedilinkarrow-up15·2 days agoeach file is minimum 4kb (base64.length/max_character) * min_filesize < actual_file_size For this to pay off
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·edit-21 day 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.
I’d go with a prefix, so it’s ls-friendly.
each file is minimum 4kb
(base64.length/max_character) * min_filesize < actual_file_size
For this to pay off
Browse your own machine as if it’s under alt.film.binaries but more so