diff options
37 files changed, 3629 insertions, 118 deletions
diff --git a/about/resources.gmi b/about/resources.gmi index 8f8c5d98..2334d0d8 100644 --- a/about/resources.gmi +++ b/about/resources.gmi @@ -35,105 +35,105 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Developing Games in Java; David Brackeen and others...; New Riders -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Raku Fundamentals; Moritz Lenz; Apress -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Systemprogrammierung in Go; Frank Müller; dpunkt +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Leanring eBPF; Liz Rice; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DNS and BIND; Cricket Liu; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Modern Perl; Chromatic ; Onyx Neon Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf * The Docker Book; James Turnbull; Kindle -* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing +* Raku Recipes; J.J. Merelo; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* Raku Fundamentals; Moritz Lenz; Apress +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Ultimate Go Notebook; Bill Kennedy * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Effective awk programming; Arnold Robbins; O'Reilly +* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Ultimate Go Notebook; Bill Kennedy -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* DNS and BIND; Cricket Liu; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Developing Games in Java; David Brackeen and others...; New Riders +* C++ Programming Language; Bjarne Stroustrup; +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Leanring eBPF; Liz Rice; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Effective awk programming; Arnold Robbins; O'Reilly ## Technical references I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * 101 Essays that change the way you think; Brianna Wiest; Audiobook -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Slow Productivity; Cal Newport; Penguin Random House -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Deep Work; Cal Newport; Piatkus -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Scott Young; Thorsons +* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Influence without Authority; A. Cohen, D. Bradford; Wiley +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Eat That Frog; Brian Tracy +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook +* Atomic Habits; James Clear; Random House Business +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook +* Meditation for Mortals, Oliver Burkeman, Audiobook +* Ultralearning; Scott Young; Thorsons +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog; Brian Tracy -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Ultralearning; Anna Laurent; Self-published via Amazon -* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) +* Soft Skills; John Sommez; Manning Publications +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Getting Things Done; David Allen -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Slow Productivity; Cal Newport; Penguin Random House * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Deep Work; Cal Newport; Piatkus * The Power of Now; Eckhard Tolle; Yellow Kite -* Meditation for Mortals, Oliver Burkeman, Audiobook -* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) -* Atomic Habits; James Clear; Random House Business -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion => ../notes/index.gmi Here are notes of mine for some of the books @@ -141,30 +141,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Protocol buffers; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -172,56 +172,56 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Pratical AI -* Modern Mentor -* Backend Banter -* Maintainable -* Fallthrough [Golang] -* The Pragmatic Engineer Podcast -* BSD Now [BSD] * Dev Interrupted -* Hidden Brain +* Backend Banter +* The Changelog Podcast(s) * Deep Questions with Cal Newport +* Hidden Brain +* Fork Around And Find Out * Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* BSD Now [BSD] * The ProdCast (Google SRE Podcast) -* Fork Around And Find Out -* The Changelog Podcast(s) +* Maintainable +* Fallthrough [Golang] +* Modern Mentor +* Pratical AI ### Podcasts I liked I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests. +* Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) +* CRE: Chaosradio Express [german] +* FLOSS weekly * Java Pub House * Modern Mentor -* FLOSS weekly -* CRE: Chaosradio Express [german] -* Ship It (predecessor of Fork Around And Find Out) -* Go Time (predecessor of fallthrough) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Imperfectionist +* Changelog News * VK Newsletter +* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) * Register Spill * Monospace Mentor -* Golang Weekly -* byteSizeGo -* The Pragmatic Engineer -* Changelog News -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Applied Go Weekly Newsletter -* The Valuable Dev * Ruby Weekly +* The Valuable Dev +* The Pragmatic Engineer +* The Imperfectionist +* byteSizeGo +* Golang Weekly ## Magazines I like(d) This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order: -* freeX (not published anymore) * LWN (online only) * Linux User +* freeX (not published anymore) * Linux Magazine # Formal education diff --git a/gemfeed/2025-06-22-task-samurai.gmi b/gemfeed/2025-06-22-task-samurai.gmi index e8cd2f1f..8e353242 100644 --- a/gemfeed/2025-06-22-task-samurai.gmi +++ b/gemfeed/2025-06-22-task-samurai.gmi @@ -29,7 +29,7 @@ Task Samurai is a fast terminal interface for Taskwarrior written in Go using th ### Why does this exist? -* I wanted to tinker with agentic coding. This project was entirely implemented using OpenAI Codex. +I wanted to tinker with agentic coding. This project was implemented entirely using OpenAI Codex. (After this blog post was published, I also used the Claude Code CLI.) * I wanted a faster UI for Taskwarrior than other options, like Vit, which is Python-based. * I wanted something built with Bubble Tea, but I never had time to dive deep into it. * I wanted to build a toy project (like Task Samurai) first, before tackling the big ones, to get started with agentic coding. diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 65d4da0f..7d3fd79e 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>2025-06-23T07:54:22+03:00</updated> + <updated>2025-06-29T13:29:59+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -50,8 +50,8 @@ <br /> <h3 style='display: inline' id='why-does-this-exist'>Why does this exist?</h3><br /> <br /> +<span>I wanted to tinker with agentic coding. This project was implemented entirely using OpenAI Codex. (After this blog post was published, I also used the Claude Code CLI.)</span><br /> <ul> -<li>I wanted to tinker with agentic coding. This project was entirely implemented using OpenAI Codex.</li> <li>I wanted a faster UI for Taskwarrior than other options, like Vit, which is Python-based.</li> <li>I wanted something built with Bubble Tea, but I never had time to dive deep into it.</li> <li>I wanted to build a toy project (like Task Samurai) first, before tackling the big ones, to get started with agentic coding.</li> @@ -1,6 +1,6 @@ # Hello! -> This site was generated at 2025-06-28T00:56:58+03:00 by `Gemtexter` +> This site was generated at 2025-06-29T13:29:59+03:00 by `Gemtexter` Welcome to the foo.zone! diff --git a/stats/20250531.gmi b/stats/20250531.gmi new file mode 100644 index 00000000..95223578 --- /dev/null +++ b/stats/20250531.gmi @@ -0,0 +1,108 @@ +## Stats for 2025-05-31 + +### Summary + +* Total requests: 4107 +* Filtered requests: 39949 +* Gemini requests: 63 +* Web requests: 4044 +* IPv4 requests: 3019 +* IPv6 requests: 1088 + +### Feed Statistics + +``` +| Feed Type | Count | +|----------------|-------| +| Total | 45 | +| Gemini Gemfeed | 2 | +| Gemini Atom | 1 | +| Web Gemfeed | 0 | +| Web Atom | 42 | +``` + +### Page Statistics (by Host) + +``` +| Host | Unique Visitors | +|-------------------------|-----------------| +| foo.zone | 137 | +| standby.foo.zone | 65 | +| irregular.ninja | 12 | +| www.foo.zone | 7 | +| paul.buetow.org | 2 | +| blowfish.buetow.org | 2 | +| www.irregular.ninja | 2 | +| standby.dory.buetow.org | 2 | +| buetow.org | 1 | +| standby.paul.buetow.org | 1 | +| standby.irregular.ninja | 1 | +| www.dory.buetow.org | 1 | +| dtail.dev | 1 | +| alt.irregular.ninja | 1 | +| www.buetow.org | 1 | +``` + +### Page Statistics (by URL) + +``` +| URL | Unique Visitors | +|--------------------------------------------------------------------------------------------------------------------------------|-----------------| +| foo.zone/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim... | 15 | +| foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD... | 11 | +| foo.zone/gemfeed/2021-09-12-keep-it-simple-and-stupid... | 11 | +| foo.zone/gemfeed/2021-04-24-welcome-to-the-geminispace... | 9 | +| foo.zone/gemfeed/2024-03-03-a-fine-fyne-android-app-for-quickly-logging-ideas-programmed-in-golang... | 7 | +| foo.zone/gemfeed/gemini:/foo.zone/gemfeed/2024-03-03-a-fine-fyne-android-app-for-quickly-logging-ideas-programmed-in-golang... | 6 | +| foo.zone/gemfeed/2023-01-23-why-grapheneos-rox... | 6 | +| standby.foo.zone/gemfeed/2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4... | 4 | +| foo.zone/gemfeed/2022-10-30-installing-dtail-on-openbsd... | 4 | +| foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1... | 4 | +| standby.foo.zone/gemfeed/2025-01-01-posts-from-october-to-december-2024... | 4 | +| standby.foo.zone/gemfeed/2023-01-23-why-grapheneos-rox... | 4 | +| foo.zone/gemfeed/2021-11-29-bash-golf-part-1... | 4 | +| standby.foo.zone/gemfeed/2023-11-11-mind-management-book-notes... | 4 | +| foo.zone/gemfeed/2024-09-07-projects-i-support... | 4 | +| foo.zone/gemfeed/2022-01-01-bash-golf-part-2... | 4 | +| foo.zone/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex... | 4 | +| foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes... | 3 | +| standby.foo.zone/gemfeed/2023-05-06-the-obstacle-is-the-way-book-notes... | 3 | +| foo.zone/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all... | 3 | +| standby.foo.zone/gemfeed/2022-10-30-installing-dtail-on-openbsd... | 3 | +| standby.foo.zone/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program... | 3 | +| foo.zone/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh... | 3 | +| standby.foo.zone/gemfeed/2021-09-12-keep-it-simple-and-stupid... | 3 | +| foo.zone/about/novels... | 3 | +| foo.zone/gemfeed/index... | 3 | +| standby.foo.zone/gemfeed/2022-04-10-creative-universe... | 3 | +| standby.foo.zone/gemfeed/2022-06-15-sweating-the-small-stuff... | 3 | +| foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2... | 3 | +| foo.zone/gemfeed/2025-04-05-f3s-kubernetes-with-freebsd-part-4... | 3 | +| standby.foo.zone/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex... | 3 | +| foo.zone/gemfeed/2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2... | 3 | +| standby.foo.zone/gemfeed/2023-02-26-how-to-shut-down-after-work... | 3 | +| foo.zone/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3... | 2 | +| foo.zone/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again... | 2 | +| foo.zone/gemfeed/2023-04-01-never-split-the-difference-book-notes... | 2 | +| standby.foo.zone/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all... | 2 | +| standby.foo.zone/gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3... | 2 | +| standby.dory.buetow.org/Dorybau... | 2 | +| foo.zone/gemfeed/2024-09-07-site-reliability-engineering-part-4... | 2 | +| foo.zone/gemfeed/2024-01-13-one-reason-why-i-love-openbsd... | 2 | +| standby.foo.zone/gemfeed/2022-01-01-bash-golf-part-2... | 2 | +| standby.foo.zone/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta... | 2 | +| standby.foo.zone/gemfeed/2025-01-15-working-with-an-sre-interview... | 2 | +| standby.foo.zone/gemfeed/2023-09-25-dtail-usage-examples... | 2 | +| standby.foo.zone/gemfeed/2024-01-13-one-reason-why-i-love-openbsd... | 2 | +| foo.zone/notes/when... | 2 | +| foo.zone/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5... | 2 | +| standby.foo.zone/gemfeed/2023-08-18-site-reliability-engineering-part-1... | 2 | +| standby.foo.zone/gemfeed/2023-07-17-career-guide-and-soft-skills-book-notes... | 2 | +``` + +... and more (truncated to 50 entries). + +## Related Reports + +=> ./30day_summary_20250630.gmi 30-Day Summary Report + diff --git a/stats/20250601.gmi b/stats/20250601.gmi new file mode 100644 index 00000000..4f0344c2 --- /dev/null +++ b/stats/20250601.gmi @@ -0,0 +1,105 @@ +## Stats for 2025-06-01 + +### Summary + +* Total requests: 3245 +* Filtered requests: 39657 +* Gemini requests: 8 +* Web requests: 3237 +* IPv4 requests: 2610 +* IPv6 requests: 635 + +### Feed Statistics + +``` +| Feed Type | Count | +|----------------|-------| +| Total | 42 | +| Gemini Gemfeed | 1 | +| Gemini Atom | 0 | +| Web Gemfeed | 0 | +| Web Atom | 41 | +``` + +### Page Statistics (by Host) + +``` +| Host | Unique Visitors | +|-----------------------------|-----------------| +| foo.zone | 93 | +| standby.foo.zone | 66 | +| irregular.ninja | 17 | +| www.foo.zone | 7 | +| www.irregular.ninja | 6 | +| paul.buetow.org | 1 | +| buetow.org | 1 | +| dtail.dev | 1 | +| www.alt.irregular.ninja | 1 | +| dory.buetow.org | 1 | +| standby.alt.irregular.ninja | 1 | +| standby.irregular.ninja | 1 | +``` + +### Page Statistics (by URL) + +``` +| URL | Unique Visitors | +|---------------------------------------------------------------------------------------------------------------|-----------------| +| foo.zone/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim... | 7 | +| foo.zone/gemfeed/2024-07-05-random-weird-things... | 6 | +| standby.foo.zone/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux... | 6 | +| standby.foo.zone/gemfeed/2021-06-05-gemtexter-one-bash-script-to-rule-it-all... | 5 | +| standby.foo.zone/gemfeed/2010-04-09-standard-ml-and-haskell... | 5 | +| foo.zone/gemfeed/2021-09-12-keep-it-simple-and-stupid... | 5 | +| foo.zone/gemfeed/2025-04-19-when-book-notes... | 5 | +| standby.foo.zone/gemfeed/2021-07-04-the-well-grounded-rubyist... | 4 | +| standby.foo.zone/gemfeed/2024-06-23-terminal-multiplexing-with-tmux... | 4 | +| foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1... | 4 | +| standby.foo.zone/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet... | 4 | +| standby.foo.zone/gemfeed/2022-11-24-i-tried-emacs-but-i-switched-back-to-neovim... | 4 | +| foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD... | 3 | +| standby.foo.zone/gemfeed/2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2... | 3 | +| www.irregular.ninja/html/index... | 3 | +| foo.zone/uptime-stats... | 3 | +| foo.zone/gemfeed/2021-05-16-personal-bash-coding-style-guide... | 3 | +| standby.foo.zone/gemfeed/2022-08-27-gemtexter-1.1.0-lets-gemtext-again... | 3 | +| standby.foo.zone/gemfeed/2022-05-27-perl-is-still-a-great-choice... | 3 | +| foo.zone/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios... | 3 | +| foo.zone/gemfeed/2023-01-23-why-grapheneos-rox... | 3 | +| foo.zone/index... | 3 | +| foo.zone/gemfeed/2024-07-07-the-stoic-challenge-book-notes... | 3 | +| irregular.ninja/html/page-1... | 3 | +| foo.zone/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh... | 3 | +| foo.zone/gemfeed/2024-12-15-random-helix-themes... | 3 | +| foo.zone/gemfeed/2021-04-24-welcome-to-the-geminispace... | 3 | +| standby.foo.zone/gemfeed/2024-05-03-projects-i-currently-dont-have-time-for... | 3 | +| standby.foo.zone/gemfeed/2008-06-26-perl-poetry... | 3 | +| standby.foo.zone/gemfeed/2024-03-03-a-fine-fyne |
