diff options
35 files changed, 295 insertions, 159 deletions
diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html index 7d5ea6d9..8ddb365d 100644 --- a/gemfeed/2008-06-26-perl-poetry.html +++ b/gemfeed/2008-06-26-perl-poetry.html @@ -156,7 +156,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int <h2>More...</h2> <p>Did you like what you saw? Have a look at Codeberg to see my other poems too:</p> <a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html b/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html index 2736a368..a8de5344 100644 --- a/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html +++ b/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html @@ -38,7 +38,7 @@ _jgs_\|//_\\|///_\V/_\|//__ </ul> <p>It was a pain in the ass. My next mobile phone MUST have a full QWERTY keyboard. This would have made my life lots easier. :)</p> <p>At the moment I am in Sofia, Bulgaria. Here I can use at least an unprotected WLAN hotspot which belongs to one of the neighbours which I don’t know in person, and it is not blocking any port at all :)</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2010-04-09-standard-ml-and-haskell.html b/gemfeed/2010-04-09-standard-ml-and-haskell.html index 7be06154..816562b0 100644 --- a/gemfeed/2010-04-09-standard-ml-and-haskell.html +++ b/gemfeed/2010-04-09-standard-ml-and-haskell.html @@ -146,7 +146,7 @@ my_map f l = foldr (make_map_fn f) [] l fun my_filter f l = foldr (make_filter_fn f) [] l my_filter f l = foldr (make_filter_fn f) [] l </pre><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 81c8a9a9..cecff8e6 100644 --- a/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html +++ b/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html @@ -92,7 +92,7 @@ first 10 nat_pairs_not_null -} </pre><br /> <a class="textlink" href="http://www.haskell.org/">http://www.haskell.org/</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html index be2ab36b..e0e64a10 100644 --- a/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/gemfeed/2010-05-09-the-fype-programming-language.html @@ -407,7 +407,7 @@ BB <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> <a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html index 75c2854a..42ea98a6 100644 --- a/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -138,7 +138,7 @@ sub do ($) { <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> <a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 55780f1c..fb245bb7 100644 --- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html @@ -134,7 +134,7 @@ fib(9) = 34 fib(10) = 55 </pre><br /> <p>It's entertaining to play with :-).</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 4fcc2709..5d1bf6d5 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 @@ -156,7 +156,7 @@ chmod +x /data/local/userinit.sh exit </pre><br /> <p>Reboot & test! Enjoy!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2016-04-03-offsite-backup-with-zfs.html b/gemfeed/2016-04-03-offsite-backup-with-zfs.html index ff1d03a8..a9453bab 100644 --- a/gemfeed/2016-04-03-offsite-backup-with-zfs.html +++ b/gemfeed/2016-04-03-offsite-backup-with-zfs.html @@ -35,7 +35,7 @@ <p>The solution is adding another USB drive (2TB) with an encryption container (GELI) and a ZFS pool. The GELI encryption requires a secret key and a secret passphrase. I am updating the data to that drive once every three months (my calendar is reminding me about it), and afterwards, I keep that drive at a secret location outside of my apartment. All the information needed to decrypt (mounting the GELI container) is stored at another (secure) place. Key and passphrase are kept at different sites, though. Even if someone knew of it, he would not be able to decrypt it as some additional insider knowledge would be required as well.</p> <h2>Walking one round less</h2> <p>I am thinking of buying a second 2TB USB drive and setting it up the same way as the first one. So I could alternate the backups. One drive would be at the secret location, and the other drive would be at home. And these drives would swap place after each cycle. This would give some security about the failure of that drive, and I would have to go to the secret location only once (swapping the drives) instead of twice (picking that drive up to update the data + bringing it back to the remote location).</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 f94ff743..6437b697 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 @@ -371,7 +371,7 @@ Notice: Finished catalog run in 206.09 seconds <li>...etc</li> </ul> <p>All done in a pretty automated manor. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 cecbffdd..4848ff22 100644 --- a/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html +++ b/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html @@ -29,7 +29,7 @@ <p>I enhanced the procedure a bit. From now on, I have two external 2TB USB hard drives. Both are set up precisely the same way. To decrease the probability that both drives will not fail simultaneously, they are of different brands. One drive is kept at a secret location. The other one is held at home, right next to my HP MicroServer.</p> <p>Whenever I update the offsite backup, I am doing it to the drive, which is kept locally. Afterwards, I bring it to the secret location, swap the drives, and bring the other back home. This ensures that I will always have an offsite backup available at a different location than my home - even while updating one copy of it.</p> <p>Furthermore, I added scrubbing ("zpool scrub...") to the script. It ensures that the file system is consistent and that there are no bad blocks on the disk and the file system. To increase the reliability, I also run a "zfs set copies=2 zroot". That setting is also synchronized to the offsite ZFS pool. ZFS stores every data block to disk twice now. Yes, it consumes twice as much disk space, making it better fault-tolerant against hardware errors (e.g. only individual disk sectors going bad). </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 6b738a1f..c03f76ec 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 @@ -217,7 +217,7 @@ apply Service "dig6" { <li>The BIND server will notify all slave DNS servers (at the moment, only one). And it will transfer the new version of the zone.</li> </ul> <p>That's much more comfortable now than manually clicking at some web UIs at Schlund Technologies.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html index 8bc8e134..0662d1a1 100644 --- a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html +++ b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html @@ -84,7 +84,7 @@ mult.calculate(mult,a,b)); <p>Big C software projects, like Linux, also follow some OOP techniques:</p> <a class="textlink" href="https://lwn.net/Articles/444910/">https://lwn.net/Articles/444910/</a><br /> <p>C is a very old programming language with it's quirks. This might be one of the reasons why Linux will also let Rust code in.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 01bba68b..f0fbbf96 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 @@ -131,7 +131,7 @@ Total time: 1213.00s <a class="textlink" href="https://www.coker.com.au/bonnie++/">Bonnie++</a><br /> <a class="textlink" href="https://graphiteapp.org">Graphite</a><br /> <a class="textlink" href="https://en.wikipedia.org/wiki/Memory-mapped_I/O">Memory mapped I/O</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 19f6be4c..600f35e8 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 @@ -73,7 +73,7 @@ dtail –servers serverlist.txt –files ‘/var/log/*.log’ –regex ‘(?i:er <h2>Open Source</h2> <p>Mimecast highly encourages you to have a look at DTail and submit an issue for any features you would like to see. Have you found a bug? Maybe you just have a question or comment? If you want to go a step further: We would also love to see pull requests for any features or improvements. Either way, if in doubt just contact us via the DTail GitHub page.</p> <a class="textlink" href="https://dtail.dev">https://dtail.dev</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/gemfeed/2021-04-24-welcome-to-the-geminispace.html index 30098038..fa2738bb 100644 --- a/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -62,7 +62,7 @@ <p>Check out one of the following links for more information about Gemini. For example, you will find a FAQ that explains why the protocol is named Gemini. Many Gemini capsules are dual-hosted via Gemini and HTTP(S) so that people new to Gemini can sneak peek at the content with a regular web browser. Some people go as far as tri-hosting all their content via HTTP(S), Gemini and Gopher.</p> <a class="textlink" href="gemini://gemini.circumlunar.space">gemini://gemini.circumlunar.space</a><br /> <a class="textlink" href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 cec17fcf..24f826ab 100644 --- a/gemfeed/2021-05-16-personal-bash-coding-style-guide.html +++ b/gemfeed/2021-05-16-personal-bash-coding-style-guide.html @@ -300,7 +300,7 @@ fi <h2>Advanced Bash learning pro tip</h2> <p>I also highly recommend having a read through the "Advanced Bash-Scripting Guide" (not from Google). I use it as the universal Bash reference and learn something new every time I look at it.</p> <a class="textlink" href="https://tldp.org/LDP/abs/html/">Advanced Bash-Scripting Guide</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 65f62040..c5b983fc 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 @@ -131,7 +131,7 @@ assert::equals "$(generate::make_link md "$gemtext")" \ <h2>Conclusion</h2> <p>It was quite a lot of fun writing Gemtexter. It's a relatively small project, but given that I worked on that in my spare time once in a while, it kept me busy for several weeks. </p> <p>I finally revamped my personal internet site and started to blog again. I wanted the result to be exactly how it is now: A slightly retro-inspired internet site built for fun with unconventional tools. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.html b/gemfeed/2021-07-04-the-well-grounded-rubyist.html index 6bb7858f..6f603f81 100644 --- a/gemfeed/2021-07-04-the-well-grounded-rubyist.html +++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.html @@ -73,7 +73,7 @@ Hello World <p>I liked this book so much so that I even bought myself a (used) paper copy of it. To my delight, there was also a free eBook version in ePub format included, which I now have on my Kobo Forma eBook reader. :-)</p> <h2>Perl</h2> <p>Will I abandon my beloved Perl? Probably not. There are also some Perl scripts I use at work. But unfortunately I only have a limited amount of time and I have to use it wisely. I might look into Raku (formerly known as Perl 6) next year and use it for a personal pet project, who knows. :-). I also highly recommend reading the two Perl books "Modern Perl" and "Higher-Order Perl".</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 dbdab9d1..287cacd9 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 @@ -43,7 +43,7 @@ <p>Security bugs in open-source projects are exposed to the public and fixed quickly, while we don't know exactly what happens to security bugs in closed-source ones. Still, hackers and security specialists can find them through reverse engineering and penetration testing. Overall, thinking of security, In my opinion it is still better to prefer open-source software because the more significant the project, the higher the probability that security bugs are found and fixed as more parties are looking into it. Furthermore, provided you have the necessary resources, you could still deduct an audit by yourself. The latter especially happens when companies with its own security and penetration testing departments are evaluating the use of open-source. This is something not every company can afford though.</p> <h2>Always watch out for open-source alternatives</h2> <p>Do you need Microsoft Word? Why don't you just use the Vim text editor or GNU Emacs to write your letters? If that's too nerdy, you can still use open-source alternatives such as AbiWord or LibreOffice. Larger organizations have the tendency to standardize the software their employees have to use. Unfortunately, as Microsoft Word is the de-facto standard text processing program, most companies prefer Word over LibreOffice. Same with Microsoft Excel vs LibreOffice Calc or other spreadsheet alternatives like Gnumeric. I don't know why that is; please....</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <p>I only use free and open-source operating systems on my personal Laptops, Desktop PCs and servers (FreeBSD and Linux based ones). Most of the programs and apps I use on them are free and open-source as well, and I am comfortable with it for over twenty years. Exceptions are the BIOSes and some firmwares of my devices. I also use Skype as most of my friends and family are using it. They are, unfortunately, proprietary software still. But I will be looking into Matrix as a Skype alternative when I have time. There are also open BIOS alternatives, but they usually don't work on my devices.</p> <h2>What about mobile?</h2> <p>I struggle to go 100% open-source on my Smartphone. I use a Samsung phone with the stock Android as provided by Samsung. I love the device as it is large enough to use as a portable reading and note-taking device, and it can also take decent pictures. As a cloud backup solution, I have my own NextCloud server (open-source). Android is mainly open-source software, but many closed parts are still included. I replaced most of the standard apps with free and open-source variants from the F-Droid store though.</p> @@ -72,7 +72,7 @@ <h2>Conclusion</h2> <p>Should you be pedantic about open-source software? It depends. It depends on your fundamental values and how much time you are ready to invest. Open-source software is not just free as in money, but also free as in freedom. You will gain back complete control of your personal data. Unfortunately, installing ready proprietary apps from the Play Store is much more convenient than building up a trustworthy open-source-based infrastructure by yourself. As a guideline, use proprietary software and services with caution. Be mindful about your choices and where you leave your digital fingerprints. In doubt, think less is more. Do you really need this new shiny app? What benefit does it provide to you? Probably you don't really need that shiny new app.</p> <p>You have better chances when you know how to manage your own server and install and manage alternatives to the big cloud providers by yourself. I have the advantage that I have work experience as a Linux Systems Administrator here. I mentioned NextCloud already. I use NextCloud for online photo and file storage, contact and calendar sync and as an RSS news feed server. You could do the same with your own E-Mail server, you can also host your own website and blog. I also mentioned Matrix as a Skype alternative (which could also be an alternative to WhatsApp, Skype, Telegram, Viber, ...). I don't know a lot about Matrix yet, but it seems to be a very neat alternative. I am ready to invest time in it as one of my future personal pet projects. Not only because I think it's better, but also because for fun and as a hobby. But this doesn't mean that I invest *all* of my personal free time in it.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | 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 b525e56d..a67abb58 100644 --- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html +++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html @@ -62,7 +62,7 @@ <h2>Other relevant readings</h2> <a class="textlink" href="https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html">Is the madness ever going to end?</a><br /> <p>Enough ranted for now!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <p class="quote"><i>Controversially, a lack of features is a feature. Enjoy your peace an quiet. - Michael W Lucas </i></p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> diff --git a/gemfeed/2021-10-22-defensive-devops.html b/gemfeed/2021-10-22-defensive-devops.html index 7e0384c7..00e1ecfd 100644 --- a/gemfeed/2021-10-22-defensive-devops.html +++ b/gemfeed/2021-10-22-defensive-devops.html @@ -71,7 +71,7 @@ <h2>Retrospective</h2> <p>For every major incident, you need to follow up with an incident retrospective. A blame-free, detailed description of exactly what went wrong to cause the incident, along with a list of steps to take to prevent a similar incident from occurring again in the future.</p> <p>This usually means creating one or more tickets, which will be dealt with soon. Once the permanent fix is deployed, you can remove your ad-hoc automation and monitoring around it and focus on your regular work again.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2021-11-29-bash-golf-part-1.html b/gemfeed/2021-11-29-bash-golf-part-1.html index 7c986f04..0791e193 100644 --- a/gemfeed/2021-11-29-bash-golf-part-1.html +++ b/gemfeed/2021-11-29-bash-golf-part-1.html @@ -376,7 +376,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is .10 </pre><br /> <p>See you later for the next post of this series.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html index 96f86cb2..03d921aa 100644 --- a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html +++ b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html @@ -84,7 +84,7 @@ <h2>More</h2> <p>Another blog post worth reading:</p> <a class="textlink" href="https://unixsheikh.com/articles/how-to-stay-sane-in-todays-world-of-tech.html">https://unixsheikh.com/articles/how-to-stay-sane-in-todays-world-of-tech.html</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-01-01-bash-golf-part-2.html b/gemfeed/2022-01-01-bash-golf-part-2.html index 29537f66..f9ea67f0 100644 --- a/gemfeed/2022-01-01-bash-golf-part-2.html +++ b/gemfeed/2022-01-01-bash-golf-part-2.html @@ -404,7 +404,7 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH ❯ echo $? 1 </pre><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-01-23-welcome-to-the-foo.zone.html b/gemfeed/2022-01-23-welcome-to-the-foo.zone.html index b328ff63..be57b061 100644 --- a/gemfeed/2022-01-23-welcome-to-the-foo.zone.html +++ b/gemfeed/2022-01-23-welcome-to-the-foo.zone.html @@ -39,7 +39,7 @@ <p>As a funny bit, I almost chose "foo.surf" over "foo.zone" as in "surfing this site", but then decided against it as I would have to tell everyone that I am not into water sports so much. Well, on the other hand, I now may have to explain to non-programmers that I am not a fan of the rock band "Foo Fighters". But that will be acceptable, as I don't expect "normal" people visiting the foo zone as much anyway. If you reached as far, I have to congratulate you. You are not a normal person.</p> <h2>What about my old hosts</h2> <p>The host buetow.org will stay. However, not as the primary address for this site. I will keep using it for my personal internet infrastructure as well as for most of my E-Mail addresses. I used buetow.org for that over the past 10 years already anyway and that won't change any time soon. I don't know what I am going to do with snonux.de in the long run. A .de SLD (for Germany) is pretty cheap, so I might just keep it for now. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-02-04-computer-operating-systems-i-use.html b/gemfeed/2022-02-04-computer-operating-systems-i-use.html index 36aaddab..e6a2e598 100644 --- a/gemfeed/2022-02-04-computer-operating-systems-i-use.html +++ b/gemfeed/2022-02-04-computer-operating-systems-i-use.html @@ -158,7 +158,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <a class="textlink" href="https://asteroidos.org/">Asteroids OS - Open source smartphone OS</a><br /> <a class="textlink" href="https://www.dragonflybsd.org/">DragonFly BSD - Fork of FreeBSD 4</a><br /> <a class="textlink" href="http://wiki.postmarketos.org/wiki/Phosh">Phosh (on postmarketOS) - A true Linux shell for the smartphone</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html b/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html index 03a71719..11d252b2 100644 --- a/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html +++ b/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html @@ -244,7 +244,7 @@ exec /usr/local/bin/dtailhealth --server localhost:2222 <p>I am a bit busy at the moment with two other pet projects of mine (one internal work-project, and one personal one, the latter you will read about in the next couple of months). If you have ideas (or even a patch), then please don't hesitate to contact me (either via E-Mail or a request at GitHub).</p> <p>Thanks!</p> <p>Paul</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-04-10-creative-universe.html b/gemfeed/2022-04-10-creative-universe.html index 8e59a0ee..9e6efec5 100644 --- a/gemfeed/2022-04-10-creative-universe.html +++ b/gemfeed/2022-04-10-creative-universe.html @@ -99,7 +99,7 @@ learn () { <li>The Off Switch; Mark Cropley; Virgin Books</li> <li>Ultralearning; Scott Young; Thorsons</li> </ul> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-05-27-perl-is-still-a-great-choice.html b/gemfeed/2022-05-27-perl-is-still-a-great-choice.html index 7060822f..db7efb49 100644 --- a/gemfeed/2022-05-27-perl-is-still-a-great-choice.html +++ b/gemfeed/2022-05-27-perl-is-still-a-great-choice.html @@ -93,7 +93,7 @@ </ul> <p>Btw.: Did you know that the first version of PHP was a set of Perl snippets? Only later, PHP became an independent programming language.</p> <a class="textlink" href="https://www.perl.org">https://www.perl.org</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.html b/gemfeed/2022-06-15-sweating-the-small-stuff.html index bf4f9b5f..5304ec93 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.html +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.html @@ -233,7 +233,7 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <a class="textlink" href="gemini://konpeito.media">gemini://konpeito.media</a><br /> <p>If you wonder what Gemini is:</p> <a class="textlink" href="./2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispae</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html index aadd4e3f..12a19742 100644 --- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html +++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html @@ -599,7 +599,7 @@ rex commons <p>ACME and Let's Encrypt greatly help reducing recurring manual maintenance work (creating and renewing certificates). Furthermore, all the certificates are free of costs! I love to use OpenBSD and Rex to automate all of this.</p> <p>OpenBSD suits perfectly here as all the tools are already part of the base installation. Rex is not as powerful and popular as other configuration management systems (e.g. Puppet, Chef, SALT or even Ansible). It is more of an underdog and the community is small. But I like underdogs.</p> <p>I love the fact that a <span class="inlinecode">Rexfile</span> is just a Perl DSL. Why re-inventing the wheel? Also, OpenBSD comes with Perl in the base system. So no new programming language had to be added to my mix for the configuration management system. Also, the <span class="inlinecode">acme.sh</span> shell script is not a Bash but a standard Bourne shell script so that I didn't have to install yet another shell as OpenBSD does not come with the Bash pre-installed.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html b/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html index 7f20e2c1..9b09a5ef 100644 --- a/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html +++ b/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html @@ -68,7 +68,7 @@ check_dependencies () { <h3>More</h3> <p>Additionally, there were a couple of bug fixes, refactorings and overall improvements in the documentation made. </p> <p>Overall I think it's a pretty solid <span class="inlinecode">1.1.0</span> release without anything groundbreaking (therefore no major version jump). But I am happy about it.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/2022-09-30-after-a-bad-nights-sleep.html b/gemfeed/2022-09-30-after-a-bad-nights-sleep.html index d7c3c2e9..b8a9b2e0 100644 --- a/gemfeed/2022-09-30-after-a-bad-nights-sleep.html +++ b/gemfeed/2022-09-30-after-a-bad-nights-sleep.html @@ -9,7 +9,7 @@ </head> <body> <h1>After a bad night's sleep</h1> -<p class="quote"><i>Published by Paul at 2022-09-30</i></p> +<p class="quote"><i>Published by Paul at 2022-09-30, last updated 2022-10-12</i></p> <pre> z z @@ -23,50 +23,50 @@ jgs (________\ \ '-' </pre><br /> -<p>Everyone has it once a while: A bad night's sleep. Here I attempt to list useful tips how to deal with it.</p> -<h2>Don't take the day off</h2> -<p>Don't take a day off after not having slept enough the previous night. That would be wasting the holiday allowance. It wouldn't be possible to enjoy my free time anyway, so why not just work? For an IT Engineer, there's still a way to be productive (sometimes even more) with half or less of the concentration power available!</p> +<p>Everyone has it once in a while: A bad night's sleep. Here I attempt to list valuable tips on how to deal with it.</p> +<h2>Don't take the day off.</h2> +<p>Don't take a day off after not sleeping enough the previous night. That would be wasting the holiday allowance. It wouldn't be possible to enjoy my free time anyway, so why not just work? There's still a way for an IT Engineer to be productive (sometimes even more) with half or less of the concentration power available!</p> <h2>Start work early</h2> <p>Probably I am already awake early and am unable to fall asleep again. My strategy here is to "attack" the day: Start work early and finish early. The early bird will also encounter fewer distractions from colleagues.</p> <h2>Sweat the small stuff</h2> -<p>For me, there's never a shortage of small items to hook off my list. Most of these items don't require my full concentration power and I will be happy to get them off my list so that the next day, after a good night's sleep, I can immerse myself again with focused deep work with all concentration powers at hand.</p> +<p>There's never a shortage of small items to hook off my list. Most of these items don't require my full concentration power, and I will be happy to get them off my list so that the next day, after a good night's sleep, I can immerse myself again in focused, deep work with all concentration powers at hand.</p> <p>Examples of "small work items" are:</p> <ul> <li>Tidying up the workspace.</li> <li>Installing pending computer software updates.</li> -<li>Going through the work backlog: Create new tickets, close obsolete one, roughly pre-plan upcoming work.</li> +<li>Going through the work backlog: Create new tickets, close obsolete ones, and roughly pre-plan upcoming work.</li> <li>Finishing off the easy tickets from the current sprint.</li> -<li>Going through any kind of boring paper work.</li> -<li>Catching up with the journal and mark off all trivial action items.</li> +<li>Going through any tedious paperwork.</li> +<li>Catch up with the journal and mark off all trivial action items.</li> </ul> -<h2>Enter the flow state </h2> -<p>I personally find it easy to enter the "flow state" after a bad night's sleep. All what I need to do is to put on some ambient music (preferably instrumental chill house) and start to work on a not too difficult ticket.</p> -<p>Normally, the "flow state" is associated with deep focused work but deep focused work isn't easily possible under sleep deprivation. It's still possible to be in the flow by working on easier tasks and leave the difficult ones for the next day.</p> +<h2>Enter the flow state</h2> +<p>I find it easy to enter the "flow state" after a bad night's sleep. All I need to do is to put on some ambient music (preferably instrumental chill house) and start to work on a not-too-difficult ticket.</p> +<p>Usually, the "flow state" is associated with deep-focused work, but deep-focused work isn't easily possible under sleep deprivation. It's still possible to be in the flow by working on more manageable tasks and leaving the difficult ones for the next day.</p> <h2>Reschedule meetings</h2> -<p>I find it difficult to engage in discussions and demanding meetings after a bad night's sleep. I still attend the meetings I am invited to as "only" a participant, but prefer to reschedule all meetings I am the main driver of.</p> -<p>This, unfortunately, also includes interviews. Interviews require full concentration power. So for interviews I would find a colleague to step in for me or ask to completely reschedule the interview. Everything else wouldn't make it justice and would waste everyone's time!</p> +<p>I find engaging in discussions and demanding meetings challenging after a lousy night's sleep. I still attend the sessions I am invited to as "only" a participant, but I prefer to reschedule all meetings I am the primary driver of.</p> +<p>This, unfortunately, also includes interviews. Interviews require full concentration power. So for interviews, I would find a colleague to step in for me or ask to reschedule the interview altogether. Everything else wouldn't make it justice and would waste everyone's time!</p> <h2>Invent</h2> -<p>The mind works differently under sleep deprivation: It's easier to invent new stuff as it's easier to have a look at things from different perspectives. As a matter of fact, until an hour ago I didn't know yet what I would be blogging about for this month and then I just started writing this and it took me only half an hour to write the first draft of this blog post!</p> +<p>The mind works differently under sleep deprivation: It's easier to invent new stuff as it's easier to have a look at things from different perspectives. Until an hour ago, I didn't know yet what I would be blogging about for this month, and then I just started writing this, and it took me only half an hour to write the first draft of this blog post!</p> <h2>Fast</h2> -<p>I don't eat breakfast and I don't eat lunch on these days. I only have dinner. Not eating means that my mind doesn't become foggy and I keep up the work momentum. This is called intermittent fasting which not only generally helps to keep the weight under control and boosts the concentration power. Furthermore, intermittent fasting is healthy. You should include it into your routine anyway, even after a good night's sleep.</p> -<h2>Strech </h2> -<p>I won't have enough energy for serious physical exercise on those days, but a 30 to 60 minute stretching session can make the day. Stretching will even hurt less under sleep depravation! The stretching could also be substituted with a light Yoga session.</p> -<h2>Walk </h2> -<p>I will have enough energy for one or two daily walks, though (~10k steps for the day in total). Walking is healthy and the time can be used to listen to interesting podcasts. The available concentration power might not be enough for a more sophisticated audio literature, though. Sometimes, I listen to music during the walks. I also try to catch the bright sunlight...</p> +<p>I don't eat breakfast, and I don't eat lunch on these days. I only have dinner. Not eating means my mind doesn't get foggy, and I keep up the work momentum. This is called intermittent fasting, which not only generally helps to keep the weight under control and boosts the concentration power. Furthermore, intermittent fasting is healthy. You should include it in your routine, even after a good night's sleep.</p> +<h2>Stretch</h2> +<p>I won't have enough energy for strenuous physical exercise on those days, but a 30 to a 60-minute stretching session can make the day. Stretching will even hurt less under sleep deprivation! The stretching could also be substituted with a light Yoga session.</p> +<h2>Walk</h2> +<p>Walking is healthy, and the time can be used to listen to interesting podcasts. The available concentration power might not be enough for more sophisticated audio literature. I will have enough energy for one or two daily walks (~10k steps for the day in total). Sometimes, I listen to music during walks. I also try to catch the bright sunlight.</p> <h2>Red Bull</h2> -<p>I don't think that Red Bull is a healthy drink. But once in a while a can in the early afternoon brings wonders and the productivity will skyrocket. Other than Red Bull, drink a lot of water throughout the day.</p> +<p>I don't think that Red Bull is a healthy drink. But once in a while, a can in the early afternoon brings wonders, and productivity will skyrocket. Other than Red Bull, drink a lot of water throughout the day. Don't forget to drink the sugar-free version; otherwise, your intermittent fast will be broken.</p> <h2>Power nap</h2> -<p>I don't know how to "enforce" a nap, but sometimes I manage to power nap and it helps wonders. A 30 minute nap sometimes brings me back to normal. If you don't manage to fast as you are too hungry it helps to try to nap approximately 30 minutes after having eaten something.</p> -<h2>Don't take anything personally</h2> -<p>It's much more difficult to keep the mind "under control" in this state. Every annoyance has the potential to upset and this could reflect to the work colleagues. It is wise to attempt to go with a positive attitude into the day, to always smile and to be polite to the family and the colleagues at work. Don't let anything drop out to the people next, they don't deserve it as they didn't do anything wrong! Also, remember, it can't be controlled all. It's time to let go of the annoyances for the day.</p> +<p>I don't know how to "enforce" a nap, but sometimes I manage to power nap, and it helps wonders. A 30-minute nap sometimes brings me back to normal. If you don't tend to fast as you are too hungry, it helps to try to nap approximately 30 minutes after eating something.</p> +<h2>Don't take anything personally.</h2> +<p>It's much more challenging to keep the mind "under control" in this state. Every annoyance can potentially upset, which could reflect on the work colleagues. It is wise to attempt to go with a positive attitude into the day, always smile and be polite to the family and colleagues at work. Don't let anything drop out to the people next; they don't deserve it as they didn't do anything wrong! Also, remember, it can't be controlled at all. It's time to let go of the annoyances for the day.</p> <h2>Meditate</h2> -<p>In order to keep the good vibe, it helps to meditate for 10 minutes. Meditation must nothing be fancy. It can be just lying on the sofa and observing your thoughts as they come and go. Don't judge the thoughts as that could put you into a negative mood. It's not necessary to sit in an uncomfortable Yoga pose and also it is not necessary to chant "Ohhmmmmm".</p> +<p>To keep the good vibe, it helps to meditate for 10 minutes. Meditation must nothing be fancy. It can be just lying on the sofa and observing your thoughts as they come and go. Don't judge your thoughts, as that could put you in a negative mood. It's not necessary to sit in an uncomfortable Yoga pose, and it is not required to chant "Ohhmmmmm".</p> <h2>Write things down</h2> -<p>Sometimes something requiring more concentration power demands the time. This is where it helps to write a note into a journal and come back to it in another day. This doesn't mean slacking off, but it means managing the rare available concentration power for the day. I might repeat myself: Today, sweat all the small stuff. Tomorrow, do the deep focused work on that important project again.</p> -<p>It's easier to forget things on those days so everything should be written down so that it can be worked off later. Things written down will not be forgotten! </p> +<p>Sometimes something requiring more concentration power demands time. This is where it helps to write a note in a journal and return to it another day. This doesn't mean slacking off but managing the rarely available concentration power for the day. I might repeat myself: Today, sweat all the small stuff. Tomorrow, do the deep-focused work on that crucial project again.</p> +<p>It's easier to forget things on those days, so everything should be written down so that it can be worked off later. Things written down will not be overlooked!</p> <h2>Social media</h2> -<p>I dislike checking social media, as it can consume a lot of time and can become addictive. But once in a while I want to catch up with my "networks". Now, after a bad night's sleep, it's the perfect time to check your social media. Once done, you don't have to do it anymore for the next couple of days!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>I wouldn't say I like checking social media, as it can consume a lot of time and can become addictive. But once in a while, I want to catch up with my "networks". After a bad night's sleep, it's the perfect time to check your social media. Once done, you don't have to do it anymore for the next couple of days!</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index cd86d1f0..89fdd6c2 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>2022-10-01T11:25:16+03:00</updated> + <updated>2022-10-12T10:15:57+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -18,8 +18,12 @@ <summary>Everyone has it once a while: A bad night's sleep. Here I attempt to list useful tips how to deal with it.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>After a bad night's sleep</h1> -<p class="quote"><i>Published by Paul at 2022-09-30</i></p> + 1c1 +< -rw-r--r--. 1 paul paul 6729 Oct 1 11:15 ../foo.zone-content/gemtext/gemfeed/2022-09-30-after-a-bad-nights-sleep.html +--- +> -rw-r--r--. 1 paul paul 6738 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-09-30-after-a-bad-nights-sleep.html +<h1>After a bad night's sleep</h1> +<p class="quote"><i>Published by Paul at 2022-09-30, last updated 2022-10-12</i></p> <pre> z z @@ -33,50 +37,50 @@ jgs (________\ \ '-' </pre><br /> -<p>Everyone has it once a while: A bad night's sleep. Here I attempt to list useful tips how to deal with it.</p> -<h2>Don't take the day off</h2> -<p>Don't take a day off after not having slept enough the previous night. That would be wasting the holiday allowance. It wouldn't be possible to enjoy my free time anyway, so why not just work? For an IT Engineer, there's still a way to be productive (sometimes even more) with half or less of the concentration power available!</p> +<p>Everyone has it once in a while: A bad night's sleep. Here I attempt to list valuable tips on how to deal with it.</p> +<h2>Don't take the day off.</h2> +<p>Don't take a day off after not sleeping enough the previous night. That would be wasting the holiday allowance. It wouldn't be possible to enjoy my free time anyway, so why not just work? There's still a way for an IT Engineer to be productive (sometimes even more) with half or less of the concentration power available!</p> <h2>Start work early</h2> <p>Probably I am already awake early and am unable to fall asleep again. My strategy here is to "attack" the day: Start work early and finish early. The early bird will also encounter fewer distractions from colleagues.</p> <h2>Sweat the small stuff</h2> -<p>For me, there's never a shortage of small items to hook off my list. Most of these items don't require my full concentration power and I will be happy to get them off my list so that the next day, after a good night's sleep, I can immerse myself again with focused deep work with all concentration powers at hand.</p> +<p>There's never a shortage of small items to hook off my list. Most of these items don't require my full concentration power, and I will be happy to get them off my list so that the next day, after a good night's sleep, I can immerse myself again in focused, deep work with all concentration powers at hand.</p> <p>Examples of "small work items" are:</p> <ul> <li>Tidying up the workspace.</li> <li>Installing pending computer software updates.</li> -<li>Going through the work backlog: Create new tickets, close obsolete one, roughly pre-plan upcoming work.</li> +<li>Going through the work backlog: Create new tickets, close obsolete ones, and roughly pre-plan upcoming work.</li> <li>Finishing off the easy tickets from the current sprint.</li> -<li>Going through any kind of boring paper work.</li> -<li>Catching up with the journal and mark off all trivial action items.</li> +<li>Going through any tedious paperwork.</li> +<li>Catch up with the journal and mark off all trivial action items.</li> </ul> -<h2>Enter the flow state </h2> -<p>I personally find it easy to enter the "flow state" after a bad night's sleep. All what I need to do is to put on some ambient music (preferably instrumental chill house) and start to work on a not too difficult ticket.</p> -<p>Normally, the "flow state" is associated with deep focused work but deep focused work isn't easily possible under sleep deprivation. It's still possible to be in the flow by working on easier tasks and leave the difficult ones for the next day.</p> +<h2>Enter the flow state</h2> +<p>I find it easy to enter the "flow state" after a bad night's sleep. All I need to do is to put on some ambient music (preferably instrumental chill house) and start to work on a not-too-difficult ticket.</p> +<p>Usually, the "flow state" is associated with deep-focused work, but deep-focused work isn't easily possible under sleep deprivation. It's still possible to be in the flow by working on more manageable tasks and leaving the difficult ones for the next day.</p> <h2>Reschedule meetings</h2> -<p>I find it difficult to engage in discussions and demanding meetings after a bad night's sleep. I still attend the meetings I am invited to as "only" a participant, but prefer to reschedule all meetings I am the main driver of.</p> -<p>This, unfortunately, also includes interviews. Interviews require full concentration power. So for interviews I would find a colleague to step in for me or ask to completely reschedule the interview. Everything else wouldn't make it justice and would waste everyone's time!</p> +<p>I find engaging in discussions and demanding meetings challenging after a lousy night's sleep. I still attend the sessions I am invited to as "only" a participant, but I prefer to reschedule all meetings I am the primary driver of.</p> +<p>This, unfortunately, also includes interviews. Interviews require full concentration power. So for interviews, I would find a colleague to step in for me or ask to reschedule the interview altogether. Everything else wouldn't make it justice and would waste everyone's time!</p> <h2>Invent</h2> -<p>The mind works differently under sleep deprivation: It's easier to invent new stuff as it's easier to have a look at things from different perspectives. As a matter of fact, until an hour ago I didn't know yet what I would be blogging about for this month and then I just started writing this and it took me only half an hour to write the first draft of this blog post!</p> +<p>The mind works differently under sleep deprivation: It's easier to invent new stuff as it's easier to have a look at things from different perspectives. Until an hour ago, I didn't know yet what I would be blogging about for this month, and then I just started writing this, and it took me only half an hour to write the first draft of this blog post!</p> <h2>Fast</h2> -<p>I don't eat breakfast and I don't eat lunch on these days. I only have dinner. Not eating means that my mind doesn't become foggy and I keep up the work momentum. This is called intermittent fasting which not only generally helps to keep the weight under control and boosts the concentration power. Furthermore, intermittent fasting is healthy. You should include it into your routine anyway, even after a good night's sleep.</p> -<h2>Strech </h2> -<p>I won't have enough energy for serious physical exercise on those days, but a 30 to 60 minute stretching session can make the day. Stretching will even hurt less under sleep depravation! The stretching could also be substituted with a light Yoga session.</p> -<h2>Walk </h2> -<p>I will have enough energy for one or two daily walks, though (~10k steps for the day in total). Walking is healthy and the time can be used to listen to interesting podcasts. The available concentration power might not be enough for a more sophisticated audio literature, though. Sometimes, I listen to music during the walks. I also try to catch the bright sunlight...</p> +<p>I don't eat breakfast, and I don't eat lunch on these days. I only have dinner. Not eating means my mind doesn't get foggy, and I keep up the work momentum. This is called intermittent fasting, which not only generally helps to keep the weight under control and boosts the concentration power. Furthermore, intermittent fasting is healthy. You should include it in your routine, even after a good night's sleep.</p> +<h2>Stretch</h2> +<p>I won't have enough energy for strenuous physical exercise on those days, but a 30 to a 60-minute stretching session can make the day. Stretching will even hurt less under sleep deprivation! The stretching could also be substituted with a light Yoga session.</p> +<h2>Walk</h2> +<p>Walking is healthy, and the time can be used to listen to interesting podcasts. The available concentration power might not be enough for more sophisticated audio literature. I will have enough energy for one or two daily walks (~10k steps for the day in total). Sometimes, I listen to music during walks. I also try to catch the bright sunlight.</p> <h2>Red Bull</h2> -<p>I don't think that Red Bull is a healthy drink. But once in a while a can in the early afternoon brings wonders and the productivity will skyrocket. Other than Red Bull, drink a lot of water throughout the day.</p> +<p>I don't think that Red Bull is a healthy drink. But once in a while, a can in the early afternoon brings wonders, and productivity will skyrocket. Other than Red Bull, drink a lot of water throughout the day. Don't forget to drink the sugar-free version; otherwise, your intermittent fast will be broken.</p> <h2>Power nap</h2> -<p>I don't know how to "enforce" a nap, but sometimes I manage to power nap and it helps wonders. A 30 minute nap sometimes brings me back to normal. If you don't manage to fast as you are too hungry it helps to try to nap approximately 30 minutes after having eaten something.</p> -<h2>Don't take anything personally</h2> -<p>It's much more difficult to keep the mind "under control" in this state. Every annoyance has the potential to upset and this could reflect to the work colleagues. It is wise to attempt to go with a positive attitude into the day, to always smile and to be polite to the family and the colleagues at work. Don't let anything drop out to the people next, they don't deserve it as they didn't do anything wrong! Also, remember, it can't be controlled all. It's time to let go of the annoyances for the day.</p> +<p>I don't know how to "enforce" a nap, but sometimes I manage to power nap, and it helps wonders. A 30-minute nap sometimes brings me back to normal. If you don't tend to fast as you are too hungry, it helps to try to nap approximately 30 minutes after eating something.</p> +<h2>Don't take anything personally.</h2> +<p>It's much more challenging to keep the mind "under control" in this state. Every annoyance can potentially upset, which could reflect on the work colleagues. It is wise to attempt to go with a positive attitude into the day, always smile and be polite to the family and colleagues at work. Don't let anything drop out to the people next; they don't deserve it as they didn't do anything wrong! Also, remember, it can't be controlled at all. It's time to let go of the annoyances for the day.</p> <h2>Meditate</h2> -<p>In order to keep the good vibe, it helps to meditate for 10 minutes. Meditation must nothing be fancy. It can be just lying on the sofa and observing your thoughts as they come and go. Don't judge the thoughts as that could put you into a negative mood. It's not necessary to sit in an uncomfortable Yoga pose and also it is not necessary to chant "Ohhmmmmm".</p> +<p>To keep the good vibe, it helps to meditate for 10 minutes. Meditation must nothing be fancy. It can be just lying on the sofa and observing your thoughts as they come and go. Don't judge your thoughts, as that could put you in a negative mood. It's not necessary to sit in an uncomfortable Yoga pose, and it is not required to chant "Ohhmmmmm".</p> <h2>Write things down</h2> -<p>Sometimes something requiring more concentration power demands the time. This is where it helps to write a note into a journal and come back to it in another day. This doesn't mean slacking off, but it means managing the rare available concentration power for the day. I might repeat myself: Today, sweat all the small stuff. Tomorrow, do the deep focused work on that important project again.</p> -<p>It's easier to forget things on those days so everything should be written down so that it can be worked off later. Things written down will not be forgotten! </p> +<p>Sometimes something requiring more concentration power demands time. This is where it helps to write a note in a journal and return to it another day. This doesn't mean slacking off but managing the rarely available concentration power for the day. I might repeat myself: Today, sweat all the small stuff. Tomorrow, do the deep-focused work on that crucial project again.</p> +<p>It's easier to forget things on those days, so everything should be written down so that it can be worked off later. Things written down will not be overlooked!</p> <h2>Social media</h2> -<p>I dislike checking social media, as it can consume a lot of time and can become addictive. But once in a while I want to catch up with my "networks". Now, after a bad night's sleep, it's the perfect time to check your social media. Once done, you don't have to do it anymore for the next couple of days!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>I wouldn't say I like checking social media, as it can consume a lot of time and can become addictive. But once in a while, I want to catch up with my "networks". After a bad night's sleep, it's the perfect time to check your social media. Once done, you don't have to do it anymore for the next couple of days!</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -92,7 +96,11 @@ jgs (________\ \ <summary>I am proud to announce that I've released Gemtexter version `1.1.0`. What is Gemtexter? It's my static site generator written in GNU Bash:. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Gemtexter 1.1.0 - Let's Gemtext again</h1> + 1c1 +< -rw-r--r--. 1 paul paul 4095 Sep 30 09:31 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html +--- +> -rw-r--r--. 1 paul paul 4092 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again.html +<h1>Gemtexter 1.1.0 - Let's Gemtext again</h1> <p class="quote"><i>Published by Paul at 2022-08-27</i></p> <pre> -=[ typewriter ]=- 1/98 @@ -152,7 +160,7 @@ check_dependencies () { <h3>More</h3> <p>Additionally, there were a couple of bug fixes, refactorings and overall improvements in the documentation made. </p> <p>Overall I think it's a pretty solid <span class="inlinecode">1.1.0</span> release without anything groundbreaking (therefore no major version jump). But I am happy about it.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -168,7 +176,11 @@ check_dependencies () { <summary>I was amazed how easy it is to automatically generate and update Let's Encrypt certificates with OpenBSD.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Let's Encrypt with OpenBSD and Rex</h1> + 1c1 +< -rw-r--r--. 1 paul paul 21487 Sep 30 09:29 ../foo.zone-content/gemtext/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html +--- +> -rw-r--r--. 1 paul paul 21484 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html +<h1>Let's Encrypt with OpenBSD and Rex</h1> <p class="quote"><i>Published by Paul at 2022-07-30</i></p> <pre> / _ \ @@ -759,7 +771,7 @@ rex commons <p>ACME and Let's Encrypt greatly help reducing recurring manual maintenance work (creating and renewing certificates). Furthermore, all the certificates are free of costs! I love to use OpenBSD and Rex to automate all of this.</p> <p>OpenBSD suits perfectly here as all the tools are already part of the base installation. Rex is not as powerful and popular as other configuration management systems (e.g. Puppet, Chef, SALT or even Ansible). It is more of an underdog and the community is small. But I like underdogs.</p> <p>I love the fact that a <span class="inlinecode">Rexfile</span> is just a Perl DSL. Why re-inventing the wheel? Also, OpenBSD comes with Perl in the base system. So no new programming language had to be added to my mix for the configuration management system. Also, the <span class="inlinecode">acme.sh</span> shell script is not a Bash but a standard Bourne shell script so that I didn't have to install yet another shell as OpenBSD does not come with the Bash pre-installed.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -775,7 +787,11 @@ rex commons <summary>This blog post is a bit different from the others. It consists of multiple but smaller projects worth mentioning. I got inspired by Julia Evan's 'Tiny programs' blog post and the side projects of The Sephist, so I thought I would also write a blog posts listing a couple of small projects of mine:. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Sweating the small stuff - Tiny projects of mine</h1> + 1c1 +< -rw-r--r--. 1 paul paul 20520 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-06-15-sweating-the-small-stuff.html +--- +> -rw-r--r--. 1 paul paul 20517 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-06-15-sweating-the-small-stuff.html +<h1>Sweating the small stuff - Tiny projects of mine</h1> <p class="quote"><i>Published by Paul at 2022-06-15, last updated at 2022-06-18</i></p> <pre> _ @@ -1000,7 +1016,7 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <a class="textlink" href="https://konpeito.media">https://konpeito.media</a><br /> <p>If you wonder what Gemini is:</p> <a class="textlink" href="https://foo.zone/gemfeed/2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispae</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1016,7 +1032,11 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <summary>Perl (the Practical Extraction and Report Language) is a battle-tested, mature, multi-paradigm dynamic programming language. Note that it's not called PERL, neither P.E.R.L. nor Pearl. 'Perl' is the name of the language and 'perl' the name of the interpreter or the interpreter command.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Perl is still a great choice</h1> + 1c1 +< -rw-r--r--. 1 paul paul 16143 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-05-27-perl-is-still-a-great-choice.html +--- +> -rw-r--r--. 1 paul paul 16140 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-05-27-perl-is-still-a-great-choice.html +<h1>Perl is still a great choice</h1> <p class="quote"><i>Published by Paul at 2022-05-27, Comic source: XKCD</i></p> <a href="https://foo.zone/gemfeed/2022-05-27-perl-is-still-a-great-choice/regular_expressions.png"><img src="https://foo.zone/gemfeed/2022-05-27-perl-is-still-a-great-choice/regular_expressions.png" /></a><br /> <p>Perl (the Practical Extraction and Report Language) is a battle-tested, mature, multi-paradigm dynamic programming language. Note that it's not called PERL, neither P.E.R.L. nor Pearl. "Perl" is the name of the language and "perl" the name of the interpreter or the interpreter command.</p> @@ -1101,7 +1121,7 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs </ul> <p>Btw.: Did you know that the first version of PHP was a set of Perl snippets? Only later, PHP became an independent programming language.</p> <a class="textlink" href="https://www.perl.org">https://www.perl.org</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1117,7 +1137,11 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <summary>I have been participating in an annual work-internal project contest (we call it Pet Project contest) since I moved to London and switched jobs to my current employer. I am very happy to say that I won a 'silver' prize last week here 🎆. Over the last couple of years I have been a finalist in this contest six times and won some kind of prize five times. Some of my projects were also released as open source software. One had a magazine article published, and for another one I wrote an article on my employer's engineering blog. If you have followed all my posts on this blog (the one you are currently reading), then you have probably figured out what these projects were:. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Creative universe</h1> + 1c1 +< -rw-r--r--. 1 paul paul 14567 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-04-10-creative-universe.html +--- +> -rw-r--r--. 1 paul paul 14564 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-04-10-creative-universe.html +<h1>Creative universe</h1> <p class="quote"><i>Published by Paul at 2022-04-10, last updated at 2022-04-18</i></p> <pre> . + . . . . . . @@ -1208,7 +1232,7 @@ learn () { <li>The Off Switch; Mark Cropley; Virgin Books</li> <li>Ultralearning; Scott Young; Thorsons</li> </ul> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1224,7 +1248,11 @@ learn () { <summary>I have recently released DTail 4.0.0 and this blog post goes through all the new goodies. You can also read my previous post about DTail in case you wonder what DTail is:. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>The release of DTail 4.0.0</h1> + 1c1 +< -rw-r--r--. 1 paul paul 11938 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html +--- +> -rw-r--r--. 1 paul paul 11935 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-03-06-the-release-of-dtail-4.0.0.html +<h1>The release of DTail 4.0.0</h1> <p class="quote"><i>Published by Paul at 2022-03-06</i></p> <pre> ,_---~~~~~----._ @@ -1460,7 +1488,7 @@ exec /usr/local/bin/dtailhealth --server localhost:2222 <p>I am a bit busy at the moment with two other pet projects of mine (one internal work-project, and one personal one, the latter you will read about in the next couple of months). If you have ideas (or even a patch), then please don't hesitate to contact me (either via E-Mail or a request at GitHub).</p> <p>Thanks!</p> <p>Paul</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1476,7 +1504,11 @@ exec /usr/local/bin/dtailhealth --server localhost:2222 <summary>This is a list of Operating Systems I currently use. This list is in no particular order and also will be updated over time. The very first operating system I used was MS-DOS (mainly for games) and the very first Unix like operating system I used was SuSE Linux 5.3. My first smartphone OS was Symbian on a clunky Sony Ericsson device.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Computer operating systems I use(d)</h1> + 1c1 +< -rw-r--r--. 1 paul paul 15965 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-02-04-computer-operating-systems-i-use.html +--- +> -rw-r--r--. 1 paul paul 15962 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-02-04-computer-operating-systems-i-use.html +<h1>Computer operating systems I use(d)</h1> <p class="quote"><i>Published by Paul at 2022-02-04, updated 2022-02-18</i></p> <pre> /( )` @@ -1626,7 +1658,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <a class="textlink" href="https://asteroidos.org/">Asteroids OS - Open source smartphone OS</a><br /> <a class="textlink" href="https://www.dragonflybsd.org/">DragonFly BSD - Fork of FreeBSD 4</a><br /> <a class="textlink" href="http://wiki.postmarketos.org/wiki/Phosh">Phosh (on postmarketOS) - A true Linux shell for the smartphone</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1642,7 +1674,11 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <summary>I don't count this as a real blog post, but more of an announcement (I aim to write one real post once monthly). From now on, 'foo.zone' is the new address of this site. All other addresses will still forward to it and eventually (based on the traffic still going through) will be deactivated.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Welcome to the foo.zone</h1> + 1c1 +< -rw-r--r--. 1 paul paul 3367 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-01-23-welcome-to-the-foo.zone.html +--- +> -rw-r--r--. 1 paul paul 3364 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-01-23-welcome-to-the-foo.zone.html +<h1>Welcome to the foo.zone</h1> <p class="quote"><i>Published by Paul at 2022-01-23</i></p> <pre> __ @@ -1673,7 +1709,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <p>As a funny bit, I almost chose "foo.surf" over "foo.zone" as in "surfing this site", but then decided against it as I would have to tell everyone that I am not into water sports so much. Well, on the other hand, I now may have to explain to non-programmers that I am not a fan of the rock band "Foo Fighters". But that will be acceptable, as I don't expect "normal" people visiting the foo zone as much anyway. If you reached as far, I have to congratulate you. You are not a normal person.</p> <h2>What about my old hosts</h2> <p>The host buetow.org will stay. However, not as the primary address for this site. I will keep using it for my personal internet infrastructure as well as for most of my E-Mail addresses. I used buetow.org for that over the past 10 years already anyway and that won't change any time soon. I don't know what I am going to do with snonux.de in the long run. A .de SLD (for Germany) is pretty cheap, so I might just keep it for now. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -1689,7 +1725,11 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <summary>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.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Bash Golf Part 2</h1> + 1c1 +< -rw-r--r--. 1 paul paul 13088 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2022-01-01-bash-golf-part-2.html +--- +> -rw-r--r--. 1 paul paul 13085 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2022-01-01-bash-golf-part-2.html +<h1>Bash Golf Part 2</h1> <p class="quote"><i>Published by Paul at 2022-01-01, last updated at 2022-01-05</i></p> <pre> @@ -2085,7 +2125,7 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH ❯ echo $? 1 </pre><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2101,7 +2141,11 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH <summary>Log4shell (CVE-2021-44228) made it clear, once again, that working in information technology is not an easy job (especially when you are a DevOps/SRE or a security engineer). I thought it would be interesting to summarize a few techniques to help you to relax.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>How to stay sane as a DevOps person </h1> + 1c1 +< -rw-r--r--. 1 paul paul 13662 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html +--- +> -rw-r--r--. 1 paul paul 13659 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.html +<h1>How to stay sane as a DevOps person </h1> <p class="quote"><i>Published by Paul at 2021-12-26, last updated at 2022-01-12</i></p> <pre> ) @@ -2177,7 +2221,7 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH <h2>More</h2> <p>Another blog post worth reading:</p> <a class="textlink" href="https://unixsheikh.com/articles/how-to-stay-sane-in-todays-world-of-tech.html">https://unixsheikh.com/articles/how-to-stay-sane-in-todays-world-of-tech.html</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2193,7 +2237,11 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH <summary>This is the first 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.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Bash Golf Part 1</h1> + 1c1 +< -rw-r--r--. 1 paul paul 14190 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-11-29-bash-golf-part-1.html +--- +> -rw-r--r--. 1 paul paul 14187 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-11-29-bash-golf-part-1.html +<h1>Bash Golf Part 1</h1> <p class="quote"><i>Published by Paul at 2021-11-29, last updated at 2022-01-05</i></p> <pre> @@ -2561,7 +2609,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is .10 </pre><br /> <p>See you later for the next post of this series.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2577,7 +2625,11 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <summary>I have seen many different setups and infrastructures during my carreer. My roles always included front-line ad-hoc fire fighting production issues. This often involves identifying and fixing these under time pressure, without the comfort of 2-week-long SCRUM sprints and without an exhaustive QA process. I also wrote a lot of code (Bash, Ruby, Perl, Go, and a little Java), and I followed the typical software development process, but that did not always apply to critical production issues.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Defensive DevOps</h1> + 1c1 +< -rw-r--r--. 1 paul paul 13787 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-10-22-defensive-devops.html +--- +> -rw-r--r--. 1 paul paul 13784 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-10-22-defensive-devops.html +<h1>Defensive DevOps</h1> <p class="quote"><i>Published by Paul at 2021-10-22</i></p> <pre> c=====e @@ -2640,7 +2692,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <h2>Retrospective</h2> <p>For every major incident, you need to follow up with an incident retrospective. A blame-free, detailed description of exactly what went wrong to cause the incident, along with a list of steps to take to prevent a similar incident from occurring again in the future.</p> <p>This usually means creating one or more tickets, which will be dealt with soon. Once the permanent fix is deployed, you can remove your ad-hoc automation and monitoring around it and focus on your regular work again.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2656,7 +2708,11 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <summary>A robust computer system must be kept simple and stupid (KISS). The fancier the system is, the more can break. Unfortunately, most systems tend to become complex and challenging to maintain in today's world. In the early days, so I was told, engineers understood every part of the system, but nowadays, we see more of the 'lasagna' stack. One layer or framework is built on top of another layer, and in the end, nobody has got a clue what's going on.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Keep it simple and stupid</h1> + 1c1 +< -rw-r--r--. 1 paul paul 9415 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-09-12-keep-it-simple-and-stupid.html +--- +> -rw-r--r--. 1 paul paul 9412 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-09-12-keep-it-simple-and-stupid.html +<h1>Keep it simple and stupid</h1> <p class="quote"><i>Published by Paul at 2021-09-12, last updated at 2022-04-21</i></p> <pre> _______________ |*\_/*|_______ @@ -2710,7 +2766,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <h2>Other relevant readings</h2> <a class="textlink" href="https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html">Is the madness ever going to end?</a><br /> <p>Enough ranted for now!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <p class="quote"><i>Controversially, a lack of features is a feature. Enjoy your peace an quiet. - Michael W Lucas </i></p> </div> </content> @@ -2727,7 +2783,11 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <summary>I believe that it is essential to always have free and open-source alternatives to any kind of closed-source proprietary software available to choose from. But there are a couple of points you need to take into consideration. . .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>On being Pedantic about Open-Source</h1> + 1c1 +< -rw-r--r--. 1 paul paul 17636 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html +--- +> -rw-r--r--. 1 paul paul 17630 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-08-01-on-being-pedantic-about-open-source.html +<h1>On being Pedantic about Open-Source</h1> <p class="quote"><i>Published by Paul at 2021-08-01</i></p> <pre> __ @@ -2762,7 +2822,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <p>Security bugs in open-source projects are exposed to the public and fixed quickly, while we don't know exactly what happens to security bugs in closed-source ones. Still, hackers and security specialists can find them through reverse engineering and penetration testing. Overall, thinking of security, In my opinion it is still better to prefer open-source software because the more significant the project, the higher the probability that security bugs are found and fixed as more parties are looking into it. Furthermore, provided you have the necessary resources, you could still deduct an audit by yourself. The latter especially happens when companies with its own security and penetration testing departments are evaluating the use of open-source. This is something not every company can afford though.</p> <h2>Always watch out for open-source alternatives</h2> <p>Do you need Microsoft Word? Why don't you just use the Vim text editor or GNU Emacs to write your letters? If that's too nerdy, you can still use open-source alternatives such as AbiWord or LibreOffice. Larger organizations have the tendency to standardize the software their employees have to use. Unfortunately, as Microsoft Word is the de-facto standard text processing program, most companies prefer Word over LibreOffice. Same with Microsoft Excel vs LibreOffice Calc or other spreadsheet alternatives like Gnumeric. I don't know why that is; please....</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> <p>I only use free and open-source operating systems on my personal Laptops, Desktop PCs and servers (FreeBSD and Linux based ones). Most of the programs and apps I use on them are free and open-source as well, and I am comfortable with it for over twenty years. Exceptions are the BIOSes and some firmwares of my devices. I also use Skype as most of my friends and family are using it. They are, unfortunately, proprietary software still. But I will be looking into Matrix as a Skype alternative when I have time. There are also open BIOS alternatives, but they usually don't work on my devices.</p> <h2>What about mobile?</h2> <p>I struggle to go 100% open-source on my Smartphone. I use a Samsung phone with the stock Android as provided by Samsung. I love the device as it is large enough to use as a portable reading and note-taking device, and it can also take decent pictures. As a cloud backup solution, I have my own NextCloud server (open-source). Android is mainly open-source software, but many closed parts are still included. I replaced most of the standard apps with free and open-source variants from the F-Droid store though.</p> @@ -2791,7 +2851,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <h2>Conclusion</h2> <p>Should you be pedantic about open-source software? It depends. It depends on your fundamental values and how much time you are ready to invest. Open-source software is not just free as in money, but also free as in freedom. You will gain back complete control of your personal data. Unfortunately, installing ready proprietary apps from the Play Store is much more convenient than building up a trustworthy open-source-based infrastructure by yourself. As a guideline, use proprietary software and services with caution. Be mindful about your choices and where you leave your digital fingerprints. In doubt, think less is more. Do you really need this new shiny app? What benefit does it provide to you? Probably you don't really need that shiny new app.</p> <p>You have better chances when you know how to manage your own server and install and manage alternatives to the big cloud providers by yourself. I have the advantage that I have work experience as a Linux Systems Administrator here. I mentioned NextCloud already. I use NextCloud for online photo and file storage, contact and calendar sync and as an RSS news feed server. You could do the same with your own E-Mail server, you can also host your own website and blog. I also mentioned Matrix as a Skype alternative (which could also be an alternative to WhatsApp, Skype, Telegram, Viber, ...). I don't know a lot about Matrix yet, but it seems to be a very neat alternative. I am ready to invest time in it as one of my future personal pet projects. Not only because I think it's better, but also because for fun and as a hobby. But this doesn't mean that I invest *all* of my personal free time in it.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2807,7 +2867,11 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <summary>When I was a Linux System Administrator, I have been programming in Perl for years. I still maintain some personal Perl programming projects (e.g. Xerl, guprecords, Loadbars). After switching jobs a couple of years ago (becoming a Site Reliability Engineer), I found Ruby (and some Python) widely used there. As I wanted to do something new, I then decided to give Ruby a go for all medium-sized programming and scripting projects.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>The Well-Grounded Rubyist</h1> + 1c1 +< -rw-r--r--. 1 paul paul 12360 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-07-04-the-well-grounded-rubyist.html +--- +> -rw-r--r--. 1 paul paul 12357 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-07-04-the-well-grounded-rubyist.html +<h1>The Well-Grounded Rubyist</h1> <p class="quote"><i>Published by Paul at 2021-07-04</i></p> <p>When I was a Linux System Administrator, I have been programming in Perl for years. I still maintain some personal Perl programming projects (e.g. Xerl, guprecords, Loadbars). After switching jobs a couple of years ago (becoming a Site Reliability Engineer), I found Ruby (and some Python) widely used there. As I wanted to do something new, I decided to give Ruby a go.</p> <p>You should learn or try out one new programming language once yearly anyway. If you end up not using the new language, that's not a problem. You will learn new techniques with each new programming language and this also helps you to improve your overall programming skills even for other languages. Also, having some background in a similar programming language makes it reasonably easy to get started. Besides that, learning a new programming language is kick-a** fun!</p> @@ -2872,7 +2936,7 @@ Hello World <p>I liked this book so much so that I even bought myself a (used) paper copy of it. To my delight, there was also a free eBook version in ePub format included, which I now have on my Kobo Forma eBook reader. :-)</p> <h2>Perl</h2> <p>Will I abandon my beloved Perl? Probably not. There are also some Perl scripts I use at work. But unfortunately I only have a limited amount of time and I have to use it wisely. I might look into Raku (formerly known as Perl 6) next year and use it for a personal pet project, who knows. :-). I also highly recommend reading the two Perl books "Modern Perl" and "Higher-Order Perl".</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -2888,7 +2952,11 @@ Hello World <summary>You might have read my previous blog post about entering the Geminispace, where I pointed out the benefits of having and maintaining an internet presence there. This whole site (the blog and all other pages) is composed in the Gemtext markup language. . .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Gemtexter - One Bash script to rule it all</h1> + 1c1 +< -rw-r--r--. 1 paul paul 10688 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html +--- +> -rw-r--r--. 1 paul paul 10685 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all.html +<h1>Gemtexter - One Bash script to rule it all</h1> <p class="quote"><i>Published by Paul at 2021-06-05</i></p> <pre> o .,<>., o @@ -3011,7 +3079,7 @@ assert::equals "$(generate::make_link md "$gemtext")" \ <h2>Conclusion</h2> <p>It was quite a lot of fun writing Gemtexter. It's a relatively small project, but given that I worked on that in my spare time once in a while, it kept me busy for several weeks. </p> <p>I finally revamped my personal internet site and started to blog again. I wanted the result to be exactly how it is now: A slightly retro-inspired internet site built for fun with unconventional tools. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3027,7 +3095,11 @@ assert::equals "$(generate::make_link md "$gemtext")" \ <summary>Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the 'Google Shell Style Guide' I thought it is time to also write my own thoughts on that. I agree to that guide in most, but not in all points. . .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Personal Bash coding style guide</h1> + 1c1 +< -rw-r--r--. 1 paul paul 13903 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-05-16-personal-bash-coding-style-guide.html +--- +> -rw-r--r--. 1 paul paul 13900 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-05-16-personal-bash-coding-style-guide.html +<h1>Personal Bash coding style guide</h1> <p class="quote"><i>Published by Paul at 2021-05-16</i></p> <pre> .---------------------------. @@ -3319,7 +3391,7 @@ fi <h2>Advanced Bash learning pro tip</h2> <p>I also highly recommend having a read through the "Advanced Bash-Scripting Guide" (not from Google). I use it as the universal Bash reference and learn something new every time I look at it.</p> <a class="textlink" href="https://tldp.org/LDP/abs/html/">Advanced Bash-Scripting Guide</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3335,7 +3407,11 @@ fi <summary>Have you reached this article already via Gemini? You need a special client for that, 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: ... to read on visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Welcome to the Geminispace</h1> + 1c1 +< -rw-r--r--. 1 paul paul 4991 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-04-24-welcome-to-the-geminispace.html +--- +> -rw-r--r--. 1 paul paul 4988 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-04-24-welcome-to-the-geminispace.html +<h1>Welcome to the Geminispace</h1> <p class="quote"><i>Published by Paul at 2021-04-24, last updated at 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://foo.zone">https://foo.zone</a><br /> @@ -3389,7 +3465,7 @@ fi <p>Check out one of the following links for more information about Gemini. For example, you will find a FAQ that explains why the protocol is named Gemini. Many Gemini capsules are dual-hosted via Gemini and HTTP(S) so that people new to Gemini can sneak peek at the content with a regular web browser. Some people go as far as tri-hosting all their content via HTTP(S), Gemini and Gopher.</p> <a class="textlink" href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> <a class="textlink" href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3405,7 +3481,11 @@ fi <summary>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too. ...to read on visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>DTail - The distributed log tail program</h1> + 1c1 +< -rw-r--r--. 1 paul paul 12950 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +--- +> -rw-r--r--. 1 paul paul 12947 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html +<h1>DTail - The distributed log tail program</h1> <p class="quote"><i>Published by Paul at 2021-04-22, last updated at 2021-04-26</i></p> <a href="https://foo.zone/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png"><img alt="DTail logo image" title="DTail logo image" src="https://foo.zone/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program/title.png" /></a><br /> <p>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal internet site too.</p> @@ -3470,7 +3550,7 @@ dtail –servers serverlist.txt –files ‘/var/log/*.log’ –regex ‘(?i:er <h2>Open Source</h2> <p>Mimecast highly encourages you to have a look at DTail and submit an issue for any features you would like to see. Have you found a bug? Maybe you just have a question or comment? If you want to go a step further: We would also love to see pull requests for any features or improvements. Either way, if in doubt just contact us via the DTail GitHub page.</p> <a class="textlink" href="https://dtail.dev">https://dtail.dev</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3486,7 +3566,11 @@ dtail –servers serverlist.txt –files ‘/var/log/*.log’ –regex ‘(?i:er <summary>This text first was published in the german IT-Administrator computer Magazine. 3 years have passed since and I decided to publish it on my blog too. . .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Realistic load testing with I/O Riot for Linux</h1> + 1c1 +< -rw-r--r--. 1 paul paul 15252 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html +--- +> -rw-r--r--. 1 paul paul 15249 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.html +<h1>Realistic load testing with I/O Riot for Linux</h1> <p class="quote"><i>Published by Paul at 2018-06-01, last updated at 2021-05-08</i></p> <pre> .---. @@ -3609,7 +3693,7 @@ Total time: 1213.00s <a class="textlink" href="https://www.coker.com.au/bonnie++/">Bonnie++</a><br /> <a class="textlink" href="https://graphiteapp.org">Graphite</a><br /> <a class="textlink" href="https://en.wikipedia.org/wiki/Memory-mapped_I/O">Memory mapped I/O</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3625,7 +3709,11 @@ Total time: 1213.00s <summary>You can do a little of object-oriented programming in the C Programming Language. However, that is, in my humble opinion, limited. It's easier to use a different programming language than C for OOP. But still it's an interesting exercise to try using C for this.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Object oriented programming with ANSI C</h1> + 1c1 +< -rw-r--r--. 1 paul paul 3676 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html +--- +> -rw-r--r--. 1 paul paul 3673 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.html +<h1>Object oriented programming with ANSI C</h1> <p class="quote"><i>Published by Paul at 2016-11-20, updated 2022-01-29</i></p> <pre> ___ ___ ____ ____ @@ -3701,7 +3789,7 @@ mult.calculate(mult,a,b)); <p>Big C software projects, like Linux, also follow some OOP techniques:</p> <a class="textlink" href="https://lwn.net/Articles/444910/">https://lwn.net/Articles/444910/</a><br /> <p>C is a very old programming language with it's quirks. This might be one of the reasons why Linux will also let Rust code in.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3717,7 +3805,11 @@ mult.calculate(mult,a,b)); <summary>Finally, I had time to deploy my own authoritative DNS servers (master and slave) for my domains 'buetow.org' and 'buetow.zone'. My domain name provider is Schlund Technologies. They allow their customers to manually edit the DNS records (BIND files). And they also give you the opportunity to set your own authoritative DNS servers for your domains. From now I am making use of that option.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Spinning up my own authoritative DNS servers</h1> + 1c1 +< -rw-r--r--. 1 paul paul 8270 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html +--- +> -rw-r--r--. 1 paul paul 8267 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html +<h1>Spinning up my own authoritative DNS servers</h1> <p class="quote"><i>Published by Paul at 2016-05-22</i></p> <h2>Background</h2> <p>Finally, I had time to deploy my authoritative DNS servers (master and slave) for my domains "buetow.org" and "buetow.zone". My domain name provider is Schlund Technologies. They allow their customers to edit the DNS records (BIND files) manually. And they also allow you to set your authoritative DNS servers for your domains. From now, I am making use of that option.</p> @@ -3926,7 +4018,7 @@ apply Service "dig6" { <li>The BIND server will notify all slave DNS servers (at the moment, only one). And it will transfer the new version of the zone.</li> </ul> <p>That's much more comfortable now than manually clicking at some web UIs at Schlund Technologies.</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3942,7 +4034,11 @@ apply Service "dig6" { <summary>I enhanced the procedure a bit. From now on I am having two external 2TB USB hard drives. Both are setup exactly the same way. To decrease the probability that they will not fail at about the same time both drives are of different brands. One drive is kept at the secret location. The other one is kept at home right next to my HP MicroServer. ...to read on visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Offsite backup with ZFS (Part 2)</h1> + 1c1 +< -rw-r--r--. 1 paul paul 1921 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html +--- +> -rw-r--r--. 1 paul paul 1918 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.html +<h1>Offsite backup with ZFS (Part 2)</h1> <p class="quote"><i>Published by Paul at 2016-04-16</i></p> <pre> ________________ @@ -3963,7 +4059,7 @@ apply Service "dig6" { <p>I enhanced the procedure a bit. From now on, I have two external 2TB USB hard drives. Both are set up precisely the same way. To decrease the probability that both drives will not fail simultaneously, they are of different brands. One drive is kept at a secret location. The other one is held at home, right next to my HP MicroServer.</p> <p>Whenever I update the offsite backup, I am doing it to the drive, which is kept locally. Afterwards, I bring it to the secret location, swap the drives, and bring the other back home. This ensures that I will always have an offsite backup available at a different location than my home - even while updating one copy of it.</p> <p>Furthermore, I added scrubbing ("zpool scrub...") to the script. It ensures that the file system is consistent and that there are no bad blocks on the disk and the file system. To increase the reliability, I also run a "zfs set copies=2 zroot". That setting is also synchronized to the offsite ZFS pool. ZFS stores every data block to disk twice now. Yes, it consumes twice as much disk space, making it better fault-tolerant against hardware errors (e.g. only individual disk sectors going bad). </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -3979,7 +4075,11 @@ apply Service "dig6" { <summary>Over the last couple of years I wrote quite a few Puppet modules in order to manage my personal server infrastructure. One of them manages FreeBSD Jails and another one ZFS file systems. I thought I would give a brief overview in how it looks and feels.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Jails and ZFS with Puppet on FreeBSD</h1> + 1c1 +< -rw-r--r--. 1 paul paul 16911 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html +--- +> -rw-r--r--. 1 paul paul 16908 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html +<h1>Jails and ZFS with Puppet on FreeBSD</h1> <p class="quote"><i>Published by Paul at 2016-04-09</i></p> <pre> __ __ @@ -4342,7 +4442,7 @@ Notice: Finished catalog run in 206.09 seconds <li>...etc</li> </ul> <p>All done in a pretty automated manor. </p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -4358,7 +4458,11 @@ Notice: Finished catalog run in 206.09 seconds <summary>When it comes to data storage and potential data loss I am a paranoid person. It is not just due to my job but also due to a personal experience I encountered over 10 years ago: A single drive failure and loss of all my data (pictures, music, ....). ...to read on visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Offsite backup with ZFS</h1> + 1c1 +< -rw-r--r--. 1 paul paul 3778 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2016-04-03-offsite-backup-with-zfs.html +--- +> -rw-r--r--. 1 paul paul 3775 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2016-04-03-offsite-backup-with-zfs.html +<h1>Offsite backup with ZFS</h1> <p class="quote"><i>Published by Paul at 2016-04-03</i></p> <pre> ________________ @@ -4385,7 +4489,7 @@ Notice: Finished catalog run in 206.09 seconds <p>The solution is adding another USB drive (2TB) with an encryption container (GELI) and a ZFS pool. The GELI encryption requires a secret key and a secret passphrase. I am updating the data to that drive once every three months (my calendar is reminding me about it), and afterwards, I keep that drive at a secret location outside of my apartment. All the information needed to decrypt (mounting the GELI container) is stored at another (secure) place. Key and passphrase are kept at different sites, though. Even if someone knew of it, he would not be able to decrypt it as some additional insider knowledge would be required as well.</p> <h2>Walking one round less</h2> <p>I am thinking of buying a second 2TB USB drive and setting it up the same way as the first one. So I could alternate the backups. One drive would be at the secret location, and the other drive would be at home. And these drives would swap place after each cycle. This would give some security about the failure of that drive, and I would have to go to the secret location only once (swapping the drives) instead of twice (picking that drive up to update the data + bringing it back to the remote location).</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -4401,7 +4505,11 @@ Notice: Finished catalog run in 206.09 seconds <summary>You can use the following tutorial to install a full blown Debian GNU/Linux Chroot on a LG G3 D855 CyanogenMod 13 (Android 6). First of all you need to have root permissions on your phone and you also need to have the developer mode activated. The following steps have been tested on Linux (Fedora 23). .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Run Debian on your phone with Debroid</h1> + 1c1 +< -rw-r--r--. 1 paul paul 5126 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html +--- +> -rw-r--r--. 1 paul paul 5123 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html +<h1>Run Debian on your phone with Debroid</h1> <p class="quote"><i>Published by Paul at 2015-12-05, last updated at 2021-05-16</i></p> <pre> ____ _ _ _ @@ -4549,7 +4657,7 @@ chmod +x /data/local/userinit.sh exit </pre><br /> <p>Reboot & test! Enjoy!</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -4565,7 +4673,11 @@ exit <summary>In computing, a polyglot is a computer program or script written in a valid form of multiple programming languages, which performs the same operations or output independent of the programming language used to compile or interpret it. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>The fibonacci.pl.raku.c Polyglot</h1> + 1c1 +< -rw-r--r--. 1 paul paul 2944 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +--- +> -rw-r--r--. 1 paul paul 2941 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +<h1>The fibonacci.pl.raku.c Polyglot</h1> <p class="quote"><i>Published by Paul at 2014-03-24, last updated 2022-04-23</i></p> <p>In computing, a polyglot is a computer program or script written in a valid form of multiple programming languages, which performs the same operations or output independent of the programming language used to compile or interpret it.</p> <a class="textlink" href="https://en.wikipedia.org/wiki/Polyglot_(computing)">https://en.wikipedia.org/wiki/Polyglot_(computing)</a><br /> @@ -4691,7 +4803,7 @@ fib(9) = 34 fib(10) = 55 </pre><br /> <p>It's entertaining to play with :-).</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -4707,7 +4819,11 @@ fib(10) = 55 <summary>PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something a module (written in Perl) bust be provided.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Perl Daemon (Service Framework)</h1> + 1c1 +< -rw-r--r--. 1 paul paul 4849 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.html +--- +> -rw-r--r--. 1 paul paul 4846 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.html +<h1>Perl Daemon (Service Framework)</h1> <p class="quote"><i>Published by Paul at 2011-05-07, last updated at 2021-05-07</i></p> <pre> a'! _,,_ a'! _,,_ a'! _,,_ @@ -4837,7 +4953,7 @@ sub do ($) { <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> <a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -4853,7 +4969,11 @@ sub do ($) { <summary>Fype is an interpreted programming language created by me for learning and fun. The interpreter is written in C. It has been tested on FreeBSD and NetBSD and may also work on other Unix like operating systems such as Linux based ones. To be honest, besides learning and fun there is really no other use case of why Fype actually exists as many other programming languages are much faster and more powerful.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>The Fype Programming Language</h1> + 1c1 +< -rw-r--r--. 1 paul paul 13066 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.html +--- +> -rw-r--r--. 1 paul paul 13063 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.html +<h1>The Fype Programming Language</h1> <p class="quote"><i>Published by Paul at 2010-05-09, last updated at 2021-05-05</i></p> <pre> ____ _ __ @@ -5252,7 +5372,7 @@ BB <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> <a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -5268,7 +5388,11 @@ BB <summary>In contrast to Haskell, Standard SML does not use lazy evaluation by default, but strict evaluation. . .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Lazy Evaluation with Standard ML</h1> + 1c1 +< -rw-r--r--. 1 paul paul 2853 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html +--- +> -rw-r--r--. 1 paul paul 2850 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.html +<h1>Lazy Evaluation with Standard ML</h1> <p class="quote"><i>Published by Paul at 2010-05-07</i></p> <pre> @@ -5352,7 +5476,7 @@ first 10 nat_pairs_not_null -} </pre><br /> <a class="textlink" href="http://www.haskell.org/">http://www.haskell.org/</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -5368,7 +5492,11 @@ first 10 nat_pairs_not_null <summary>I am currently looking into the functional programming language Standard ML (aka SML). The purpose is to refresh my functional programming skills and to learn something new too. Since I already know a little Haskell, could I do not help myself and I implemented the same exercises in Haskell too.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Standard ML and Haskell</h1> + 1c1 +< -rw-r--r--. 1 paul paul 4886 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2010-04-09-standard-ml-and-haskell.html +--- +> -rw-r--r--. 1 paul paul 4883 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2010-04-09-standard-ml-and-haskell.html +<h1>Standard ML and Haskell</h1> <p class="quote"><i>Published by Paul at 2010-04-09</i></p> <p>I am currently looking into the functional programming language Standard ML (aka SML). The purpose is to refresh my functional programming skills and to learn something new too. Since I already knew a little Haskell, I could not help myself, and I also implemented the same exercises in Haskell.</p> <p>As you will see, SML and Haskell are very similar (at least when it comes to the basics). However, the syntax of Haskell is a bit more "advanced". Haskell utilizes fewer keywords (e.g. no val, end, fun, fn ...). Haskell also allows to write down the function types explicitly. What I have been missing in SML so far is the so-called pattern guards. Although this is a very superficial comparison for now, so far, I like Haskell more than SML. Nevertheless, I thought it would be fun to demonstrate a few simple functions of both languages to show off the similarities. </p> @@ -5506,7 +5634,7 @@ my_map f l = foldr (make_map_fn f) [] l fun my_filter f l = foldr (make_filter_fn f) [] l my_filter f l = foldr (make_filter_fn f) [] l </pre><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -5522,7 +5650,11 @@ my_filter f l = foldr (make_filter_fn f) [] l <summary>The last week I was in Vidin, Bulgaria with no internet access and I had to fix my MTA (Postfix) at. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Using my Nokia N95 for fixing my MTA</h1> + 1c1 +< -rw-r--r--. 1 paul paul 1937 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html +--- +> -rw-r--r--. 1 paul paul 1934 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.html +<h1>Using my Nokia N95 for fixing my MTA</h1> <p class="quote"><i>Published by Paul at 2008-12-29, last updated at 2021-12-01</i></p> <pre> @@ -5552,7 +5684,7 @@ _jgs_\|//_\\|///_\V/_\|//__ </ul> <p>It was a pain in the ass. My next mobile phone MUST have a full QWERTY keyboard. This would have made my life lots easier. :)</p> <p>At the moment I am in Sofia, Bulgaria. Here I can use at least an unprotected WLAN hotspot which belongs to one of the neighbours which I don’t know in person, and it is not blocking any port at all :)</p> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> @@ -5568,7 +5700,11 @@ _jgs_\|//_\\|///_\V/_\|//__ <summary>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 exists for fun and demonstrate what you can do with Perl syntax.. .....to read on please visit my site.</summary> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <h1>Perl Poetry</h1> + 1c1 +< -rw-r--r--. 1 paul paul 4639 Sep 4 11:18 ../foo.zone-content/gemtext/gemfeed/2008-06-26-perl-poetry.html +--- +> -rw-r--r--. 1 paul paul 4636 Oct 12 10:15 ../foo.zone-content/gemtext/gemfeed/2008-06-26-perl-poetry.html +<h1>Perl Poetry</h1> <p class="quote"><i>Published by Paul at 2008-06-26, last updated at 2021-05-04</i></p> <pre> '\|/' * @@ -5716,7 +5852,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int <h2>More...</h2> <p>Did you like what you saw? Have a look at Codeberg to see my other poems too:</p> <a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> -<p>E-Mail me your comments to paul at buetow dot org! :-)</p> +<p>E-Mail your comments to paul at buetow dot org! :-)</p> </div> </content> </entry> |
