diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-21 11:15:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-21 11:15:37 +0200 |
| commit | c3f5a15459212627c5bc09a7c9374172b1f00e77 (patch) | |
| tree | 7649b3b411c145a9f85a48b08ae6d329105fac4d | |
| parent | e43cb338bf704f1b50cc89c8efbfa5ac0f19932e (diff) | |
Update content for html
| -rw-r--r-- | about/resources.html | 285 | ||||
| -rw-r--r-- | gemfeed/2009-02-13-sgi-onyx-3200.html | 12 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 77 | ||||
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | notes/eat-that-frog.html | 3 | ||||
| -rw-r--r-- | notes/fluent-forever.html | 89 | ||||
| -rw-r--r-- | notes/index.html | 6 | ||||
| -rw-r--r-- | notes/love-people-use-things.html | 4 | ||||
| -rw-r--r-- | notes/when.html | 3 | ||||
| -rw-r--r-- | uptime-stats.html | 302 |
10 files changed, 160 insertions, 627 deletions
diff --git a/about/resources.html b/about/resources.html index 88db4fb3..4137128f 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,197 +50,103 @@ <span>In random order:</span><br /> <br /> <ul> -<<<<<<< HEAD +<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> +<li>C++ Programming Language; Bjarne Stroustrup;</li> +<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> +<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> +<li>Leanring eBPF; Liz Rice; O'Reilly</li> <li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> -<li>The Docker Book; James Turnbull; Kindle</li> -<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> -<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> -<li>Developing Games in Java; David Brackeen and others...; New Riders</li> -<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> -<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>DNS and BIND; Cricket Liu; O'Reilly</li> -<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> <li>Raku Recipes; J.J. Merelo; Apress</li> +<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> <li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> -<li>Funktionale Programmierung; Peter Pepper; Springer</li> -<li>Java ist auch eine Insel; Christian Ullenboom; </li> +<li>DNS and BIND; Cricket Liu; O'Reilly</li> +<li>Effective awk programming; Arnold Robbins; O'Reilly</li> <li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> -<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> -<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> -<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> -<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> -<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> -<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> -<li>Leanring eBPF; Liz Rice; O'Reilly</li> -<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> -<li>Raku Fundamentals; Moritz Lenz; Apress</li> <li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> -<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> -<li>Ultimate Go Notebook; Bill Kennedy</li> -<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> -<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> -<li>Modern Perl; Chromatic ; Onyx Neon Press</li> -<li>C++ Programming Language; Bjarne Stroustrup;</li> -<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> -<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> -<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> -<li>Effective awk programming; Arnold Robbins; O'Reilly</li> -<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> <li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> -<li>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</li> -<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> -<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> -<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> +<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> +<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> +<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> <li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> +<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> +<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> +<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> +<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> <li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> <li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li> -======= -<li>Java ist auch eine Insel; Christian Ullenboom; </li> -<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> -<li>Modern Perl; Chromatic ; Onyx Neon Press</li> -<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> -<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> <li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> +<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> +<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> +<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> +<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> <li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> -<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> -<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> -<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> -<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> +<li>Modern Perl; Chromatic ; Onyx Neon Press</li> <li>Ultimate Go Notebook; Bill Kennedy</li> -<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> -<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> -<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> -<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> -<li>Effective awk programming; Arnold Robbins; O'Reilly</li> +<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> +<li>Funktionale Programmierung; Peter Pepper; Springer</li> <li>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</li> -<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> -<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> <li>The Docker Book; James Turnbull; Kindle</li> -<li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li> -<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> -<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> -<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> -<li>Raku Fundamentals; Moritz Lenz; Apress</li> -<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> -<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Java ist auch eine Insel; Christian Ullenboom; </li> <li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> -<li>C++ Programming Language; Bjarne Stroustrup;</li> -<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> +<li>Raku Fundamentals; Moritz Lenz; Apress</li> +<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> <li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> -<li>DNS and BIND; Cricket Liu; O'Reilly</li> -<li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> -<li>Funktionale Programmierung; Peter Pepper; Springer</li> -<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> -<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> -<li>Raku Recipes; J.J. Merelo; Apress</li> -<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> -<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> -<li>Leanring eBPF; Liz Rice; O'Reilly</li> -<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> -<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> </ul><br /> <h2 style='display: inline' id='technical-references'>Technical references</h2><br /> <br /> <span>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:</span><br /> <br /> <ul> -<<<<<<< HEAD +<li>Relayd and Httpd Mastery; Michael W Lucas</li> <li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</li> -<li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li> <li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> -<li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> -<li>Relayd and Httpd Mastery; Michael W Lucas</li> -<li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> -<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> -======= <li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li> -<li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> -<li>Relayd and Httpd Mastery; Michael W Lucas</li> <li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> -<li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</li> <li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> -<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> </ul><br /> <h2 style='display: inline' id='self-development-and-soft-skills-books'>Self-development and soft-skills books</h2><br /> <br /> <span>In random order:</span><br /> <br /> <ul> -<<<<<<< HEAD -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> -<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> -<li>The Power of Now; Eckhard Tolle; Yellow Kite</li> -<li>101 Essays that change the way you think; Brianna Wiest; Audible</li> -<li>The Off Switch; Mark Cropley; Virgin Books</li> -<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> -<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> <li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> -<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> +<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> +<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> <li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion </li> -<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> -<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> -<li>Ultralearning; Scott Young; Thorsons</li> -<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audible</li> -<li>Solve for Happy; Mo Gawdat</li> -<li>Soft Skills; John Sommez; Manning Publications</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> <li>Eat That Frog; Brian Tracy</li> -<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> -<li>Atomic Habits; James Clear; Random House Business</li> -<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> -<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> -<li>Getting Things Done; David Allen</li> -<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> -<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> -<li>Deep Work; Cal Newport; Piatkus</li> -<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> +<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> <li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> -<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> +<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> +<li>Solve for Happy; Mo Gawdat</li> <li>Slow Productivity; Cal Newport; Penguin Random House</li> <li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> -======= -<li>Solve for Happy; Mo Gawdat</li> +<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> +<li>Ultralearning; Scott Young; Thorsons</li> +<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audible</li> <li>Deep Work; Cal Newport; Piatkus</li> -<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion </li> <li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> -<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>101 Essays that change the way you think; Brianna Wiest; Audible</li> +<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> +<li>Atomic Habits; James Clear; Random House Business</li> +<li>Getting Things Done; David Allen</li> <li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> <li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> -<li>Atomic Habits; James Clear; Random House Business</li> -<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audible</li> -<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> +<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> <li>The Power of Now; Eckhard Tolle; Yellow Kite</li> -<li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> +<li>101 Essays that change the way you think; Brianna Wiest; Audible</li> +<li>Soft Skills; John Sommez; Manning Publications</li> +<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> <li>The Off Switch; Mark Cropley; Virgin Books</li> +<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> +<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> <li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> -<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> -<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> -<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> -<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> -<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> -<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> -<li>Soft Skills; John Sommez; Manning Publications</li> -<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> -<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> <li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> -<li>Getting Things Done; David Allen</li> -<li>Slow Productivity; Cal Newport; Penguin Random House</li> -<li>Ultralearning; Scott Young; Thorsons</li> -<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> -<li>Eat That Frog; Brian Tracy</li> -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> </ul><br /> <a class='textlink' href='../notes/index.html'>Here are notes of mine for some of the books</a><br /> <br /> @@ -249,41 +155,22 @@ <span>Some of these were in-person with exams; others were online learning lectures only. In random order:</span><br /> <br /> <ul> -<<<<<<< HEAD -<li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> -<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> +<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>Protocol buffers; O'Reilly Online</li> +<li>Functional programming lecture; Remote University of Hagen</li> +<li>MySQL Deep Dive Workshop; 2-day on-site training</li> <li>Apache Tomcat Best Practises; 3-day on-site training</li> -<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> <li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> -<li>MySQL Deep Dive Workshop; 2-day on-site training</li> -<li>Scripting Vim; Damian Conway; O'Reilly Online</li> <li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon</li> -<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> -<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> -<li>Protocol buffers; O'Reilly Online</li> <li>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)</li> -<li>Functional programming lecture; Remote University of Hagen</li> <li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> -<li>AWS Immersion Day; Amazon; 1-day interactive online training </li> -======= -<li>Functional programming lecture; Remote University of Hagen</li> +<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> <li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> -<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> <li>AWS Immersion Day; Amazon; 1-day interactive online training </li> -<li>Apache Tomcat Best Practises; 3-day on-site training</li> -<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> -<li>Scripting Vim; Damian Conway; O'Reilly Online</li> -<li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> -<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>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)</li> -<li>MySQL Deep Dive Workshop; 2-day on-site training</li> -<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> <li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> +<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> +<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> <li>Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon</li> -<li>Protocol buffers; O'Reilly Online</li> -<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </ul><br /> <h2 style='display: inline' id='technical-guides'>Technical guides</h2><br /> <br /> @@ -301,86 +188,48 @@ <span>In random order:</span><br /> <br /> <ul> -<<<<<<< HEAD -<li>Hidden Brain</li> +<li>Maintainable</li> +<li>Deep Questions with Cal Newport</li> <li>BSD Now</li> <li>Fork Around And Find Out</li> -<li>Backend Banter</li> +<li>Hidden Brain</li> +<li>The Changelog Podcast(s)</li> <li>Dev Interrupted</li> -<li>The Pragmatic Engineer Podcast</li> -<li>The ProdCast (Google SRE Podcast)</li> <li>Cup o' Go [Golang]</li> -<li>Deep Questions with Cal Newport</li> -<li>Fallthrough [Golang]</li> -<li>The Changelog Podcast(s)</li> -<li>Maintainable</li> -======= -<li>Maintainable</li> -<li>Fork Around And Find Out</li> -<li>Deep Questions with Cal Newport</li> <li>Backend Banter</li> -<li>Dev Interrupted</li> -<li>Hidden Brain</li> -<li>The Changelog Podcast(s)</li> <li>The Pragmatic Engineer Podcast</li> <li>The ProdCast (Google SRE Podcast)</li> -<li>BSD Now</li> -<li>Cup o' Go [Golang]</li> <li>Fallthrough [Golang]</li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </ul><br /> <h3 style='display: inline' id='podcasts-i-liked'>Podcasts I liked</h3><br /> <br /> <span>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.</span><br /> <br /> <ul> -<<<<<<< HEAD -<li>FLOSS weekly</li> -<li>CRE: Chaosradio Express [german]</li> -<li>Ship It (predecessor of Fork Around And Find Out)</li> -<li>Modern Mentor</li> +<li>Go Time (predecessor of fallthrough)</li> <li>Java Pub House</li> -======= <li>CRE: Chaosradio Express [german]</li> -<li>Java Pub House</li> -<li>Modern Mentor</li> <li>FLOSS weekly</li> <li>Ship It (predecessor of Fork Around And Find Out)</li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 -<li>Go Time (predecessor of fallthrough)</li> +<li>Modern Mentor</li> </ul><br /> <h2 style='display: inline' id='newsletters-i-like'>Newsletters I like</h2><br /> <br /> <span>This is a mix of tech and non-tech newsletters I am subscribed to. In random order:</span><br /> <br /> <ul> -<<<<<<< HEAD -<li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> -<li>Applied Go Weekly Newsletter</li> -<li>byteSizeGo</li> -<li>Register Spill</li> <li>The Pragmatic Engineer</li> -<li>Ruby Weekly</li> <li>Golang Weekly</li> -<li>VK Newsletter</li> -<li>The Valuable Dev</li> -<li>Changelog News</li> +<li>Applied Go Weekly Newsletter</li> <li>Monospace Mentor</li> +<li>The Valuable Dev</li> <li>The Imperfectionist</li> -======= <li>VK Newsletter</li> -<li>The Pragmatic Engineer</li> +<li>Ruby Weekly</li> <li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> -<li>The Imperfectionist</li> +<li>Register Spill</li> <li>byteSizeGo</li> -<li>Golang Weekly</li> -<li>Monospace Mentor</li> <li>Changelog News</li> -<li>Applied Go Weekly Newsletter</li> -<li>Register Spill</li> -<li>Ruby Weekly</li> -<li>The Valuable Dev</li> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </ul><br /> <h1 style='display: inline' id='formal-education'>Formal education</h1><br /> <br /> diff --git a/gemfeed/2009-02-13-sgi-onyx-3200.html b/gemfeed/2009-02-13-sgi-onyx-3200.html index 1821f167..b8a894a2 100644 --- a/gemfeed/2009-02-13-sgi-onyx-3200.html +++ b/gemfeed/2009-02-13-sgi-onyx-3200.html @@ -21,11 +21,7 @@ <li>4 x 400 MHz IP35 MIPS CPUs</li> <li>4GB of RAM</li> </ul><br /> -<<<<<<< HEAD <a class='textlink' href='./sgi-onyx-3200/desk.webp'>./sgi-onyx-3200/desk.webp</a><br /> -======= -<a href='./sgi-onyx-3200/desk.webp'><img src='./sgi-onyx-3200/desk.webp' /></a><br /> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <br /> <span>We used this monster when I was a student worker at the Fraunhofer Institute for Production Technology around the year 2006. It operated a walk-in 2-sided 3D cave (unfortunately, I don't have any pictures of that cave), where you could literally walk around with a set of VR glasses and see everything in 3D (that was when there wasn't any Oculus Quest yet). That was useful for running industrial simulations.</span><br /> <br /> @@ -75,19 +71,11 @@ USB Human Interface Device: device id 0 type keyboard USB Human Interface Device: device id 0 type mouse </pre> <br /> -<<<<<<< HEAD <a class='textlink' href='./sgi-onyx-3200/collage.webp'>./sgi-onyx-3200/collage.webp</a><br /> <br /> <span>I was mainly working on drilling simulations on this machine. Sometimes I worked directly at one of the 2 terminal screens of the Onyx, or often I used a nearby Linux machine and forwarded the X11 windows to my local screen.</span><br /> <br /> <a class='textlink' href='./sgi-onyx-3200/collage2.webp'>./sgi-onyx-3200/collage2.webp</a><br /> -======= -<a href='./sgi-onyx-3200/collage.webp'><img src='./sgi-onyx-3200/collage.webp' /></a><br /> -<br /> -<span>I was mainly working on drilling simulations on this machine. Sometimes I worked directly at one of the 2 terminal screens of the Onyx, or often I used a nearby Linux machine and forwarded the X11 windows to my local screen.</span><br /> -<br /> -<a href='./sgi-onyx-3200/collage2.webp'><img src='./sgi-onyx-3200/collage2.webp' /></a><br /> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <br /> <span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br /> <br /> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 6edb3400..e8e585c5 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> -<<<<<<< HEAD <updated>2025-02-21T11:07:08+02:00</updated> -======= - <updated>2025-02-13T10:21:17+02:00</updated> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -1293,7 +1289,6 @@ Jan 26 17:36:32 f2 apcupsd[2159]: apcupsd shutdown succeeded by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<<<<<<< HEAD <pre><b><u><font color="#000000">export</font></u></b> EDITOR=hx <b><u><font color="#000000">export</font></u></b> VISUAL=$EDITOR <b><u><font color="#000000">export</font></u></b> GIT_EDITOR=$EDITOR @@ -1321,35 +1316,6 @@ editor::helix::random_theme () { <b><u><font color="#000000">if</font></u></b> [ -f $HELIX_CONFIG_DIR/config.toml ]; <b><u><font color="#000000">then</font></u></b> editor::helix::random_theme <b><u><font color="#000000">fi</font></u></b> -======= -<pre><b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">EDITOR</font><font color="#F3E651">=</font><font color="#ff0000">hx</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">VISUAL</font><font color="#F3E651">=</font><font color="#ff0000">$EDITOR</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">GIT_EDITOR</font><font color="#F3E651">=</font><font color="#ff0000">$EDITOR</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">HELIX_CONFIG_DIR</font><font color="#F3E651">=</font><font color="#ff0000">$HOME</font><font color="#F3E651">/.</font><font color="#ff0000">config/helix</font> - -<font color="#ff0000">editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#7bc710">random_theme ()</font><font color="#ff0000"> {</font> -<font color="#ff0000"> </font><i><font color="#ababab"># May add more theme search paths based on OS. This one is</font></i> -<font color="#ff0000"> </font><i><font color="#ababab"># for Fedora Linux, but there is also MacOS, etc.</font></i> -<font color="#ff0000"> </font><b><font color="#ffffff">local</font></b><font color="#ff0000"> -r </font><font color="#ff0000">theme_dir</font><font color="#F3E651">=</font><font color="#ff0000">/usr/share/helix/runtime/themes</font> -<font color="#ff0000"> </font><b><font color="#ffffff">if</font></b><font color="#ff0000"> </font><font color="#F3E651">[</font><font color="#ff0000"> </font><font color="#F3E651">!</font><font color="#ff0000"> -d </font><font color="#ff0000">$theme_dir</font><font color="#ff0000"> </font><font color="#F3E651">];</font><font color="#ff0000"> </font><b><font color="#ffffff">then</font></b> -<font color="#ff0000"> echo </font><font color="#bb00ff">"Helix theme dir $theme_dir doesnt exist"</font> -<font color="#ff0000"> </font><b><font color="#ffffff">return</font></b><font color="#ff0000"> </font><font color="#bb00ff">1</font> -<font color="#ff0000"> </font><b><font color="#ffffff">fi</font></b> - -<font color="#ff0000"> </font><b><font color="#ffffff">local</font></b><font color="#ff0000"> -r </font><font color="#ff0000">config_file</font><font color="#F3E651">=</font><font color="#ff0000">$HELIX_CONFIG_DIR</font><font color="#ff0000">/config</font><font color="#F3E651">.</font><font color="#ff0000">toml</font> -<font color="#ff0000"> </font><b><font color="#ffffff">local</font></b><font color="#ff0000"> -r </font><font color="#ff0000">random_theme</font><font color="#F3E651">=</font><font color="#bb00ff">"$(basename "</font><font color="#ff0000">$(</font><font color="#ff0000">ls </font><font color="#ff0000">$theme_dir</font><font color="#ff0000"> </font><font color="#F3E651">\</font> -<font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> grep -v random</font><font color="#F3E651">.</font><font color="#ff0000">toml </font><font color="#F3E651">|</font><font color="#ff0000"> grep </font><font color="#F3E651">.</font><font color="#ff0000">toml </font><font color="#F3E651">|</font><font color="#ff0000"> sort -R </font><font color="#F3E651">\</font> -<font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> head -n </font><font color="#bb00ff">1</font><font color="#F3E651">)</font><font color="#bb00ff">" | cut -d. -f1)"</font> - -<font color="#ff0000"> sed </font><font color="#bb00ff">"/^theme =/ { s/.*/theme = </font><font color="#ffffff">\"</font><font color="#bb00ff">$random_theme</font><font color="#ffffff">\"</font><font color="#bb00ff">/; }"</font><font color="#ff0000"> </font><font color="#F3E651">\</font> -<font color="#ff0000"> </font><font color="#ff0000">$config_file</font><font color="#ff0000"> </font><font color="#F3E651">></font><font color="#ff0000"> </font><font color="#ff0000">$config_file</font><font color="#F3E651">.</font><font color="#ff0000">tmp </font><font color="#F3E651">&&</font><font color="#ff0000"> </font> -<font color="#ff0000"> mv </font><font color="#ff0000">$config_file</font><font color="#F3E651">.</font><font color="#ff0000">tmp </font><font color="#ff0000">$config_file</font> -<font color="#ff0000">}</font> - -<b><font color="#ffffff">if</font></b><font color="#ff0000"> </font><font color="#F3E651">[</font><font color="#ff0000"> -f </font><font color="#ff0000">$HELIX_CONFIG_DIR</font><font color="#ff0000">/config</font><font color="#F3E651">.</font><font color="#ff0000">toml </font><font color="#F3E651">];</font><font color="#ff0000"> </font><b><font color="#ffffff">then</font></b> -<font color="#ff0000"> editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">random_theme</font> -<b><font color="#ffffff">fi</font></b> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </pre> <br /> <span>So every time I open a new terminal or shell, <span class='inlinecode'>editor::helix::random_theme</span> gets called, which randomly selects a theme from all installed ones and updates the helix config accordingly.</span><br /> @@ -1358,7 +1324,6 @@ editor::helix::random_theme () { by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<<<<<<< HEAD <pre>[paul@earth] ~ % editor::helix::random_theme [paul@earth] ~ % head -n <font color="#000000">1</font> ~/.config/helix/config.toml theme = <font color="#808080">"jellybeans"</font> @@ -1369,18 +1334,6 @@ theme = <font color="#808080">"rose_pine"</font> [paul@earth] ~ % head -n <font color="#000000">1</font> ~/.config/helix/config.toml theme = <font color="#808080">"noctis"</font> [paul@earth] ~ % -======= -<pre><font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">random_theme</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> head -n </font><font color="#bb00ff">1</font><font color="#ff0000"> </font><font color="#F3E651">~/.</font><font color="#ff0000">config/helix/config</font><font color="#F3E651">.</font><font color="#ff0000">toml</font> -<font color="#ff0000">theme </font><font color="#F3E651">=</font><font color="#ff0000"> </font><font color="#bb00ff">"jellybeans"</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">random_theme</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> head -n </font><font color="#bb00ff">1</font><font color="#ff0000"> </font><font color="#F3E651">~/.</font><font color="#ff0000">config/helix/config</font><font color="#F3E651">.</font><font color="#ff0000">toml</font> -<font color="#ff0000">theme </font><font color="#F3E651">=</font><font color="#ff0000"> </font><font color="#bb00ff">"rose_pine"</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">random_theme</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font><font color="#ff0000"> head -n </font><font color="#bb00ff">1</font><font color="#ff0000"> </font><font color="#F3E651">~/.</font><font color="#ff0000">config/helix/config</font><font color="#F3E651">.</font><font color="#ff0000">toml</font> -<font color="#ff0000">theme </font><font color="#F3E651">=</font><font color="#ff0000"> </font><font color="#bb00ff">"noctis"</font> -<font color="#F3E651">[</font><font color="#ff0000">paul@earth</font><font color="#F3E651">]</font><font color="#ff0000"> </font><font color="#F3E651">~</font><font color="#ff0000"> </font><font color="#F3E651">%</font> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </pre> <br /> <h2 style='display: inline' id='a-better-version'>A better version</h2><br /> @@ -1391,7 +1344,6 @@ theme = <font color="#808080">"noctis"</font> by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<<<<<<< HEAD <pre><b><u><font color="#000000">export</font></u></b> EDITOR=hx <b><u><font color="#000000">export</font></u></b> VISUAL=$EDITOR <b><u><font color="#000000">export</font></u></b> GIT_EDITOR=$EDITOR @@ -1419,35 +1371,6 @@ editor::helix::theme::set () { <b><u><font color="#000000">if</font></u></b> [ -f $HELIX_CONFIG_DIR/config.toml ]; <b><u><font color="#000000">then</font></u></b> editor::helix::theme::<b><u><font color="#000000">set</font></u></b> $(editor::helix::theme::get_random) <b><u><font color="#000000">fi</font></u></b> -======= -<pre><b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">EDITOR</font><font color="#F3E651">=</font><font color="#ff0000">hx</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">VISUAL</font><font color="#F3E651">=</font><font color="#ff0000">$EDITOR</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">GIT_EDITOR</font><font color="#F3E651">=</font><font color="#ff0000">$EDITOR</font> -<b><font color="#ffffff">export</font></b><font color="#ff0000"> </font><font color="#ff0000">HELIX_CONFIG_DIR</font><font color="#F3E651">=</font><font color="#ff0000">$HOME</font><font color="#F3E651">/.</font><font color="#ff0000">config/helix</font> - -<font color="#ff0000">editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">theme</font><font color="#F3E651">::</font><font color="#7bc710">get_random ()</font><font color="#ff0000"> {</font> -<font color="#ff0000"> </font><b><font color="#ffffff">for</font></b><font color="#ff0000"> dir </font><b><font color="#ffffff">in</font></b><font color="#ff0000"> </font><font color="#ff0000">$(</font><font color="#ff0000">hx --health </font><font color="#F3E651">\</font> -<font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> awk </font><font color="#bb00ff">'/^Runtime directories/ { print $3 }'</font><font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> tr </font><font color="#bb00ff">';'</font><font color="#ff0000"> </font><font color="#bb00ff">' '</font><font color="#F3E651">);</font><font color="#ff0000"> </font><b><font color="#ffffff">do</font></b> -<font color="#ff0000"> </font><b><font color="#ffffff">if</font></b><font color="#ff0000"> </font><font color="#F3E651">[</font><font color="#ff0000"> -d </font><font color="#ff0000">$dir</font><font color="#ff0000">/themes </font><font color="#F3E651">];</font><font color="#ff0000"> </font><b><font color="#ffffff">then</font></b> -<font color="#ff0000"> ls </font><font color="#ff0000">$dir</font><font color="#ff0000">/themes</font> -<font color="#ff0000"> </font><b><font color="#ffffff">fi</font></b> -<font color="#ff0000"> </font><b><font color="#ffffff">done</font></b><font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> grep -F </font><font color="#F3E651">.</font><font color="#ff0000">toml </font><font color="#F3E651">|</font><font color="#ff0000"> sort -R </font><font color="#F3E651">|</font><font color="#ff0000"> head -n </font><font color="#bb00ff">1</font><font color="#ff0000"> </font><font color="#F3E651">|</font><font color="#ff0000"> cut -d</font><font color="#F3E651">.</font><font color="#ff0000"> -f</font><font color="#bb00ff">1</font> -<font color="#ff0000">}</font> - -<font color="#ff0000">editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">theme</font><font color="#F3E651">::</font><font color="#7bc710">set ()</font><font color="#ff0000"> {</font> -<font color="#ff0000"> </font><b><font color="#ffffff">local</font></b><font color="#ff0000"> -r </font><font color="#ff0000">theme</font><font color="#F3E651">=</font><font color="#bb00ff">"$1"</font><font color="#F3E651">;</font><font color="#ff0000"> </font><b><font color="#ffffff">shift</font></b> - -<font color="#ff0000"> </font><b><font color="#ffffff">local</font></b><font color="#ff0000"> -r </font><font color="#ff0000">config_file</font><font color="#F3E651">=</font><font color="#ff0000">$HELIX_CONFIG_DIR</font><font color="#ff0000">/config</font><font color="#F3E651">.</font><font color="#ff0000">toml</font> - -<font color="#ff0000"> sed </font><font color="#bb00ff">"/^theme =/ { s/.*/theme = </font><font color="#ffffff">\"</font><font color="#bb00ff">$theme</font><font color="#ffffff">\"</font><font color="#bb00ff">/; }"</font><font color="#ff0000"> </font><font color="#F3E651">\</font> -<font color="#ff0000"> </font><font color="#ff0000">$config_file</font><font color="#ff0000"> </font><font color="#F3E651">></font><font color="#ff0000"> </font><font color="#ff0000">$config_file</font><font color="#F3E651">.</font><font color="#ff0000">tmp </font><font color="#F3E651">&&</font><font color="#ff0000"> </font> -<font color="#ff0000"> mv </font><font color="#ff0000">$config_file</font><font color="#F3E651">.</font><font color="#ff0000">tmp </font><font color="#ff0000">$config_file</font> -<font color="#ff0000">}</font> - -<b><font color="#ffffff">if</font></b><font color="#ff0000"> </font><font color="#F3E651">[</font><font color="#ff0000"> -f </font><font color="#ff0000">$HELIX_CONFIG_DIR</font><font color="#ff0000">/config</font><font color="#F3E651">.</font><font color="#ff0000">toml </font><font color="#F3E651">];</font><font color="#ff0000"> </font><b><font color="#ffffff">then</font></b> -<font color="#ff0000"> editor</font><font color="#F3E651">::</font><font color="#ff0000">helix</font><font color="#F3E651">::</font><font color="#ff0000">theme</font><font color="#F3E651">::</font><b><font color="#ffffff">set</font></b><font color="#ff0000"> </font><font color="#ff0000">$(editor::helix::theme::get_random)</font> -<b><font color="#ffffff">fi</font></b> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 </pre> <br /> <span>I hope you had some fun. E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br /> @@ -13,11 +13,7 @@ </p> <h1 style='display: inline' id='foozone'>foo.zone</h1><br /> <br /> -<<<<<<< HEAD -<span class='quote'>This site was generated at 2025-02-21T11:07:02+02:00 by <span class='inlinecode'>Gemtexter</span></span><br /> -======= -<span class='quote'>This site was generated at 2025-02-16T11:18:30+02:00 by <span class='inlinecode'>Gemtexter</span></span><br /> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<span class='quote'>This site was generated at 2025-02-21T11:13:28+02:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <span>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. And I also like coding.</span><br /> <br /> diff --git a/notes/eat-that-frog.html b/notes/eat-that-frog.html index 4d89734a..399a5988 100644 --- a/notes/eat-that-frog.html +++ b/notes/eat-that-frog.html @@ -112,12 +112,9 @@ <br /> <span>Improve specific key skills to increase productivity and enter "the zone."</span><br /> <br /> -<<<<<<< HEAD <span>Other book notes of mine are:</span><br /> <br /> <br /> -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br /> <br /> <a class='textlink' href='../'>Back to the main site</a><br /> diff --git a/notes/fluent-forever.html b/notes/fluent-forever.html index a09739bd..33fdd5da 100644 --- a/notes/fluent-forever.html +++ b/notes/fluent-forever.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>To be in the .zone!</title> +<title>'Fluent Forever' book notes</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> @@ -11,9 +11,94 @@ <p class="header"> <a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/notes/fluent-forever.md">Markdown</a> | <a href="gemini://foo.zone/notes/fluent-forever.gmi">Gemini</a> </p> -<span>These are my personal book notes from Gabriel Weyner's "Fluent Forever" They are for myself, but I hope they might be useful to you too.</span><br /> +<h1 style='display: inline' id='fluent-forever-book-notes'>"Fluent Forever" book notes</h1><br /> <br /> +<span>These are my personal book notes from Gabriel Wyner's "Fluent Forever: How to learn any Language fast and never forget it" They are for myself, but I hope they might be useful to you too.</span><br /> <br /> +<h2 style='display: inline' id='introduction-to-language-learning'>Introduction to Language Learning</h2><br /> +<br /> +<span>Fluent Forever is a unique approach to mastering a new language, emphasizing the importance of frequent exposure, effective memorization techniques, and playful engagement with the language. Here are detailed notes on how to make the language learning process more efficient and enjoyable.</span><br /> +<br /> +<h2 style='display: inline' id='frequency-dictionary'>Frequency Dictionary</h2><br /> +<br /> +<ul> +<li>Focus on the 2,500 most frequent words in any language.</li> +<li>Use Anki flashcards to memorize the first 100 of these words effectively.</li> +</ul><br /> +<h2 style='display: inline' id='phrase-book'>Phrase Book</h2><br /> +<br /> +<ul> +<li>Having a phrase book can be helpful. If you don't have one, consider acquiring it for quick reference.</li> +</ul><br /> +<h2 style='display: inline' id='learning-methods-and-strategies'>Learning Methods and Strategies</h2><br /> +<br /> +<ul> +<li>**Don't Translate:** Avoid relying on translations. Even when using flashcards, strive for direct associations within the target language.</li> +<li>**Enjoy the Process:** Only when you enjoy the learning process will you consistently succeed, much like the endorphins motivating a person to maintain a six-pack.</li> +<li>**Playful Engagement:** Watch movies and series in the target language; engagement should be playful, not just safe.</li> +</ul><br /> +<h2 style='display: inline' id='additional-resources'>Additional Resources</h2><br /> +<br /> +<ul> +<li>Visit fluentforever.com/languages for additional resources.</li> +<li>Use two types of dictionaries: bilingual for translation and monolingual for deeper understanding.</li> +<li>Consider using a private tutor for personalized guidance.</li> +</ul><br /> +<h2 style='display: inline' id='memory-and-recall-techniques'>Memory and Recall Techniques</h2><br /> +<br /> +<ul> +<li>**Spaced Repetition:** Focus more on recalling information rather than reviewing it. This technique drastically improves retention by challenging your memory.</li> +<li>**Memory Techniques:** Make new words memorable by connecting them with sounds, images, and personal experiences. The saying goes, "neurons that fire together wire together."</li> +<li>**Personal Connections:** The strongest memory connections are personal; relate new vocabulary to personal experiences or memories.</li> +<li>**Imagery:** Use Google Images to find pictures connected to new words. Visual aids make recall more effective.</li> +</ul><br /> +<h2 style='display: inline' id='vocabulary-acquisition'>Vocabulary Acquisition</h2><br /> +<br /> +<ul> +<li>**Incremental Learning:** Start with easier, concrete words and gradually learn more abstract ones.</li> +<li>**Recall Over Review:** Spend the majority of your study time on recall. It's best to recall words just before you forget them.</li> +</ul><br /> +<h2 style='display: inline' id='timing-and-efficiency'>Timing and Efficiency</h2><br /> +<br /> +<ul> +<li>**Optimization of Recall:** Correct timing is crucial, neither too early (to avoid overwhelming yourself with too many words) nor too late (when completely forgotten).</li> +<li>**Challenge and Interest:** Ensure learning remains challenging and interesting to encourage effective retention.</li> +<li>**Flashcards:** Create personal flashcards over using pre-made ones; this ensures relevance and meaning for you personally. Using images in flashcards aids memorability.</li> +</ul><br /> +<h2 style='display: inline' id='sound-and-pronunciation'>Sound and Pronunciation</h2><br /> +<br /> +<ul> +<li>**Pronunciation Practice:** If unfamiliar with a language's sounds, you are effectively learning two languages. Practice as early as possible, focusing on minimal pairs to discern subtle differences.</li> +<li>**International Phonetic Alphabet (IPA):** Learn pronunciation through the IPA to avoid relying solely on spelling where pronunciation is not straightforward.</li> +<li>**Backchaining Technique:** Learn pronunciation by practicing from the end of a word to the beginning.</li> +</ul><br /> +<h2 style='display: inline' id='comprehensive-input'>Comprehensive Input</h2><br /> +<br /> +<ul> +<li>Language learning requires diverse inputs: a combination of reading, listening, and speaking activities.</li> +<li>Don't rely solely on one medium, like books or TV. Supplement with active conversation and real-life interactions.</li> +</ul><br /> +<h2 style='display: inline' id='writing-and-grammar'>Writing and Grammar</h2><br /> +<br /> +<ul> +<li>Regular writing practice is crucial for reinforcing grammatical understanding. Get your writing corrected to identify and learn from mistakes.</li> +<li>Use grammar books for reference, but focus on creating your examples and flashcards to internalize rules.</li> +</ul><br /> +<h2 style='display: inline' id='media-and-real-life-exposure'>Media and Real-life Exposure</h2><br /> +<br /> +<ul> +<li>Listen to native speakers and watch shows without subtitles to immerse yourself fully in the language.</li> +<li>Begin with carefully selected series or films and gradually progress to podcasts and audiobooks.</li> +</ul><br /> +<h2 style='display: inline' id='continuous-practice'>Continuous Practice</h2><br /> +<br /> +<ul> +<li>Regular practice and courage to make mistakes resemble children's language acquisition, offering a swift path to fluency.</li> +<li>Focus on your interests and tailor your learning toward the vocabulary and contexts relevant to you.</li> +</ul><br /> +<h2 style='display: inline' id='summary'>Summary</h2><br /> +<br /> +<span>Learning a language requires dedication, strategy, and enjoyment. By leveraging techniques like spaced repetition, personal associations, and playful engagement, language acquisition becomes more effective and sustainable.</span><br /> <br /> <span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br /> <br /> diff --git a/notes/index.html b/notes/index.html index 2afcc4c3..5044c940 100644 --- a/notes/index.html +++ b/notes/index.html @@ -27,12 +27,10 @@ <a class='textlink' href='./never-split-the-difference.html'>'Never split the difference' book notes</a><br /> <a class='textlink' href='./mind-management.html'>'Mind Management' book notes</a><br /> <a class='textlink' href='./mental-combat.html'>'Mental Combat' book notes</a><br /> -<<<<<<< HEAD -<a class='textlink' href='./love-people-use-things.html'>Love People, Use Things</a><br /> -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<a class='textlink' href='./love-people-use-things.html'>'Love People, Use Things' book notes</a><br /> <a class='textlink' href='./joy-on-demand.html'>'Joy On Domand' book notes</a><br /> <a class='textlink' href='./influence-wihout-authority.html'>'Influence without Authority' book notes</a><br /> +<a class='textlink' href='./fluent-forever.html'>'Fluent Forever' book notes</a><br /> <a class='textlink' href='./eat-that-frog.html'>'Eat That Frog' book notes</a><br /> <a class='textlink' href='./career-guide-and-soft-skills.html'>'Software Developmers Career Guide and Soft Skills' book notes</a><br /> <a class='textlink' href='./a-monks-guide-to-happiness.html'>'A Monk's Guide to Happiness' book notes</a><br /> diff --git a/notes/love-people-use-things.html b/notes/love-people-use-things.html index 718e4da7..049424aa 100644 --- a/notes/love-people-use-things.html +++ b/notes/love-people-use-things.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>Love People, Use Things</title> +<title>'Love People, Use Things' book notes</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> @@ -11,7 +11,7 @@ <p class="header"> <a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/notes/love-people-use-things.md">Markdown</a> | <a href="gemini://foo.zone/notes/love-people-use-things.gmi">Gemini</a> </p> -<h1 style='display: inline' id='love-people-use-things'>Love People, Use Things</h1><br /> +<h1 style='display: inline' id='love-people-use-things-book-notes'>"Love People, Use Things" book notes</h1><br /> <br /> <span>These are my personal book notes from "The Minimalist"'s "Love People, Use Things" They are for myself, but I hope they might be useful to you too.</span><br /> <br /> diff --git a/notes/when.html b/notes/when.html index 81a51f61..a480bda4 100644 --- a/notes/when.html +++ b/notes/when.html @@ -100,12 +100,9 @@ </ul><br /> <span>These insights from "When" can guide actions to optimize performance, well-being, and satisfaction across various aspects of life.</span><br /> <br /> -<<<<<<< HEAD <span>Other book notes of mine are:</span><br /> <br /> <br /> -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <span>E-Mail your comments to <span class='inlinecode'>paul@nospam.buetow.org</span> :-)</span><br /> <br /> <a class='textlink' href='../'>Back to the main site</a><br /> diff --git a/uptime-stats.html b/uptime-stats.html index 749cc921..1660ef51 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,11 +13,7 @@ </p> <h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br /> <br /> -<<<<<<< HEAD -<span class='quote'>This site was last updated at 2025-02-21T11:07:08+02:00</span><br /> -======= -<span class='quote'>This site was last updated at 2025-02-16T11:18:30+02:00</span><br /> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +<span class='quote'>This site was last updated at 2025-02-21T11:13:36+02:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>guprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> @@ -30,302 +26,6 @@ <br /> <a class='textlink' href='./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Uptime records with Raku</a><br /> <br /> -<<<<<<< HEAD -======= -<h2 style='display: inline' id='top-20-boots-s-by-host'>Top 20 Boots's by Host</h2><br /> -<br /> -<span>Boots is the total number of host boots over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+----------------+-------+ -| Pos | Host | Boots | -+-----+----------------+-------+ -| 1. | alphacentauri | 671 | -| 2. | mars | 207 | -| 3. | *earth | 168 | -| 4. | callisto | 153 | -| 5. | dionysus | 136 | -| 6. | tauceti-e | 120 | -| 7. | *makemake | 61 | -| 8. | *uranus | 59 | -| 9. | pluto | 51 | -| 10. | mega15289 | 50 | -| 11. | *t450 | 43 | -| 12. | *fishfinger | 42 | -| 13. | mega8477 | 40 | -| 14. | phobos | 40 | -| 15. | sun | 33 | -| 16. | *blowfish | 33 | -| 17. | *mega-m3-pro | 29 | -| 18. | moon | 20 | -| 19. | vulcan | 19 | -| 20. | tauceti | 16 | -+-----+----------------+-------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-uptime-s-by-host'>Top 20 Uptime's by Host</h2><br /> -<br /> -<span>Uptime is the total uptime of a host over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+----------------+-----------------------------+ -| Pos | Host | Uptime | -+-----+----------------+-----------------------------+ -| 1. | vulcan | 4 years, 5 months, 6 days | -| 2. | sun | 3 years, 9 months, 26 days | -| 3. | *uranus | 3 years, 9 months, 5 days | -| 4. | uugrn | 3 years, 5 months, 5 days | -| 5. | *blowfish | 3 years, 2 months, 4 days | -| 6. | *earth | 3 years, 1 months, 26 days | -| 7. | deltavega | 3 years, 1 months, 21 days | -| 8. | pluto | 2 years, 10 months, 29 days | -| 9. | *fishfinger | 2 years, 6 months, 2 days | -| 10. | tauceti | 2 years, 3 months, 19 days | -| 11. | mega15289 | 1 years, 12 months, 17 days | -| 12. | tauceti-f | 1 years, 9 months, 18 days | -| 13. | mega8477 | 1 years, 3 months, 25 days | -| 14. | host0 | 1 years, 3 months, 9 days | -| 15. | *makemake | 1 years, 2 months, 23 days | -| 16. | tauceti-e | 1 years, 2 months, 20 days | -| 17. | *t450 | 1 years, 1 months, 17 days | -| 18. | callisto | 0 years, 10 months, 31 days | -| 19. | alphacentauri | 0 years, 10 months, 28 days | -| 20. | babylon5 | 0 years, 9 months, 25 days | -+-----+----------------+-----------------------------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-score-s-by-host'>Top 20 Score's by Host</h2><br /> -<br /> -<span>Score is calculated by combining all other metrics.</span><br /> -<br /> -<pre> -+-----+----------------+-------+ -| Pos | Host | Score | -+-----+----------------+-------+ -| 1. | *uranus | 338 | -| 2. | vulcan | 275 | -| 3. | sun | 238 | -| 4. | *earth | 217 | -| 5. | uugrn | 211 | -| 6. | alphacentauri | 201 | -| 7. | *blowfish | 200 | -| 8. | deltavega | 193 | -| 9. | pluto | 182 | -| 10. | *fishfinger | 158 | -| 11. | dionysus | 156 | -| 12. | mega15289 | 147 | -| 13. | tauceti | 141 | -| 14. | *makemake | 122 | -| 15. | tauceti-f | 108 | -| 16. | tauceti-e | 96 | -| 17. | *t450 | 89 | -| 18. | callisto | 86 | -| 19. | mega8477 | 80 | -| 20. | host0 | 76 | -+-----+----------------+-------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-downtime-s-by-host'>Top 20 Downtime's by Host</h2><br /> -<br /> -<span>Downtime is the total downtime of a host over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+----------------+-----------------------------+ -| Pos | Host | Downtime | -+-----+----------------+-----------------------------+ -| 1. | dionysus | 8 years, 3 months, 16 days | -| 2. | *uranus | 6 years, 4 months, 15 days | -| 3. | alphacentauri | 5 years, 11 months, 18 days | -| 4. | *makemake | 2 years, 9 months, 6 days | -| 5. | moon | 2 years, 1 months, 1 days | -| 6. | callisto | 1 years, 5 months, 15 days | -| 7. | mega15289 | 1 years, 4 months, 24 days | -| 8. | *t450 | 1 years, 2 months, 13 days | -| 9. | mars | 1 years, 2 months, 10 days | -| 10. | tauceti-e | 0 years, 12 months, 9 days | -| 11. | sirius | 0 years, 8 months, 20 days | -| 12. | *earth | 0 years, 6 months, 14 days | -| 13. | deimos | 0 years, 5 months, 15 days | -| 14. | *f2 | 0 years, 2 months, 9 days | -| 15. | joghurt | 0 years, 2 months, 9 days | -| 16. | *f0 | 0 years, 2 months, 8 days | -| 17. | *f1 | 0 years, 2 months, 8 days | -| 18. | host0 | 0 years, 2 months, 1 days | -| 19. | fibonacci | 0 years, 1 months, 11 days | -| 20. | cobol | 0 years, 1 months, 8 days | -+-----+----------------+-----------------------------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-lifespan-s-by-host'>Top 20 Lifespan's by Host</h2><br /> -<br /> -<span>Lifespan is the total uptime + the total downtime of a host.</span><br /> -<br /> -<pre> -+-----+----------------+-----------------------------+ -| Pos | Host | Lifespan | -+-----+----------------+-----------------------------+ -| 1. | *uranus | 9 years, 12 months, 20 days | -| 2. | dionysus | 8 years, 6 months, 17 days | -| 3. | alphacentauri | 6 years, 9 months, 13 days | -| 4. | vulcan | 4 years, 5 months, 6 days | -| 5. | *makemake | 3 years, 10 months, 30 days | -| 6. | sun | 3 years, 10 months, 2 days | -| 7. | *earth | 3 years, 7 months, 10 days | -| 8. | uugrn | 3 years, 5 months, 5 days | -| 9. | mega15289 | 3 years, 4 months, 9 days | -| 10. | *blowfish | 3 years, 2 months, 5 days | -| 11. | deltavega | 3 years, 1 months, 21 days | -| 12. | pluto | 2 years, 10 months, 30 days | -| 13. | *fishfinger | 2 years, 6 months, 4 days | -| 14. | moon | 2 years, 4 months, 25 days | -| 15. | tauceti | 2 years, 3 months, 22 days | -| 16. | callisto | 2 years, 3 months, 13 days | -| 17. | *t450 | 2 years, 2 months, 29 days | -| 18. | tauceti-e | 2 years, 1 months, 29 days | -| 19. | tauceti-f | 1 years, 9 months, 20 days | -| 20. | mars | 1 years, 8 months, 19 days | -+-----+----------------+-----------------------------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-boots-s-by-kernelmajor'>Top 20 Boots's by KernelMajor</h2><br /> -<br /> -<span>Boots is the total number of host boots over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+----------------+-------+ -| Pos | KernelMajor | Boots | -+-----+----------------+-------+ -| 1. | FreeBSD 10... | 551 | -| 2. | Linux 3... | 550 | -| 3. | Linux 5... | 162 | -| 4. | Linux 4... | 161 | -| 5. | FreeBSD 11... | 153 | -| 6. | *Linux 6... | 134 | -| 7. | FreeBSD 13... | 116 | -| 8. | *OpenBSD 7... | 85 | -| 9. | Darwin 13... | 40 | -| 10. | *FreeBSD 14... | 38 | -| 11. | *Darwin 23... | 33 | -| 12. | FreeBSD 5... | 25 | -| 13. | Linux 2... | 22 | -| 14. | Darwin 21... | 17 | -| 15. | Darwin 15... | 15 | -| 16. | Darwin 22... | 12 | -| 17. | Darwin 18... | 11 | -| 18. | OpenBSD 4... | 10 | -| 19. | FreeBSD 7... | 10 | -| 20. | FreeBSD 6... | 10 | -+-----+----------------+-------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-uptime-s-by-kernelmajor'>Top 20 Uptime's by KernelMajor</h2><br /> -<br /> -<span>Uptime is the total uptime of a host over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+----------------+------------------------------+ -| Pos | KernelMajor | Uptime | -+-----+----------------+------------------------------+ -| 1. | Linux 3... | 15 years, 10 months, 25 days | -| 2. | *OpenBSD 7... | 6 years, 3 months, 6 days | -| 3. | FreeBSD 10... | 5 years, 9 months, 9 days | -| 4. | Linux 5... | 4 years, 10 months, 21 days | -| 5. | Linux 4... | 2 years, 7 months, 22 days | -| 6. | FreeBSD 11... | 2 years, 4 months, 28 days | -| 7. | *Linux 6... | 2 years, 4 months, 15 days | -| 8. | Linux 2... | 1 years, 11 months, 21 days | -| 9. | Darwin 13... | 1 years, 3 months, 25 days | -| 10. | FreeBSD 6... | 1 years, 3 months, 9 days | -| 11. | *FreeBSD 14... | 1 years, 1 months, 17 days | -| 12. | *Darwin 23... | 0 years, 11 months, 9 days | -| 13. | OpenBSD 4... | 0 years, 8 months, 12 days | -| 14. | Darwin 21... | 0 years, 8 months, 2 days | -| 15. | Darwin 18... | 0 years, 7 months, 5 days | -| 16. | Darwin 22... | 0 years, 6 months, 22 days | -| 17. | Darwin 15... | 0 years, 6 months, 15 days | -| 18. | FreeBSD 5... | 0 years, 5 months, 18 days | -| 19. | FreeBSD 13... | 0 years, 4 months, 2 days | -| 20. | Darwin 20... | 0 years, 3 months, 7 days | -+-----+----------------+------------------------------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-score-s-by-kernelmajor'>Top 20 Score's by KernelMajor</h2><br /> -<br /> -<span>Score is calculated by combining all other metrics.</span><br /> -<br /> -<pre> -+-----+----------------+-------+ -| Pos | KernelMajor | Score | -+-----+----------------+-------+ -| 1. | Linux 3... | 1045 | -| 2. | FreeBSD 10... | 406 | -| 3. | *OpenBSD 7... | 399 | -| 4. | Linux 5... | 317 | -| 5. | Linux 4... | 175 | -| 6. | FreeBSD 11... | 159 | -| 7. | *Linux 6... | 158 | -| 8. | Linux 2... | 121 | -| 9. | Darwin 13... | 80 | -| 10. | FreeBSD 6... | 75 | -| 11. | *FreeBSD 14... | 71 | -| 12. | *Darwin 23... | 59 | -| 13. | OpenBSD 4... | 39 | -| 14. | Darwin 21... | 38 | -| 15. | Darwin 18... | 32 | -| 16. | Darwin 22... | 30 | -| 17. | Darwin 15... | 29 | -| 18. | FreeBSD 13... | 25 | -| 19. | FreeBSD 5... | 25 | -| 20. | Darwin 20... | 11 | -+-----+----------------+-------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-boots-s-by-kernelname'>Top 20 Boots's by KernelName</h2><br /> -<br /> -<span>Boots is the total number of host boots over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+------------+-------+ -| Pos | KernelName | Boots | -+-----+------------+-------+ -| 1. | *Linux | 1029 | -| 2. | *FreeBSD | 903 | -| 3. | *Darwin | 134 | -| 4. | *OpenBSD | 95 | -+-----+------------+-------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-uptime-s-by-kernelname'>Top 20 Uptime's by KernelName</h2><br /> -<br /> -<span>Uptime is the total uptime of a host over the entire lifespan.</span><br /> -<br /> -<pre> -+-----+------------+------------------------------+ -| Pos | KernelName | Uptime | -+-----+------------+------------------------------+ -| 1. | *Linux | 27 years, 5 months, 8 days | -| 2. | *FreeBSD | 10 years, 12 months, 19 days | -| 3. | *OpenBSD | 6 years, 10 months, 15 days | -| 4. | *Darwin | 4 years, 4 months, 20 days | -+-----+------------+------------------------------+ -</pre> -<br /> -<h2 style='display: inline' id='top-20-score-s-by-kernelname'>Top 20 Score's by KernelName</h2><br /> -<br /> -<span>Score is calculated by combining all other metrics.</span><br /> -<br /> -<pre> -+-----+------------+-------+ -| Pos | KernelName | Score | -+-----+------------+-------+ -| 1. | *Linux | 1817 | -| 2. | *FreeBSD | 772 | -| 3. | *OpenBSD | 439 | -| 4. | *Darwin | 285 | -+-----+------------+-------+ -</pre> -<br /> ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter 3.0.1-develop</a> | served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | |
