This becomes an interesting thread. While you develope a method for exchange of data between different hardware (text only?), i will continue with the maximum compresssion case. I already had a message on screen, where the message itself was also "packed" in the dot at the end of the messageHere is some code I wrote adapting your datastore program so that it can share data between devices.
The pixel party continues: a booklet printed on one screen
-
Henko
- Posts: 835
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:

Re: The pixel party continues: a booklet printed on one screen
@ ricardobytes

-
Henko
- Posts: 835
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:

Re: The pixel party continues: a booklet printed on one screen
Upon further thinking (and fantasizing), one pixel may also contain a long integer number (0 - 2^32 or -2^31 - 2^31) or two integers of 16 bits size. In the latter case, one pixel could contain an x,y pixeladress on a screen as large as 32K x 32k pixels (which will undoubtly come at some future moment). This in turn facilitates the idea of scattering a pixelized message all over the screen using a linked list mechanism.
Using "integer" pixels, one could write functions to add, multiply, etc. pixels. These function would not be simple as the automatic conversion to floating format in SB has to be ignored.
I will stop here, because i see a new "pixel based" programming language coming up.
Thinking about encryption: i already made an hard to crack encryption/decryption function (somewhere in this programming section). If such encrypted message (which remains within the ascii character range) is pixelized and scattered over a screen, already filled with random pixels in the same ascii range, there is a double decryption problem. The reciever needs to know the key and the starting screen adres of the pixelized message on the screen.
Time to write some basic functions now.
Using "integer" pixels, one could write functions to add, multiply, etc. pixels. These function would not be simple as the automatic conversion to floating format in SB has to be ignored.
I will stop here, because i see a new "pixel based" programming language coming up.
Thinking about encryption: i already made an hard to crack encryption/decryption function (somewhere in this programming section). If such encrypted message (which remains within the ascii character range) is pixelized and scattered over a screen, already filled with random pixels in the same ascii range, there is a double decryption problem. The reciever needs to know the key and the starting screen adres of the pixelized message on the screen.
Time to write some basic functions now.
- Mr. Kibernetik
- Site Admin
- Posts: 4794
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:

Re: The pixel party continues: a booklet printed on one screen
Some time ago there were perfocards and punched tapes. It also could be called a pixel-based encoding 
-
Henko
- Posts: 835
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:

Re: The pixel party continues: a booklet printed on one screen
I have worked with both of them in the late sixties. With punched tape on the IBM 1620, and punched cards on the IBM 360 series thereafter. 