Earlier quoted context omitted.
You really can't think outside of the box any more than that. This is so impressive.
In the 90s they had services that would send you HTTP pages and FTP files via email, for the poor schmocks that had email (e.g. via UUCP) but no FTP or WWW. You'll be surprised about all the boxes that have been erected for people to think in, as soon as you have discovered the world outside the particular box you've grown up in.
Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
101–109 of 109 posts
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#102Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#103Earlier quoted context omitted.
That's not true. PNG has some filters that pre-compress the image before sending it to zlib.
I'd say that still falls under the realm of being " pretty much a zlib compressed bitmap", no?
http://www.smashingmagazine.com/2009/07/15/clever-png-optimi...
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#104Great hack! I wonder if it's possible to reverse engineer the protocol so an appropriately crafted SMS message will send a goatse page to a friend's Android. :-)
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#105Earlier quoted context omitted.
These three activities have different QoS constraints: "voice" data is real time, lossy, and therefore has hardware assisted compression and routing; text messages and data are non-lossy, but have drastically different timing and retry constraints. So, even if they "traveled through the same towers and pipes" (they don't, a detail more expanded on by mdasen in his comment), it wouldn't make sense to charge the same f…
So it's UDP vs TCP? And why can't these be going over the same pipes?
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#106A cool idea :) This reminds me of that joke: Never underestimate the bandwidth of a truck loaded with hard disks :)
Funny thing is, I just transferred 1TB of data from work to home (offsite backup) in just 5 minutes today... via bicycle even! Didn't even think of that until just now. Guess the saying still holds true then! Although to be fair, doing the backups took considerably more time - a usb external hard disk doesn't copy 1TB that quickly...
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#107Earlier quoted context omitted.
It is the same thing. I created a similar tool for use on s60 (symbian) on several carriers in africa. Sitonmobile "packages" up the interactions with a web server into a series of compressed images and delivers it via mms where it can be replayed. It is obviously less interactive but works fairly well for web 1.0 content.
He's sending back html+js+css+images, not a static image. It is not the same thing; it is a better thing.
Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#108Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan
#109Earlier quoted context omitted.
A PNG is pretty much a zlib compressed bitmap.
That's not true. PNG has some filters that pre-compress the image before sending it to zlib.