summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/2021-04-24-welcome-to-the-geminispace.html2
-rw-r--r--gemfeed/2021-11-28-bash-golf-part-2.draft.html14
-rw-r--r--gemfeed/atom.xml4
-rw-r--r--index.html7
-rw-r--r--resources.html43
5 files changed, 35 insertions, 35 deletions
diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html
index 82e303c1..54020b4c 100644
--- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html
+++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html
@@ -10,7 +10,7 @@
<h1>Welcome to the Geminispace</h1>
<p class="quote"><i>Published by Paul Buetow 2021-04-24, last updated 2021-06-18, ASCII Art by Andy Hood</i></p>
<p>Have you reached this article already via Gemini? It requires a Gemini client; web browsers such as Firefox, Chrome, Safari, etc., don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is:</p>
-<a class="textlink" href="gemini://buetow.org">gemini://buetow.org</a><br />
+<a class="textlink" href="gemini://snonux.de">gemini://snonux.de</a><br />
<p>However, if you still use HTTP, you are just surfing the fallback HTML version of this capsule. In that case, I suggest reading on what this is all about :-).</p>
<pre>
diff --git a/gemfeed/2021-11-28-bash-golf-part-2.draft.html b/gemfeed/2021-11-28-bash-golf-part-2.draft.html
index e73d6ccd..8e8a5090 100644
--- a/gemfeed/2021-11-28-bash-golf-part-2.draft.html
+++ b/gemfeed/2021-11-28-bash-golf-part-2.draft.html
@@ -10,14 +10,14 @@
<h1>Bash Golf Part 2</h1>
<pre>
- '\ . . |&gt;18&gt;&gt;
- \ . ' . |
- O&gt;&gt; . 'o |
- \ . |
- /\ . |
- / / .' |
+ '\ '\ . . |&gt;18&gt;&gt;
+ \ \ . ' . |
+ O&gt;&gt; O&gt;&gt; . 'o |
+ \ .\. .. . |
+ /\ . /\ . . |
+ / / . / / .' . |
jgs^^^^^^^`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Art by Joan Stark
+ Art by Joan Stark, mod. by Paul Buetow
</pre>
<p class="quote"><i>Published by Paul Buetow 2021-11-29</i></p>
<p>This is the second blog post about my Bash Golf series. This series is random Bash tips, tricks and weirdnesses I came across. It's a collection of smaller articles I wrote in an older (in German language) blog, which I translated and refreshed with some new content.</p>
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 948bffd0..66de0c80 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-12-26T16:08:49+00:00</updated>
+ <updated>2021-12-28T17:55:46+00:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -1212,7 +1212,7 @@ fi
<h1>Welcome to the Geminispace</h1>
<p class="quote"><i>Published by Paul Buetow 2021-04-24, last updated 2021-06-18, ASCII Art by Andy Hood</i></p>
<p>Have you reached this article already via Gemini? It requires a Gemini client; web browsers such as Firefox, Chrome, Safari, etc., don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is:</p>
-<a class="textlink" href="https://buetow.org">https://buetow.org</a><br />
+<a class="textlink" href="https://snonux.de">https://snonux.de</a><br />
<p>However, if you still use HTTP, you are just surfing the fallback HTML version of this capsule. In that case, I suggest reading on what this is all about :-).</p>
<pre>
diff --git a/index.html b/index.html
index 29175d33..67ffdd26 100644
--- a/index.html
+++ b/index.html
@@ -2,13 +2,12 @@
<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>fprintf(stderr, 'Hello world
-');</title>
+<title>echo 'Hello $USER'</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
-<h1>fprintf(stderr, "Hello world\n");</h1>
+<h1>echo "Hello $USER"</h1>
<pre>
,---------------------------,
| /---------------------\ |
@@ -22,7 +21,7 @@
,---\_____ [] _______/------,
/ /______________\ /|
/___________________________________ / | ___
- | | | )
+ | Proudly powered by OpenBSD | | )
| _ _ _ [-------] | | (
| o o o TURBO [-------] | / _)_
|__________________________________ |/ / /
diff --git a/resources.html b/resources.html
index de438b5d..f0f6681e 100644
--- a/resources.html
+++ b/resources.html
@@ -23,34 +23,35 @@
</pre>
<h2>Technical books</h2>
<ul>
-<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
-<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li>
-<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li>
-<li>Pro Git; Scott Chacon, Ben Straub; Apress</li>
-<li>The Docker Book; James Turnbull; Kindle</li>
<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
-<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
-<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
-<li>Java ist auch eine Insel; Christian Ullenboom; </li>
-<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
-<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
-<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li>
-<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li>
+<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
+<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O'Reilly</li>
+<li>Effective Java; Joshua Bloch; Addison-Wesley Professional - Currently reading</li>
+<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li>
+<li>DNS and BIND; Cricket Liu; O'Reilly</li>
+<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
-<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
+<li>Java ist auch eine Insel; Christian Ullenboom; </li>
<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li>
-<li>Effective awk programming; Arnold Robbins; O'Reilly</li>
-<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li>
+<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li>
-<li>DNS and BIND; Cricket Liu; O'Reilly</li>
-<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O'Reilly</li>
-<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
-<li>Funktionale Programmierung; Peter Pepper; Springer</li>
-<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
-<li>C++ Programming Language; Bjarne Stroustrup;</li>
+<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li>
+<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
+<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li>
+<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li>
+<li>The Docker Book; James Turnbull; Kindle</li>
+<li>Effective awk programming; Arnold Robbins; O'Reilly</li>
+<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
+<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li>
+<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li>
<li>Advanced Bash-Scripting Guide; Not an actual book, but could be</li>
<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
+<li>Pro Git; Scott Chacon, Ben Straub; Apress</li>
+<li>Funktionale Programmierung; Peter Pepper; Springer</li>
+<li>C++ Programming Language; Bjarne Stroustrup;</li>
<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
</ul>
<h2>Technical bibles</h2>