From 03f9d368cf605b4842a58f898e719bb4b20480a0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Dec 2024 10:22:23 +0200 Subject: Update content for html --- about/resources.html | 170 ++++++++++----------- .../DRAFT-summary-for-202410-202411-202410.html | 26 ++-- index.html | 2 +- style.css | 1 + uptime-stats.html | 2 +- 5 files changed, 101 insertions(+), 100 deletions(-) diff --git a/about/resources.html b/about/resources.html index 66c3793b..9f1378ea 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,51 +50,51 @@ View this page as +
  • Java ist auch eine Insel; Christian Ullenboom;
  • The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
  • -
  • The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
  • -
  • Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
  • +
  • The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
  • 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
  • +
  • Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
  • +
  • Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
  • Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
  • -
  • The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
  • -
  • Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
  • +
  • 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
  • +
  • Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
  • +
  • Polished Ruby Programming; Jeremy Evans; Packt Publishing
  • +
  • Systemprogrammierung in Go; Frank Müller; dpunkt
  • +
  • Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
  • Effective Java; Joshua Bloch; Addison-Wesley Professional
  • +
  • 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
  • Ultimate Go Notebook; Bill Kennedy
  • -
  • DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
  • -
  • Terraform Cookbook; Mikael Krief; Packt Publishing
  • -
  • Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
  • -
  • Funktionale Programmierung; Peter Pepper; Springer
  • +
  • Concurrency in Go; Katherine Cox-Buday; O'Reilly
  • Effective awk programming; Arnold Robbins; O'Reilly
  • -
  • Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
  • -
  • 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
  • -
  • Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
  • +
  • Perl New Features; Joshua McAdams, brian d foy; Perl School
  • Pro Puppet; James Turnbull, Jeffrey McCune; Apress
  • -
  • The Pragmatic Programmer; David Thomas; Addison-Wesley
  • -
  • The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
  • -
  • Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
  • -
  • Polished Ruby Programming; Jeremy Evans; Packt Publishing
  • -
  • 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
  • -
  • Java ist auch eine Insel; Christian Ullenboom;
  • -
  • Leanring eBPF; Liz Rice; O'Reilly
  • +
  • Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
  • +
  • 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
  • +
  • Site Reliability Engineering; How Google runs production systems; O'Reilly
  • +
  • Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
  • Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
  • -
  • Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
  • -
  • Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
  • Raku Fundamentals; Moritz Lenz; Apress
  • Raku Recipes; J.J. Merelo; Apress
  • C++ Programming Language; Bjarne Stroustrup;
  • -
  • Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
  • -
  • Modern Perl; Chromatic ; Onyx Neon Press
  • -
  • Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
  • -
  • Site Reliability Engineering; How Google runs production systems; O'Reilly
  • -
  • Developing Games in Java; David Brackeen and others...; New Riders
  • -
  • Data Science at the Command Line; Jeroen Janssens; O'Reilly
  • -
  • Perl New Features; Joshua McAdams, brian d foy; Perl School
  • +
  • Funktionale Programmierung; Peter Pepper; Springer
  • +
  • Leanring eBPF; Liz Rice; O'Reilly
  • +
  • Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner

  • Technical references



    @@ -102,50 +102,50 @@ View this page as
    Some of these were in-person with exams; others were online learning lectures only. In random order:


    Technical guides



    These are not whole books, but guides (smaller or larger) which I found very useful. in random order:


    Podcasts



    @@ -187,27 +187,27 @@ View this page as



    @@ -216,18 +216,18 @@ View this page as
    October 2024
  • ⇢ ⇢ First on-call experience in a startup. Doesn't ...
  • ⇢ ⇢ Reviewing your own PR or MR before asking ...
  • -
  • ⇢ ⇢ Fun with defer in ⇢golang, I did't know, that ...
  • +
  • ⇢ ⇢ Fun with defer in #golang, I did't know, that ...
  • ⇢ ⇢ I have been in incidents. Understandably, ...
  • -
  • ⇢ ⇢ Little tips using strings in ⇢golang and I ...
  • -
  • ⇢ ⇢ Reading this post about ⇢rust (especially the ...
  • -
  • ⇢ ⇢ The opposite of ⇢ChaosMonkey ... ...
  • +
  • ⇢ ⇢ Little tips using strings in #golang and I ...
  • +
  • ⇢ ⇢ Reading this post about #rust (especially the ...
  • +
  • ⇢ ⇢ The opposite of #ChaosMonkey ... ...
  • November 2024
  • ⇢ ⇢ I just became a Silver Patreon for OSnews. What ...
  • ⇢ ⇢ Until now, I wasn't aware, that Go is under a ...
  • ⇢ ⇢ These are some book notes from "Staff Engineer" ...
  • -
  • ⇢ ⇢ Looking at ⇢Kubernetes, it's pretty much ...
  • +
  • ⇢ ⇢ Looking at #Kubernetes, it's pretty much ...
  • ⇢ ⇢ There has been an outage at the upstream ...
  • ⇢ ⇢ One of the more confusing parts in Go, nil ...
  • ⇢ ⇢ Agreeably, writing down with Diagrams helps you ...
  • ⇢ ⇢ I like the idea of types in Ruby. Raku is ...
  • -
  • ⇢ ⇢ So, ⇢Haskell is better suited for general ...
  • +
  • ⇢ ⇢ So, #Haskell is better suited for general ...
  • ⇢ ⇢ At first, functional options add a bit of ...
  • -
  • ⇢ ⇢ Revamping my home lab a little bit. ⇢freebsd ...
  • -
  • ⇢ ⇢ Revamping my home lab a little bit. ⇢freebsd ...
  • -
  • ⇢ ⇢ Wondering to which ⇢web ⇢browser I should ...
  • +
  • ⇢ ⇢ Revamping my home lab a little bit. #freebsd ...
  • +
  • ⇢ ⇢ Revamping my home lab a little bit. #freebsd ...
  • +
  • ⇢ ⇢ Wondering to which #web #browser I should ...
  • ⇢ ⇢ eks-node-viewer is a nifty tool, showing the ...
  • ⇢ ⇢ Have put more Photos on - On my static photo ...
  • ⇢ ⇢ In Go, passing pointers are not automatically ...
  • ⇢ ⇢ Myself being part of an on-call rotations over ...
  • -
  • ⇢ ⇢ Feels good to code in my old love ⇢Perl again ...
  • +
  • ⇢ ⇢ Feels good to code in my old love #Perl again ...
  • ⇢ ⇢ This is an interactive summary of the Go ...
  • December 2024
  • ⇢ ⇢ Thats unexpected, you cant remove a NaN key ...
  • ⇢ ⇢ My second blog post about revamping my home lab ...
  • ⇢ ⇢ Very insightful article about tech hiring in ...
  • -
  • ⇢ ⇢ for ⇢bpf ⇢ebpf performance debugging, have ...
  • +
  • ⇢ ⇢ for #bpf #ebpf performance debugging, have ...
  • ⇢ ⇢ 89 things he/she knows about Git commits is a ...
  • ⇢ ⇢ I found that working on multiple side projects ...
  • -
  • ⇢ ⇢ Agreed? Agreed. Besides ⇢Ruby, I would also ...
  • +
  • ⇢ ⇢ Agreed? Agreed. Besides #Ruby, I would also ...
  • ⇢ ⇢ Plan9 assembly format in Go, but wait, it's not ...
  • ⇢ ⇢ This is a neat blog post about the Helix text ...
  • ⇢ ⇢ This blog post is basically a rant against ...
  • @@ -61,7 +61,7 @@ View this page as

    foo.zone



    -This site was generated at 2024-12-30T00:05:13+02:00 by Gemtexter
    +This site was generated at 2024-12-30T10:21:25+02: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/style.css b/style.css index 6b115160..49e74ef3 100644 --- a/style.css +++ b/style.css @@ -75,4 +75,5 @@ pre { span.inlinecode { font-family: courier, monospace; + border: 1px solid #666666; } diff --git a/uptime-stats.html b/uptime-stats.html index 60a04d08..3271789b 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@ View this page as