Live data from Hacker News

Browse the web like its 1999

oldweb.today

91–100 of 136 posts

Re: Browse the web like its 1999

#91
post #89
post #62

Earlier quoted context omitted.

> Browsers are now so fast and capable that you can emulate whole OS with another browser in them, which you can then use to browse Yes they can emulate a whole OS. It's browsing at what they suck. Seconds wasted for TLS handshake, seconds wasted on downloading MB of JS, then realizing content is missing, another TLS handshake, another download, then some ads, some tracking scripts and finaly the page is displayed. O…

> then some ads, some tracking scripts Well, these at least are fixable. The web is unusable without uBlock Origin and NoScript.

Seconded uBlock Origin, the web is unusable without it. I moved however from NoScript to uMatrix, which can block with more granularity, but needs to be either kept default off or "trained" because its factory settings are very strict and could block a lot of necessary stuff (ie, don't install it to non technical users).

Re: Browse the web like its 1999

#93

This just makes me angry. Browsers are now so fast and capable that you can emulate whole OS with another browser in them, which you can then use to browse . So why does half of the websites in 2021 feel so sluggish? GMail, which was famous for loading fast, sometimes takes forever to load. I need to wait minutes when reading news websites while elements randomly jump around the page (seriously, why does pages do tha…

It's basically Parkinson's law. If someone is given NASA's resources to move a piece of paper across the room, they will find a way to use a space shuttle to do it and call you oldfashioned for doing it by hand.

I'd like to argue that we also have Jevon's paradox at work here, which was discussed recently on HN: https://news.ycombinator.com/item?id=29720260

Basically, more resources mean that people will use more of these resources. And therefore any optimizations that go resource effectiveness (in this case browser efficiency) will be negated.

Re: Browse the web like its 1999

#94
post #29

This just makes me angry. Browsers are now so fast and capable that you can emulate whole OS with another browser in them, which you can then use to browse . So why does half of the websites in 2021 feel so sluggish? GMail, which was famous for loading fast, sometimes takes forever to load. I need to wait minutes when reading news websites while elements randomly jump around the page (seriously, why does pages do tha…

Did you try restarting your computer? If that doesn't work, try restarting your router.

A 5 y/o girl, watching me troubleshooting an error on a TV at family gathering, suggested I restart the TV. I told her mother the child had demonstrated sufficient knowledge to work in modern IT support.

Re: Browse the web like its 1999

#95

Earlier quoted context omitted.

I wouldn't go as far as calling it an "IE", because those of us who lived through that know it was a completely different experience. But yes, Safari is slow in implementing new features a bit and it does get annoying from time to time. But it's nowhere near the IE hell from ~2000 - 2008.

It totally is. I used to write custom CSS for IE to make drop shadows work (it didn't support the standard syntax). Now I write custom CSS for Safari to make drop shadows work (there's a bug where if you remove the node, its shadow sometimes stays behind).

And? Single data point.

Re: Browse the web like its 1999

#96
post #62

Earlier quoted context omitted.

> Browsers are now so fast and capable that you can emulate whole OS with another browser in them, which you can then use to browse Yes they can emulate a whole OS. It's browsing at what they suck. Seconds wasted for TLS handshake, seconds wasted on downloading MB of JS, then realizing content is missing, another TLS handshake, another download, then some ads, some tracking scripts and finaly the page is displayed. O…

> Seconds wasted for TLS handshake The few hundred milliseconds is worth it to stop someone sniffing my browsing details on an open network. I can remember browsing the web using 56k. That was slow.

Yeah, where's browsing the web like it's 1993?

Re: Browse the web like its 1999

#97
post #72

Earlier quoted context omitted.

Yup. This is also happening in gaming, where 2D pixel art platformers are now above 1GB in size https://store.steampowered.com/app/504230/Celeste/ https://apps.apple.com/us/app/castlevania-grimoire-of-souls/... When the hardware was restricted, such games used to be squeezed onto a 48MB SNES cartridge

It's a bit unfair because modern pixel art games are literally nothing like old pixel art games. For one, the resolution has gone from 400x300 to ~3000x1500 and more, and the number of color went from 8 to millions. All those pixels in high-res pixel art have to still be stored somewhere. Even though I still agree that some games do not deserve to be as fat as they are.

At the same time, we're talking about bitmaps here, not 4K textures.

Re: Browse the web like its 1999

#99
post #43

Earlier quoted context omitted.

Consider typical Medium blog post. If by chance you block certain actions, you'll see it spin ridiculous amount of CPU, trying to sent tracking data all the time over graphql. Some tracking systems injected (often without developer involvement, using so-called tag managers) will send your mouse position and clicks. Through tag managers, you can easily end up loading 50 different scripts, often compiled with attendant…

I guess. The fact is, modern javascript is FAST. And with http3, and compression, you can make things load really REALLY fast. Much faster than in 1994! And you have things like tree shaking where you can make the js tiny. Not speaking about wasm, that’s even faster, or putting things to web workers. Modern CSS is so easy to use. And of course CDNs are nowadays all around the globe. Chrome debugging tools are pretty…

Round trips for ad auctions are a part of it, but my take is that there are redundencies, literally a dev team that doesn’t exist anymore wanted to use one metrics tracker, it was never deleted and a newer team introduced a separate stack to check how long you gaze (sorry, “dwell”) at each paragraph. Multiply this by 10 years. Medium used to be relatively snappy (cached CSS and text + pretty slick lazy loaded images) but nowadays its another lumbering dinosaur.

I guess it’s related to that notion “groups of people can never admit a mistake” - if they ever did a clean sheet redesign it could turn into neo-facebook/reddit (somehow even slower due to extremely tall dependencies) - but they can never go back to first principals of how the site used to work, it would be admitting that things have gotten worse with time.

Re: Browse the web like its 1999

#100
post #72

Earlier quoted context omitted.

Yup. This is also happening in gaming, where 2D pixel art platformers are now above 1GB in size https://store.steampowered.com/app/504230/Celeste/ https://apps.apple.com/us/app/castlevania-grimoire-of-souls/... When the hardware was restricted, such games used to be squeezed onto a 48MB SNES cartridge

It's a bit unfair because modern pixel art games are literally nothing like old pixel art games. For one, the resolution has gone from 400x300 to ~3000x1500 and more, and the number of color went from 8 to millions. All those pixels in high-res pixel art have to still be stored somewhere. Even though I still agree that some games do not deserve to be as fat as they are.

Not to mention the other liberties taken with modern pixel games, like non-pixelated particles and effects, character portraits, etc. These modern games don't look retro so much as they look simplified
Post reply on HN