The Bullshit Web (2018)
pxlnv.com
The Bullshit Web (2018)
1–10 of 112 posts
Re: The Bullshit Web (2018)
#2Re: The Bullshit Web (2018)
#3I wonder if a slower web might be a better web in many ways.
Reduced page load speeds increase engagement. What if I want to decrease engagement with the internet?
Re: The Bullshit Web (2018)
#4Also, blocking webfonts is trivially easy at this stage so if you have specific complaints then you can take matters into your own hands with little more than a flip of a setting.
Re: The Bullshit Web (2018)
#5Re: The Bullshit Web (2018)
#6What’s the point of loading a page in 500ms if the real problem people are dealing with is a glut of content and fierce competition for our attention. I wonder if a slower web might be a better web in many ways. Reduced page load speeds increase engagement. What if I want to decrease engagement with the internet?
Re: The Bullshit Web (2018)
#7What’s the point of loading a page in 500ms if the real problem people are dealing with is a glut of content and fierce competition for our attention. I wonder if a slower web might be a better web in many ways. Reduced page load speeds increase engagement. What if I want to decrease engagement with the internet?
Re: The Bullshit Web (2018)
#8I don’t really understand the complaint. If you don’t like the CNN website, don’t go to CNN or use CNN lite, which has been well documented on HN. No one is forcing you to visit the site. Also, blocking webfonts is trivially easy at this stage so if you have specific complaints then you can take matters into your own hands with little more than a flip of a setting.
It's all well and good saying "just don't use X website", but most news sites have plenty of features that are either annoying or outright disrespectful to the user.
That aside though, somebody who likes articles published by CNN has good reason to complain, because the things they like are being filled with bloat/are annoying to access.
Re: The Bullshit Web (2018)
#9What’s the point of loading a page in 500ms if the real problem people are dealing with is a glut of content and fierce competition for our attention. I wonder if a slower web might be a better web in many ways. Reduced page load speeds increase engagement. What if I want to decrease engagement with the internet?
# outbound qdisc
tc qdisc del dev eth0 root > /dev/null 2>&1
tc qdisc del dev eth0 ingress > /dev/null 2>&1
tc qdisc add dev eth0 root netem delay 250ms 20ms
# inbound qdisc
modprobe ifb numifbs=1 && ip link set dev ifb0 up
tc qdisc del dev ifb0 root > /dev/null 2>&1
tc qdisc del dev ifb0 ingress > /dev/null 2>&1
tc qdisc add dev ifb0 root netem delay 250ms 20ms
250ms 20ms means add a latency of 250ms with a variability of 20ms. This test will break at some point but one could test the impact of this using a speed test [1][2][1] - https://www.dslreports.com/speedtest#
[2] - https://fast.com/
Re: The Bullshit Web (2018)
#10But, obviously, the web hasn't gotten faster, because the increased bandwidth has been filled with increased nonsense, and browsers now download 2MB of nonsense to show a 200-character text post. It's this sort of nonsense that is partly the genesis for ideas like Gemini, a return to Gopher, or my own KyuWeb; limit the capabilities of the medium to vastly improve its speed and legibility.
This sort of thing isn't exclusive to the web, either. Is an old late-'90s version of Microsoft Word that could run on a machine with 4MB of RAM really a thousand times better than one from today that requires 4GB?
I really love the web, but sometimes it does piss me off a bit.