-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
505 lines (505 loc) · 41.6 KB
/
index.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatibile" content="IE=edge"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content=""/>
<meta name="author" content="ℜodrigo Arĥimedeς ℳontegasppα ℭacilhας"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Kavivanar"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto&subset=latin-ext"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:i,bold&subset=latin-ext"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Mono"/>
<link rel="stylesheet" href="//cacilhas.info/css/bootstrap.min.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/animate.min.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/bootstrap-dropdownhover.min.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/ie10-viewport-bug-workaround.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/theme.css"/>
<link rel="stylesheet" href="//cacilhas.info/css/cacilhas.css"/>
<title>ℭacilhας.INFO </title>
<link rel="icon" href="/img/icons/favicon.ico"/>
<script src="//cacilhas.info/js/ie-emulation-modes-warning.js"></script>
<script src="//cacilhas.info/js/jquery.min.js"></script>
<script src="//cacilhas.info/js/bootstrap-dropdownhover.min.js"></script>
<script src="//cacilhas.info/js/handle-old-url.js"></script>
<script src="//cacilhas.info/js/alt-title.js"></script>
<script src="//cacilhas.info/js/anchors.js"></script>
<script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5741846017654057",
enable_page_level_ads: true,
})
</script>
<script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date;a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,"script","https://www.google-analytics.com/analytics.js","ga")
ga("create", "UA-99357497-1", "auto")
ga("send", "pageview")</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-togge="collapse" data-target="#navbar" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="dropdown">
<span class="navbar-brand dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">ℭacilhας.INFO</span>
<ul class="dropdown-menu">
<li><a href="https://cacilhas.info"><i class="glyphicon glyphicon-home"></i> ℭacilhας.INFO</a></li>
<li><a href="https://montegasppa.cacilhas.info/"><i class="licon icon-montegasppa"></i> ℳontegasppα and Giulia C.’s Thoughts</a></li>
<li><a href="https://kodumaro.cacilhas.info/"><i class="licon icon-kodumaro"></i> Kodumaro</a></li>
<li><hr/></li>
<li><a href="https://www.educaedu-brasil.com/" target="_blank"><i class="licon icon-educaedu"></i> Educaedu Brasil</a></li><li><a href="https://hondaj.cacilhas.info/" target="_blank"><i class="licon icon-hondaj"></i> ĤøŅĐΔj̆₀</a></li>
<li><a href="https://vortaro.cacilhas.info/" target="_blank"><i class="glyphicon glyphicon-link"></i> Konsulta Vortaro</a></li>
<li><a href="https://cacilhas.info/maven" target="_blank"><i class="licon icon-maven"></i> Kodumaro Maven Repository</a></li>
<li><a href="https://claudiotorcato.wordpress.com/" target="_blank"><i class="licon icon-wordpress"></i> Mosaico Livre</a></li>
<li><a href="https://www.patreon.com/cacilhas" target="_blank"><i class="licon icon-patreon"></i> ℳontegasppα</a></li>
<li><a href="https://montegasppa.bandcamp.com/releases" target="_blank"><i class="licon icon-le-obscur-essentes"></i> Le Obscur Essenteς</a></li>
<li><a href="https://www.todasfridas.com.br/" target="_blank"><i class="licon icon-fridas"></i> Todas Fridas</a></li>
<li><a href="https://waltercruz.com/" target="_blank"><i class="glyphicon glyphicon-link"></i> Walter Cruz</a></li>
<li><a href="https://dev.to/cacilhas" target="_blank"><i class="licon icon-dev-to"></i> DEV Profile 👩💻👨💻</a></li>
<li><a href="https://medium.com/@cacilhas" target="_blank"><i class="licon icon-medium"></i> Medium.com/@cacilhas</a></li>
</ul>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="https://cacilhas.info/"><i class="glyphicon glyphicon-home"></i>
Home</a></li>
<li><a href="https://cacilhas.info/about.html">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="col-md-4">
<div class="list-group">
<h3 class="mg-title list-group-item active">Tags (old)</h3>
<ul class="list-group tags-map"><li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Abortion</option>
<option value="/montegasppa/2018/08/espiritismo.html">[2018/08] Thoughts :: Espiritismo e aborto</option>
<option value="/montegasppa/2018/08/aborto.html">[2018/08] Thoughts :: Criminalização do aborto</option>
<option value="/montegasppa/2016/12/aborto.html">[2016/12] Thoughts :: Algumas palavras sobre aborto</option>
<option value="/montegasppa/2016/12/manes.html">[2016/12] Thoughts :: Sobre o maniqueísmo</option>
<option value="/tags/abortion.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Autism</option>
<option value="/montegasppa/2019/06/embrace-the-subversion.html">[2019/06] Thoughts :: Embrace the subversion</option>
<option value="/montegasppa/2019/04/world-autism-awareness-day.html">[2019/04] Thoughts :: World Autism Awareness Day</option>
<option value="/montegasppa/2019/02/defective-interface.html">[2019/02] Thoughts :: Defective interface</option>
<option value="/montegasppa/2019/02/taking-god-away.html">[2019/02] Thoughts :: How taking God away of the math made me a better person</option>
<option value="/montegasppa/2019/01/love-my-son.html">[2019/01] Thoughts :: Love my son, not the Autism (⁉️)</option><
option value="/montegasppa/2019/01/normality.html">[2019/01] Thoughts :: Normality</option>
<option value="/montegasppa/2019/01/autistic-mind.html">[2019/01] Thoughts :: The autistic mind</option>
<option value="/montegasppa/2019/01/autism-social-biases.html">[2019/01] Thoughts :: My autism and the social biases</option>
<option value="/montegasppa/2019/01/respeito.html">[2018/12] Thoughts :: Perdi o respeito</option>
<option value="/montegasppa/2018/11/supervilao.html">[2018/11] Thoughts :: O Supervilão</option>
<option value="/tags/autism.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Career</option>
<option value="/kodumaro/2020/08/software-plants.html">[2020/08] Kodumaro :: Software plants</option>
<option value="/kodumaro/2020/06/worth.html">[2020/06] Kodumaro :: Worth in the computing development milieu</option>
<option value="/kodumaro/2020/04/tech-passion.html">[2020/04] Kodumaro :: Passion for technology</option>
<option value="/kodumaro/2019/09/lies-they-told-you.html">[2019/09] Kodumaro :: Lies they’ve been telling you about functional programming</option>
<option value="/kodumaro/2019/03/ruby-toy-language.html">[2019/03] Kodumaro :: Ruby is a toy language</option>
<option value="/kodumaro/2019/03/vm-misconception.html">[2019/03] Kodumaro :: The great VM Misconception</option>
<option value="/montegasppa/2019/02/defective-interface.html">[2019/02] Thoughts :: Defective interface</option>
<option value="/kodumaro/2019/02/actions-sake.html">[2019/02] Kodumaro :: Back to the Cult of Action for Action’s Sake</option>
<option value="/montegasppa/2019/01/more-time.html">[2019/01] Thoughts :: More time</option>
<option value="/kodumaro/2019/01/now-we-have-two.html">[2019/01] Kodumaro :: Now we have two…</option>
<option value="/tags/career.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Comedy</option>
<option value="/montegasppa/2018/09/neurotipico.html">[2018/09] Thoughts :: Transtorno Neurotípico</option>
<option value="/montegasppa/2018/08/ghoughphtheightteeau.html">[2018/08] Thoughts :: Ghoughphtheightteeau</option>
<option value="/montegasppa/2018/04/bobagem-espiritual.html">[2018/04] Thoughts :: Dez coisas “espirituais” que são uma bobagem total</option>
<option value="/tags/comedy.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Concept</option>
<option value="/kodumaro/2020/08/variance.html">[2020/08] Kodumaro :: *Variance analogy</option>
<option value="/kodumaro/2019/09/lies-they-told-you.html">[2019/09] Kodumaro :: Lies they’ve been telling you about functional programming</option>
<option value="/kodumaro/2019/03/ruby-toy-language.html">[2019/03] Kodumaro :: Ruby is a toy language</option>
<option value="/kodumaro/2019/03/vm-misconception.html">[2019/03] Kodumaro :: The great VM Misconception</option>
<option value="/kodumaro/2019/03/oop-fish.html">[2019/03] Kodumaro :: Implementing OOP on Fish (just for fun)</option>
<option value="/kodumaro/2019/02/engine-missing.html">[2019/02] Kodumaro :: Testing the steering wheel in an engine missing car</option>
<option value="/kodumaro/2018/09/palindromo.html">[2018/09] Kodumaro :: Palíndromo em Standard ML</option>
<option value="/kodumaro/2018/08/concern.html">[2018/08] Kodumaro :: <em>Concern</em> em Python em 15 minutos</option>
<option value="/kodumaro/2017/12/brainfuck-toc.html">[2017/12] Kodumaro :: Brainfuck – Sumário</option>
<option value="/kodumaro/2017/11/acumuladores.html">[2017/11] Kodumaro :: Acumuladores em programação lógica</option>
<option value="/tags/concept.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">ECMAScript</option>
<option value="/kodumaro/2018/01/vortaro.html">[2018/01] Kodumaro :: Konsulta Vortaro <em>on-line</em></option>
<option value="/kodumaro/2017/07/typescript.html">[2017/07] Kodumaro :: Sendo honesto em Typescript</option>
<option value="/tags/ecmascript.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Education and Culture</option>
<option value="/kodumaro/2020/08/software-plants.html">[2020/08] Kodumaro :: Software plants</option>
<option value="/montegasppa/2020/08/reverse-racism.html">[2020/07] Thoughts :: Reverse Racism and other lies they’ve been told you</option>
<option value="/montegasppa/2020/06/music-industry.html">[2020/06] Thoughts :: Music industry addiction</option>
<option value="/kodumaro/2020/06/worth.html">[2020/06] Kodumaro :: Worth in the computing development milieu</option>
<option value="/montegasppa/2020/06/pride.html">[2020/06] Thoughts :: The Pride</option>
<option value="/montegasppa/2020/04/youre-an-idiot.html">[2020/04] Thoughts :: You’re an idiot (so am I)</option>
<option value="/kodumaro/2020/04/tech-passion.html">[2020/04] Kodumaro :: Passion for technology</option>
<option value="/montegasppa/2019/06/embrace-the-subversion.html">[2019/06] Thoughts :: Embrace the subversion</option>
<option value="/montegasppa/2019/05/devil-at-crossroads.html">[2019/05] Thoughts :: The devil at the crossroads</option>
<option value="/montegasppa/2019/05/fans-are-killing-rock.html">[2019/04] Thoughts :: Fans are killing Rock</option>
<option value="/tags/education-and-culture.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Erlang</option>
<option value="/kodumaro/2016/05/monty-hall.html">[2016/05] Kodumaro :: Paradoxo de Monty Hall, parte Ⅰ</option>
<option value="/tags/erlang.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Esperanto</option>
<option value="/montegasppa/2018/09/interlingua.html">[2018/09] Thoughts :: Interlingua</option>
<option value="/montegasppa/2018/08/ghoughphtheightteeau.html">[2018/08] Thoughts :: Ghoughphtheightteeau</option>
<option value="/kodumaro/2018/01/vortaro.html">[2018/01] Kodumaro :: Konsulta Vortaro <em>on-line</em></option>
<option value="/tags/esperanto.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Functional</option>
<option value="/kodumaro/2020/08/fibonacci.html">[2020/08] Kodumaro :: Yet another Fibonacci</option>
<option value="/kodumaro/2020/08/variance.html">[2020/08] Kodumaro :: *Variance analogy</option>
<option value="/kodumaro/2019/09/lies-they-told-you.html">[2019/09] Kodumaro :: Lies they’ve been telling you about functional programming</option>
<option value="/kodumaro/2019/02/engine-missing.html">[2019/02] Kodumaro :: Testing the steering wheel in an engine missing car</option>
<option value="/kodumaro/2018/12/fibonacci.html">[2018/12] Kodumaro :: Uma brincadeira rápida</option>
<option value="/kodumaro/2018/10/smackage.html">[2018/10] Kodumaro :: Smackage</option>
<option value="/kodumaro/2018/09/palindromo.html">[2018/09] Kodumaro :: Palíndromo em Standard ML</option>
<option value="/kodumaro/2018/01/vortaro.html">[2018/01] Kodumaro :: Konsulta Vortaro <em>on-line</em></option>
<option value="/kodumaro/2017/12/metodos.html">[2017/12] Kodumaro :: Funções e métodos em Julia</option>
<option value="/kodumaro/2017/12/julia.html">[2017/12] Kodumaro :: Julia</option><option value="/tags/functional.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Games</option>
<option value="/montegasppa/2018/09/hondaj.html">[2018/09] Thoughts :: ĤøŅĐΔj̆₀</option>
<option value="/kodumaro/2016/05/camera-exemplo.html">[2016/05] Kodumaro :: Câmera exemplo</option>
<option value="/tags/games.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Golang</option>
<option value="/kodumaro/2017/06/golang.html">[2017/06] Kodumaro :: Sobre Golang</option>
<option value="/tags/golang.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Health</option>
<option value="/montegasppa/2020/07/covid-19.html">[2020/07] Thoughts :: Covid-19 so far</option>
<option value="/tags/health.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Java</option>
<option value="/kodumaro/2019/03/vm-misconception.html">[2019/03] Kodumaro :: The great VM Misconception</option>
<option value="/kodumaro/2019/01/lombok.html">[2019/01] Kodumaro :: Why Lombok is a waste of time</option>
<option value="/tags/java.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">LISP</option>
<option value="/kodumaro/2017/11/lisp.html">[2017/11] Kodumaro :: LISP</option>
<option value="/kodumaro/2017/11/lazy-racket.html">[2017/11] Kodumaro :: Lazy Racket</option>
<option value="/tags/lisp.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Logical</option>
<option value="/kodumaro/2020/08/fibonacci.html">[2020/08] Kodumaro :: Yet another Fibonacci</option>
<option value="/kodumaro/2017/12/brainfuck-toc.html">[2017/12] Kodumaro :: Brainfuck – Sumário</option>
<option value="/kodumaro/2017/11/acumuladores.html">[2017/11] Kodumaro :: Acumuladores em programação lógica</option>
<option value="/kodumaro/2016/08/naturais-em-prolog.html">[2016/08] Kodumaro :: Números naturais em Prolog</option>
<option value="/kodumaro/2016/05/monty-hall.html">[2016/05] Kodumaro :: Paradoxo de Monty Hall, parte Ⅰ</option>
<option value="/tags/logical.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Lua</option>
<option value="/kodumaro/2017/02/reiteradores-em-moonscript.html">[2017/02] Kodumaro :: Reiteradores em Moonscript</option>
<option value="/kodumaro/2017/02/mais-reiteradores-em-moonscript.html">[2017/02] Kodumaro :: Mais sobre reiteradores em Moonscript</option>
<option value="/kodumaro/2016/05/camera-exemplo.html">[2016/05] Kodumaro :: Câmera exemplo</option>
<option value="/kodumaro/2016/05/moonscript.html">[2016/05] Kodumaro :: MoonScript sobre LuaJIT</option>
<option value="/tags/lua.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">ML</option>
<option value="/kodumaro/2018/10/smackage.html">[2018/10] Kodumaro :: Smackage</option>
<option value="/kodumaro/2018/09/palindromo.html">[2018/09] Kodumaro :: Palíndromo em Standard ML</option>
<option value="/kodumaro/2018/01/vortaro.html">[2018/01] Kodumaro :: Konsulta Vortaro <em>on-line</em></option>
<option value="/kodumaro/2016/03/sml.html">[2016/03] Kodumaro :: Standard ML</option>
<option value="/tags/ml.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Metablog</option>
<option value="/montegasppa/2016/11/de-volta.html">[2016/11] Thoughts :: De volta à ativa</option>
<option value="/tags/metablog.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Movies</option>
<option value="/montegasppa/2017/11/punisher.html">[2017/11] Thoughts :: Resenha de Marvel’s The Punisher</option>
<option value="/tags/movies.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Music</option>
<option value="/montegasppa/2020/06/music-industry.html">[2020/06] Thoughts :: Music industry addiction</option>
<option value="/montegasppa/2020/05/eight-string.html">[2020/05] Thoughts :: 8-string tunings</option>
<option value="/montegasppa/2019/05/devil-at-crossroads.html">[2019/05] Thoughts :: The devil at the crossroads</option>
<option value="/montegasppa/2019/05/fans-are-killing-rock.html">[2019/04] Thoughts :: Fans are killing Rock</option>
<option value="/montegasppa/2019/02/pentatonic.html">[2019/02] Thoughts :: The pentatonic’s undeserved stigma</option>
<option value="/montegasppa/2019/01/bebop-scales.html">[2019/01] Thoughts :: Bebop scales</option>
<option value="/montegasppa/2018/10/amalgama.html">[2018/10] Thoughts :: Amálgamas</option><option value="/montegasppa/2018/10/composto.html">[2018/10] Thoughts :: Compassos compostos</option>
<option value="/montegasppa/2018/10/end-credits.html">[2018/10] Thoughts :: End Credits</option><option value="/montegasppa/2018/04/cromatica.html">[2018/04] Thoughts :: Relações cromáticas e temperadas</option>
<option value="/tags/music.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Personal</option>
<option value="/montegasppa/2020/08/about-names.html">[2020/08] Thoughts :: About names</option><option value="/kodumaro/2020/06/worth.html">[2020/06] Kodumaro :: Worth in the computing development milieu</option>
<option value="/montegasppa/2020/06/pride.html">[2020/06] Thoughts :: The Pride</option>
<option value="/kodumaro/2020/04/tech-passion.html">[2020/04] Kodumaro :: Passion for technology</option>
<option value="/montegasppa/2019/04/world-autism-awareness-day.html">[2019/04] Thoughts :: World Autism Awareness Day</option>
<option value="/montegasppa/2019/02/defective-interface.html">[2019/02] Thoughts :: Defective interface</option>
<option value="/montegasppa/2019/02/taking-god-away.html">[2019/02] Thoughts :: How taking God away of the math made me a better person</option>
<option value="/montegasppa/2019/01/surrendered.html">[2019/01] Thoughts :: Why I stopped publishing in Portuguese</option>
<option value="/montegasppa/2019/01/more-time.html">[2019/01] Thoughts :: More time</option>
<option value="/montegasppa/2019/01/normality.html">[2019/01] Thoughts :: Normality</option>
<option value="/tags/personal.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Politics</option>
<option value="/montegasppa/2020/08/reverse-racism.html">[2020/07] Thoughts :: Reverse Racism and other lies they’ve been told you</option>
<option value="/montegasppa/2020/07/covid-19.html">[2020/07] Thoughts :: Covid-19 so far</option>
<option value="/kodumaro/2020/06/worth.html">[2020/06] Kodumaro :: Worth in the computing development milieu</option>
<option value="/montegasppa/2020/06/pride.html">[2020/06] Thoughts :: The Pride</option>
<option value="/montegasppa/2020/04/youre-an-idiot.html">[2020/04] Thoughts :: You’re an idiot (so am I)</option>
<option value="/kodumaro/2019/02/actions-sake.html">[2019/02] Kodumaro :: Back to the Cult of Action for Action’s Sake</option>
<option value="/montegasppa/2019/01/surrendered.html">[2019/01] Thoughts :: Why I stopped publishing in Portuguese</option>
<option value="/montegasppa/2019/01/love-my-son.html">[2019/01] Thoughts :: Love my son, not the Autism (⁉️)</option><
option value="/montegasppa/2019/01/autism-social-biases.html">[2019/01] Thoughts :: My autism and the social biases</option>
<option value="/montegasppa/2018/12/igualdade.html">[2018/12] Thoughts :: Igualdade de direitos</option>
<option value="/tags/politics.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Prognose</option>
<option value="/montegasppa/2018/10/end-credits.html">[2018/10] Thoughts :: End Credits</option>
<option value="/montegasppa/2018/02/crowdfunding.html">[2018/02] Thoughts :: Vaquinha</option>
<option value="/montegasppa/2018/02/prognose.html">[2018/02] Thoughts :: Prognose</option>
<option value="/tags/prognose.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Psychology</option>
<option value="/montegasppa/2019/06/embrace-the-subversion.html">[2019/06] Thoughts :: Embrace the subversion</option>
<option value="/montegasppa/2019/02/defective-interface.html">[2019/02] Thoughts :: Defective interface</option>
<option value="/montegasppa/2019/01/more-time.html">[2019/01] Thoughts :: More time</option>
<option value="/montegasppa/2019/01/normality.html">[2019/01] Thoughts :: Normality</option>
<option value="/montegasppa/2019/01/autistic-mind.html">[2019/01] Thoughts :: The autistic mind</option>
<option value="/montegasppa/2018/04/bobagem-espiritual.html">[2018/04] Thoughts :: Dez coisas “espirituais” que são uma bobagem total</option>
<option value="/montegasppa/2018/02/desconforto.html">[2018/02] Thoughts :: Desconforto</option>
<option value="/montegasppa/2017/12/iwa.html">[2017/12] Thoughts :: A história de Iwa</option>
<option value="/montegasppa/2017/12/culpa.html">[2017/12] Thoughts :: Culpa de quem?</option>
<option value="/montegasppa/2017/10/tea.html">[2017/10] Thoughts :: Apanhado geral sobre síndromes do espectro autista</option>
<option value="/tags/psychology.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Python</option>
<option value="/kodumaro/2020/08/fibonacci.html">[2020/08] Kodumaro :: Yet another Fibonacci</option>
<option value="/kodumaro/2018/12/fibonacci.html">[2018/12] Kodumaro :: Uma brincadeira rápida</option>
<option value="/kodumaro/2018/08/concern.html">[2018/08] Kodumaro :: <em>Concern</em> em Python em 15 minutos</option>
<option value="/kodumaro/2016/05/quebra-de-contrato.html">[2016/05] Kodumaro :: Quebra de Contrato</option>
<option value="/kodumaro/2016/04/aspectos.html">[2016/04] Kodumaro :: Aspectos – parte Ⅰ</option>
<option value="/tags/python.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Reblog</option>
<option value="/montegasppa/2019/01/autism-social-biases.html">[2019/01] Thoughts :: My autism and the social biases</option>
<option value="/kodumaro/2018/12/fibonacci.html">[2018/12] Kodumaro :: Uma brincadeira rápida</option>
<option value="/montegasppa/2018/09/interlingua.html">[2018/09] Thoughts :: Interlingua</option>
<option value="/montegasppa/2018/08/ghoughphtheightteeau.html">[2018/08] Thoughts :: Ghoughphtheightteeau</option>
<option value="/montegasppa/2018/05/bolsa-de-estudo.html">[2018/05] Thoughts :: Sete programas de Bolsa de Estudo</option>
<option value="/montegasppa/2018/04/bobagem-espiritual.html">[2018/04] Thoughts :: Dez coisas “espirituais” que são uma bobagem total</option>
<option value="/montegasppa/2017/12/capitalismo.html">[2017/12] Thoughts :: Dez modos como o capitalismo nega ou tira a sua liberdade</option>
<option value="/tags/reblog.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Religion</option>
<option value="/montegasppa/2020/06/pride.html">[2020/06] Thoughts :: The Pride</option>
<option value="/montegasppa/2019/06/embrace-the-subversion.html">[2019/06] Thoughts :: Embrace the subversion</option>
<option value="/montegasppa/2019/04/two-heavens.html">[2019/04] Thoughts :: The two heavens</option>
<option value="/montegasppa/2019/02/taking-god-away.html">[2019/02] Thoughts :: How taking God away of the math made me a better person</option>
<option value="/montegasppa/2018/08/transfobia.html">[2018/08] Thoughts :: Transfobia e a misoginia</option>
<option value="/montegasppa/2018/08/espiritismo.html">[2018/08] Thoughts :: Espiritismo e aborto</option>
<option value="/montegasppa/2018/04/bobagem-espiritual.html">[2018/04] Thoughts :: Dez coisas “espirituais” que são uma bobagem total</option>
<option value="/montegasppa/2017/09/rotina.html">[2017/09] Thoughts :: Rotina & religião</option>
<option value="/montegasppa/2016/12/aborto.html">[2016/12] Thoughts :: Algumas palavras sobre aborto</option>
<option value="/montegasppa/2016/12/manes.html">[2016/12] Thoughts :: Sobre o maniqueísmo</option>
<option value="/tags/religion.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Scala</option>
<option value="/kodumaro/2020/08/variance.html">[2020/08] Kodumaro :: *Variance analogy</option>
<option value="/tags/scala.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">Shell</option>
<option value="/kodumaro/2019/03/oop-fish.html">[2019/03] Kodumaro :: Implementing OOP on Fish (just for fun)</option>
<option value="/kodumaro/2016/06/fish.html">[2016/06] Kodumaro :: Fish Shell</option>
<option value="/tags/shell.html">More…</option>
</select>
</li>
<li class="list-group-item">
<select class="list-group-item" onchange="if (this.value !== '/') window.location = this.value; return true;" style="width:100%;">
<option value="/" selected="selected">TDD</option>
<option value="/kodumaro/2019/02/engine-missing.html">[2019/02] Kodumaro :: Testing the steering wheel in an engine missing car</option>
<option value="/kodumaro/2017/06/golang.html">[2017/06] Kodumaro :: Sobre Golang</option>
<option value="/kodumaro/2016/05/quebra-de-contrato.html">[2016/05] Kodumaro :: Quebra de Contrato</option>
<option value="/tags/tdd.html">More…</option>
</select>
</li>
</ul>
</div>
</div>
<script>$(document).ready(function() {
var tags = $(".tags-map").children();
for (var index = 0; index < tags.length; ++index)
tags[index].firstChild.selectedIndex = 0;
});</script>
<div class="showcase">
<a class="col-md-4 mg-highlighted" href="https://montegasppa.cacilhas.info/" role="button">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="mg-title">ℳontegasppα and Giulia C.’s Thoughts</h3>
</div>
<div class="panel-body">
<p class="lead">ℳontegasppα and Giulia C.’s Thoughts turned into my personal blog, where I throw up everything affects me, from religion to music, from Computing to Politics.</p>
</div>
</div>
</a>
<a class="col-md-4 mg-highlighted" href="https://kodumaro.cacilhas.info/" role="button">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="mg-title">Kodumaro</h3>
</div>
<div class="panel-body">
<p class="lead">The shadows behind the code.</p>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<div class="list-group">
<h3 class="mg-title list-group-item active">Sitemap</h3>
<a class="list-group-item small" href="https://cacilhas.info/">Home</a>
<a class="list-group-item small" href="https://cacilhas.info/about.html">About</a>
<a class="list-group-item small" href="https://cacilhas.info/copying.html">License</a>
<a class="list-group-item small" href="https://montegasppa.cacilhas.info/">ℳontegasppα and Giulia C.’s Thoughts</a>
<a class="list-group-item small" href="https://kodumaro.cacilhas.info/">Kodumaro</a>
<a class="list-group-item small" href="https://github.com/cacilhas/misc/blob/master/README.md" target="_blank">Repo</a>
</div>
</div>
<div class="col-md-4">
<div class="list-group">
<h3 class="mg-title list-group-item active">Fellows</h3>
<a class="list-group-item small" href="https://dev.to/cacilhas" target="_blank"><i class="licon icon-dev-to"></i> DEV Profile 👩💻👨💻</a>
<a class="list-group-item small" href="https://www.educaedu-brasil.com/" target="_blank"><i class="licon icon-educaedu"></i> Educaedu Brasil</a>
<a class="list-group-item small" href="https://cacilhas.info/maven" target="_blank"><i class="licon icon-maven"></i> Kodumaro Maven Repository</a>
<a class="list-group-item small" href="https://vortaro.cacilhas.info/" target="_blank"><i></i> Konsulta Vortaro</a>
<a class="list-group-item small" href="https://montegasppa.bandcamp.com/releases" target="_blank"><i class="licon icon-le-obscur-essentes"></i> Le Obscur Essenteς</a>
<a class="list-group-item small" href="https://medium.com/@cacilhas" target="_blank"><i class="licon icon-medium"></i> Medium.com/@cacilhas</a>
<a class="list-group-item small" href="https://claudiotorcato.wordpress.com/" target="_blank"><i class="licon icon-wordpress"></i> Mosaico Livre</a>
<a class="list-group-item small" href="https://www.todasfridas.com.br/" target="_blank"><i class="licon icon-fridas"></i> Todas Fridas</a>
<a class="list-group-item small" href="https://waltercruz.com/" target="_blank"><i></i> Walter Cruz</a>
<a class="list-group-item small" href="https://hondaj.cacilhas.info/" target="_blank"><i class="licon icon-hondaj"></i> ĤøŅĐΔj̆₀</a>
<a class="list-group-item small" href="https://www.patreon.com/cacilhas" target="_blank"><i class="licon icon-patreon"></i> ℳontegasppα</a>
</div>
</div>
<div>
<div class="pull-left">
<script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px;" data-ad-client="ca-pub-5741846017654057" data-ad-slot="7936078120"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({})</script>
</div>
<div class="pull-left">
<iframe src="https://bandcamp.com/band_follow_button_deluxe/2598801931" width="300" height="56" scrolling="no" frameboarder="0" style="border: none; width: 100%; overflow: hidden;" allowtransparency></iframe>
</div>
<div class="pull-left"><a href="https://dev.to/cacilhas">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="DEV Profile 👩💻👨💻" height="30" width="30"/>
</div>
</div>
</div>
<div class="panel-footer" id="footer">
<p class="small"><a href="https://montegasppa.cacilhas.info/author.html">ℜodrigo Arĥimedeς ℳontegasppα ℭacilhας</a>’ personal website <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed"><img alt="[CC-BY 4.0]" src="https://i.creativecommons.org/l/by/4.0/80x15.png" style="border-width:0;"></a></p>
</div>
<script src="//cacilhas.info/js/bootstrap.min.js"></script>
<script src="//cacilhas.info/js/ie10-viewport-bug-workaround.js"></script>
<script language="javascript">$(document).ready(function() {
$('[title]').tooltip();
})</script>
</body>
</html>