diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-08 19:19:53 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-08 19:19:53 +0100 |
| commit | c0583006c60a11e3afdad65c4d02fb35bd23be41 (patch) | |
| tree | 9fcfacd3099e6c69b7d0c31f18232f219aad055c /public/posts/good-cs-books/index.html | |
| parent | c3bad296ca775ae19d6aff962dd093735073348f (diff) | |
feat: added a new post about the HP poster fair
Diffstat (limited to 'public/posts/good-cs-books/index.html')
| -rw-r--r-- | public/posts/good-cs-books/index.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/public/posts/good-cs-books/index.html b/public/posts/good-cs-books/index.html new file mode 100644 index 0000000..b183e8a --- /dev/null +++ b/public/posts/good-cs-books/index.html @@ -0,0 +1,91 @@ +<!DOCTYPE html> +<html lang=en-us> + <head><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> + + + </div> + </header> + +<div class="single"> + <h2>Computer Science books worth recommending</h2> + <h4> Published on 2025/07/25</h4> + <p>Includes Science-Fiction books.</p> +<ol> +<li> +<p>Frederick P. Brooks, <em>The Mythical Man-Month: Essays on Software Engineering</em>.</p> +</li> +<li> +<p>Carl Hamacher and Zvonko Vranesic, <em>Computer Organization</em>.</p> +</li> +<li> +<p>David A. Patterson and John L. Hennessy, <em>Computer Organization and Design: The Hardware/Software Interface</em>.</p> +</li> +<li> +<p>Andrew Tanenbaum, David Wetherall, Nick Feamster, <em>Computer Networks</em>.</p> +</li> +<li> +<p>Tanenbaum, A.S., Bos, H.J., <em>Modern Operating Systems</em>.</p> +</li> +<li> +<p>Maurice Herlihy, Nir Shavit, Victor Luchangco, Michael Spear, <em>The Art of Multiprocessor Programming</em>.</p> +</li> +<li> +<p>Peter Seibel, <em>Coders at Work</em>.</p> +</li> +<li> +<p>Philip K. Dick, <em>Do Androids Dream of Electric Sheep?</em></p> +</li> +<li> +<p>Isaac Asimov, <em>The Last Question</em></p> +</li> +<li> +<p>Daniel Keyes, <em>Flowers for Algernon</em></p> +</li> +<li> +<p>Aldous Huxley, <em>Brave New World</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> + |
