einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 5 days agoultimate storage hacksh.itjust.worksexternal-linkmessage-square87fedilinkarrow-up1893arrow-down123
arrow-up1870arrow-down1external-linkultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 5 days agomessage-square87fedilink
minus-squarestochastictrebuchet@sh.itjust.workslinkfedilinkarrow-up94·4 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-up16·4 days agoeach 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·23 hours 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-squaretetris11@lemmy.mllinkfedilinkarrow-up1·22 hours agoOh, I’m thinking folders aren’t I. Doy…
minus-squaremmddmm@lemm.eelinkfedilinkarrow-up10·4 days agoI’d go with a prefix, so it’s ls-friendly.
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·edit-24 days 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
$ 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…
Just use folders instead 😏
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