diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-17 20:54:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-17 20:54:46 +0200 |
| commit | 093146e05ff20800951a67211a2573d3269fd37b (patch) | |
| tree | 6e77d82ee0af5112fba38e0332220b02dc9c60a1 | |
| parent | 474a98d12087f1f35d4a7a1ad5f441fdff76735d (diff) | |
Update content for gemtext
| -rw-r--r-- | gemfeed/atom.xml | 43 | ||||
| -rw-r--r-- | index.gmi | 2 |
2 files changed, 43 insertions, 2 deletions
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 042acf14..a518ff61 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>2023-03-15T01:53:01+02:00</updated> + <updated>2023-03-17T20:54:16+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -81,6 +81,7 @@ <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="../resources.html">More books and other resources I found useful.</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -147,6 +148,7 @@ <p> </p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -247,6 +249,7 @@ Art by Joan Stark <p>And, of course, GrapheneOS is an open-source project. This is a good thing; however, on the other side, nobody can guarantee that the OS will not break or will not damage your phone. You have to trust the GrapheneOS project and donate to the project so they can keep up with the great work. But I rather trust the GrapheneOS team than big tech. </p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -330,6 +333,7 @@ Art by Joan Stark <p>Am I a Java expert now? No, by far not. But I am better now than before :-).</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -415,6 +419,7 @@ nmap ,i !wpbpaste<CR> <a class="textlink" href="https://github.com/NvChad/NvChad">https://github.com/NvChad/NvChad</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> <h1>Appendix</h1> <p>This is the VimScript I mentioned earlier, which parses a table of contents index of my scanned paper journals and opens the corresponding PDF at the right page in <span class="inlinecode">zathura</span>:</p> <pre> @@ -476,6 +481,7 @@ endfunction nmap ,j :call OpenJournalPage()<CR> </pre><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -772,6 +778,7 @@ REMOTE|fishfinger|100|7|fstab|093f510ec5c0f512.h /usr/local ffs rw,wxallowed,nod <a class="textlink" href="https://www.rexify.org">https://www.rexify.org</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -847,6 +854,7 @@ jgs (________\ \ <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -924,6 +932,7 @@ check_dependencies () { <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -1532,6 +1541,7 @@ rex commons <p>Why re-inventing the wheel? I love that a <span class="inlinecode">Rexfile</span> is just a Perl DSL. 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 I didn't have to install an additional shell as OpenBSD does not come with the Bash pre-installed.</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -1774,6 +1784,7 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <a class="textlink" href="https://foo.zone/gemfeed/2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispae</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -1884,6 +1895,7 @@ v = 008 [v = p*c*(s != c ? 2 : 1)] Total logical CPUs <a class="textlink" href="https://stackoverflow.blog/2022/07/06/why-perl-is-still-relevant-in-2022/">Why Perl is still relevant in 2022</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -1992,6 +2004,7 @@ learn () { </ul> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -2245,6 +2258,7 @@ exec /usr/local/bin/dtailhealth --server localhost:2222 <p>Paul</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -2412,6 +2426,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <a class="textlink" href="http://wiki.postmarketos.org/wiki/Phosh">Phosh (on postmarketOS) - A true Linux shell for the smartphone</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -2460,6 +2475,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -2873,6 +2889,7 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH </pre><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -2966,6 +2983,7 @@ PAUL:X:1000:1000:PAUL BUETOW:/HOME/PAUL:/BIN/BASH <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 /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3351,6 +3369,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <p>See you later for the next post of this series.</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3431,6 +3450,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3503,6 +3523,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <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="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3586,6 +3607,7 @@ bash: line 1: 1/10.0 : syntax error: invalid arithmetic operator (error token is <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3668,6 +3690,7 @@ Hello World <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -3808,6 +3831,7 @@ assert::equals "$(generate::make_link md "$gemtext")" \ <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4117,6 +4141,7 @@ fi <a class="textlink" href="https://tldp.org/LDP/abs/html/">Advanced Bash-Scripting Guide</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4189,6 +4214,7 @@ fi <a class="textlink" href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4271,6 +4297,7 @@ dtail –servers serverlist.txt –files ‘/var/log/*.log’ –regex ‘(?i:er <a class="textlink" href="https://dtail.dev">https://dtail.dev</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4411,6 +4438,7 @@ Total time: 1213.00s <a class="textlink" href="https://en.wikipedia.org/wiki/Memory-mapped_I/O">Memory mapped I/O</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4504,6 +4532,7 @@ mult.calculate(mult,a,b)); <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4730,6 +4759,7 @@ apply Service "dig6" { <p>That's much more comfortable now than manually clicking at some web UIs at Schlund Technologies.</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -4768,6 +4798,7 @@ apply Service "dig6" { <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -5148,6 +5179,7 @@ Notice: Finished catalog run in 206.09 seconds <p>All done in a pretty automated manor. </p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -5192,6 +5224,7 @@ Notice: Finished catalog run in 206.09 seconds <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -5357,6 +5390,7 @@ exit <p>Reboot & test! Enjoy!</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -5500,6 +5534,7 @@ fib(10) = 55 <p>It's entertaining to play with :-).</p> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -5647,6 +5682,7 @@ sub do ($) { <a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -6063,6 +6099,7 @@ BB <a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -6164,6 +6201,7 @@ first 10 nat_pairs_not_null <a class="textlink" href="http://www.haskell.org/">http://www.haskell.org/</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -6319,6 +6357,7 @@ my_filter f l = foldr (make_filter_fn f) [] l </pre><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -6366,6 +6405,7 @@ _jgs_\|//_\\|///_\V/_\|//__ <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> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -6531,6 +6571,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int <a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> <a class="textlink" href="../contact.html">E-Mail your comments to hi@paul.cyou :-)</a><br /> <a class="textlink" href="https://foo.zone/gemfeed/index.html">More entries</a><br /> +<a class="textlink" href="../index.html">Back to the main site</a><br /> </div> </content> </entry> @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2023-03-15T22:34:19+02:00 by `Gemtexter` +> This site was generated at 2023-03-17T20:54:16+02:00 by `Gemtexter` ``` |\---/| |
