Earlier quoted context omitted.
Thanks! Yeah it was fairly slow but we did some work to try to make it faster. Our process was 1. Remove all JS and CSS from the HTML file 2. Compress the file into a gzip stream 3. Base64 encode the file 4. Send it as a stream of text messages with some metadata on sequence numbers, etc SMS uses the GSM 03.38 encoding which is a 7 bit encoding. I think we were working on building a custom encoding scheme for it rath…
This is crazy that I stumbled upon this post, I just learned about HackerNews today and saw this on the front page! I've been working on making a sort of revival project of Cosmos browser for a couple months now using a custom encoding and better compression. With the GSM 03.38 spec, I found there are 125 usable characters that I could use as a custom base, but I found out that for some reason the 0x10 column of the…
You should put up a github repo when you're done, regardless of how you feel about the way the code looks. It will absolutely help during a job search.