summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contact-information.html8
-rw-r--r--gemfeed/2008-06-26-perl-poetry.html8
-rw-r--r--gemfeed/2010-04-09-standard-ml-and-haskell.html8
-rw-r--r--gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html8
-rw-r--r--gemfeed/2010-05-09-the-fype-programming-language.html8
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.html8
-rw-r--r--gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html8
-rw-r--r--gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html8
-rw-r--r--gemfeed/2016-04-03-offsite-backup-with-zfs.html8
-rw-r--r--gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html8
-rw-r--r--gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html8
-rw-r--r--gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html8
-rw-r--r--gemfeed/2016-11-20-methods-in-c.html8
-rw-r--r--gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html8
-rw-r--r--gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html8
-rw-r--r--gemfeed/2021-04-24-welcome-to-the-geminispace.html8
-rw-r--r--gemfeed/2021-05-16-personal-bash-coding-style-guide.html8
-rw-r--r--gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html8
-rw-r--r--gemfeed/2021-07-04-the-well-grounded-rubyist.html8
-rw-r--r--gemfeed/2021-08-01-on-being-pedantic-about-open-source.html8
-rw-r--r--gemfeed/2021-09-12-keep-it-simple-and-stupid.html8
-rw-r--r--gemfeed/2021-10-22-defensive-devops.html8
-rw-r--r--gemfeed/index.html8
-rw-r--r--index.html8
-rw-r--r--other-resources.html (renamed from novels.html)25
-rw-r--r--resources.html10
26 files changed, 218 insertions, 9 deletions
diff --git a/contact-information.html b/contact-information.html
index e83ae456..d9dbe670 100644
--- a/contact-information.html
+++ b/contact-information.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html
index bac0cb23..a28763d7 100644
--- a/gemfeed/2008-06-26-perl-poetry.html
+++ b/gemfeed/2008-06-26-perl-poetry.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2010-04-09-standard-ml-and-haskell.html b/gemfeed/2010-04-09-standard-ml-and-haskell.html
index 936b715b..21a527b2 100644
--- a/gemfeed/2010-04-09-standard-ml-and-haskell.html
+++ b/gemfeed/2010-04-09-standard-ml-and-haskell.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html b/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
index 0052f420..bf116fc5 100644
--- a/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
+++ b/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html
index 7ee4a7dd..4551373b 100644
--- a/gemfeed/2010-05-09-the-fype-programming-language.html
+++ b/gemfeed/2010-05-09-the-fype-programming-language.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html
index eb75cc00..bb9682c9 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.html
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
index ad2b5b63..fbb4e08f 100644
--- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
+++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
index 90aea281..cf6f8a87 100644
--- a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
+++ b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
index 9bcd9d5c..baf126bc 100644
--- a/gemfeed/2016-04-03-offsite-backup-with-zfs.html
+++ b/gemfeed/2016-04-03-offsite-backup-with-zfs.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
index 1fb9d305..e605a60f 100644
--- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
+++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
index e8f7aff0..1557eacc 100644
--- a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
+++ b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
index fd162873..2161b123 100644
--- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
+++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2016-11-20-methods-in-c.html b/gemfeed/2016-11-20-methods-in-c.html
index 7e7e18cf..c871c31c 100644
--- a/gemfeed/2016-11-20-methods-in-c.html
+++ b/gemfeed/2016-11-20-methods-in-c.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html b/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html
index b5bec980..0fa27b66 100644
--- a/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html
+++ b/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
index e225dab5..025aaa3d 100644
--- a/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
+++ b/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html
index 3a01e5ba..5f9ecc36 100644
--- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html
+++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
index 39726389..97cd3eca 100644
--- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
+++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html
index 4760b0ad..4540e590 100644
--- a/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html
+++ b/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.html b/gemfeed/2021-07-04-the-well-grounded-rubyist.html
index 8c01db3f..ccd22b60 100644
--- a/gemfeed/2021-07-04-the-well-grounded-rubyist.html
+++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html b/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html
index 885ee0ea..7f9472fb 100644
--- a/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html
+++ b/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
index afc4ee8c..5a7093f0 100644
--- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
+++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/2021-10-22-defensive-devops.html b/gemfeed/2021-10-22-defensive-devops.html
index f50a4a01..519342b3 100644
--- a/gemfeed/2021-10-22-defensive-devops.html
+++ b/gemfeed/2021-10-22-defensive-devops.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/gemfeed/index.html b/gemfeed/index.html
index 4478093e..0e71d85c 100644
--- a/gemfeed/index.html
+++ b/gemfeed/index.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/index.html b/index.html
index b8e12870..70a5c925 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -27,6 +31,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
diff --git a/novels.html b/other-resources.html
index bee02dd9..f2c05583 100644
--- a/novels.html
+++ b/other-resources.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Novels</title>
+<title>Other resources</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<style type="text/css">
body {
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
@@ -62,7 +70,8 @@ p.quote:after {
</style>
</head>
<body>
-<h1>Novels</h1>
+<h1>Other resources</h1>
+<h2>Novels</h2>
<p>This site lists my favourite the novels I have read. I prefer to read them in German though. You will notice that these are mostly Science Fiction novels. Where possible, this page shows both, english (en) and german (de), titles.</p>
<p>Some were read as paperback, others as eBooks. A very few were listened to (Audio book).</p>
<pre>
@@ -88,20 +97,20 @@ _-" . ' + . . ,//////0\ | /00HHHHHHHMMMMM
' . ' ///////000000000HHHHHHHHMMMMMMMM
. ' ,///////000000000HHHHHHHHMMMMMMMM
</pre>
-<h2>Alastair Reynolds</h2>
+<h3>Alastair Reynolds</h3>
<ul>
<li>2001 - Revelation Space (en) / Unendlichkeit (de) - Revelation Space Universe</li>
<li>2003 - Chasm City - Revelation Space Universe</li>
<li>2004 - Redemption Ark (en) / Die Arche (de) - Revelation Space Universe - Currently Reading</li>
</ul>
-<h2>Arthur C. Clarke</h2>
+<h3>Arthur C. Clarke</h3>
<ul>
<li>1973 - Rendezvous with Rama (en), Audio book</li>
<li>1989 - Rama II (en), Audio book</li>
<li>1991 - The Garden of Rama (en), Audio book</li>
<li>1993 - Rama Revealed (en), Audio book</li>
</ul>
-<h2>Andreas Brandhorst (de)</h2>
+<h3>Andreas Brandhorst (de)</h3>
<ul>
<li>2004 - Diamant (de) - Diamant-Trilogie</li>
<li>2003 - Der Metamorph (de) - Diamant-Trilogie</li>
@@ -121,14 +130,14 @@ _-" . ' + . . ,//////0\ | /00HHHHHHHMMMMM
<li>2020 - Die Eskalation (de) - Maschinenintelligenz-Trilogie</li>
<li>2021 - Mars Discovery (de) - Maschinenintelligenz-Trilogie</li>
</ul>
-<h2>Other Authors</h2>
+<h3>Other Authors</h3>
<ul>
-<li>1949 - 1984, George Orwell, Audio book - Currently listening to</li>
+<li>1949 - 1984, George Orwell, Audio book</li>
<li>1979 - The Hitchhikers Guide to the Galaxy (en) / Per Anhalter durch die Galaxis (de), Adam Douglas - All books of the series</li>
<li>2009 - Quest, Andreas Eschbach</li>
<li>2010 - The Icarus Hunt (en) / Jagt auf Ikarus (de), Timothy Zahn</li>
</ul>
-<h2>Unread books already in my shelf</h2>
+<h3>Unread books already in my shelf</h3>
<ul>
<li>1987 - Consider Pheblas (en) / Bedenke Pheblas (de), Ian Banks</li>
<li>2004 - Absolution Gap (en) / Offenbarung (de) - Revelation Space Universe, Alastair Reynolds</li>
diff --git a/resources.html b/resources.html
index 6001d577..2f9a7e71 100644
--- a/resources.html
+++ b/resources.html
@@ -16,6 +16,10 @@ body {
color: #ffffef;
}
+h1,h2,h3 {
+ color: #ffa500
+}
+
a {
color: #0ca;
text-decoration: none;
@@ -26,6 +30,10 @@ a:hover {
text-decoration: none;
}
+li {
+ color: #00bcd4;
+}
+
img {
max-width: 600px;
max-height: 400px;
@@ -157,7 +165,7 @@ p.quote:after {
<a class="textlink" href="./gemfeed/2021-07-04-the-well-grounded-rubyist.html">Read here about my thoughts on "The Well-Grounded Rubyist"</a><br />
<h2>Fiction and more books</h2>
<p>Many fiction and non-fiction books I read are not listed here. But my favourites are listed on a separate page here:</p>
-<a class="textlink" href="./novels.html">Novels I have read</a><br />
+<a class="textlink" href="./other-resources.html">Other resources (including novels) I've read.</a><br />
<h1>Formal education</h1>
<p>I have met many self-taught IT professionals I highly respect. In my own opinion, a formal degree does not automatically qualify a person for a particular job. It is more about how you educate yourself further *after* formal education. The pragmatic way of thinking and getting things done do not require a college or university degree.</p>
<p>However, I still believe a degree in Computer Science helps to understand all the theories involved that you would have never learned otherwise. Isn't it cool to understand how compilers work under the hood (automata theory) even if you are not required to hack the compiler in your current position? You could apply the same theory for other things too. This was just *one* example.</p>