1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Web 1.5 and Berries</h2>
<h3>2023-12-20</h3>
<p>
I was searching this morning for web 1.0 ressources in French. It was
interesting to see the amount of belittleing phrases, from "passive web"
through "documentary web", "Spectator web", etc.
</p>
<p>
Web 2.0 is referred to as the "social web", where large companies found
how to make money from this thing through centralisation, javascript,
social networks, online sales, and the massive use of <b>berries</b>. The
descriptions of Web 3.0 and 4.0 are so full of bullshit, acronyms,
marketing speak, and futurism, it's not worth commenting on.
</p>
<p>Berries? you might ask.</p>
<p>
Human evolution has included colour sight to enable the picking of ripe
fruit and avoidance of dangerous meats or insects.
</p>
<p>
Icons tap into this evolutionary advantage. Images that target our
attention in order to vehicule an emotional response are another. Their
use sometimes has the side effect of manipulating you, the reader. Today
they are also used to track you or vehicule code.
</p>
<p>
The current web plunges the reader in a (sometimes pretty) morass of
background images, icons, adverts, gadgets, etc. that distract you from
noticing that perhaps there's not much actual content.
</p>
<p>
It also slows web sites dramatically. Try looking at most recipe web sites
for an example. Now visit Luke Smith's
<a href="https://based.cooking/">Based Cooking</a> (He had a rant about
this a while back)
</p>
<p>
Scrolling through Facebook's litany of meme's, repeated jokes, and plain
rubbish, will also make you realise that there's very little content. What
remains, is formatted and presented in an identical fashion, much like
visiting adjacent prison cells. It also dissapears quickly, buried under
more meme's, repeated jokes, and rubbish. And while you are rotting your
brain in this manner, you are being tracked mercilessly while your soul is
sold for a few deniers.
</p>
<p>
In a nutshell, web 1.0 wasn't something to simply discard, and while
technological advances are indiscutable, (UTF-8, CSS, backend
scripting,..) the uses they have been put to sometimes definitely are.
</p>
<p>
I'm no monk: I still need to get to my bank, make the odd online purchase,
etc. but I think it's possible to have in parallel a reasoned web simply
by editing web sites responsably. Not by throwing out the baby with the
bathwater, but eliminating the chaff, reducing the C02 footprint, reducing
the illisibility, making it faster, making it easier for people with
reduced sight to enjoy the content, making sure it can be read in all
browsers, stop tracking in it's... tracks, and getting to the point.
</p>
<p>How about calling it Web 1.5 ?</p>
<p> </p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|