home

Update English (base) texts

This was long overdue, so I updated the texts to better reflect my current life. Based on this, I can now also start translating it to the other languages.

Author
Maarten Vangeneugden
Date
Oct. 17, 2022, 7:07 p.m.
Hash
0c65899b734f4aa30789da73dd07c6c7e49e7e62
Parent
749eb27e6faf949fc93a41233c96a6fe401bc2f7
Modified file
templates/about/about.djhtml

templates/about/about.djhtml

24 additions and 44 deletions.

View changes Hide changes
1
1
{% load i18n %}
2
2
{% load static %}
3
3
4
4
{% block title %}{% trans "About myself" %}{% endblock title %}
5
5
{% block description %}{% blocktrans %}A page where I talk about myself, what I
6
6
	do, what I (dis)like, who I am, ...{% endblocktrans %}
7
7
{% endblock description %}
8
8
{% block main %}
9
9
<section>
10
10
<p>
11
11
    {% blocktrans %}Why hello! Thanks for stopping by! As I mentioned on my
12
12
    homepage, My name is Maarten. I'm a {{ age }} years old student, and I dabble in
13
13
    a lot of things that I enjoy doing.
14
14
    Some of these things I put on display here, my website, for the world to
15
15
    see!<br />
16
16
    On this page, I talk a bit about myself, my daily routine, what I do, ...
17
17
    It's not all-encompassing, and I've narrowed it down quite a bit to the most
18
18
    important things. I plan on sharing more through my upcoming blog, but until
19
19
    that's done, I hope this is enough to keep you satisfied.
20
20
    {% endblocktrans %}
21
21
</p>
22
22
23
23
<h2 id="interests">{% trans "Interests" %}</h2>
24
24
<h3 id="hacking">{% trans "Hacking" %}</h3>
25
25
<p> 
26
26
    {% blocktrans %}It's mostly hacking/coding. It's kind of my jam. I've
27
27
        been working and playing with computers since I was a toddler, so it
28
28
        shouldn't come as a surprise that that became a big hobby form me.
29
29
        I'm doing a lot of other things as well, but they're either not really well
30
30
        enough developed to talk about, or too minor to mention. Of course, I'm not
31
31
        stagnant, so I'll be updating this as soon as it's relevant.
32
32
    {% endblocktrans %}
33
33
</p>
34
34
<h3 id="music">{% trans "music" %}</h3>
35
35
<p>
36
36
    {% blocktrans %}I don't like rap and pop music. I get annoyed by
37
37
        hearing most of it, so I try to avoid it. Especially recent popular songs can
38
38
        irritate me to no end, almost without exception. Luckily I don't get that much
39
39
        joy out of listening music anyway, so I don't feel like I miss out a lot.<br />
40
40
        I do like popular numbers from the eighties, some Eurodance style numbers,
41
41
        and ambient music. I don't have favourite numbers or anything. I just like
42
42
		them.
43
43
    {% endblocktrans %}
44
44
</p>
45
45
46
46
<!--<p>
47
47
    I have a hard time focusing, so I try to ban as much distraction
48
48
    as possible when I'm working. When I do reach a state of concentration, it goes
49
49
    very well, but I lose it very quickly, and regaining it takes a long time as well.-->
50
50
    
51
51
<p>
52
52
    {% blocktrans %}I'm blessed with a set of the best friends one can imagine.
53
53
    They make life just so amazing, and I hope I can also do that for them.
54
54
    I try to open myself up to others as much as possible (or at least, as much
55
55
    as I feel comfortable with), hoping that I can share my
56
56
    happiness with them as well. All in pursuit of making our world a better
57
57
    place for everyone!{% endblocktrans %}
58
58
</p>
59
59
60
60
{% comment %}
61
61
<h3 id="trains">{% trans "Trains" %}</h3>
62
62
<p>
63
63
  {% blocktrans %}I'm crazy about trains. My grandfather is a retired train
64
64
  operator, and from there I got passed on a certain love for these
65
65
  machines.<br />
66
66
  I see trains as thé solution for transportation of both passengers (day) and
67
67
  cargo (night). They're fast, convenient, large, all that while being
