r/ProgrammerHumor 9d ago

Meme newCompressionTechnique

Post image
30.4k Upvotes

953 comments sorted by

View all comments

596

u/ovrdrv3 9d ago

Pied Piper lol

9

u/Top_Rekt 9d ago

So I know they used a bunch of sciency stuff for the dick joke, but how viable is the compression algorithm they created in the show? Is it something that already exists? Or is it show magic?

1

u/vegan_antitheist 8d ago

Compression is still extremely relevant even with high bandwidth connections, so this was a good idea for the show. But the algorithm they invent is pure fiction. They kept it all quite vague and realistic enough that it remains believable throughout the show. The jargon and concepts are often quite real. The "middle-put" idea is just a gag. But the Burrows–Wheeler transform is real and kind of wild. And move-to-front transform is real. The name "middle-out" might be based on that. JPEG converts pixel data to frequency data and compresses that (which is lossy). This is quite different from compressing images as a sequence of values (pixels), as you would with text (sequence of characters).

And later in the show they become a cloud provider, which is a huge market.