From 0209aab669947b28704200ee43489e344c2b083a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:52:43 +0300 Subject: Update content for md --- about/index.md | 4 +- about/resources.md | 152 ++++++++++++++++++++++++++--------------------------- index.md | 2 +- uptime-stats.md | 2 +- 4 files changed, 80 insertions(+), 80 deletions(-) diff --git a/about/index.md b/about/index.md index 47d8cdfb..b9f31da4 100644 --- a/about/index.md +++ b/about/index.md @@ -1,7 +1,7 @@ # About * Name: Paul Buetow -* Profession: Computerist +* Profession: Computerist - Solving problems with computers that we wouldn't have without them * Current job title: Site Reliability Engineer * E-Mail: `paul@nospam.buetow.org` @@ -9,7 +9,7 @@ ## My sites -[My blog](../) +[My blog here at foo.zone](../) [codeberg.org/snonux - My Codeberg page](https://codeberg.org/snonux) [dtail.dev - DTail at Mimecast](https://dtail.dev) [irregular.ninja - My street photography site (warn: multiple MBs, it's photos after all)](https://irregular.ninja) diff --git a/about/resources.md b/about/resources.md index eace78d5..65d739f7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,93 +33,93 @@ You won't find any links on this site because, over time, the links will break. In random order: -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Fundamentals; Moritz Lenz; Apress * Java ist auch eine Insel; Christian Ullenboom; -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Docker Book; James Turnbull; Kindle -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* C++ Programming Language; Bjarne Stroustrup; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Raku Recipes; J.J. Merelo; Apress * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Modern Perl; Chromatic ; Onyx Neon Press * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Developing Games in Java; David Brackeen and others...; New Riders +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* DNS and BIND; Cricket Liu; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Docker Book; James Turnbull; Kindle +* Ultimate Go Notebook; Bill Kennedy * Leanring eBPF; Liz Rice; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; 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 DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* 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 Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Modern Perl; Chromatic ; Onyx Neon Press +* Funktionale Programmierung; Peter Pepper; Springer +* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Slow Productivity; Cal Newport; Penguin Random House -* Deep Work; Cal Newport; Piatkus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Atomic Habits; James Clear; Random House Business * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Soft Skills; John Sommez; Manning Publications * Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* So Good They Can't Ignore You; Cal Newport; Business Plus * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Anna Laurent; Self-published via Amazon +* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Soft Skills; John Sommez; Manning Publications * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Scott Young; Thorsons +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Deep Work; Cal Newport; Piatkus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Atomic Habits; James Clear; Random House Business +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Power of Now; Eckhard Tolle; Yellow Kite +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,56 +128,56 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-day on-site training -* Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * MySQL Deep Dive Workshop; 2-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts I like In random order: +* Deep Questions with Cal Newport * Hidden Brain -* Go Time (Changelog) -* Modern Mentor -* Dev Interrupted +* Backend Banter * Maintainable +* Dev Interrupted +* Ship it (Changelog) +* Modern Mentor * Java Pub House * Cup o' Go [Golang] -* Backend Banter -* Ship it (Changelog) -* Deep Questions with Cal Newport +* Go Time (Changelog) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill +* Golang Weekly * byteSizeGo -* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly +* Register Spill * VK Newsletter -* Golang Weekly +* The Valuable Dev * The Imperfectionist * Applied Go Weekly Newsletter diff --git a/index.md b/index.md index ff6db1e3..54faeea3 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2024-09-18T21:45:43+03:00 by `Gemtexter` +> This site was generated at 2024-09-18T21:52:15+03:00 by `Gemtexter` Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, programming and sometimes also about self-improvement here. Note that this blog usually does not overlap with what I do at my day job as a Site Reliability Engineer. diff --git a/uptime-stats.md b/uptime-stats.md index 78ce1722..974116cc 100644 --- a/uptime-stats.md +++ b/uptime-stats.md @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2024-09-18T21:45:43+03:00 +> This site was last updated at 2024-09-18T21:52:14+03:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. -- cgit v1.2.3