Live data from Hacker News

Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan

smozzy.com

1–10 of 109 posts

Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan

#4
post #2

This is hilarious, gotta be the most inefficient way to access the web.

It's definitely not fast, but it's not quite as bad as you might think. While I was testing it, the whole pipeline, from pressing the "go" button to the page being fully rendered could take as little as 15 seconds.

Granted I'm just releasing this now, so if it gets any users at all we'll see how my cheap VPS holds up...

Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan

#6

That's pretty great- wish I had an android to try it! I can't help but wonder what kind of speed you actually get through that- would it be sufficient for day-to-day use, or just enough for a few patient page loads now and then?

Not sufficient for day-to-day use, probably between 15 seconds and a minute to get a page. But if you don't have a data plan, it's possibly better than nothing...

Re: Show HN: Smozzy (for Android/T-Mobile) - browse the web without a data plan

#10

Do you use compression at all or is it straight uncompressed HTTP via SMS? Or something else entirely? This is wonderful for it's creative (mis)use of texting...

The requests (which are just URLs, and any postdata/cookies if applicable) are sent to my server via SMS.

The responses are sent back to the phone via MMS, in up to 5 (I think?) segments. I download the webpage along with all resources (stylesheets, images, etc.) and put everything in a zip file. I encode the zip file as a PNG (each RGB pixel is 3 bytes of the zip file) and send the PNG in the MMS.

Post reply on HN