unlimited-storage

YouTube filesystem tool for uploading arbitrary data to the service
git clone git://git.laack.co/unlimited-storage.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-09-29 00:46Wrote basic shell script for creating and uploading to github.Andrew Laack4+29-5
2025-09-29 00:18InitAndrew Laack1+0-0
2025-09-29 00:11InitAndrew Laack1+10-0
2025-09-28 19:38Added more code for auto-uploading, this isn't super useful... yet'Andrew Laack6+204-1
2025-09-14 22:44Wrote break_up scriptandrew.laack1+3-0
2025-09-14 22:28Updated decoderandrew.laack1+1-1
2025-09-14 06:21Added unlimited for python.andrew.laack2+214-0
2025-07-18 17:13Fixed stratified test by updating chunk size calculation.Andrew Laack3+18-6
2025-07-17 16:14started working on stratification test + functionallityAndrew Laack4+143-7
2025-07-17 15:23Updated readmeAndrew Laack2+10-0
2025-07-17 06:36Added tests, fixed a few issues with images. This seems to be working for single images. There is still work to be done for chunking behavior.Andrew Laack5+57-2
2025-07-17 03:59Was it that easy?Andrew Laack1+10-4
2025-07-17 03:53I have fixed the issue, but not in the most elegant way.Andrew Laack1+16-12
2025-07-17 03:05Created encoder/decoder logic. I now need to update the header logic because we currently don't know the number of characters we will write at the start.... should think about how to resolve this issue.Andrew Laack4+26-6
2025-07-17 02:35Updated chunk to overload and then state how much was written to the given frame. This is easier than calculating the size of the header, at least I thinkAndrew Laack4+30-68
2025-07-16 18:29I think there is an issue with sizingAndrew Laack3+47-33
2025-07-16 18:00Updated file reading logicAndrew Laack3+97-70
2025-07-11 17:53Updated some logic, need to add more testing and consideration for enforcing header valuesAndrew Laack3+57-18
2025-07-11 17:28Refactored project structure, updated reading header info from image, verified both sides work as expected.Andrew Laack6+166-56
2025-07-11 04:58Added header to output file.Andrew Laack1+19-6
2025-07-11 04:51Verified encoder portion of the systemAndrew Laack1+17-2
2025-07-11 04:37Started working on implementing a better system for encoding the filename and chunk information into the visible data instead of metadata.Andrew Laack2+26-10
2025-07-10 22:28Finished setting up encoder and decoder portions, verified they always match. Next I need to figure out how to stitch these together into a video and then finally improve performance.Andrew Laack4+178-7
2025-07-10 19:08Created chunk class for reading and writing a chunk of a file.Andrew Laack3+90-3
2025-07-10 18:02Init commitAndrew Laack2+7-0