diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 19:49:41 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 19:49:41 +0300 |
| commit | a162136d5f0eea197be9eded3e5472f7918df362 (patch) | |
| tree | b29ffa8ea488a2531400d01de62c42f1df4bdfe1 | |
| parent | 9018ccaf3e98240fa781ff54430d096a21da9a6b (diff) | |
Update content for gemtext
| -rw-r--r-- | gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi | 2 | ||||
| -rw-r--r-- | index.gmi | 12 | ||||
| -rw-r--r-- | uptime-stats.gmi | 12 |
3 files changed, 8 insertions, 18 deletions
diff --git a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi index 9b011d34..70efec58 100644 --- a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi +++ b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi @@ -40,7 +40,7 @@ Guprecords, or global uptime records, is a Raku script designed to generate a co => https://raku.org The Raku Programming Language => https://go.dev The Go Programming Language -> **Updated Fri 20 Feb 2026**: Guprecords has also been rewritten in Go as `goprecords` for improved performance and easier distribution. The Go version is fully compatible and supports the same features (categories, metrics, and output formats). Both implementations are maintained and available. +> **Updated Fri 20 Feb 2026**: Guprecords has also been rewritten in Go as `goprecords` for improved performance and easier distribution. The Go version is fully compatible and supports the same features (categories, metrics, and output formats). The Go version also comes with a server mode and API. Both implementations are maintained and available. A previous version of Guprecords was actually written in Perl, the older and more established language from which Raku was developed. One of the primary motivations for rewriting Guprecords in Raku was to learn the language and explore its features. Raku is a more modern and powerful language compared to Perl, and working on a real-world project like Guprecords provided a practical and engaging way to learn the language. @@ -1,6 +1,6 @@ # Hello! -> This site was generated at 2026-04-26T19:22:40+03:00 by `Gemtexter` +> This site was generated at 2026-04-26T19:49:38+03:00 by `Gemtexter` Welcome to the foo.zone! @@ -9,7 +9,6 @@ Everything you read on this site is my personal opinion and experience. You can ## Some links => ./about/index.gmi About me -=> ./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace => ./stats.gmi Some stats ## Blog @@ -19,15 +18,6 @@ Everything you read on this site is my personal opinion and experience. You can => ./gemfeed/atom.xml Subscribe to this blog's Atom feed => ./gemfeed/index.gmi Subscribe to this blog's Gemfeed -``` - |\---/| - | ,_, | - \_`_/-..----. - ___/ ` ' ,""+ \ sk -(__...' __\ |`.___.'; - (_,...'(_,.`__)/'.....+ -``` - ### Posts => ./gemfeed/2026-04-02-f3s-kubernetes-with-freebsd-part-9.gmi 2026-04-02 - f3s: Kubernetes with FreeBSD - Part 9: GitOps with ArgoCD diff --git a/uptime-stats.gmi b/uptime-stats.gmi index b7194a4c..52e489f6 100644 --- a/uptime-stats.gmi +++ b/uptime-stats.gmi @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2026-04-26T19:22:40+03:00 +> This site was last updated at 2026-04-26T19:49:37+03:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `goprecords`, the global uptime records stats analyser of mine. @@ -13,7 +13,7 @@ Also check out my blog post: => ./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords.raku`: Uptime records with Raku (and also there is a version in Go now) -> Uptime stats were last updated Sun 26 Apr 19:22:41 EEST 2026 +> Uptime stats were last updated Sun 26 Apr 19:49:38 EEST 2026 ## Top 20 Uptime's by Host @@ -129,9 +129,9 @@ Boots is the total number of host boots over the entire lifespan. | 11. | uranus | 59 | NetBSD 10.1 | | 12. | pluto | 51 | Linux 3.2.0-4-amd64 | | 13. | mega15289 | 50 | Darwin 23.4.0 | -| 14. | *mega-m3-pro | 50 | Darwin 25.3.0 | -| 15. | *fishfinger | 50 | OpenBSD 7.8 | -| 16. | *blowfish | 50 | OpenBSD 7.8 | +| 14. | *fishfinger | 50 | OpenBSD 7.8 | +| 15. | *blowfish | 50 | OpenBSD 7.8 | +| 16. | *mega-m3-pro | 50 | Darwin 25.3.0 | | 17. | t450 | 46 | FreeBSD 14.2-RELEASE | | 18. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf | | 19. | mega8477 | 40 | Darwin 13.4.0 | @@ -197,7 +197,7 @@ Boots is the total number of host boots over the entire lifespan. | 17. | Darwin 15... | 15 | | 18. | Darwin 22... | 12 | | 19. | Darwin 18... | 11 | -| 20. | FreeBSD 6... | 10 | +| 20. | OpenBSD 4... | 10 | +-----+----------------+-------+ ``` |
