this post was submitted on 11 May 2025
871 points (97.3% liked)

Programmer Humor

24849 readers
650 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 39 points 1 month ago (8 children)

Reminds me of a project i stumbled upon the other day using various services like Google drive, Dropbox, cloudflare, discord for simultaneous remote storage. The goal was to use whatever service that has data to upload to, to store content there as a Filesystem.

I only remember discord being one of the weird ones where they would use base512 (or higher, I couldn't find the library) to encode the data. The thing with discord, is that you're limited by characters, and so the best way to store data in a compact way is to take advantage of whatever characters that are supported

[–] [email protected] 14 points 1 month ago* (last edited 1 month ago) (2 children)

"Harder Drive"

Store the data in pings that constantly get resent to keep the data in the internet

load more comments (6 replies)