diff options
| -rw-r--r-- | about/now.html | 4 | ||||
| -rw-r--r-- | about/resources.html | 166 | ||||
| -rw-r--r-- | code.ttf | bin | 0 -> 367144 bytes | |||
| -rw-r--r-- | handnotes.ttf | bin | 0 -> 38344 bytes | |||
| -rw-r--r-- | heading.ttf | bin | 0 -> 58448 bytes | |||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | notes/style-override.css | 3 | ||||
| -rw-r--r-- | style.css | 100 | ||||
| -rw-r--r-- | text.ttf | bin | 0 -> 75152 bytes | |||
| -rw-r--r-- | typewriter.ttf | bin | 0 -> 151464 bytes | |||
| -rw-r--r-- | uptime-stats.html | 2 |
11 files changed, 166 insertions, 111 deletions
diff --git a/about/now.html b/about/now.html index d93ec2e9..9d16f9ce 100644 --- a/about/now.html +++ b/about/now.html @@ -44,12 +44,16 @@ <h2 style='display: inline' id='soon-'>Soon (???)</h2><br /> <br /> <ul> +<li>Read Production Kubernetes (Kobo books)</li> <li>Quicklogger: Larger text area</li> <li>Quicklogger: Maybe tags-pre-selector + custom tag field</li> <li>Read https://understandingdistributed.systems/</li> <li>Bulgarian Language School for Citizenship test</li> <li>Work on I/O Riot NG and towards 1.0 (Go, C, Raku)</li> <li>Work through "Bash it out" challenges (Bash)</li> +<li>Home OpenBSD router? HA with CARP?</li> +<li>Pixel Fold with GrapheneOS setup?</li> +<li>Quest 2 VR headset?</li> </ul><br /> <h2 style='display: inline' id='done'>Done</h2><br /> <br /> diff --git a/about/resources.html b/about/resources.html index 35c7870c..e63b7a4e 100644 --- a/about/resources.html +++ b/about/resources.html @@ -47,100 +47,100 @@ <span>In random order:</span><br /> <br /> <ul> -<li>C++ Programming Language; Bjarne Stroustrup;</li> -<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> -<li>The Docker Book; James Turnbull; Kindle</li> -<li>Leanring eBPF; Liz Rice; O'Reilly</li> +<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> <li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> -<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</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>Raku Recipes; J.J. Merelo; Apress</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>DNS and BIND; Cricket Liu; O'Reilly</li> +<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> +<li>Raku Fundamentals; Moritz Lenz; Apress</li> +<li>Modern Perl; Chromatic ; Onyx Neon Press</li> +<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> +<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> +<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> +<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> +<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> +<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> <li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> +<li>Leanring eBPF; Liz Rice; O'Reilly</li> <li>Effective awk programming; Arnold Robbins; O'Reilly</li> -<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</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>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> -<li>Ultimate Go Notebook; Bill Kennedy</li> -<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> -<li>Modern Perl; Chromatic ; Onyx Neon Press</li> -<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> -<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> <li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> -<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> -<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> -<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> -<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> +<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> +<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</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>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> <li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> -<li>Raku Fundamentals; Moritz Lenz; Apress</li> +<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> +<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> +<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>Raku Recipes; J.J. Merelo; Apress</li> +<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> +<li>The Docker Book; James Turnbull; Kindle</li> +<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> +<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> <li>Java ist auch eine Insel; Christian Ullenboom; </li> -<li>Funktionale Programmierung; Peter Pepper; Springer</li> -<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> -<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> -<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> +<li>Ultimate Go Notebook; Bill Kennedy</li> +<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> +<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> +<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> <li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> -<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> -<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> <li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> +<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> +<li>Systemprogrammierung in Go; Frank Müller; dpunkt</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>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> -<li>DNS and BIND; Cricket Liu; O'Reilly</li> -<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> -<li>Developing Games in Java; David Brackeen and others...; New Riders</li> -<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> +<li>Funktionale Programmierung; Peter Pepper; Springer</li> +<li>C++ Programming Language; Bjarne Stroustrup;</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> -<li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> -<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> +<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> <li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> -<li>Relayd and Httpd Mastery; Michael W Lucas</li> +<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </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>Relayd and Httpd Mastery; Michael W Lucas</li> <li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li> -<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</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> -<li>Ultralearning; Scott Young; Thorsons</li> -<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> -<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> -<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> -<li>Deep Work; Cal Newport; Piatkus</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>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> -<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> -<li>Atomic Habits; James Clear; Random House Business</li> -<li>The Off Switch; Mark Cropley; Virgin Books</li> -<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> -<li>Slow Productivity; Cal Newport; Penguin Random House</li> -<li>Soft Skills; John Sommez; Manning Publications</li> -<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> +<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> <li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> -<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> <li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> +<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> +<li>Soft Skills; John Sommez; Manning Publications</li> +<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> +<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> +<li>Slow Productivity; Cal Newport; Penguin Random House</li> <li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> +<li>Ultralearning; Anna Laurent; Self-published via Amazon</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>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> +<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> <li>The Power of Now; Eckhard Tolle; Yellow Kite</li> +<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion </li> <li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>Atomic Habits; James Clear; Random House Business</li> +<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> <li>101 Essays that change the way you think; Brianna Wiest; Audible</li> +<li>Deep Work; Cal Newport; Piatkus</li> +<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> +<li>Ultralearning; Scott Young; Thorsons</li> +<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> +<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> +<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audible</li> <li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> +<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> +<li>The Off Switch; Mark Cropley; Virgin Books</li> <li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> -<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion </li> -<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audible</li> -<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> -<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> </ul><br /> <a class='textlink' href='../notes/index.html'>Here are notes of mine for some of the books</a><br /> <br /> @@ -149,22 +149,22 @@ <span>Some of these were in-person with exams; others were online learning lectures only. In random order:</span><br /> <br /> <ul> -<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> -<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> +<li>Protocol buffers; 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 Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> +<li>Functional programming lecture; Remote University of Hagen</li> <li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> +<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> +<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</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>Scripting Vim; Damian Conway; 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>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> -<li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> -<li>Protocol buffers; O'Reilly Online</li> -<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>Functional programming lecture; Remote University of Hagen</li> +<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> +<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </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>Apache Tomcat Best Practises; 3-day on-site training</li> -<li>MySQL Deep Dive Workshop; 2-day on-site training</li> +<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> </ul><br /> <h2 style='display: inline' id='technical-guides'>Technical guides</h2><br /> <br /> @@ -182,16 +182,16 @@ <span>In random order:</span><br /> <br /> <ul> -<li>The ProdCast (Google SRE Podcast)</li> -<li>Maintainable</li> -<li>Backend Banter</li> -<li>Dev Interrupted</li> +<li>Cup o' Go [Golang]</li> <li>Ship it (Changelog) </li> +<li>Maintainable</li> <li>Deep Questions with Cal Newport</li> -<li>Go Time (Changelog)</li> <li>The Pragmatic Engineer Podcast</li> +<li>Dev Interrupted</li> +<li>The ProdCast (Google SRE Podcast)</li> +<li>Backend Banter</li> <li>Hidden Brain</li> -<li>Cup o' Go [Golang]</li> +<li>Go Time (Changelog)</li> </ul><br /> <h3 style='display: inline' id='podcasts-i-liked'>Podcasts I liked</h3><br /> <br /> @@ -208,17 +208,17 @@ <span>This is a mix of tech and non-tech newsletters I am subscribed to. In random order:</span><br /> <br /> <ul> +<li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> <li>byteSizeGo</li> +<li>VK Newsletter</li> <li>The Imperfectionist</li> -<li>Golang Weekly</li> <li>Changelog News</li> -<li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> -<li>VK Newsletter</li> +<li>Ruby Weekly</li> <li>Monospace Mentor</li> +<li>Register Spill</li> <li>Applied Go Weekly Newsletter</li> -<li>Ruby Weekly</li> +<li>Golang Weekly</li> <li>The Valuable Dev</li> -<li>Register Spill</li> </ul><br /> <h1 style='display: inline' id='formal-education'>Formal education</h1><br /> <br /> diff --git a/code.ttf b/code.ttf Binary files differnew file mode 100644 index 00000000..7c8e65b8 --- /dev/null +++ b/code.ttf diff --git a/handnotes.ttf b/handnotes.ttf Binary files differnew file mode 100644 index 00000000..25e688b6 --- /dev/null +++ b/handnotes.ttf diff --git a/heading.ttf b/heading.ttf Binary files differnew file mode 100644 index 00000000..a2917114 --- /dev/null +++ b/heading.ttf @@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='foozone'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2024-12-08T11:54:31+02:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-12-08T22:35:04+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. Note that this blog usually does not overlap with what I do at my day job as a Site Reliability Engineer.</span><br /> <br /> diff --git a/notes/style-override.css b/notes/style-override.css index e69de29b..bc6159b3 100644 --- a/notes/style-override.css +++ b/notes/style-override.css @@ -0,0 +1,3 @@ +h1, h2, h3 { + font-family: handnotes, monospace; +} @@ -1,81 +1,129 @@ -body { - font-family: sans-serif; - max-width: 1024px; +@font-face { + font-family: 'text'; + src: url("./text.ttf") format("truetype"); } -a { - font-family: courier, monospace; - text-decoration: none; - color: #0e0e0e; +@font-face { + font-family: 'heading'; + src: url("./heading.ttf") format("truetype"); } -h1 { - font-family: serif; - color: #ff6600; +@font-face { + font-family: 'code'; + src: url("./code.ttf") format("truetype"); } -h2 { - font-family: serif; - color: #ff751a; +@font-face { + font-family: 'handnotes'; + src: url("./handnotes.ttf") format("truetype"); } -h3 { - font-family: serif; - color: #ff8533; +@font-face { + font-family: 'typewriter'; + src: url("./typewriter.ttf") format("truetype"); +} + +body { + font-family: text, sans-serif; + background: linear-gradient(135deg, #0d0d0d, #1f1f1f); + color: #e0e0e0; + max-width: 1024px; + padding: 20px; + margin: 20px auto; + border: 1px solid #333; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); + border-radius: 15px; +} + +h1, h2, h3 { + font-family: heading, serif; + color: #00ff9d; + text-shadow: 0 0 2px #00ff9d, 0 0 2px #00ff9d; } a { - padding: 0 0 0 0; + text-decoration: none; + color: #00ff9d; + transition: color 0.3s, text-shadow 0.3s; } a:hover { text-decoration: underline; + color: #00d4ff; + text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff; } a.textlink:before { content: "⇒ "; - color: #ff8533; + padding-left: 11px; } .quote { font-style: italic; + color: #00d4ff; + text-shadow: 0 0 7px #00d4ff, 0 0 14px #00d4ff; } .quote:before { content: "« "; padding-left: 2px; - color: #ff8533; } .quote:after { content: " »"; padding-right: 2px; - color: #ff8533; } ul { list-style: none; - margin: 0 0 0 0; - padding: 0 0 0 0; + padding-right: 23px; + padding-left: 10px; + margin: 0.75em 0 0.75em 0; +} + +li { + color: #ff6347; + margin-left: 1em; + margin-bottom: 0.25em; + text-shadow: 0 0 5px #ff6347, 0 0 10px #ff6347; } li:before { content: "★"; padding-right: 5px; - color: #ff8533; + color: #00ff9d; } img { max-width: 90%; + display: block; + margin: auto; + border: 2px solid #00d4ff; + box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4); + border-radius: 10px; } pre { - font-family: courier, monospace; + font-family: code, monospace; + overflow-x: auto; background: #1e1e1e; padding: 20px; - color: #ffffff; + border-left: 4px solid #00ff9d; + border-radius: 5px; + box-shadow: inset 0 0 10px #00ff9d; + color: #00d4ff; } span.inlinecode { - font-family: courier, monospace; + font-family: code, monospace; + background: #1e1e1e; + padding: 1px; + border: 1px solid #00d4ff; + border-radius: 3px; + box-shadow: 0 0 6px #00d4ff; + color: #00d4ff; +} + +.footer { + font-family: handnotes; } diff --git a/text.ttf b/text.ttf Binary files differnew file mode 100644 index 00000000..bb2e8875 --- /dev/null +++ b/text.ttf diff --git a/typewriter.ttf b/typewriter.ttf Binary files differnew file mode 100644 index 00000000..375978ce --- /dev/null +++ b/typewriter.ttf diff --git a/uptime-stats.html b/uptime-stats.html index 732311ca..35ae957d 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2024-12-08T11:54:31+02:00</span><br /> +<span class='quote'>This site was last updated at 2024-12-08T22:35:04+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 /> |
