Earlier quoted context omitted.
I'm not sure why this gets a special term. It sounds like basic supply and demand. If you decrease the price of something by increasing the efficiency of production, you will obviously capture more of the demand curve. What am I missing?
A lot of people naively assume that if you can use a resource more efficiently, then total use will go down, "because you don't need as much, right?" See: the entire popular support for efficiency mandates. (Edit: Also, this very example -- I certainly didn't expect that a faster site would allow that many more users: my model was more "either they want to see your site, or they don't", i.e. inelastic demand.) The (c…
The web sucks if you have a slow connection
441–450 of 622 posts
Re: The web sucks if you have a slow connection
#442I found out this the hard way. T-Mobile used to offer 2G internet speeds internationally in 100+ countries included in Simple Choice subscriptions. 2G is limited to 50 kbit/s, that's slower than a 56K modem. While this absolutely fine for background processes (e.g. notifications) and even checking your email, most websites never loaded at these speeds. Resources would time out, and the adverts alone could easily exce…
My 35Mbit cable got shaped down to 0.25 Mbit/s yesterday because we went over our download limit. It was like having no connection. I just gave up using it. I hate the all-or-nothing approach to shaping. At least give me 5Mbit or something!
Re: The web sucks if you have a slow connection
#443Earlier quoted context omitted.
I used a Pentium at 133 MHz at the time, and it struggled to play MP3. The tracks would stutter.
Yes I remember using mods and xm files instead as attempting to play a low bitrate MP3 on a Pentium 100 (I think?) Elonex laptop meant 100% CPU. Even tried it on mpg123 and mpg321 on RedHat on a 486 DX66 - I was poor. Didn't fare any better.
Re: The web sucks if you have a slow connection
#444Sad thing is that most of the web sucks on rather fast connections too. Pages being almost 5mb of data, making multiple dozens of requests for librairies and ads. Ads updating in the background, consuming evermore data. I don't notice it much on my PC, since I've got a FTTH connection, but on LTE and 3G, it's very noticeable. Enough that I avoid certain websites. And that's nowhere near slow by his standards. I do ag…
Re: The web sucks if you have a slow connection
#445Earlier quoted context omitted.
Incidentally, you may find GMail's "basic HTML view" works better when your connection's throttled: https://support.google.com/mail/answer/15049 And as for reddit, their old mobile view is still available at the "i." subdomain - it's so much lighter-weight than the dreadful JS-laden one they introduced a while back, it's the only way to use reddit on mobile IMO: https://i.reddit.com
Reddit appears to be actively trying to hurt the mobile experience. They bought the best iPhone reddit app, and removed it from the store entirely. They are also currently trialling a version of the mobile site that does not work at all if you aren't logged in. Personally I'd prefer they just show ads on mobile than make the experience suck on purpose.
For the last month, it's given me the new mobile version. It never remembers that I don't want to try their app (and the opt out link is both tiny and right under the giant yes please button)
But the worse part? I'm on a fast home connection, and the mobile site gives the same loading/network experience as being in the Welsh countryside.
Re: The web sucks if you have a slow connection
#446> The main table in this post is almost 50kB of HTML Just for fun, I just took a screenshot of that table and made a PNG with indexed colors: 21243 bytes.
And converted to using single-character class names and reducing the CSS needed, it can be down to about 3KB, sans-compression. (I manually minified the whole source; the original is 53313 bytes, 12438 gzipped, while my minified source is 25628, 10124 gzipped. Most of the bloat in the tables compresses really well, as is common with such things.)
Just curious how you went about it, if it was /all/ manual or some interesting technique.
My result was not too shabby, 7kb I think it was when I stopped due to the time cropping up.
Re: The web sucks if you have a slow connection
#447Earlier quoted context omitted.
How so? I don't really see the similarity
Both describe unexpected effects when trying to extrapolate from price and quantity involved in individual use cases. Jevons: Quantity required per use goes down, so you might expect total demand to decrease. Instead total consumption goes up. Giffen: Price per use goes up, so you might expect total demand to decrease. Instead, total consumption goes up. Either could increase consumption by displacing available subst…
Re: The web sucks if you have a slow connection
#448Earlier quoted context omitted.
I've tried using Google products from Africa (Ethiopia ... last time this January), and generally, it is right out unusable. JS-heavy apps like GMail will never load properly at all. This while the connection in itself is not THAT bad. I use to use a 3G/4G mobile connection and it generally works excellent, with pretty quick load times, for everything else than javascript-heavy web apps. I have a hard time understand…
In Ethiopia's case, it's not so much the connection speed in Addis. There's a great deal of interference from the national Deep Packet Inspection filters that leads to timed-out requests, reset TCP connections, etc. JS-heavy apps make a lot of requests to background servers and should one of those requests fail, apps will hang. It's quite frustrating and I would often load pages with the console open to see which req…
I think the standard of whats considered slow, bloated, complex has become absurd. I think if the processor companies today release processors that say improves the single thread performance 10 times in two years gmails and facebooks of the world will eat all that up with marginal improvement in functionality. I'm talking about the client side, in the server side yeah they may make 10 times more complex analysis though most likely 80% will go to feeding us more accurate ad.
Re: The web sucks if you have a slow connection
#449After spending a month in Mexico, including regions with spotty/inconsistent service from one minute to the next, I think the problem goes deeper. Browsers are IMO terrible at mitigating intermittent and very slow connections. Nothing I browse seems to be effectively cached other than Hacker News. Browsers just give up when a connection disappears, rather than holding what they have and trying again in a little bit.…
Re: The web sucks if you have a slow connection
#450Earlier quoted context omitted.
It's not only about connection speed but also about infrastructure. If you look at this map https://cloud.google.com/about/locations/ you'll see that your packets have a looong way to reach their data center. AWS is no better than Google on this point. Guess it's not bankable
That only adds about 200-300ms RTT I'd guess. I live in India and use many websites which are hosted in the US, and they work fine.
There are usually CDN nodes in India. Cloudfront has edge nodes there, google's cdn does.
There's also a Mumbai AWS datacentre.
When you get far away from the common edges, it gets real noticeable.