Re: Had an idea - looking for a math buff to tell me if it's possible with today's technology.
On Thu, May 19, 2011 at 5:05 AM, Vitkovsky, Adam <avitkovsky@emea.att.com>wrote:
"inverse problem" This is what I believe Landon meant in his original post
Everybody started talking about compression -but that is I believe sending the result of the function -where both nodes know the function
But how hard if at all possible is to figure out a function(or set of functions) and variables that describe the given data
And than just send those functions and variables to the other node And let it to recompute the original file
Complex function can be represented by simple numbers to shrink down the amount of data to be sent over the wire
If the file is: 1048576
-than that coule be represneted via: 1*1 X=2 Y=10 Where both nodes would know that 1 = x^y
Just wanted to say yes, this is entirely what I meant. Of course the smaller the file the more pointless it gets but still... If the file was 1GB instead of just 7 bytes I'm wondering if a regular old workstation could put it back together in any reasonable amount of time with the equation. -- Landon Stewart <LStewart@SUPERB.NET> SuperbHosting.Net by Superb Internet Corp. Toll Free (US/Canada): 888-354-6128 x 4199 Direct: 206-438-5879 Web hosting and more "Ahead of the Rest": http://www.superbhosting.net
On May 19, 2011, at 11:42 AM, Landon Stewart wrote:
On Thu, May 19, 2011 at 5:05 AM, Vitkovsky, Adam <avitkovsky@emea.att.com>wrote:
"inverse problem" This is what I believe Landon meant in his original post
Everybody started talking about compression -but that is I believe sending the result of the function -where both nodes know the function
But how hard if at all possible is to figure out a function(or set of functions) and variables that describe the given data
And than just send those functions and variables to the other node And let it to recompute the original file
Complex function can be represented by simple numbers to shrink down the amount of data to be sent over the wire
If the file is: 1048576
-than that coule be represneted via: 1*1 X=2 Y=10 Where both nodes would know that 1 = x^y
Just wanted to say yes, this is entirely what I meant. Of course the smaller the file the more pointless it gets but still... If the file was 1GB instead of just 7 bytes I'm wondering if a regular old workstation could put it back together in any reasonable amount of time with the equation.
While many folk have said "You've just invented compression", I'm going to be a little more specific -- "Wavelet compression". W
-- Landon Stewart <LStewart@SUPERB.NET> SuperbHosting.Net by Superb Internet Corp. Toll Free (US/Canada): 888-354-6128 x 4199 Direct: 206-438-5879 Web hosting and more "Ahead of the Rest": http://www.superbhosting.net
On Thu, May 19, 2011 at 4:34 PM, Warren Kumari <warren@kumari.net> wrote:
Just wanted to say yes, this is entirely what I meant. Of course the smaller the file the more pointless it gets but still... If the file was 1GB instead of just 7 bytes I'm wondering if a regular old workstation could put it back together in any reasonable amount of time with the equation.
While many folk have said "You've just invented compression", I'm going to be a little more specific -- "Wavelet compression".
'quantum entanglement'!!
On Thu, May 19, 2011, Warren Kumari wrote:
Just wanted to say yes, this is entirely what I meant. Of course the smaller the file the more pointless it gets but still... If the file was 1GB instead of just 7 bytes I'm wondering if a regular old workstation could put it back together in any reasonable amount of time with the equation.
While many folk have said "You've just invented compression", I'm going to be a little more specific -- "Wavelet compression".
Well, yes. There's other types of function driven compression rather than dictionary driven compression (which is just function driven compression :-), eg iterated function systems. The problem is finding a method that works for a variety of data. From what I understand, (lossless) wavelet compression isn't fantastic for arbitrary types of data. I'd suggest the original poster pull up some literature introducing them to information theory and compression techniques in general. Heck, even the wikipedia article on lossless compression is a good starting point. I think once the original poster understands some of the basics of information theory and coding as it relates to representing say 1GB from 7 bytes as given above, they may be better equipped to ask more specific (and useful!) questions. HTH, Adrian
participants (4)
-
Adrian Chadd
-
Christopher Morrow
-
Landon Stewart
-
Warren Kumari