-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEthics.html
More file actions
89 lines (76 loc) · 4.9 KB
/
Ethics.html
File metadata and controls
89 lines (76 loc) · 4.9 KB
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
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ethics.html</title>
<meta name="description" content="Second practice of the UOC's html and css subject">
<link rel="stylesheet" href="Style.css">
<link rel="icon" type="image/png" href="./RETO_2_Materials/images/favicon-1.png">
</head>
<body>
<header class="header1">
<nav class="Navigation">
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="Ethics.html">Ethics</a></li>
<li><a href="#">Big Data</a></li>
<li><a href="#">Cybersecurity</a></li>
<li><a href="#">Democracy</a></li>
</ul>
</nav>
<div class="background">
</div>
<div id="text"> <h1>Facing the ethical controversies of programmers</h1>
</div>
</header>
<main>
<article class="container">
<section>
<h2>Theoretical framework</h2>
<p class="inicioparagrafo"><span class="redtext1">Andrea Rosales Climent</span> analyses various cultural products within a theoretical framework concerning these perspectives: unfair
practices, practices against user interest, hidden information, illegitimate manipulative personalization, the exploitation of users’
vulnerability, the right to equal treatment and the right to be treated with dignity.</p>
<p class="inicioparagrafo">The expert analyses the imaginaries about automation and algorithmic systems in two cultural products. Automation imaginaries are already
embroidered in culture. Writers, journalists and documentalists contribute to the construction of the related imaginaries and, at the same time,
embed the imaginaries of the society in their products. I particularly analyse two best-seller books:</p>
<ul class="listimages1">
<li class="book1">Uncanny Valley, by <span class="redtext1">Anna Wiener</span></li>
<li class="book1">Quality Land, by <span class="redtext1">Marc-Uwe Kling</span></li>
</ul>
<p class="inicioparagrafo">Uncanny Valley shows the techno-optimism of most tech workers who are not aware or are not interested in being aware,
of the potential social implications of the technologies they develop. The author shows how tech culture contributes to creating this believer
team, where employees are <q>Down for the cause</q> of the project, and any critical view is disregarded. In the book <span class="redtext1"> Wiener </span> shares her memoirs as a misfit
employed of the <span class="bold1"> Silicon Valley </span>. A privileged standpoint to observe the culture of the tech companies in the <span class="bold1"> Silicon Valley </span>.</p>
<p class="inicioparagrafo">Throughout the book, the author reflects on the moral implications of data collection and manipulation among technology companies:</p>
<blockquote id="quotation1">
<p> Silicon Valley might have promoted a style of individualism, but scale bred homogeneity </p>
</blockquote>
<p class="inicioparagrafo">The tech culture in <span class="bold1"> Silicon Valley </span> is very much part of the worker’s imagery. <span class="redtext1"> Rosales </span> pointed out that
most tech workers are not interested in dealing with data ethics problems and are totally into the techno-optimistic approach.
This means that there is a general belief among workers that technological developments will do more good for humanity than harm,
that the solution to people’s problems lies in technological innovation, and
that they are actually the ones solving these problems.</p>
<figure class="center">
<img src="RETO_2_Materials/images/silicon.png" alt="tech culture">
<figcaption>Image by Tech Leaders Emerging on YouTube.com</figcaption>
</figure>
</section>
<section class="references">
<h2>References</h2>
<p><span class="redtext1">Guerrero-Solé, F., Suárez-Gonzalo, S., Rovira, C., & Codina, L. </span> <span class="bold1">(2020)</span>. </p>
<p class="border1" lang="es">Medios sociales, colapso del contexto y futuro del populismo de datos. Profesional de la información </p>
<p> <span class="redtext1">Suárez-Gonzalo, S. </span> <span class="bold1">(2019)</span>.</p>
<p class="border1" lang="es">Personal data are political. A feminist view on privacy and big data. Recerca. Revista de Pensament i Anàlisi, 24(2), 173-192. </p>
</section>
</article>
</main>
<footer class="footer1">
<p>Extracted from <span class="bold1"> IN3 </span> Blog. The complete original can be found at: <a href= "https://blogs.uoc.edu/in3/the-effects-of-mass-surveillance/">The effects of
mass surveillance</a></p>
<p lang="es">Reto 2 realizado por : pon tu nombre</p>
<p lang="es"> <a href="https://www.flaticon.es/iconos-gratis/bola-del-mundo">Bola del mundo iconos creados por Qonita – Flaticon</a></p>
</footer>
</body>
</html>