diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 194 |
1 files changed, 100 insertions, 94 deletions
diff --git a/public/index.html b/public/index.html index 2a23ccf..c5c3d40 100644 --- a/public/index.html +++ b/public/index.html @@ -1,109 +1,115 @@ <!DOCTYPE html> -<html lang=en-us> - <head> - <meta name="generator" content="Hugo 0.155.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<html lang="en-us"> +<head> + <meta name="generator" content="Hugo 0.155.3"><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> - <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> +<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" /> +</head> +<body> + <header> + <img width="100em" height="100em" src="/images/logo.jpg" alt="mjkw logo"> +<div> + <h1>mjkw.pl</h1> + <ul> + <li> + <a href="/">home</a> + </li> + <li> + <a href="/articles">articles</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> - </div> </header> - -<div class="body"> -<h2 id="about">About</h2> -<p>Welcome to the mjkw.pl blog where I discuss some of the problems I encounter in Computer Science. + + <main> + +<div class="body"> + <h2>About</h2> + <p>Welcome to the mjkw.pl blog where I discuss some of the problems I encounter in Computer Science. Here, I mostly try to practice writing skills and organize my arguments; <a href="https://git.denounce.ai">git.denounce.ai</a> is my git repository, <a href="https://ohmyghost.nl">ohmyghost.nl</a> is a separate, English literature book blog. To get in touch just send me an email.</p> </div> +<div class="list"> + <h2>Recent posts</h2> + <ul> + + + + <li> + <a href="/articles/nature-of-technology/">Review of The Nature of Technology by W. Brian Arthur</a> + <span class="date"> Published on 2026/02/11</span> + </li> + + <li> + <a href="/articles/poster-fair/">HP Poster Fair 2024/2025</a> + <span class="date"> Published on 2026/02/08</span> + </li> + + <li> + <a href="/articles/critical-cs/">Comment for The New History of Modern Computing by P. Ceruzzi and T. Haigh</a> + <span class="date"> Published on 2026/01/31</span> + </li> + + <li> + <a href="/articles/mythical-man-month/">Review of The Mythical Man-Month by Frederick P. Brooks</a> + <span class="date"> Published on 2025/12/22</span> + </li> + + <li> + <a href="/articles/dijkstra-knuth/">On the old-school approach to programming</a> + <span class="date"> Published on 2025/12/14</span> + </li> + + <li> + <a href="/articles/lecture-photos/">Computer Organization and Computer Networks</a> + <span class="date"> Published on 2025/10/09</span> + </li> + + <li> + <a href="/articles/denounce-ai/">Why using AI to solve your homework is a bad idea</a> + <span class="date"> Published on 2025/09/12</span> + </li> + + <li> + <a href="/articles/useful-links/">Useful links</a> + <span class="date"> Published on 2025/07/26</span> + </li> + + <li> + <a href="/articles/good-cs-books/">Computer Science books every student should read</a> + <span class="date"> Published on 2025/07/25</span> + </li> + + </ul> +</div> - <div class="list"> - <h2>Recent posts</h2> - <ul> - - - - <li> - <a href="/posts/poster-fair/">HP Poster Fair 2024/2025</a> - <span class="date"> Published on 2026/02/08</span> - </li> - - <li> - <a href="/posts/critical-cs/">Comment for The New History of Modern Computing by P. Ceruzzi and T. Haigh</a> - <span class="date"> Published on 2026/01/31</span> - </li> - - <li> - <a href="/posts/mythical-man-month/">Review of The Mythical Man-Month by Frederick P. Brooks</a> - <span class="date"> Published on 2025/12/22</span> - </li> - - <li> - <a href="/posts/dijkstra-knuth/">On the old-school approach to programming</a> - <span class="date"> Published on 2025/12/14</span> - </li> - - <li> - <a href="/posts/lecture-photos/">Computer Organization and Computer Networks</a> - <span class="date"> Published on 2025/10/09</span> - </li> - - <li> - <a href="/posts/denounce-ai/">Why using AI to solve your homework is a bad idea</a> - <span class="date"> Published on 2025/09/12</span> - </li> - - <li> - <a href="/posts/useful-links/">Useful links</a> - <span class="date"> Published on 2025/07/26</span> - </li> - - <li> - <a href="/posts/good-cs-books/">Computer Science books worth recommending</a> - <span class="date"> Published on 2025/07/25</span> - </li> - - </ul> - </div> + </main> -<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. + <footer> - </center> - </div> -</footer> +© 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. + + + </footer> </body> </html> - |
