blob: 88fd450322950a18be88a444bea9dcbac718094a (
plain)
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
|
<!DOCTYPE html>
<html lang=en-us>
<head>
<meta name="generator" content="Hugo 0.154.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<script async type="text/javascript" src="js/code.js"> </script>
</head>
<header>
<div class="container">
<div class="avatar">
<img width="65px" height="65px" src="/images/logo.jpg" alt="my logo">
<h1 style="vertical-align: bottom;">mjkw</h1>
</div>
<ul id="bar">
<li>
<a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
</li>
<li>|</li>
<li>
<a href="https://git.denounce.ai/">git.denounce.ai</a>
</li>
<li>|</li>
<li>
<a href="https://ohmyghost.nl">ohmyghost.nl</a>
</li>
<li>|</li>
<li>
<a href="https://atlarge-research.com/mkwiatkowski/">research</a>
</li>
<li>|</li>
<li>
<a href="/books">book blog</a>
</li>
</ul>
</div>
</header>
<div style="display: block;">
<div class="container">
<h2>Recent posts</h2>
<div class="content-wrapper">
<ul class="content-list">
<li>
<span class="date">2025/12/29</span>
<a href="/posts/music/">Music</a>
</li>
<li>
<span class="date">2025/12/28</span>
<a href="/posts/coders-at-work/">Coders at Work</a>
</li>
<li>
<span class="date">2025/12/22</span>
<a href="/posts/mythical-man-month/">Mythical Man Month</a>
</li>
<li>
<span class="date">2025/12/20</span>
<a href="/posts/my-cv/">My CV</a>
</li>
<li>
<span class="date">2025/12/14</span>
<a href="/posts/dijkstra-knuth/">Dijkstra and Knuth</a>
</li>
<li>
<span class="date">2025/11/07</span>
<a href="/books/the-island-of-missing-trees/">The Island of Missing Trees</a>
</li>
<li>
<span class="date">2025/09/28</span>
<a href="/books/all-the-lovers-in-the-night/">All the Lovers in the Night</a>
</li>
<li>
<span class="date">2025/09/12</span>
<a href="/posts/denounce-ai/">Denounce AI</a>
</li>
<li>
<span class="date">2025/09/03</span>
<a href="/books/coders-at-work/">Coders at Work</a>
</li>
<li>
<span class="date">2025/08/19</span>
<a href="/books/lolita/">Lolita</a>
</li>
<li>
<span class="date">2025/07/27</span>
<a href="/books/klara-and-the-sun/">Klara and the Sun</a>
</li>
<li>
<span class="date">2025/07/26</span>
<a href="/posts/useful-links/">Useful Links</a>
</li>
<li>
<span class="date">2025/07/25</span>
<a href="/books/list-of-books/">List of Books</a>
</li>
<li>
<span class="date">2025/07/25</span>
<a href="/posts/good-cs-books/">Good CS books</a>
</li>
</ul>
</div>
</div>
</div>
<footer style="vertical-align: bottom;">
<div style="display: block; margin-left:auto; margin-right:auto;">
<center>
© Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved.
</center>
</div>
</footer>
</body>
</html>
|