summaryrefslogtreecommitdiff
path: root/public/posts
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-09 06:01:13 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-09 06:01:13 +0100
commit9a007052feaf814343c345162faa75cac664a9b1 (patch)
tree76bcde85b4cd6ee4826c37cc7a706733430982c2 /public/posts
parent1edd777c9fe3279fc2b0c4378dae9ed50ae2f598 (diff)
feat: added past photos from co and cn
Diffstat (limited to 'public/posts')
-rw-r--r--public/posts/coders-at-work/index.html83
-rw-r--r--public/posts/critical-cs/index.html2
-rw-r--r--public/posts/curriculum-vitate/index.html62
-rw-r--r--public/posts/denounce-ai/index.html2
-rw-r--r--public/posts/dijkstra-knuth/index.html2
-rw-r--r--public/posts/good-cs-books/index.html2
-rw-r--r--public/posts/index.html2
-rw-r--r--public/posts/index.xml9
-rw-r--r--public/posts/lecture-photos/index.html137
-rw-r--r--public/posts/mythical-man-month/index.html2
-rw-r--r--public/posts/poster-fair/index.html2
-rw-r--r--public/posts/thinking-fast-and-slow/index.html55
-rw-r--r--public/posts/useful-links/index.html2
13 files changed, 153 insertions, 209 deletions
diff --git a/public/posts/coders-at-work/index.html b/public/posts/coders-at-work/index.html
deleted file mode 100644
index f22aabe..0000000
--- a/public/posts/coders-at-work/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-us>
- <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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>
- <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
- <div>
- <h1>mjkw.pl</h1>
- <ul>
- <li>
- <a href="/">home</a>
- </li>
- <li>
- <a href="https://git.denounce.ai/">git.denounce.ai</a>
- </li>
- <li>
- <a href="https://ohmyghost.nl">ohmyghost.nl</a>
- </li>
- <li>
- <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
- </li>
- <li>
- <a href="/contact">contact me</a>
- </li>
-</ul>
-
-
- </div>
- </header>
-
-<div class="single">
- <h2>Coders at Work</h2>
- <h4> Published on 2025/12/28</h4>
- <p><em>Coders at Work</em> by Peter Seibel is a great book which I recommend everyone read.
-It relates the experience and learning journey of some of the best programmers of all time, and gives precious insights into their work &ndash; what drove them to become great, what they think is important when programming, and what are their visions for the future.
-These 3 subjects together with answers corroborated from all interviewees form guidelines on how one can become a great programmer themself.<br>
-Here is what I think about each chapter and person.</p>
-<ol>
-<li><em>Jamie Zawinski</em></li>
-</ol>
-<p>Jamie Zawinski currently owns a nightclub in San Francisco, the <a href="https://www.dnalounge.com/">DNA Lounge</a> (imagine how cool this is) and he does not do much programming nowadays as he used to.
-Nevertheless, he began work on Netscape which later evolved into Mozilla Firefox.
-Jamie is a person that has a very outspoken political views and opinions about certain things, which you can read about on his great blog <a href="https://jwz.org/">www.jwz.org</a>.
-I both agree with him on many current worldwide issues and admire him for his past contributions.</p>
-<ol start="2">
-<li>
-<p><em>Brad Fitzpatrick</em></p>
-</li>
-<li>
-<p><em>Douglas Crockford</em></p>
-</li>
-<li>
-<p><em>Brendan Eich</em></p>
-</li>
-<li>
-<p><em>Joshua Bloch</em></p>
-</li>
-<li>
-<p><em>Joe Armstrong</em></p>
-</li>
-</ol>
-
-</div>
-<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:auto; margin-right:auto; font-size: 10pt">
- <center>
-
- © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved.
-
- </center>
- </div>
-</footer>
-</body>
-</html>
-
diff --git a/public/posts/critical-cs/index.html b/public/posts/critical-cs/index.html
index 07614ce..c049b5d 100644
--- a/public/posts/critical-cs/index.html
+++ b/public/posts/critical-cs/index.html
@@ -82,7 +82,7 @@ I really do not know.</p>
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/curriculum-vitate/index.html b/public/posts/curriculum-vitate/index.html
deleted file mode 100644
index 26d1b17..0000000
--- a/public/posts/curriculum-vitate/index.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-us>
- <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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>
- <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
- <div>
- <h1>mjkw.pl</h1>
- <ul>
- <li>
- <a href="/">home</a>
- </li>
- <li>
- <a href="https://git.denounce.ai/">git.denounce.ai</a>
- </li>
- <li>
- <a href="https://ohmyghost.nl">ohmyghost.nl</a>
- </li>
- <li>
- <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
- </li>
- <li>
- <a href="/contact">contact me</a>
- </li>
-</ul>
-
-
- </div>
- </header>
-
-<div class="single">
- <h2>Curriculum Vitate</h2>
- <h4> Published on 2026/02/08</h4>
- <p>
-
-
- <img src="/cv_hu_c4a54ad8d27e43ea.png" width="400" height="565">
-
-
-</p>
-
-</div>
-<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:auto; margin-right:auto; font-size: 10pt">
- <center>
-
- © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved.
-
- </center>
- </div>
-</footer>
-</body>
-</html>
-
diff --git a/public/posts/denounce-ai/index.html b/public/posts/denounce-ai/index.html
index 821123d..50beb63 100644
--- a/public/posts/denounce-ai/index.html
+++ b/public/posts/denounce-ai/index.html
@@ -73,7 +73,7 @@ Being an artist and designer, seeing your life&rsquo;s work being completely ove
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/dijkstra-knuth/index.html b/public/posts/dijkstra-knuth/index.html
index d0ce7bc..0dfbff7 100644
--- a/public/posts/dijkstra-knuth/index.html
+++ b/public/posts/dijkstra-knuth/index.html
@@ -68,7 +68,7 @@ I think this the approach to take, because so often computers help us verify and
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/good-cs-books/index.html b/public/posts/good-cs-books/index.html
index 553ec4b..c9d3eff 100644
--- a/public/posts/good-cs-books/index.html
+++ b/public/posts/good-cs-books/index.html
@@ -78,7 +78,7 @@
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/index.html b/public/posts/index.html
index 62f2dab..c75285c 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -41,7 +41,7 @@
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/index.xml b/public/posts/index.xml
index b056d4a..c5754c8 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -6,9 +6,16 @@
<description>Recent content in Posts on mjkw</description>
<generator>Hugo</generator>
<language>en-us</language>
- <lastBuildDate>Sun, 08 Feb 2026 15:38:10 +0100</lastBuildDate>
+ <lastBuildDate>Mon, 09 Feb 2026 05:43:30 +0100</lastBuildDate>
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>Lecture Photos</title>
+ <link>http://localhost:1313/posts/lecture-photos/</link>
+ <pubDate>Mon, 09 Feb 2026 05:43:30 +0100</pubDate>
+ <guid>http://localhost:1313/posts/lecture-photos/</guid>
+ <description>&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_0139_hu_97891c9aa8dc2822.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4505_hu_6d0fd90e3c01e954.png&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4509_hu_bb62542948ae59ef.jpg&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4518_hu_4e2eb62ad1e04ab3.jpg&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4536_hu_34b78ca6a1f6d338.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4542_hu_ae579c10c19947c3.jpg&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4543_hu_20829a5a1021ab0b.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4544_hu_7db0eb13376158d9.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4545_hu_d77b75e3a61bbfe7.jpg&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&#xA; &#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4546_hu_4ff31c0667e5a28d.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &lt;img src=&#34;http://localhost:1313/IMG_4547_hu_4a237312deef1581.jpg&#34; width=&#34;400&#34; height=&#34;300&#34;&gt;&#xA; &#xA;&#xA;&lt;/p&gt;</description>
+ </item>
+ <item>
<title>HP Poster Fair 2024/2025</title>
<link>http://localhost:1313/posts/poster-fair/</link>
<pubDate>Sun, 08 Feb 2026 15:38:10 +0100</pubDate>
diff --git a/public/posts/lecture-photos/index.html b/public/posts/lecture-photos/index.html
new file mode 100644
index 0000000..e0aac55
--- /dev/null
+++ b/public/posts/lecture-photos/index.html
@@ -0,0 +1,137 @@
+<!DOCTYPE html>
+<html lang=en-us>
+ <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
+ <div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>
+ <a href="/contact">contact me</a>
+ </li>
+</ul>
+
+
+ </div>
+ </header>
+
+<div class="single">
+ <h2>Computer Organization and Computer Networks</h2>
+ <h4> Published on 2025/10/09</h4>
+ <p>Here are some cool photos from my first lectures.
+(I indeed have the same shirt in all.)</p>
+<h3 id="tutorial-on-io-subsystem-during-computer-organization-20242025">Tutorial on I/O subsystem during Computer Organization 2024/2025:</h3>
+<p>
+
+
+ <img src="/IMG_4505_hu_6d0fd90e3c01e954.png" width="400" height="533">
+
+
+
+
+
+
+ <img src="/IMG_4518_hu_4e2eb62ad1e04ab3.jpg" width="400" height="533">
+
+
+
+
+
+
+ <img src="/IMG_4509_hu_bb62542948ae59ef.jpg" width="400" height="533">
+
+
+
+
+
+
+ <img src="/IMG_4542_hu_ae579c10c19947c3.jpg" width="400" height="533">
+
+
+
+
+
+
+ <img src="/IMG_4536_hu_34b78ca6a1f6d338.jpg" width="400" height="300">
+
+
+
+
+
+
+ <img src="/IMG_0139_hu_97891c9aa8dc2822.jpg" width="400" height="300">
+
+
+</p>
+<h3 id="first-introduction-during-computer-organization-20242025">First introduction during Computer Organization 2024/2025:</h3>
+<p>
+
+
+ <img src="/IMG_4544_hu_7db0eb13376158d9.jpg" width="400" height="300">
+
+
+
+
+
+
+ <img src="/IMG_4543_hu_20829a5a1021ab0b.jpg" width="400" height="300">
+
+
+
+
+
+
+ <img src="/IMG_4545_hu_d77b75e3a61bbfe7.jpg" width="400" height="533">
+
+
+
+
+
+
+ <img src="/IMG_4546_hu_4ff31c0667e5a28d.jpg" width="400" height="300">
+
+
+</p>
+<h3 id="first-introduction-during-computer-networks-20242025">First introduction during Computer Networks 2024/2025:</h3>
+<p>
+
+
+ <img src="/IMG_4547_hu_4a237312deef1581.jpg" width="400" height="300">
+
+
+</p>
+
+</div>
+<footer style="vertical-align: bottom;">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
+ <center>
+
+ © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
+
+ </center>
+ </div>
+</footer>
+</body>
+</html>
+
diff --git a/public/posts/mythical-man-month/index.html b/public/posts/mythical-man-month/index.html
index 42c804a..452e461 100644
--- a/public/posts/mythical-man-month/index.html
+++ b/public/posts/mythical-man-month/index.html
@@ -69,7 +69,7 @@ So, I expect I&rsquo;ll be updating this blog post often while coming back to th
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/poster-fair/index.html b/public/posts/poster-fair/index.html
index 8e07e05..39d5033 100644
--- a/public/posts/poster-fair/index.html
+++ b/public/posts/poster-fair/index.html
@@ -86,7 +86,7 @@ Here are the photos and my poster:</p>
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
diff --git a/public/posts/thinking-fast-and-slow/index.html b/public/posts/thinking-fast-and-slow/index.html
deleted file mode 100644
index 4a290ec..0000000
--- a/public/posts/thinking-fast-and-slow/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-us>
- <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;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>
- <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
- <div>
- <h1>mjkw.pl</h1>
- <ul>
- <li>
- <a href="/">home</a>
- </li>
- <li>
- <a href="https://git.denounce.ai/">git.denounce.ai</a>
- </li>
- <li>
- <a href="https://ohmyghost.nl">ohmyghost.nl</a>
- </li>
- <li>
- <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
- </li>
- <li>
- <a href="/contact">contact me</a>
- </li>
-</ul>
-
-
- </div>
- </header>
-
-<div class="single">
- <h2>Thinking Fast and Slow</h2>
- <h4> Published on 2026/02/02</h4>
-
-</div>
-<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:auto; margin-right:auto; font-size: 10pt">
- <center>
-
- © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved.
-
- </center>
- </div>
-</footer>
-</body>
-</html>
-
diff --git a/public/posts/useful-links/index.html b/public/posts/useful-links/index.html
index 8a69c76..8e358cc 100644
--- a/public/posts/useful-links/index.html
+++ b/public/posts/useful-links/index.html
@@ -80,7 +80,7 @@
</div>
<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:4em; margin-right:4em; font-size: 10pt">
+ <div style="display: block; margin-left:20em; margin-right:20em; font-size: 10pt">
<center>
© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.