From c3f5a15459212627c5bc09a7c9374172b1f00e77 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 21 Feb 2025 11:15:37 +0200 Subject: Update content for html --- about/resources.html | 285 ++++++++------------------------ gemfeed/2009-02-13-sgi-onyx-3200.html | 12 -- gemfeed/atom.xml | 77 --------- index.html | 6 +- notes/eat-that-frog.html | 3 - notes/fluent-forever.html | 89 +++++++++- notes/index.html | 6 +- notes/love-people-use-things.html | 4 +- notes/when.html | 3 - 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 @@ In random order:


Technical references



I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:


Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -249,41 +155,22 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



@@ -301,86 +188,48 @@ In random order:


Podcasts I liked



I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.


Newsletters I like



This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


Formal education



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 @@
  • 4 x 400 MHz IP35 MIPS CPUs
  • 4GB of RAM

  • -<<<<<<< HEAD ./sgi-onyx-3200/desk.webp
    -======= -
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1
    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.

    @@ -75,19 +71,11 @@ USB Human Interface Device: device id 0 type keyboard USB Human Interface Device: device id 0 type mouse
    -<<<<<<< HEAD ./sgi-onyx-3200/collage.webp

    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.

    ./sgi-onyx-3200/collage2.webp
    -======= -
    -
    -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.
    -
    -
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1
    E-Mail your comments to paul@nospam.buetow.org :-)

    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 @@ -<<<<<<< HEAD 2025-02-21T11:07:08+02:00 -======= - 2025-02-13T10:21:17+02:00 ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 foo.zone feed To be in the .zone! @@ -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
    export EDITOR=hx
     export VISUAL=$EDITOR
     export GIT_EDITOR=$EDITOR
    @@ -1321,35 +1316,6 @@ editor::helix::random_theme () {
     if [ -f $HELIX_CONFIG_DIR/config.toml ]; then
         editor::helix::random_theme
     fi
    -=======
    -
    export EDITOR=hx
    -export VISUAL=$EDITOR
    -export GIT_EDITOR=$EDITOR
    -export HELIX_CONFIG_DIR=$HOME/.config/helix
    -
    -editor::helix::random_theme () {
    -    # May add more theme search paths based on OS. This one is
    -    # for Fedora Linux, but there is also MacOS, etc.
    -    local -r theme_dir=/usr/share/helix/runtime/themes
    -    if [ ! -d $theme_dir ]; then
    -        echo "Helix theme dir $theme_dir doesnt exist"
    -        return 1
    -    fi
    -
    -    local -r config_file=$HELIX_CONFIG_DIR/config.toml
    -    local -r random_theme="$(basename "$(ls $theme_dir \
    -        | grep -v random.toml | grep .toml | sort -R \
    -        | head -n 1)" | cut -d. -f1)"
    -
    -    sed "/^theme =/ { s/.*/theme = \"$random_theme\"/; }" \
    -        $config_file > $config_file.tmp && 
    -        mv $config_file.tmp $config_file
    -}
    -
    -if [ -f $HELIX_CONFIG_DIR/config.toml ]; then
    -    editor::helix::random_theme
    -fi
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1
     

    So every time I open a new terminal or shell, editor::helix::random_theme gets called, which randomly selects a theme from all installed ones and updates the helix config accordingly.
    @@ -1358,7 +1324,6 @@ editor::helix::random_theme () { by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<<<<<<< HEAD
    [paul@earth] ~ % editor::helix::random_theme
     [paul@earth] ~ % head -n 1 ~/.config/helix/config.toml
     theme = "jellybeans"
    @@ -1369,18 +1334,6 @@ theme = "rose_pine"
     [paul@earth] ~ % head -n 1 ~/.config/helix/config.toml
     theme = "noctis"
     [paul@earth] ~ %
    -=======
    -
    [paul@earth] ~ % editor::helix::random_theme
    -[paul@earth] ~ % head -n 1 ~/.config/helix/config.toml
    -theme = "jellybeans"
    -[paul@earth] ~ % editor::helix::random_theme
    -[paul@earth] ~ % head -n 1 ~/.config/helix/config.toml
    -theme = "rose_pine"
    -[paul@earth] ~ % editor::helix::random_theme
    -[paul@earth] ~ % head -n 1 ~/.config/helix/config.toml
    -theme = "noctis"
    -[paul@earth] ~ %
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1
     

    A better version


    @@ -1391,7 +1344,6 @@ theme = "noctis" by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -<<<<<<< HEAD
    export EDITOR=hx
     export VISUAL=$EDITOR
     export GIT_EDITOR=$EDITOR
    @@ -1419,35 +1371,6 @@ editor::helix::theme::set () {
     if [ -f $HELIX_CONFIG_DIR/config.toml ]; then
         editor::helix::theme::set $(editor::helix::theme::get_random)
     fi
    -=======
    -
    export EDITOR=hx
    -export VISUAL=$EDITOR
    -export GIT_EDITOR=$EDITOR
    -export HELIX_CONFIG_DIR=$HOME/.config/helix
    -
    -editor::helix::theme::get_random () {
    -    for dir in $(hx --health \
    -        | awk '/^Runtime directories/ { print $3 }' | tr ';' ' '); do
    -        if [ -d $dir/themes ]; then
    -            ls $dir/themes
    -        fi
    -    done | grep -F .toml | sort -R | head -n 1 | cut -d. -f1
    -}
    -
    -editor::helix::theme::set () {
    -    local -r theme="$1"; shift
    -
    -    local -r config_file=$HELIX_CONFIG_DIR/config.toml
    -
    -    sed "/^theme =/ { s/.*/theme = \"$theme\"/; }" \
    -        $config_file > $config_file.tmp && 
    -        mv $config_file.tmp $config_file
    -}
    -
    -if [ -f $HELIX_CONFIG_DIR/config.toml ]; then
    -    editor::helix::theme::set $(editor::helix::theme::get_random)
    -fi
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1
     

    I hope you had some fun. E-Mail your comments to paul@nospam.buetow.org :-)
    diff --git a/index.html b/index.html index d32a4636..74643e70 100644 --- a/index.html +++ b/index.html @@ -13,11 +13,7 @@

    foo.zone



    -<<<<<<< HEAD -This site was generated at 2025-02-21T11:07:02+02:00 by Gemtexter
    -======= -This site was generated at 2025-02-16T11:18:30+02:00 by Gemtexter
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +This site was generated at 2025-02-21T11:13:28+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. And I also like coding.

    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 @@
    Improve specific key skills to increase productivity and enter "the zone."

    -<<<<<<< HEAD Other book notes of mine are:


    -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 E-Mail your comments to paul@nospam.buetow.org :-)

    Back to the main site
    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 @@ -To be in the .zone! +'Fluent Forever' book notes @@ -11,9 +11,94 @@

    Home | Markdown | Gemini

    -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.
    +

    "Fluent Forever" book notes



    +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.

    +

    Introduction to Language Learning


    +
    +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.
    +
    +

    Frequency Dictionary


    +
    +
      +
    • Focus on the 2,500 most frequent words in any language.
    • +
    • Use Anki flashcards to memorize the first 100 of these words effectively.
    • +

    +

    Phrase Book


    +
    +
      +
    • Having a phrase book can be helpful. If you don't have one, consider acquiring it for quick reference.
    • +

    +

    Learning Methods and Strategies


    +
    +
      +
    • **Don't Translate:** Avoid relying on translations. Even when using flashcards, strive for direct associations within the target language.
    • +
    • **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.
    • +
    • **Playful Engagement:** Watch movies and series in the target language; engagement should be playful, not just safe.
    • +

    +

    Additional Resources


    +
    +
      +
    • Visit fluentforever.com/languages for additional resources.
    • +
    • Use two types of dictionaries: bilingual for translation and monolingual for deeper understanding.
    • +
    • Consider using a private tutor for personalized guidance.
    • +

    +

    Memory and Recall Techniques


    +
    +
      +
    • **Spaced Repetition:** Focus more on recalling information rather than reviewing it. This technique drastically improves retention by challenging your memory.
    • +
    • **Memory Techniques:** Make new words memorable by connecting them with sounds, images, and personal experiences. The saying goes, "neurons that fire together wire together."
    • +
    • **Personal Connections:** The strongest memory connections are personal; relate new vocabulary to personal experiences or memories.
    • +
    • **Imagery:** Use Google Images to find pictures connected to new words. Visual aids make recall more effective.
    • +

    +

    Vocabulary Acquisition


    +
    +
      +
    • **Incremental Learning:** Start with easier, concrete words and gradually learn more abstract ones.
    • +
    • **Recall Over Review:** Spend the majority of your study time on recall. It's best to recall words just before you forget them.
    • +

    +

    Timing and Efficiency


    +
    +
      +
    • **Optimization of Recall:** Correct timing is crucial, neither too early (to avoid overwhelming yourself with too many words) nor too late (when completely forgotten).
    • +
    • **Challenge and Interest:** Ensure learning remains challenging and interesting to encourage effective retention.
    • +
    • **Flashcards:** Create personal flashcards over using pre-made ones; this ensures relevance and meaning for you personally. Using images in flashcards aids memorability.
    • +

    +

    Sound and Pronunciation


    +
    +
      +
    • **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.
    • +
    • **International Phonetic Alphabet (IPA):** Learn pronunciation through the IPA to avoid relying solely on spelling where pronunciation is not straightforward.
    • +
    • **Backchaining Technique:** Learn pronunciation by practicing from the end of a word to the beginning.
    • +

    +

    Comprehensive Input


    +
    +
      +
    • Language learning requires diverse inputs: a combination of reading, listening, and speaking activities.
    • +
    • Don't rely solely on one medium, like books or TV. Supplement with active conversation and real-life interactions.
    • +

    +

    Writing and Grammar


    +
    +
      +
    • Regular writing practice is crucial for reinforcing grammatical understanding. Get your writing corrected to identify and learn from mistakes.
    • +
    • Use grammar books for reference, but focus on creating your examples and flashcards to internalize rules.
    • +

    +

    Media and Real-life Exposure


    +
    +
      +
    • Listen to native speakers and watch shows without subtitles to immerse yourself fully in the language.
    • +
    • Begin with carefully selected series or films and gradually progress to podcasts and audiobooks.
    • +

    +

    Continuous Practice


    +
    +
      +
    • Regular practice and courage to make mistakes resemble children's language acquisition, offering a swift path to fluency.
    • +
    • Focus on your interests and tailor your learning toward the vocabulary and contexts relevant to you.
    • +

    +

    Summary


    +
    +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.

    E-Mail your comments to paul@nospam.buetow.org :-)

    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 @@ 'Never split the difference' book notes
    'Mind Management' book notes
    'Mental Combat' book notes
    -<<<<<<< HEAD -Love People, Use Things
    -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +'Love People, Use Things' book notes
    'Joy On Domand' book notes
    'Influence without Authority' book notes
    +'Fluent Forever' book notes
    'Eat That Frog' book notes
    'Software Developmers Career Guide and Soft Skills' book notes
    'A Monk's Guide to Happiness' book notes
    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 @@ -Love People, Use Things +'Love People, Use Things' book notes @@ -11,7 +11,7 @@

    Home | Markdown | Gemini

    -

    Love People, Use Things


    +

    "Love People, Use Things" book notes



    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.

    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 @@
    These insights from "When" can guide actions to optimize performance, well-being, and satisfaction across various aspects of life.

    -<<<<<<< HEAD Other book notes of mine are:


    -======= ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 E-Mail your comments to paul@nospam.buetow.org :-)

    Back to the main site
    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 @@

    My machine uptime stats



    -<<<<<<< HEAD -This site was last updated at 2025-02-21T11:07:08+02:00
    -======= -This site was last updated at 2025-02-16T11:18:30+02:00
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1 +This site was last updated at 2025-02-21T11:13:36+02:00

    The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

    @@ -30,302 +26,6 @@
    Unveiling guprecords.raku: Uptime records with Raku

    -<<<<<<< HEAD -======= -

    Top 20 Boots's by Host


    -
    -Boots is the total number of host boots over the entire lifespan.
    -
    -
    -+-----+----------------+-------+
    -| 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 |
    -+-----+----------------+-------+
    -
    -
    -

    Top 20 Uptime's by Host


    -
    -Uptime is the total uptime of a host over the entire lifespan.
    -
    -
    -+-----+----------------+-----------------------------+
    -| 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 |
    -+-----+----------------+-----------------------------+
    -
    -
    -

    Top 20 Score's by Host


    -
    -Score is calculated by combining all other metrics.
    -
    -
    -+-----+----------------+-------+
    -| 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 |
    -+-----+----------------+-------+
    -
    -
    -

    Top 20 Downtime's by Host


    -
    -Downtime is the total downtime of a host over the entire lifespan.
    -
    -
    -+-----+----------------+-----------------------------+
    -| 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 |
    -+-----+----------------+-----------------------------+
    -
    -
    -

    Top 20 Lifespan's by Host


    -
    -Lifespan is the total uptime + the total downtime of a host.
    -
    -
    -+-----+----------------+-----------------------------+
    -| 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 |
    -+-----+----------------+-----------------------------+
    -
    -
    -

    Top 20 Boots's by KernelMajor


    -
    -Boots is the total number of host boots over the entire lifespan.
    -
    -
    -+-----+----------------+-------+
    -| 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 |
    -+-----+----------------+-------+
    -
    -
    -

    Top 20 Uptime's by KernelMajor


    -
    -Uptime is the total uptime of a host over the entire lifespan.
    -
    -
    -+-----+----------------+------------------------------+
    -| 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 |
    -+-----+----------------+------------------------------+
    -
    -
    -

    Top 20 Score's by KernelMajor


    -
    -Score is calculated by combining all other metrics.
    -
    -
    -+-----+----------------+-------+
    -| 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 |
    -+-----+----------------+-------+
    -
    -
    -

    Top 20 Boots's by KernelName


    -
    -Boots is the total number of host boots over the entire lifespan.
    -
    -
    -+-----+------------+-------+
    -| Pos | KernelName | Boots |
    -+-----+------------+-------+
    -|  1. |     *Linux |  1029 |
    -|  2. |   *FreeBSD |   903 |
    -|  3. |    *Darwin |   134 |
    -|  4. |   *OpenBSD |    95 |
    -+-----+------------+-------+
    -
    -
    -

    Top 20 Uptime's by KernelName


    -
    -Uptime is the total uptime of a host over the entire lifespan.
    -
    -
    -+-----+------------+------------------------------+
    -| 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 |
    -+-----+------------+------------------------------+
    -
    -
    -

    Top 20 Score's by KernelName


    -
    -Score is calculated by combining all other metrics.
    -
    -
    -+-----+------------+-------+
    -| Pos | KernelName | Score |
    -+-----+------------+-------+
    -|  1. |     *Linux |  1817 |
    -|  2. |   *FreeBSD |   772 |
    -|  3. |   *OpenBSD |   439 |
    -|  4. |    *Darwin |   285 |
    -+-----+------------+-------+
    -
    -
    ->>>>>>> b9abc29d0593a4d65919a80cdc0978dc881eb2f1