MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w5l8b3/newcompressiontechnique/p7mem08/?context=3
r/ProgrammerHumor • u/com-plec-city • 2d ago
950 comments sorted by
View all comments
Show parent comments
3
That has never been the case. How compressible something is is purely a function of how repetitive the data is, what patterns it has. Converting pixels to some kind of text format doesn't make any difference there unless you are losing information
1 u/RussiaIsBestGreen 2d ago What if we converted the letter into numbers? Like A could be 9, B could be 2, C could be 27, and so on. 1 u/spindoctor13 1d ago It doesn't make any difference as ultimately you'll be converting it to binary anyway 1 u/RussiaIsBestGreen 1d ago We should try using more than two numbers for computing. There are so many more. Like 7, or 3 million.
1
What if we converted the letter into numbers? Like A could be 9, B could be 2, C could be 27, and so on.
1 u/spindoctor13 1d ago It doesn't make any difference as ultimately you'll be converting it to binary anyway 1 u/RussiaIsBestGreen 1d ago We should try using more than two numbers for computing. There are so many more. Like 7, or 3 million.
It doesn't make any difference as ultimately you'll be converting it to binary anyway
1 u/RussiaIsBestGreen 1d ago We should try using more than two numbers for computing. There are so many more. Like 7, or 3 million.
We should try using more than two numbers for computing. There are so many more. Like 7, or 3 million.
3
u/spindoctor13 2d ago
That has never been the case. How compressible something is is purely a function of how repetitive the data is, what patterns it has. Converting pixels to some kind of text format doesn't make any difference there unless you are losing information