68
68
  ecologically only second to bicycles for transportation, and the all-out #1
69
69
  choice for public transport (provided it's reasonably used). In Europe, I hope
70
70
  that air travel will be replaced by HST travel, which would allow a lot of
71
71
  people to travel the continent easily, affordable, and ecological. Trains are amazing!<br />
72
72
  My favourite is the
73
73
  <a href="MW41PIC">MW41</a>, a
74
74
  <abbr title="Diesel Multiple Unit train">DMU</abbr> that's frequently used on
75
75
  the
76
76
  <a href="https://en.wikipedia.org/wiki/Antwerpen-Centraal_railway_station" target="_blank">Antwerp-Central</a> -
77
77
  <a href="https://en.wikipedia.org/wiki/Hasselt_railway_station" target="_blank">Hasselt</a>/
78
78
  <a href="https://nl.wikipedia.org/wiki/Station_Hamont" target="_blank">Hamont</a>
79
79
  corridor. This is also the route my grandfather did, as he was stationed at
80
80
  the depot in Mol. It's a very versatile train:{% endblocktrans %}
81
81
  {% blocktrans %}<ul>
82
82
	<li>It can drive on non-electrified tracks</li>
83
83
	<li>The middle provides a big compartment for wheelchairs, luggage, and
84
84
	  (non-folding) bicycles, as well as a comfortably big toilet</li>
85
85
	<li>The top speed is relatively low (120km/h), but it makes up for that with
86
86
	a relatively high power-to-mass ratio. Combined with its low capacity, this
87
87
	  makes it an ideal train for frequent stop services.</li>
88
88
	<li>It doesn't waste an extra set of doors in the middle of the train, like
89
89
	  the MS96 does</li>
90
90
	<li>There's enough space for luggage storage, the seats all have smileys,
91
91
	  and the whole train has A/C</li>
92
92
	<li>The space is optimally distributed, which can easily be seen when you
93
93
	enter the doors at the front or back, which curve inside to give room for
94
94
	the driver's compartment.</li>
95
95
	<li>The train can be coupled to meet high demand, increasing the capacity to
96
96
	  +600 people</li>
97
97
  </ul>{% endblocktrans %}
98
98
</p>
99
99
{% endcomment %}
100
100
101
101
<h3 id="food">{% trans "Food" %}</h3>
102
102
<p>
103
103
    {% blocktrans %}I'm an omnivore, and eat everything that I like to eat. I like
104
104
        a variety of different things, but the things I like most are nicely prepared
105
105
        beef, yummy vegetables, and fish. I heavily dislike pureed food, beans
106
106
        and peas, and
107
-
        desserts that are not simple. I'll seldom turn down things like
108
-
        hamburgers, pizzas, ...<br />
+
107
        hamburgers, pizzas, ...<br />
109
108
        Spaghettis (and other pastas) are extremely satisfying for me to eat, because
110
109
        practically
111
110
        everyone knows how to make it, but almost every time I try someone's version,
112
111
        it's a different taste. I love how many varieties of all the pastas exist!<br />
113
-
        This is quite the opposite with fries: Only Belgians seem to know how
+
112
        This is quite the opposite with fries: Only Belgians seem to know how
114
113
        fries are served properly. I've seen (and sadly, tasted) the ways fries
115
114
        are prepared abroad, and it's often an insult against our national
116
115
        pride, so much so that I avoid eating them outside of Belgium.<br />
117
-
        I enjoy Belgian fries a lot, but I am picky about them. I consider my portion
+
116
        I enjoy Belgian fries a lot, but I am picky about them. I consider my portion
118
117
        "great" if fresh potatoes are used, they're medium sized, and well baked,
119
118
        topped off with a generous amount of (real) mayonnaise. Eating them with a
120
119
        <a href="https://en.wikipedia.org/wiki/Frikandel" target="_blank">frikandel</a>
121
120
        makes me feel like a true Belgian.<br />
122
-
        
+
121
        
123
122
        I might eat vegetarian when an attractive option is available. That is: It
124
-
        has to be tasty, not expensive, and shouldn't make me miss meat. If those
125
-
        conditions are met, I'll probably take a vegetarian dish, but not because I
126
-
        want to <em>be</em> a vegetarian. I believe this
127
-
        helps to reduce my carbon footprint. I started doing this when I went to Ghent
128
-
        University, where there's often a tasty vegetarian dish available.
129
-
    {% endblocktrans %}
+
123
        purchasing meat as much as possible. This definitely helps to reduce my
+
124
        carbon footprint. Even though vegetarian replacements are still
+
125
        incredibly expensive, I will keep buying them for the foreseeable
+
126
        future.
+
127
    {% endblocktrans %}
130
128
</p>
131
129
132
130
{% comment %}
133
131
<h4 id="veganism">{% trans "Not a vegan" %}</h4>
134
132
<p>
135
133
    {% blocktrans %}I'll never be a vegan and I firmly believe that veganism is not
136
134
        necessary to prevent animal abuse. Humans have lived with animals for
137
135
        centuries, sometimes even in a way that proved beneficial to both the animals and humans
138
136
        (for example: chickens, sheep, and goats provide eggs, wool, and milk, while we provide them
139
137
        adequate protection from predators). I've had chicken coops for my entire life
140
138
        and I think that eating eggs does not amount to animal cruelty, contrary
141
139
        to veganistic beliefs.<br />
142
140
        While I know that animals are abused in big farms, a system called "laws" can
143
141
        effectively stop those practices, way better than veganism. It's also a very
144
142
        radical lifestyle for most people to attempt.<br />
145
143
        That's not to say that veganism is bad; delicious meals are easily made in a
146
144
        vegan way, and within a healthy and varied diet, it's possible to be a
147
145
        lifelong vegan, starting from adulthood: due to health concerns minors
148
146
        mustn't be vegans.{% endblocktrans %}
149
147
</p>
150
148
{% endcomment %}
151
149
<h3 id="drugs">{% trans "Drugs" %}</h3>
152
150
<p>
153
151
  {% blocktrans %}I have banned recreational use of all drugs out of my life for as long as I
154
152
  can remember. This includes nicotine products and alcoholic beverages.<br />
155
153
  I do this for multiple reasons:
156
154
  <ul>
157
155
	<li>I don't believe drugs are necessary to have fun. When I'm with friends
158
156
	they may be drinking alcohol, but I enjoy my time just as much with
159
157
	  non-alcoholic drinks like sodas.</li>
160
158
	<li>Drugs are unhealthy. Most of them cause damage to organs, and can badly
161
159
        affect the body long-term. I have no desire for any of that.</li>
162
160
	<li>For social purposes, it's always easy that I am the person that's
163
161
	sober. This can be for multiple reasons; an emergency, being the driver of
164
162
	  the evening, ...</li>
165
163
	<li>Drugs alter the user's perception of, and actions in reality. I don't
166
164
	  have any need to go through that. I enjoy being sober.</li>
167
165
  </ul>
168
166
  That being said, I do see why people enjoy them, and I've read about how
169
167
  cannabis is sometimes used for medical purposes (which I would do as well
170
168
  should I need it, since that's not recreational), so I don't oppose to others
171
169
  using them, nor do I refrain from buying them if I know they will be consumed
172
170
  in moderation. I do oppose to usage that inflicts harm to others, or in
173
171
  general, forces other people to use it as well in a passive way.{% endblocktrans %}
174
172
</p>
175
173
176
174
177
175
<h3 id="studies">{% trans "Studies" %}</h3>
178
-
<p>
+
176
<p>
179
177
    {% blocktrans %}I hold an undergraduate Informatics degree from Hasselt University.
180
178
    (coloquially named UHasselt). However, nowadays I'm rarely there, since I'm
181
-
    now a graduate
182
-
    student of (Scientific Engineering) Informatics at Ghent University. I spent most of my
183
-
    time in a rented space in Ghent with my friend Jonathan.<br />
184
-
    When I don't have any lessons to attend, I'm close to the Faculty of
185
-
    Psychology &amp; Pedagogy. For my
186
-
    courses I often travel to the Ardoyen campus in Zwijnaarde.
187
-
    {% endblocktrans %}
+
179
    Engineering from Ghent University, specialisation Informatics and Artificial
+
180
    Intelligence.<br>
+
181
    Currently I'm employed as a doctorate researcher at the University of
+
182
    Antwerp. I chose this because I want to keep learning about informatics as
+
183
    much as possible, and researching it at a university is the best way to do
+
184
    that.
+
185
    {% endblocktrans %}
188
186
</p>
189
187
<h2 id="sports">{% trans "Sports" %}</h2>
190
-
<p>
191
188
  {% blocktrans %}Every week, I use my bicycle to commute between Ghent and the
192
-
  technology campus of Ghent University, so I cycle approximately 50km per week.
193
-
  <!--I also go swimming for two hours every week in the GUSB swimming
194
-
  complex. Or... TOCH ALS DE LESSEN EENS EEN KEER ZOUDEN DOORGAAN VOOR ÉÉN KEER-->
195
-
  {% endblocktrans %}
+
189
  bicycle to commute to work. I also use my bicycle for getting around in
+
190
  general. That way, I can combine my need for transport with my need to sport.
+
191
  This saves me a lot of time, because I don't have to spend it with going to a
+
192
  gym.
+
193
  {% endblocktrans %}
196
194
</p>
197
195
<p>
198
-
    {% blocktrans %}When I'm not in Ghent, I'm often home, most probably
199
-
    extremely busy with hugging my 3 dogs. Apart from that (and homework),
200
-
    my evenings are a mix of several things, like socializing,
201
-
    coding, writing, hacking my laptop, you get the idea. Also, when I feel like
202
-
    dabbling in something, I'll make some time for it.
203
-
    {% endblocktrans %}
204
-
</p>
205
-
<p>
206
-
    {% blocktrans %}Weekends are often trying to keep up with what university
207
-
    threw at me the last week.
208
-
    This website is my <i>spot</i> on the internet, so this is basically
209
-
    where I hang out. Sometimes you might run into me while I'm "redecorating" the
210
-
    place, or doing spring cleaning in my code repository. Anyway, if you
211
-
    want to sit down, you can always do so, I love having people around! 😃
212
-
    {% endblocktrans %}
213
-
</p>
214
-
<p>
215
196
    {% blocktrans %}I regularly add new texts to my website, or do general
216
197
    maitenance. I try to
217
198
    extract time where I can, but maintaining a website (and doing it well), is
218
199
    not always the most easy job. Different screen sizes, JS (in)compatibility,
219
200
    enforcing encryption, translating my website (which I do myself), ...
220
201
    Nevertheless, if I find a free spot somewhere, I might very well be updating
221
202
    my website. It's satisfying work to see my own place grow under my
222
203
    fingertips, albeit slower than I want it to.<br />
223
204
    Sometimes, it might seem I've not been doing anything on my website for a
224
205
    while. This might indicate real-life obligations, but might also be
225
206
    invisible changes to the source code, which are just as important as
226
207
    anything else I do around here. 
227
208
    {% endblocktrans %}
228
209
</p>
229
210
230
211
<h3 id="politics">{% trans "Politics" %}</h3>
231
212
    {% blocktrans %}I
232
-
    keep myself informed about political subjects that interest me. A list of
233
-
    some subjects I follow with hightened attention:
234
-
    <ul>
+
213
    interest me. A list of some subjects I follow with hightened attention:
+
214
    <ul>
235
215
        <li>Law enforcement</li>
236
216
        <li>Public transport</li>
237
217
        <li>Climate mayhem</li>
238
218
        <li>Freedom and privacy</li>
239
219
        <li>Human rights</li>
240
220
        <li>Digital agenda</li>
241
221
        <li>Copyright abuse &amp; reform</li>
242
222
        <li>Belgian communautarian debate</li>
243
223
        <li>Governmental &amp; corporate accountability</li>
244
224
    </ul>
245
225
    I also hold opinions on many issues, which I believe to be rational (but
246
226
    who doesn't, right?), but I don't feel attached to a political orientation, nor do I
247
227
    change my viewpoint to better align with one. I will say that <em>in
248
228
    general</em> I tend to lean towards ideas that ecological parties and pirate
249
229
    parties often espouse. But again, my opinions might differ
250
230
    drastically. Do ask me if you would like to know more, I'm all for
251
231
    explaining.{% endblocktrans %}
252
232
</p>
253
233
{% comment %} 
254
234
<p>
255
235
    {% blocktrans %}I especially
256
236
    dislike the "left-wing/right-wing" division that's currently gaining ground, because it
257
237
    portrays politics as if it were just a one-dimensional spectrum on which
258
238
    every viewpoint can be allocated in an arbitrary order. This is influenced
259
239
    by the ridiculous
260
240
    American political system that only knows two big parties, and causes people
261
241
    to cease critical thinking in favour of party alliance, to the point that a
262
242
    "democratic election" is reduced to a poisonous contest where you must
263
243
    win, rational debate be damned. Please do not refer 
264
244
    to people as "being left-wing" or "being right-wing"; many people are more
265
245
    complicated than that.{% endblocktrans %}
266
246
</p>
267
247
{% endcomment %}
268
248
<p>
269
249
    {% blocktrans %}Despite my interest in politics, I try not to bring this up
270
250
    into daily communication when it's not necessary. The reason is threefold:
271
251
    <ul>
272
252
        <li>In addition to my poor social skills, I am also a very bad speaker;
273
253
            without ample time to prepare, I have a 
274
254
            very hard time voicing my opinion in a convincing manner, even on
275
255
            issues that I (think I) understand very well. I would like to inform
276
256
            people, but if I can't talk in a convincing way, I might do more
277
257
            harm than good, so I try to avoid "live debating".</li>
278
258
        <li>Politics can be a sensitive topic. While I'd love to talk about
279
259
            sensitive issues with my friends, I don't know if the reverse is
280
260
            true, and I do not want to look annoying to be friends with.
281
261
            Therefore I try to refrain from bringing up political 
282
262
            discussions myself. However, if one of my friends were to bring it
283
263
            up, I will gladly partake, because I take that as a sign that there
284
264
            is some mutual interest.</li>
285
265
        <li>I have a website on which I can talk at length and in detail about
286
266
            these things. This also offers an easy "getaway" for friends, but
287
267
            also other people; they can decide for themselves whether they want
288
268
            to know about my opinions, without awkward social interactions. It
289
269
            also allows me to directly link to source material, correct
290
270
            mistakes, and it's an easy reference point for myself.</li>
291
271
    </ul>
292
272
    {% endblocktrans %}
293
273
</p>
294
274
295
275
<h3 id="computing">{% trans "How I do my computing" %}</h3>
296
276
<p>
297
277
    {% blocktrans %}It's what I do most, so for those interested, I
298
278
    figured I'd talk about how I do the things with computers =3{% endblocktrans %}
299
279
</p>
300
280
<p>
301
281
    {% blocktrans %}I have a reliable computer that I built myself, and a
302
282
    companion laptop through Hasselt University. Both run
303
283
    <a href="https://archlinux.org" target="_blank">Arch</a>,
304
284
    the best
305
285
    <a href="https://GNU.org" target="_blank">GNU</a>/<a
306
286
       href="https://en.wikipedia.org/wiki/Linux_kernel" target="_blank">Linux</a> distro out there.
307
287
    I do almost all my stuff in
308
288
    <a href="https://www.gnu.org/software/emacs/" target="_blank">GNU Emacs</a>, like
309
289
    programming, maintaining my diary, working, system maitenance, and sometimes
310
290
    even browsing. I sometimes also use
311
291
    <a  href="https://neovim.io" target="_blank">NeoVim</a>.
312
292
    &gt;80% of my work is text
313
293
    related, and terminals are just better at that than a fully fledged desktop
314
294
    environment.<br />
315
295
    Languages I prefer are
316
296
    <a href="https://en.wikipedia.org/wiki/C_%28programming_language%29" target="_blank">C</a>,
317
297
    <a href="https://www.python.org/" target="_blank">Python</a>,
318
298
    and (my current favorite)
319
299
    <a href="https://clojure.org" target="_blank">Clojure</a>.
320
300
    I'm trying to pick up
321
301
    <a href="https://haskell.org" target="_blank">Haskell</a>,
322
302
    which goes as well as you'd expect from a language like that. <br />
323
303
    I run
324
304
    <a href="https://lineageos.org/" target="_blank">Lineage OS 14.1</a>
325
305
    on my phone (In laymen terms: It's basically
326
306
    a cool and slim Android/Linux 7 with less Google interference).<br />
327
307
    Code repositories are <b>always</b>
328
308
    <a href="https://git-scm.com/" target="_blank">Git</a>
329
309
    repos, no exceptions. Depending on
330
310
    the project size, I use a simple dependency listing, or a recognized project
331
311
    manager like
332
312
    <a href="https://leiningen.org/" target="_blank">Leiningen</a>
333
313
    or
334
314
    <a href="http://doc.crates.io/" target="_blank">Cargo</a>.
335
315
    {% endblocktrans %}
336
316
</p>
337
317
<h4 id="website">{% trans "My website" %}</h4>
338
318
<p>
339
319
    {% blocktranslate %}
340
320
    My web server runs on
341
321
    <a href="https://nginx.com" target="_blank">Nginx</a>, and the website
342
322
    itself is built using 
343
323
    <a href="https://djangoproject.com" target="_blank">Django</a>, a Python
344
324
    web framework that's extremely well written.
345
325
    {% endblocktranslate %}
346
326
</p>
347
327
{% comment %}
348
328
I put the language section in comments because it's not completely up to date at
349
329
the moment, so I want to rewrite it. Until that's done, I'd rather just comment
350
330
it out.
351
331
{% endcomment %}
352
332
<!--
353
333
<p>
354
334
    {% blocktranslate %}
355
335
    I try to make my website available in multiple languages.
356
336
    I translate manually into Dutch, French and English.
357
337
    For other languages,
358
338
    I'm supported by <a href="https://apertium.org" target="_blank">Apertium</a>
359
339
    since November 2020, which is a free software
360
340
    machine translator. I refuse to use any
361
341
    <a
362
342
    href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.html"
363
343
    target="_blank"><abbr title="Service as a Software Substitute">SaaSS</abbr></a> by
364
344
    <a href="https://stallman.org/google.html" target="_blank">Google</a>,
365
345
    which means I won't use Google Translate. Apertium is not as good in quality, but that's no
366
346
    problem for me: I only use it to do the "bulk translations", which are very
367
347
    tedious and can take
368
348
    up weeks of my time, time that I simply don't have. After the translations
369
349
    are made, I go over them manually to fix all the remaining mistakes, and add
370
350
    the
371
351
    missing details and contextual nuances (if necessary) that machine
372
352
    translators have a lot of trouble with.
373
353
    {% endblocktranslate %}
374
354
</p>
375
355
-->
376
356
<p>
377
357
    {% blocktranslate %}I use Esperanto for hyperlinks, because I want my web
378
358
    pages to be navigated in a language-agnostic way, and in those cases, a
379
359
    politically neutral, international language is best.{% endblocktranslate %}
380
360
</p>
381
361
382
362
<h4 id="sociaj-retejoj">{% trans "Social media" %}</h4>
383
363
<p>
384
364
    {% blocktranslate %}I do not have a social media account on any big platform, except for Reddit.
385
365
    That's because Reddit is one of the few platforms that respects its users' privacies enough,
386
366
    and doesn't require me to identify myself.<br />
387
367
    The other platforms (like Facebook, Instagram, Whatsapp, ...) all vehemently
388
368
    violate their useds'
389
369
    privacies in order to get more profits. I will not create an account on those.
390
370
    I also hope others will follow me in this decision, as being on platforms like
391
371
    Facebook compels others to do the same. An easy way to break their power is to
392
372
    refuse being used, and additionally, this makes it easier for others to act
393
373
    similarly.{% endblocktranslate %}
394
374
</p>
395
375
396
376
<h4 id="browsing">{% trans "Browsing" %}</h4>
397
377
<p id="tor">
398
378
    {% blocktrans %}I fully condemn the practice of tracking people's (browser)
399
379
        habits for financial gain without proper consent (and no, clicking "I agree"
400
380
        does not imply giving proper consent),
401
381
        and I refuse to tolerate it. That's why I often browse using
402
382
        <a href="https://torproject.org" target="_blank">Tor</a>
403
383
        to conceal my identity. You can do so likewise, even for practical purposes;
404
384
        the network is steadily gaining more speed because of the growing amount of
405
385
        people concerned with their privacy. Some offer Tor nodes that speed the
406
386
        network up and increase the security. If you really want to, you can also
407
387
        help by becoming a <strong>non</strong>-exit node (because exit nodes
408
388
        may get blocked by some websites, I don't recommend doing that 
409
389
        unless you know what you're doing).
410
390
    {% endblocktrans %}
411
391
</p>
412
392
<p id="adblocker">
413
393
    {% blocktrans %}I normally would not use an adblocker to browse the web. As much as I
414
394
    resent the use of advertisements, I understand that keeping a website up
415
395
    costs money, and advertising is an easy way to fund that, a practice of which traces
416
396
    can be found back until the Roman empire. Because their existence is not
417
397
    harmful to society either, I see no valid ethical objection to an
418
398
    advertisement on a website, and I don't want to block them. (I also don't oppose the
419
399
    use of adblockers by others: I think people have a right to decide whether they
420
400
    want to see ads or not.)<br />
421
401
    However, I do use
422
402
    <a href="https://noscript.net" target="_blank">NoScript</a>,
423
403
    which is a <em>script blocker</em>. It helps me stay anonymous on the
424
404
    internet by blocking (mostly client side) scripts that may reveal my identity.
425
405
    Unfortunately, a lot of websites have started using tracking scripts to
426
406
    trace what I see, what I do, what I surf to on the internet, and use that
427
407
    for advertising, profiling, and identifying me, which is ethically wrong.
428
408
    Because I oppose this practice, I block these scripts,
429
409
    and that often means that I don't see advertisements
430
410
    either.<br />
431
411
    There's a small annoyance to this (but I don't mind that): Some websites require some scripts to
432
412
    operate at all; therefore I have to manually pick for these websites what
433
413
    scripts to allow and which to block. The fact that these websites are
434
414
    erroneously built (i.e. they can't work without client code scripts)
435
415
    is annoying, but I don't really care that much: For some websites, that's worth it.
436
416
    For others, I don't bother and I don't read what's on them.<br />
437
417
    However, as a practical advantage, blocking so many scripts means my browsing
438
418
    is much better (which partly offsets the speed deficit caused by using Tor):
439
419
    A lot of websites load within a second for me, whereas with
440
420
    unblocked tracking, it takes easily 5-10 seconds before some webpages are
441
421
    fully loaded in. Additionally, the page gets sprinkled with ugly bars,
442
422
    elements pop in randomly and shift the page layout in grotesque ways,
443
423
    (a)social media buttons left and right, and often a popup regarding their
444
424
    use of cookies, which blocks what I want to do in the first place. What a
445
425
    terrible state of affairs!<br />
446
426
    If you think the increase in speed, security, and safety while browsing is
447
427
    totally worth clicking "Allow this script" every once in a while, then I
448
428
    urge you to install NoScript as well, and activate "Block scripts globally".
449
429
    It will make your browsing a lot better in almost every way.{% endblocktrans %}
450
430
</p>
451
431
452
432
<h4 id="free-software">{% trans "Free software" %}</h4>
453
433
<p>
454
434
    {% blocktrans %}I am a very strong supporter of the free/libre software
455
435
    movement and organizations that battle to preserve our computing freedom,
456
436
    which I regard as a human right. I go out of my
457
437
    way to find replacements for any proprietary software, and have a high
458
438
    tolerance for practical ease of use I'm willing to sacrifice.<br />
459
439
    Very seldom, I use Windows (often in an emulated environment) for some
460
440
    programs that I need to 
461
441
    run for my university courses, as annoying and terrible I might find that.<br />
462
442
463
443
    I also voluntarily help people move from using proprietary software to free
464
444
    software. I feel responsible for doing so, because I'm an informatician, and
465
445
    not many people understand these subjects well.
466
446
    If you want to try it (on your own), you can find a lot of GNU/Linux distros on the
467
447
    internet that are pretty easy for novice free/libre software users. You can
468
448
    also install them alongside an existing operating system, giving you the
469
449
    chance to make an easy transition to computing freedom (which I admit, is
470
450
    difficult when you're not used to it). For your freedom's sake, I implore
471
451
    you to give it a shot too.{% endblocktrans %}
472
452
</p>
473
453
474
454
<h4 id="culture">{% trans "Cultural works" %}</h4>
475
455
<p>
476
456
    {% blocktrans %}Although I avoid proprietary software, I take a mild
477
457
    approach to proprietary video games. This is because games
478
458
    serve a cultural/entertainment purpose, not a general/functional
479
459
    purpose. They're a form of art, so to speak. That's a fundamental
480
460
    difference from other types of software, and that reflects in how I
481
461
    experience the (lack of) freedom in games.
482
462
483
463
    I do draw the line with
484
464
    <a href="https://www.gnu.org/proprietary/malware-games.html" target="_blank">games that
485
465
    are distributed with malware</a>, most often taking the form of
486
466
    <a
487
467
    href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management"
488
468
    target="_blank">DRM</a>.
489
469
490
470
    <br />
491
471
    However, I still think that games also ought to be free software, because
492
472
    that would also make them free cultural works.
493
473
    Proprietary games can get
494
474
    lost because of technical changes (ranging from instruction set architecture
495
475
    to a specific high-level library), making them unplayable as time goes on.
496
476
        {% endblocktrans %}
497
477
498
478
     
499
479
500
480
501
481
{% comment %}
502
482
<h3>{% trans "Wrapping it up // Contacting me" %}</h3>
503
483
<p>
504
484
    {% blocktrans %}I hope you liked what I wrote! The pleasure was all mine,
505
485
    dear reader =D<br />
506
486
    If you want to talk with me about anything, suggest stuff, have a laugh, say
507
487
    something nice, exchange virtual hugs, or
508
488
    anything else, I've got a couple of ways you can connect to me:
509
489
    {% endblocktrans %}
510
490
</p>
511
491
<ul class="browser-default">
512
492
    <li>{% blocktrans %}<b>Mail</b>:
513
493
        This is the most direct and reliable way to reach me (of all public
514
494
        ways). If you want to get to me through
515
495
        good ol' email, you can always 
516
496
        <a class="{{ mdac }}-text text-accent-4" href="mailto:contact_me@maartenv.be">contact_me@maartenv.be</a>.
517
497
        {% endblocktrans %}
518
498
        {% comment %}
519
499
        I have a PGP key for encryption purposes, you can download it
520
500
        <a class="{{ mdac }}-text text-accent-4"
521
501
            href="/media/main/pubkey.acm">here</a>.
522
502
    </li>
523
503
    <!--<li>
524
504
        {% blocktrans %}<b>
525
505
        <a class="{{ mdac }}-text text-accent-4" href="https://tox.chat">Tox</a>
526
506
        </b> offers its users decentralized and encrypted live chat, on a
527
507
        multitude of platforms, and is so simple, you don't even need a
528
508
        phone number or an email address or that jazz to "identify"
529
509
        yourself, which makes it awesome if you want to stay anonymous.
530
510
        Despite its young age, it's already pretty stable and fast on p2p
531
511
        connections. If you want a quick chat with me, add me using
532
512
        my Tox ID: <br />
533
513
        955F4DA92BD174FEB985D57F5283DEA0DCEE757B32E1EBFFF4F13A932D60B07884E12009E019<br />
534
514
        You can also simply scan 
535
515
        <a class="{{ mdac }}-text text-accent-4" href="/media/main/tox.png">the QR code</a>,
536
516
        maybe that's easier =P
537
517
        {% endblocktrans %}
538
518
    </li>-->
539
519
    <li>{% blocktrans %}<b>Other ways</b> to connect to me are 
540
520
        limited/reserved to a specific public. You'll probably know it when it's
541
521
        not listed here =P{% endblocktrans %}</li>
542
522
</ul>
543
523
{% endcomment %}
544
524
</div>
545
525
</div>
546
526
{% endblock main %}
547
527