diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md | 8 | ||||
| -rw-r--r-- | gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md index 0d4df979..9f167aff 100644 --- a/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md +++ b/gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md @@ -1,6 +1,6 @@ # Unveiling `guprecords.raku`: Global Uptime Records with Raku -> Published at 2023-04-30T13:10:26+03:00 +> Published at 2023-04-30T13:10:26+03:00, last updated Fri 20 Feb 21:18:46 EET 2026 ``` +-----+-----------------+-----------------------------+ @@ -35,8 +35,12 @@ As a result of this, I am introducing `guprecords.raku`, a handy Raku script tha Guprecords, or global uptime records, is a Raku script designed to generate a consolidated uptime report from multiple hosts: -[https://codeberg.org/snonux/guprecords](https://codeberg.org/snonux/guprecords) +[Guprecords (Raku)](https://codeberg.org/snonux/guprecords) +[Goprecords (Go)](https://codeberg.org/snonux/goprecords) [The Raku Programming Language](https://raku.org) +[The Go Programming Language](https://go.dev) + +> **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. 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. diff --git a/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md b/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md index 6d3a7fa0..12cb4af8 100644 --- a/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md +++ b/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md @@ -294,7 +294,7 @@ Context is what the agent *knows*; commands and skills are what the agent *does* Other related posts: -[2026-02-14 Meta slash-commands to manage prompts and context for coding agents (You are currently reading this)](./2026-02-14-meta-slash-commands-for-prompts-and-context.md) +[2026-02-14 Meta slash-commands to manage prompts, skills, and context for coding agents (You are currently reading this)](./2026-02-14-meta-slash-commands-for-prompts-and-context.md) [2026-02-02 A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md) E-Mail your comments to `paul@nospam.buetow.org` :-) |
