Here are more details: Spectrocable, his first invention to be launched and brought to market, is a new optical fiber system that uses 16 million different colors to increase data transfer speeds significantly, compared to technologies on the market today. With Spectrocable, data transfer will be instantaneous which will revolutionize the way we use the internet and share information. For example, the entire 40TB of…
Wouldn't that just be multiplexing on steroids?
Compress 7G to 1K with epic vaporware
31–40 of 55 posts
Re: Compress 7G to 1K with epic vaporware
#32Re: Compress 7G to 1K with epic vaporware
#33Fun read though.
Re: Compress 7G to 1K with epic vaporware
#34Earlier quoted context omitted.
I hate to break it to you, especially since I don't exactly understand the scheme you're describing, but "virtually unlimited compression" is impossible [1]. [1] http://en.wikipedia.org/wiki/Shannon's_source_coding_theorem
I hate to break it to you, but if super massive black holes exist, it is maybe possible. (Curious, if this is wrong or can be broken too)
Re: Compress 7G to 1K with epic vaporware
#35Earlier quoted context omitted.
"Spectrocable, data transfer will be instantaneous" So... he solved the issue of going past the speed of light? I think the DOD just found their MVP for the next 10 000 years for he shall sit upon a golden throne and rule mankind with that kind of intellect.
hahaha, fun how this thread turns out. But keep in mind: Using R/G/B Lasers won't increase the speed of light, so don't try to debunk BS with BS. I have read about an indian student 4y ago who invented a geometrical compression algorithm that could save about 80GB onto an image, the size of an A4 document. Never heard back from him
Re: Compress 7G to 1K with epic vaporware
#36I had an idea awhile back about treating large files as insanely large hex integers, then dividing that by a huge known prime, and basically storing 3 smaller integers that plug into the equation "ax + b", where x is the known prime, a is what you found when doing the division, and b is the remainder. Plugging those numbers into the equation would give you the huge integer representing the original file. I'm assuming…
Let's try your algorithm with the number 25 (11001 in binary). One formulation is 2(11)+3. The primes up to 25 are 2,3,5,7,11,13,17,19,23, so we'll use the index 4 to represent the prime number 11. To lay this out, we need to represent three numbers: 2, 4, and 3. Without the inevitable markings you'd need to delineate when numbers started and stopped, the bit string would look like 10 100 11. Using 11 as the prime, y…
Re: Compress 7G to 1K with epic vaporware
#37Earlier quoted context omitted.
"Spectrocable, data transfer will be instantaneous" So... he solved the issue of going past the speed of light? I think the DOD just found their MVP for the next 10 000 years for he shall sit upon a golden throne and rule mankind with that kind of intellect.
hahaha, fun how this thread turns out. But keep in mind: Using R/G/B Lasers won't increase the speed of light, so don't try to debunk BS with BS. I have read about an indian student 4y ago who invented a geometrical compression algorithm that could save about 80GB onto an image, the size of an A4 document. Never heard back from him
It does work, he just slightly overestimated the maximum density :) There is an open-source implementation (http://ollydbg.de/Paperbak/) that stores ~3mb per page.
Re: Compress 7G to 1K with epic vaporware
#38Earlier quoted context omitted.
Let's try your algorithm with the number 25 (11001 in binary). One formulation is 2(11)+3. The primes up to 25 are 2,3,5,7,11,13,17,19,23, so we'll use the index 4 to represent the prime number 11. To lay this out, we need to represent three numbers: 2, 4, and 3. Without the inevitable markings you'd need to delineate when numbers started and stopped, the bit string would look like 10 100 11. Using 11 as the prime, y…
Like I said, probably full of shit, but I think of odd stuff in the shower. With really, really huge (like the aforementioned 7GB) numbers, you might see something better, sort of how there's a point with most compression methods that the header is bigger than the data being compressed. Kinda doubting it now, though.
This times out quickly if you use too big of a number, but you can play around with integers here: http://codepad.org/4mnHI9E3
Based on what I see, it compresses poorly at the beginning and then reaches parity. At 1,000,000 (tested on my machine, not Codepad since it times out), you get one bit of profit, but 1,000,005 is at parity, suggesting that it's not very stable.
Also, this is assuming that the decompressor can make sense of the absolute smallest representation you could lay out these numbers with, which is basically not going to happen. That additional padding would destroy any potential savings you got.
Re: Compress 7G to 1K with epic vaporware
#39It's always April 1st somewhere! Edit: I've once thought of a system which would allow virtually unlimited compression, the only drawback is that it would take an insane amount of time to execute. Imagine a chess board, a 8x8 grid of alternating black and white tiles. Now you write an algorithm that performs permutations, 2 by 2, 4 by 4, etc, in a predefined order. If you do enough permutations, at some point you're…
I hate to break it to you, especially since I don't exactly understand the scheme you're describing, but "virtually unlimited compression" is impossible [1]. [1] http://en.wikipedia.org/wiki/Shannon's_source_coding_theorem