From a060115f62061039758dd3cadae97889c4eadb1b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:43 +0300 Subject: Update content for html --- gemfeed/2008-06-26-perl-poetry.html | 15 +- gemfeed/2010-04-09-standard-ml-and-haskell.html | 11 + .../2010-05-09-the-fype-programming-language.html | 39 +- .../2011-05-07-perl-daemon-service-framework.html | 7 +- ...2-05-run-debian-on-your-phone-with-debroid.html | 26 +- ...04-09-jails-and-zfs-on-freebsd-with-puppet.html | 7 +- ...inning-up-my-own-authoritative-dns-servers.html | 13 +- ...alistic-load-testing-with-ioriot-for-linux.html | 39 +- ...-22-dtail-the-distributed-log-tail-program.html | 27 +- ...021-05-16-personal-bash-coding-style-guide.html | 11 +- ...5-gemtexter-one-bash-script-to-rule-it-all.html | 15 +- gemfeed/2021-07-04-the-well-grounded-rubyist.html | 15 + ...-08-01-on-being-pedantic-about-open-source.html | 21 +- gemfeed/2021-09-12-keep-it-simple-and-stupid.html | 7 +- gemfeed/2021-10-22-defensive-devops.html | 31 +- gemfeed/2021-11-29-bash-golf-part-1.html | 15 +- ...-12-26-how-to-stay-sane-as-a-devops-person.html | 29 +- gemfeed/2022-01-01-bash-golf-part-2.html | 15 +- ...022-02-04-computer-operating-systems-i-use.html | 7 +- gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html | 11 +- gemfeed/2022-04-10-creative-universe.html | 44 +- .../2022-05-27-perl-is-still-a-great-choice.html | 27 +- gemfeed/2022-06-15-sweating-the-small-stuff.html | 42 +- ...22-07-30-lets-encrypt-with-openbsd-and-rex.html | 7 +- ...2-08-27-gemtexter-1.1.0-lets-gemtext-again.html | 15 +- gemfeed/2022-09-30-after-a-bad-nights-sleep.html | 22 +- .../2022-10-30-installing-dtail-on-openbsd.html | 27 +- ...-tried-emacs-but-i-switched-back-to-neovim.html | 36 +- ...22-12-24-ultrarelearning-java-my-takeaways.html | 20 +- gemfeed/2023-01-23-why-grapheneos-rox.html | 37 +- .../2023-02-26-how-to-shut-down-after-work.html | 14 +- ...03-25-gemtexter-2.0.0-lets-gemtext-again-2.html | 19 +- ...4-01-never-split-the-difference-book-notes.html | 16 + ...ithms-and-data-structures-in-golang-part-1.html | 15 +- gemfeed/2023-05-01-unveiling-guprecords | 1 + ...3-05-06-the-obstacle-is-the-way-book-notes.html | 32 +- ...3-06-01-kiss-server-monitoring-with-gogios.html | 15 +- ...17-career-guide-and-soft-skills-book-notes.html | 55 +- ...07-21-gemtexter-2.1.0-lets-gemtext-again-3.html | 11 +- gemfeed/2023-09-25-dtail-usage-examples.html | 34 +- ...static-web-photo-albums-with-photoalbum.sh.html | 15 +- gemfeed/2023-11-11-mind-management-book-notes.html | 32 +- gemfeed/2023-12-10-bash-golf-part-3.html | 15 +- ...4-02-04-from-babylon5.buetow.org-to-.cloud.html | 18 + ...quickly-logging-ideas-programmed-in-golang.html | 16 +- ...-04-01-KISS-high-availability-with-OpenBSD.html | 19 +- .../2024-05-01-slow-productivity-book-notes.html | 26 +- ...03-projects-i-currently-dont-have-time-for.html | 7 +- ...2024-06-23-terminal-multiplexing-with-tmux.html | 24 +- gemfeed/2024-07-05-random-weird-things.html | 25 +- .../2024-07-07-the-stoic-challenge-book-notes.html | 20 +- .../2024-08-05-typing-127.1-words-per-minute.html | 21 +- gemfeed/atom.xml | 1010 +++++++++++--------- index.html | 2 +- notes/a-monks-guide-to-happiness.html | 12 + notes/career-guide-and-soft-skills.html | 55 +- notes/influence-wihout-authority.html | 11 + notes/mind-management.html | 32 +- notes/never-split-the-difference.html | 16 + notes/slow-productivity.html | 26 +- notes/the-obstacle-is-the-way.html | 32 +- notes/the-power-of-neuroplasticity.html | 14 + notes/the-stoic-challenge.html | 20 +- uptime-stats.html | 2 +- 64 files changed, 1338 insertions(+), 982 deletions(-) diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html index 035d8a2a..dd706435 100644 --- a/gemfeed/2008-06-26-perl-poetry.html +++ b/gemfeed/2008-06-26-perl-poetry.html @@ -12,6 +12,12 @@
Published at 2008-06-26T21:43:51+01:00; Updated at 2021-05-04

+Here are some Perl Poems I wrote. They don't do anything useful when you run them, but they don't produce a compiler error either. They only exist for fun and demonstrate what you can do with Perl syntax.
+
+Wikipedia: "Perl poetry is the practice of writing poems that can be compiled as legal Perl code, for example the piece known as Black Perl. Perl poetry is made possible by the large number of English words that are used in the Perl language. New poems are regularly submitted to the community at PerlMonks."
+
+https://en.wikipedia.org/wiki/Perl
+
  '\|/'                                  *
 -- * -----
@@ -39,20 +45,11 @@ _~~|~/_|_|__/|~~~~~~~ |  / ~~~~~ |   | ~~~~~~~~
 

-

Introduction


-
-Here are some Perl Poems I wrote. They don't do anything useful when you run them, but they don't produce a compiler error either. They only exist for fun and demonstrate what you can do with Perl syntax.
-
-Wikipedia: "Perl poetry is the practice of writing poems that can be compiled as legal Perl code, for example the piece known as Black Perl. Perl poetry is made possible by the large number of English words that are used in the Perl language. New poems are regularly submitted to the community at PerlMonks."
-
-https://en.wikipedia.org/wiki/Perl
-

math.pl