diff --git a/homepage/content/pages/deep-dive.md b/homepage/content/pages/deep-dive.md index 6fbc1a0..03f138b 100644 --- a/homepage/content/pages/deep-dive.md +++ b/homepage/content/pages/deep-dive.md @@ -20,6 +20,10 @@ Yet, many internet users still do not know what really is happening to their dat [^5]: Mozilla Raises Concerns Over Facebook's Lack of Transparency [^6]: Google Has Quietly Dropped Ban on Personally Identifiable Web Tracking +
+Detour +
+ As a regular user of the internet, are you really being spied upon? *What exactly is "my data"?* Can a website operator see my name when I'm using it? Does it know about my Email address or my phone number? Does it know which other websites I have been visiting, which search query led me to the site in the first place, what I have recently purchased online, or who I am acquainted with? > If you have something that you don't want anyone to know, maybe you shouldn't be doing it in the first place. [^7] @@ -36,6 +40,8 @@ We would like to turn the tables on this much quoted statement and apply it to t Visiting a website or using a web application that utilizes Offen, the user gains access to and ownership of the usage data collected. As a guiding principle, data collection is Opt-In only. Consent can be revoked at any time, just like users can choose delete their data retroactively. The cookie used by Offen allows viewing all of the associated metrics so that users can *assert themselves what is being collected and what isn't*. Data is being displayed in an accessible and articulate manner and each metric comes with explanations about its usage, relevance and possible privacy implications. +Lots of ways to break your software + ### For operators Operators of small and mid-sized websites and web applications are faced with growing challenges not only since the introduction of GDPR: how do they gain insights into what users are interested in and which of the features offered are being used? Is it possible to showcase *transparent and considerate handling of user data* - i.e. neither being spy or data leech - without surrendering and abandoning usage metrics altogether? @@ -50,7 +56,9 @@ We want to exemplify that it is time to depart the age of "data capitalism" [^8] [^8]: Vielleicht wird in Zukunft auch mit Gewalt um Daten gekämpft ---- +
+Detour +
### Offen as a technology diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 1d9d7bc..a3f6abc 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -404,6 +404,11 @@ IMAGES height: 109px; margin-bottom: -2rem; } +.smaller-image-2 { + width: 200px; + height: 109px; + margin-bottom: -4rem; +} .screencast { border: 1px solid #DDDDDD; } @@ -412,7 +417,8 @@ IMAGES margin-left: 0rem; margin-right: 0rem; } - .smaller-image { + .smaller-image, + .smaller-image-2 { width: 350px; height: 190px; } diff --git a/homepage/theme/static/images/gfx-deepdive-A.png b/homepage/theme/static/images/gfx-deepdive-A.png new file mode 100644 index 0000000..c1692ce Binary files /dev/null and b/homepage/theme/static/images/gfx-deepdive-A.png differ diff --git a/homepage/theme/static/images/gfx-deepdive-B.png b/homepage/theme/static/images/gfx-deepdive-B.png new file mode 100644 index 0000000..563978c Binary files /dev/null and b/homepage/theme/static/images/gfx-deepdive-B.png differ diff --git a/homepage/theme/static/images/gfx-deepdive-C.png b/homepage/theme/static/images/gfx-deepdive-C.png new file mode 100644 index 0000000..b9748a8 Binary files /dev/null and b/homepage/theme/static/images/gfx-deepdive-C.png differ