summaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
Diffstat (limited to 'about')
-rw-r--r--about/showcase.gmi.tpl323
-rw-r--r--about/showcase/debroid/image-1.png114
-rw-r--r--about/showcase/totalrecall/image-2.pngbin628880 -> 233671 bytes
3 files changed, 226 insertions, 211 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl
index caa2bc2f..a3d397cb 100644
--- a/about/showcase.gmi.tpl
+++ b/about/showcase.gmi.tpl
@@ -1,6 +1,6 @@
# Project Showcase
-Generated on: 2025-08-01
+Generated on: 2025-08-08
This page showcases my side projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first.
@@ -9,28 +9,73 @@ This page showcases my side projects, providing an overview of what each project
## Overall Statistics
* πŸ“¦ Total Projects: 56
-* πŸ“Š Total Commits: 10,648
-* πŸ“ˆ Total Lines of Code: 194,087
-* πŸ“„ Total Lines of Documentation: 22,230
-* πŸ’» Languages: Go (31.8%), Java (20.8%), C (9.9%), C++ (8.8%), Perl (8.2%), C/C++ (6.4%), Shell (3.0%), HTML (1.9%), Config (1.9%), Ruby (1.5%), HCL (1.4%), Python (0.8%), Make (0.8%), CSS (0.7%), Raku (0.5%), YAML (0.4%), JSON (0.4%), XML (0.3%), Haskell (0.3%), TOML (0.2%)
-* πŸ“š Documentation: Text (50.5%), Markdown (46.9%), LaTeX (2.6%)
+* πŸ“Š Total Commits: 10,717
+* πŸ“ˆ Total Lines of Code: 215,469
+* πŸ“„ Total Lines of Documentation: 22,558
+* πŸ’» Languages: Go (28.8%), Java (18.8%), C (9.4%), C++ (8.2%), Perl (7.4%), XML (6.3%), C/C++ (5.8%), Shell (5.6%), HTML (1.7%), Config (1.7%), Ruby (1.3%), HCL (1.3%), Python (0.8%), Make (0.7%), YAML (0.6%), Raku (0.4%), JSON (0.4%), CSS (0.3%), Haskell (0.3%), TOML (0.2%)
+* πŸ“š Documentation: Text (50.8%), Markdown (47.0%), LaTeX (2.2%)
* 🎡 Vibe-Coded Projects: 4 out of 56 (7.1%)
-* πŸ€– AI-Assisted Projects (including vibe-coded): 8 out of 56 (14.3% AI-assisted, 85.7% human-only)
+* πŸ€– AI-Assisted Projects (including vibe-coded): 9 out of 56 (16.1% AI-assisted, 83.9% human-only)
* πŸš€ Release Status: 34 released, 22 experimental (60.7% with releases, 39.3% experimental)
## Projects
+### rexfiles
+
+* πŸ’» Languages: Perl (30.7%), Shell (25.7%), YAML (15.7%), TOML (6.9%), Config (6.4%), CSS (6.3%), Ruby (4.7%), Lua (1.4%), Make (0.8%), Docker (0.8%), JSON (0.5%), INI (0.1%)
+* πŸ“š Documentation: Text (77.7%), Markdown (22.3%)
+* πŸ“Š Commits: 922
+* πŸ“ˆ Lines of Code: 5167
+* πŸ“„ Lines of Documentation: 1069
+* πŸ“… Development Period: 2021-12-28 to 2025-08-07
+* πŸ”₯ Recent Activity: 7.3 days (avg. age of last 42 commits)
+* βš–οΈ License: No license found
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+
+Based on my analysis of the codebase, **rexfiles** is a comprehensive infrastructure automation and configuration management project built with the Rex framework (a Perl-based alternative to Ansible, Puppet, or Chef). The project provides structured automation for managing multiple aspects of a personal infrastructure, including dotfiles, server configurations, and application deployments.
+
+The project consists of three main components: **dotfiles** management for personal development environment configuration (bash, fish shell, helix editor, tmux, etc.), **frontends** for managing production OpenBSD servers with services like DNS (nsd), web servers (httpd), mail (OpenSMTPD), SSL certificates (ACME), and monitoring systems, and **babylon5** containing Docker container startup scripts for self-hosted applications. The implementation leverages Rex's declarative syntax to define tasks for package installation, file management, service configuration, and system state management, with templates for configuration files and support for multiple operating systems (OpenBSD, FreeBSD, Fedora Linux, Termux). This approach provides a KISS (Keep It Simple, Stupid) alternative to more complex configuration management tools while maintaining the ability to manage both local development environments and production infrastructure consistently.
+
+=> https://codeberg.org/snonux/rexfiles View on Codeberg
+=> https://github.com/snonux/rexfiles View on GitHub
+
+---
+
+### foo.zone
+
+* πŸ’» Languages: XML (98.3%), Shell (1.2%), Go (0.5%)
+* πŸ“š Documentation: Text (75.3%), Markdown (24.7%)
+* πŸ“Š Commits: 3017
+* πŸ“ˆ Lines of Code: 13274
+* πŸ“„ Lines of Documentation: 295
+* πŸ“… Development Period: 2021-04-29 to 2025-08-07
+* πŸ”₯ Recent Activity: 9.5 days (avg. age of last 42 commits)
+* βš–οΈ License: No license found
+* πŸ§ͺ Status: Experimental (no releases yet)
+* πŸ€– AI-Assisted: This project was partially created with the help of generative AI
+
+
+This is **foo.zone**, a personal blog and technical website belonging to Paul Buetow, a Site Reliability Engineer based in Sofia, Bulgaria. The project is a static website that serves as a comprehensive platform for sharing technical knowledge, book notes, and personal experiences in the fields of system administration, DevOps, and programming.
+
+The site is built using **Gemtexter**, a static site generator that creates both HTML and Gemini protocol content from markdown sources. The architecture is refreshingly simple and follows KISS principles, with content organized into several key sections: a main blog feed (gemfeed) with over 100 technical posts dating back to 2008, detailed book notes and summaries, project documentation (including tools like DTail for distributed log tailing), and personal resources. The website is served by OpenBSD using relayd and httpd, demonstrating the author's preference for robust, security-focused Unix systems. The project emphasizes clean, semantic HTML, custom CSS styling, and accessibility, while maintaining both web and Gemini protocol compatibility for broader reach across different internet communities.
+
+=> https://codeberg.org/snonux/foo.zone View on Codeberg
+=> https://github.com/snonux/foo.zone View on GitHub
+
+---
+
### totalrecall
-* πŸ’» Languages: Go (98.9%), Shell (0.6%), YAML (0.5%)
+* πŸ’» Languages: Go (98.9%), Shell (0.5%), YAML (0.5%)
* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 83
-* πŸ“ˆ Lines of Code: 11782
-* πŸ“„ Lines of Documentation: 357
-* πŸ“… Development Period: 2025-07-14 to 2025-07-22
-* πŸ”₯ Recent Activity: 11.2 days (avg. age of last 42 commits)
+* πŸ“Š Commits: 88
+* πŸ“ˆ Lines of Code: 12003
+* πŸ“„ Lines of Documentation: 361
+* πŸ“… Development Period: 2025-07-14 to 2025-08-02
+* πŸ”₯ Recent Activity: 17.1 days (avg. age of last 42 commits)
* βš–οΈ License: MIT
-* 🏷️ Latest Release: v0.7.3 (2025-07-22)
+* 🏷️ Latest Release: v0.7.5 (2025-08-02)
* 🎡 Vibe-Coded: This project has been vibe coded
@@ -47,28 +92,6 @@ The project is implemented in Go with a modular architecture featuring both CLI
---
-### rexfiles
-
-* πŸ’» Languages: Perl (34.1%), Shell (27.8%), YAML (7.9%), TOML (7.6%), Config (7.1%), CSS (7.0%), Ruby (5.2%), Lua (1.5%), Make (0.9%), JSON (0.6%), INI (0.1%)
-* πŸ“š Documentation: Text (89.8%), Markdown (10.2%)
-* πŸ“Š Commits: 905
-* πŸ“ˆ Lines of Code: 4651
-* πŸ“„ Lines of Documentation: 925
-* πŸ“… Development Period: 2021-12-28 to 2025-07-31
-* πŸ”₯ Recent Activity: 12.0 days (avg. age of last 42 commits)
-* βš–οΈ License: No license found
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-
-Based on my analysis of the codebase, **rexfiles** is a comprehensive infrastructure automation and configuration management project built with the Rex framework (a Perl-based alternative to Ansible, Puppet, or Chef). The project provides structured automation for managing multiple aspects of a personal infrastructure, including dotfiles, server configurations, and application deployments.
-
-The project consists of three main components: **dotfiles** management for personal development environment configuration (bash, fish shell, helix editor, tmux, etc.), **frontends** for managing production OpenBSD servers with services like DNS (nsd), web servers (httpd), mail (OpenSMTPD), SSL certificates (ACME), and monitoring systems, and **babylon5** containing Docker container startup scripts for self-hosted applications. The implementation leverages Rex's declarative syntax to define tasks for package installation, file management, service configuration, and system state management, with templates for configuration files and support for multiple operating systems (OpenBSD, FreeBSD, Fedora Linux, Termux). This approach provides a KISS (Keep It Simple, Stupid) alternative to more complex configuration management tools while maintaining the ability to manage both local development environments and production infrastructure consistently.
-
-=> https://codeberg.org/snonux/rexfiles View on Codeberg
-=> https://github.com/snonux/rexfiles View on GitHub
-
----
-
### gitsyncer
* πŸ’» Languages: Go (90.3%), Shell (8.1%), YAML (1.0%), JSON (0.5%)
@@ -77,7 +100,7 @@ The project consists of three main components: **dotfiles** management for perso
* πŸ“ˆ Lines of Code: 9166
* πŸ“„ Lines of Documentation: 2484
* πŸ“… Development Period: 2025-06-23 to 2025-07-25
-* πŸ”₯ Recent Activity: 17.4 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 24.7 days (avg. age of last 42 commits)
* βš–οΈ License: BSD-2-Clause
* 🏷️ Latest Release: v0.8.6 (2025-07-25)
* 🎡 Vibe-Coded: This project has been vibe coded
@@ -100,7 +123,7 @@ The tool is implemented in Go with a clean architecture that supports both indiv
* πŸ“ˆ Lines of Code: 873
* πŸ“„ Lines of Documentation: 137
* πŸ“… Development Period: 2025-06-25 to 2025-07-19
-* πŸ”₯ Recent Activity: 33.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 41.1 days (avg. age of last 42 commits)
* βš–οΈ License: BSD-2-Clause
* 🏷️ Latest Release: v0.0.0 (2025-06-29)
* 🎡 Vibe-Coded: This project has been vibe coded
@@ -123,7 +146,7 @@ The project is implemented using a clean modular architecture with the CLI entry
* πŸ“ˆ Lines of Code: 6160
* πŸ“„ Lines of Documentation: 162
* πŸ“… Development Period: 2025-06-19 to 2025-07-12
-* πŸ”₯ Recent Activity: 35.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 42.9 days (avg. age of last 42 commits)
* βš–οΈ License: BSD-2-Clause
* 🏷️ Latest Release: v0.9.2 (2025-07-02)
* 🎡 Vibe-Coded: This project has been vibe coded
@@ -150,7 +173,7 @@ The implementation follows a clean architecture with clear separation of concern
* πŸ“ˆ Lines of Code: 12762
* πŸ“„ Lines of Documentation: 742
* πŸ“… Development Period: 2024-01-18 to 2025-07-14
-* πŸ”₯ Recent Activity: 73.5 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 80.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
* πŸ€– AI-Assisted: This project was partially created with the help of generative AI
@@ -179,7 +202,7 @@ The architecture combines kernel-level tracing with user-space analysis: eBPF pr
* πŸ“ˆ Lines of Code: 20091
* πŸ“„ Lines of Documentation: 5674
* πŸ“… Development Period: 2020-01-09 to 2025-06-20
-* πŸ”₯ Recent Activity: 75.1 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 82.4 days (avg. age of last 42 commits)
* βš–οΈ License: Apache-2.0
* 🏷️ Latest Release: v4.3.3 (2024-08-23)
* πŸ€– AI-Assisted: This project was partially created with the help of generative AI
@@ -206,7 +229,7 @@ The system uses a client-server architecture where dtail servers run on target m
* πŸ“ˆ Lines of Code: 396
* πŸ“„ Lines of Documentation: 24
* πŸ“… Development Period: 2025-04-18 to 2025-05-11
-* πŸ”₯ Recent Activity: 94.4 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 101.7 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.0.0 (2025-05-11)
@@ -228,7 +251,7 @@ The implementation uses a YAML configuration file to define the network topology
* πŸ“ˆ Lines of Code: 25762
* πŸ“„ Lines of Documentation: 3101
* πŸ“… Development Period: 2008-05-15 to 2025-06-27
-* πŸ”₯ Recent Activity: 107.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 115.1 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
* πŸ€– AI-Assisted: This project was partially created with the help of generative AI
@@ -253,7 +276,7 @@ The project is built on an event-driven architecture with clear component separa
* πŸ“ˆ Lines of Code: 33
* πŸ“„ Lines of Documentation: 3
* πŸ“… Development Period: 2025-04-03 to 2025-04-03
-* πŸ”₯ Recent Activity: 120.3 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 127.7 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -275,7 +298,7 @@ The implementation is minimal and focused, consisting of a basic Go module with
* πŸ“ˆ Lines of Code: 3967
* πŸ“„ Lines of Documentation: 324
* πŸ“… Development Period: 2024-05-04 to 2025-07-12
-* πŸ”₯ Recent Activity: 133.5 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 140.8 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.0.0 (2025-03-04)
@@ -301,7 +324,7 @@ The tool is architected around a file-based queueing system where posts progress
* πŸ“ˆ Lines of Code: 1586
* πŸ“„ Lines of Documentation: 154
* πŸ“… Development Period: 2023-01-02 to 2025-07-12
-* πŸ”₯ Recent Activity: 141.3 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 148.6 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v0.1.0 (2025-07-12)
@@ -323,7 +346,7 @@ The project implements a modular architecture with seven core components: FileHe
* πŸ“ˆ Lines of Code: 1373
* πŸ“„ Lines of Documentation: 48
* πŸ“… Development Period: 2024-12-05 to 2025-02-28
-* πŸ”₯ Recent Activity: 161.1 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 168.4 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -337,28 +360,6 @@ The system is implemented with a modular architecture centered around a DSL clas
---
-### gemtexter
-
-* πŸ’» Languages: Shell (68.1%), CSS (28.7%), Config (1.9%), HTML (1.3%)
-* πŸ“š Documentation: Text (76.1%), Markdown (23.9%)
-* πŸ“Š Commits: 465
-* πŸ“ˆ Lines of Code: 2268
-* πŸ“„ Lines of Documentation: 1180
-* πŸ“… Development Period: 2021-05-21 to 2025-07-09
-* πŸ”₯ Recent Activity: 223.5 days (avg. age of last 42 commits)
-* βš–οΈ License: GPL-3.0
-* 🏷️ Latest Release: 3.0.0 (2024-10-01)
-
-
-**Gemtexter** is a static site generator and blog engine that transforms content written in Gemini Gemtext format into multiple output formats. It's a comprehensive Bash-based tool designed to support the Gemini protocol (a simpler alternative to HTTP) while maintaining compatibility with traditional web technologies. The project converts a single source of Gemtext content into HTML (XHTML 1.0 Transitional), Markdown, and native Gemtext formats, enabling authors to write once and publish across multiple platforms including Gemini capsules, traditional websites, and GitHub/Codeberg pages.
-
-The implementation is built entirely in Bash (version 5.x+) using a modular library approach with separate source files for different functionality (atomfeed, gemfeed, HTML generation, Markdown conversion, templating, etc.). Key features include automatic blog post indexing, Atom feed generation, customizable HTML themes, source code highlighting, Bash-based templating system, and integrated Git workflow management. The architecture separates content directories by format (gemtext/, html/, md/) and includes comprehensive theming support, font embedding, and publishing workflows that can automatically sync content to multiple Git repositories for deployment on various platforms.
-
-=> https://codeberg.org/snonux/gemtexter View on Codeberg
-=> https://github.com/snonux/gemtexter View on GitHub
-
----
-
### quicklogger
* πŸ’» Languages: Go (97.6%), Shell (1.5%), TOML (0.9%)
@@ -367,7 +368,7 @@ The implementation is built entirely in Bash (version 5.x+) using a modular libr
* πŸ“ˆ Lines of Code: 917
* πŸ“„ Lines of Documentation: 33
* πŸ“… Development Period: 2024-01-20 to 2025-07-06
-* πŸ”₯ Recent Activity: 471.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 478.4 days (avg. age of last 42 commits)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v0.0.3 (2025-07-06)
@@ -393,7 +394,7 @@ The project follows a clean, single-file architecture with all functionality con
* πŸ“ˆ Lines of Code: 12
* πŸ“„ Lines of Documentation: 3
* πŸ“… Development Period: 2024-03-24 to 2024-03-24
-* πŸ”₯ Recent Activity: 494.9 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 502.2 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -415,7 +416,7 @@ The project is implemented as a simple Docker build system with a Makefile that
* πŸ“ˆ Lines of Code: 33
* πŸ“„ Lines of Documentation: 3
* πŸ“… Development Period: 2023-08-13 to 2025-07-31
-* πŸ”₯ Recent Activity: 503.9 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 511.2 days (avg. age of last 42 commits)
* βš–οΈ License: MIT
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -433,11 +434,11 @@ The implementation is built using a Rocky Linux base image with Python 3.9, and
* πŸ’» Languages: HCL (96.6%), Make (1.9%), YAML (1.5%)
* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 123
+* πŸ“Š Commits: 124
* πŸ“ˆ Lines of Code: 2850
* πŸ“„ Lines of Documentation: 52
-* πŸ“… Development Period: 2023-08-27 to 2025-04-05
-* πŸ”₯ Recent Activity: 524.9 days (avg. age of last 42 commits)
+* πŸ“… Development Period: 2023-08-27 to 2025-08-07
+* πŸ”₯ Recent Activity: 518.2 days (avg. age of last 42 commits)
* βš–οΈ License: MIT
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -459,7 +460,7 @@ The system is designed to host multiple personal services including Anki sync se
* πŸ“ˆ Lines of Code: 1096
* πŸ“„ Lines of Documentation: 287
* πŸ“… Development Period: 2023-04-17 to 2025-06-12
-* πŸ”₯ Recent Activity: 537.7 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 545.0 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.1.0 (2024-05-03)
* πŸ€– AI-Assisted: This project was partially created with the help of generative AI
@@ -484,7 +485,7 @@ The implementation follows a clean architecture with concurrent check execution,
* πŸ“ˆ Lines of Code: 32
* πŸ“„ Lines of Documentation: 3
* πŸ“… Development Period: 2023-12-31 to 2023-12-31
-* πŸ”₯ Recent Activity: 578.4 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 585.7 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -506,10 +507,11 @@ The implementation uses Alpine Linux as the base image for a minimal footprint,
* πŸ“ˆ Lines of Code: 1525
* πŸ“„ Lines of Documentation: 15
* πŸ“… Development Period: 2023-04-17 to 2023-11-19
-* πŸ”₯ Recent Activity: 723.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 731.1 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
+⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
Gorum is a minimalistic distributed quorum manager written in Go that implements a leader election and consensus mechanism across multiple nodes in a network. The system enables nodes to continuously vote for which node should be the leader based on priority scores, with automatic failover when nodes become unavailable. It's particularly useful for distributed systems that need to maintain a single authoritative node while providing high availability and fault tolerance.
@@ -528,7 +530,7 @@ The architecture consists of several key components: a quorum manager that handl
* πŸ“ˆ Lines of Code: 312
* πŸ“„ Lines of Documentation: 416
* πŸ“… Development Period: 2013-03-22 to 2025-05-18
-* πŸ”₯ Recent Activity: 773.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 781.1 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v1.0.0 (2023-04-29)
@@ -550,7 +552,7 @@ The tool is implemented with a clean object-oriented architecture featuring an A
* πŸ“ˆ Lines of Code: 51
* πŸ“„ Lines of Documentation: 26
* πŸ“… Development Period: 2022-06-02 to 2024-04-20
-* πŸ”₯ Recent Activity: 788.5 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 795.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -565,6 +567,29 @@ The implementation is straightforward - a bash script that uses `find` to locate
---
+### gemtexter
+
+* πŸ’» Languages: Shell (86.6%), CSS (8.3%), Config (3.2%), HTML (1.9%)
+* πŸ“š Documentation: Text (68.0%), Markdown (32.0%)
+* πŸ“Š Commits: 466
+* πŸ“ˆ Lines of Code: 1585
+* πŸ“„ Lines of Documentation: 778
+* πŸ“… Development Period: 2021-05-21 to 2023-07-17
+* πŸ”₯ Recent Activity: 844.5 days (avg. age of last 42 commits)
+* βš–οΈ License: GPL-3.0
+* 🏷️ Latest Release: 3.0.0 (2024-10-01)
+
+⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
+
+**Gemtexter** is a static site generator and blog engine that transforms content written in Gemini Gemtext format into multiple output formats. It's a comprehensive Bash-based tool designed to support the Gemini protocol (a simpler alternative to HTTP) while maintaining compatibility with traditional web technologies. The project converts a single source of Gemtext content into HTML (XHTML 1.0 Transitional), Markdown, and native Gemtext formats, enabling authors to write once and publish across multiple platforms including Gemini capsules, traditional websites, and GitHub/Codeberg pages.
+
+The implementation is built entirely in Bash (version 5.x+) using a modular library approach with separate source files for different functionality (atomfeed, gemfeed, HTML generation, Markdown conversion, templating, etc.). Key features include automatic blog post indexing, Atom feed generation, customizable HTML themes, source code highlighting, Bash-based templating system, and integrated Git workflow management. The architecture separates content directories by format (gemtext/, html/, md/) and includes comprehensive theming support, font embedding, and publishing workflows that can automatically sync content to multiple Git repositories for deployment on various platforms.
+
+=> https://codeberg.org/snonux/gemtexter View on Codeberg
+=> https://github.com/snonux/gemtexter View on GitHub
+
+---
+
### sway-autorotate
* πŸ’» Languages: Shell (100.0%)
@@ -573,7 +598,7 @@ The implementation is straightforward - a bash script that uses `find` to locate
* πŸ“ˆ Lines of Code: 41
* πŸ“„ Lines of Documentation: 17
* πŸ“… Development Period: 2020-01-30 to 2025-04-30
-* πŸ”₯ Recent Activity: 1082.1 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 1089.4 days (avg. age of last 42 commits)
* βš–οΈ License: GPL-3.0
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -595,7 +620,7 @@ The implementation consists of two main components: `autorotate.sh` monitors the
* πŸ“ˆ Lines of Code: 342
* πŸ“„ Lines of Documentation: 39
* πŸ“… Development Period: 2011-11-19 to 2022-04-02
-* πŸ”₯ Recent Activity: 1301.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 1309.0 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.5.0 (2022-02-21)
@@ -618,7 +643,7 @@ The implementation centers around a single Bash script (`photoalbum.sh`) that us
* πŸ“ˆ Lines of Code: 1728
* πŸ“„ Lines of Documentation: 18
* πŸ“… Development Period: 2020-07-12 to 2023-04-09
-* πŸ”₯ Recent Activity: 1452.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 1460.1 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -641,7 +666,7 @@ The project leverages Go's generics system to provide type-safe implementations
* πŸ“ˆ Lines of Code: 671
* πŸ“„ Lines of Documentation: 19
* πŸ“… Development Period: 2018-05-26 to 2025-01-21
-* πŸ”₯ Recent Activity: 1454.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 1461.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -657,28 +682,6 @@ The system is architected around several key components: a configuration system
---
-### foo.zone
-
-* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 2972
-* πŸ“ˆ Lines of Code: 0
-* πŸ“„ Lines of Documentation: 23
-* πŸ“… Development Period: 2021-05-21 to 2022-04-02
-* πŸ”₯ Recent Activity: 1468.4 days (avg. age of last 42 commits)
-* βš–οΈ License: No license found
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
-
-This is **foo.zone**, a personal blog and technical website belonging to Paul Buetow, a Site Reliability Engineer based in Sofia, Bulgaria. The project is a static website that serves as a comprehensive platform for sharing technical knowledge, book notes, and personal experiences in the fields of system administration, DevOps, and programming.
-
-The site is built using **Gemtexter**, a static site generator that creates both HTML and Gemini protocol content from markdown sources. The architecture is refreshingly simple and follows KISS principles, with content organized into several key sections: a main blog feed (gemfeed) with over 100 technical posts dating back to 2008, detailed book notes and summaries, project documentation (including tools like DTail for distributed log tailing), and personal resources. The website is served by OpenBSD using relayd and httpd, demonstrating the author's preference for robust, security-focused Unix systems. The project emphasizes clean, semantic HTML, custom CSS styling, and accessibility, while maintaining both web and Gemini protocol compatibility for broader reach across different internet communities.
-
-=> https://codeberg.org/snonux/foo.zone View on Codeberg
-=> https://github.com/snonux/foo.zone View on GitHub
-
----
-
### perl-c-fibonacci
* πŸ’» Languages: C (80.4%), Make (19.6%)
@@ -687,7 +690,7 @@ The site is built using **Gemtexter**, a static site generator that creates both
* πŸ“ˆ Lines of Code: 51
* πŸ“„ Lines of Documentation: 69
* πŸ“… Development Period: 2014-03-24 to 2022-04-23
-* πŸ”₯ Recent Activity: 1933.7 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 1941.1 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -710,7 +713,7 @@ The project is useful as an educational tool for understanding language syntax s
* πŸ“ˆ Lines of Code: 12420
* πŸ“„ Lines of Documentation: 610
* πŸ“… Development Period: 2018-03-01 to 2020-01-22
-* πŸ”₯ Recent Activity: 2475.3 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 2482.6 days (avg. age of last 42 commits)
* βš–οΈ License: Apache-2.0
* 🏷️ Latest Release: 0.5.1 (2019-01-04)
@@ -735,7 +738,7 @@ The tool is implemented in C for minimal overhead and uses SystemTap for efficie
* πŸ“ˆ Lines of Code: 919
* πŸ“„ Lines of Documentation: 12
* πŸ“… Development Period: 2015-01-02 to 2021-11-04
-* πŸ”₯ Recent Activity: 2984.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 2991.3 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 1.1.3 (2015-01-02)
@@ -758,7 +761,7 @@ The system is particularly useful for distributed static content delivery where
* πŸ“ˆ Lines of Code: 18
* πŸ“„ Lines of Documentation: 49
* πŸ“… Development Period: 2014-03-24 to 2021-11-05
-* πŸ”₯ Recent Activity: 3219.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3227.2 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -781,7 +784,7 @@ The implementation consists of a shell script (`update-dyndns`) that accepts hos
* πŸ“ˆ Lines of Code: 5360
* πŸ“„ Lines of Documentation: 789
* πŸ“… Development Period: 2015-01-02 to 2021-11-05
-* πŸ”₯ Recent Activity: 3486.5 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3493.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 1.0.1 (2015-01-02)
@@ -804,7 +807,7 @@ The tool is particularly useful for system administrators and DevOps engineers w
* πŸ“ˆ Lines of Code: 273
* πŸ“„ Lines of Documentation: 32
* πŸ“… Development Period: 2015-09-29 to 2021-11-05
-* πŸ”₯ Recent Activity: 3490.7 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3498.0 days (avg. age of last 42 commits)
* βš–οΈ License: Apache-2.0
* 🏷️ Latest Release: 0 (2015-10-26)
@@ -827,7 +830,7 @@ The tool is implemented as a single Ruby script that leverages threading for par
* πŸ“ˆ Lines of Code: 1839
* πŸ“„ Lines of Documentation: 412
* πŸ“… Development Period: 2015-01-02 to 2021-11-05
-* πŸ”₯ Recent Activity: 3570.3 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3577.7 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 1.0.2 (2015-01-02)
@@ -850,7 +853,7 @@ The project is implemented as a modular Perl application with a clean architectu
* πŸ“ˆ Lines of Code: 499
* πŸ“„ Lines of Documentation: 8
* πŸ“… Development Period: 2015-05-24 to 2021-11-03
-* πŸ”₯ Recent Activity: 3581.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3588.4 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.1 (2015-06-01)
@@ -871,7 +874,7 @@ The implementation follows a concurrent architecture using Go's goroutines and c
* πŸ“Š Commits: 670
* πŸ“ˆ Lines of Code: 1675
* πŸ“… Development Period: 2011-03-06 to 2018-12-22
-* πŸ”₯ Recent Activity: 3636.7 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3644.0 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.0.0 (2018-12-22)
@@ -896,7 +899,7 @@ The system works through a template-driven architecture where content is written
* πŸ“ˆ Lines of Code: 88
* πŸ“„ Lines of Documentation: 148
* πŸ“… Development Period: 2015-06-18 to 2015-12-05
-* πŸ”₯ Recent Activity: 3684.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3692.1 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -921,7 +924,7 @@ The implementation works by creating a Debian filesystem image using debootstrap
* πŸ“ˆ Lines of Code: 1681
* πŸ“„ Lines of Documentation: 539
* πŸ“… Development Period: 2014-03-10 to 2021-11-03
-* πŸ”₯ Recent Activity: 3962.8 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 3970.1 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 1.0.2 (2014-11-17)
@@ -944,7 +947,7 @@ The implementation is written in Python and built on top of the bigsuds library,
* πŸ“ˆ Lines of Code: 65
* πŸ“„ Lines of Documentation: 228
* πŸ“… Development Period: 2013-03-22 to 2021-11-04
-* πŸ”₯ Recent Activity: 4017.2 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4024.6 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.0.0.0 (2013-03-22)
@@ -967,7 +970,7 @@ The project implements a clean, Make-based build system with automatic versionin
* πŸ“ˆ Lines of Code: 136
* πŸ“„ Lines of Documentation: 96
* πŸ“… Development Period: 2013-03-22 to 2021-11-05
-* πŸ”₯ Recent Activity: 4030.2 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4037.5 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.2.0 (2014-07-05)
@@ -990,7 +993,7 @@ The implementation is elegantly simple, consisting of a bash script that operate
* πŸ“ˆ Lines of Code: 134
* πŸ“„ Lines of Documentation: 106
* πŸ“… Development Period: 2013-03-22 to 2021-11-05
-* πŸ”₯ Recent Activity: 4037.7 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4045.0 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.1.5 (2014-06-22)
@@ -1013,7 +1016,7 @@ The tool works by having both hosts run the same command simultaneously - one ac
* πŸ“ˆ Lines of Code: 493
* πŸ“„ Lines of Documentation: 26
* πŸ“… Development Period: 2009-09-27 to 2021-11-02
-* πŸ”₯ Recent Activity: 4081.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4088.3 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.9.3 (2014-06-14)
@@ -1036,7 +1039,7 @@ The implementation leverages GPG for strong encryption, ensuring passwords are n
* πŸ“ˆ Lines of Code: 286
* πŸ“„ Lines of Documentation: 144
* πŸ“… Development Period: 2013-03-22 to 2021-11-05
-* πŸ”₯ Recent Activity: 4086.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4093.4 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.4.3 (2014-06-16)
@@ -1059,7 +1062,7 @@ The implementation uses modern Perl with the Moo object system and consists of t
* πŸ“ˆ Lines of Code: 191
* πŸ“„ Lines of Documentation: 8
* πŸ“… Development Period: 2014-03-24 to 2014-03-24
-* πŸ”₯ Recent Activity: 4147.3 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4154.6 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -1080,7 +1083,7 @@ Each script explores different themes - Christmas celebrations, mathematical stu
* πŸ“Š Commits: 7
* πŸ“ˆ Lines of Code: 80
* πŸ“… Development Period: 2011-07-09 to 2015-01-13
-* πŸ”₯ Recent Activity: 4227.4 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4234.7 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -1103,7 +1106,7 @@ The implementation uses a straightforward approach with three test endpoints: on
* πŸ“ˆ Lines of Code: 124
* πŸ“„ Lines of Documentation: 75
* πŸ“… Development Period: 2010-11-05 to 2021-11-05
-* πŸ”₯ Recent Activity: 4268.0 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4275.3 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 1.0.2 (2014-06-22)
@@ -1126,7 +1129,7 @@ The implementation is remarkably simple - a single shell script that uses GNU AW
* πŸ“ˆ Lines of Code: 1828
* πŸ“„ Lines of Documentation: 100
* πŸ“… Development Period: 2010-11-05 to 2015-05-23
-* πŸ”₯ Recent Activity: 4298.1 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4305.4 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.7.5 (2014-06-22)
@@ -1143,11 +1146,11 @@ The application is implemented using a multi-threaded architecture where each mo
### perldaemon
-* πŸ’» Languages: Perl (72.3%), Shell (23.8%), Config (3.9%)
+* πŸ’» Languages: Perl (74.2%), Shell (22.2%), Config (3.6%)
* πŸ“Š Commits: 110
-* πŸ“ˆ Lines of Code: 614
+* πŸ“ˆ Lines of Code: 659
* πŸ“… Development Period: 2011-02-05 to 2022-04-21
-* πŸ”₯ Recent Activity: 4347.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4449.6 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.4 (2022-04-29)
@@ -1170,7 +1173,7 @@ The architecture centers around a modular plugin system where custom functionali
* πŸ“ˆ Lines of Code: 122
* πŸ“„ Lines of Documentation: 10
* πŸ“… Development Period: 2011-01-27 to 2014-06-22
-* πŸ”₯ Recent Activity: 4678.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4685.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v0.2 (2011-01-27)
@@ -1193,7 +1196,7 @@ The implementation consists of a main AWK script (`index.cgi`) that reads config
* πŸ“ˆ Lines of Code: 720
* πŸ“„ Lines of Documentation: 6
* πŸ“… Development Period: 2008-06-21 to 2021-11-03
-* πŸ”₯ Recent Activity: 4741.2 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 4748.6 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v0.3 (2009-02-08)
@@ -1212,13 +1215,13 @@ The implementation follows a clean three-class architecture: `SMain` handles the
### ychat
-* πŸ’» Languages: C++ (62.8%), C/C++ (27.1%), HTML (3.1%), Config (2.5%), Perl (1.9%), Shell (1.9%), Make (0.4%), CSS (0.2%)
+* πŸ’» Languages: C++ (52.1%), C/C++ (21.3%), Shell (20.1%), HTML (2.5%), Config (2.1%), Perl (1.5%), Make (0.3%)
* πŸ“š Documentation: Text (100.0%)
* πŸ“Š Commits: 67
-* πŸ“ˆ Lines of Code: 27104
+* πŸ“ˆ Lines of Code: 33823
* πŸ“„ Lines of Documentation: 109
* πŸ“… Development Period: 2008-05-15 to 2014-07-01
-* πŸ”₯ Recent Activity: 5342.2 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 5303.4 days (avg. age of last 42 commits)
* βš–οΈ License: GPL-2.0
* 🏷️ Latest Release: yhttpd-0.7.2 (2013-04-06)
@@ -1243,7 +1246,7 @@ The architecture is built around several key managers: a socket manager for hand
* πŸ“ˆ Lines of Code: 17380
* πŸ“„ Lines of Documentation: 947
* πŸ“… Development Period: 2009-02-07 to 2021-05-01
-* πŸ”₯ Recent Activity: 5371.9 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 5379.3 days (avg. age of last 42 commits)
* βš–οΈ License: GPL-2.0
* 🏷️ Latest Release: v0.1 (2009-02-08)
@@ -1268,7 +1271,7 @@ The implementation uses a clean separation of concerns with dedicated packages f
* πŸ“Š Commits: 80
* πŸ“ˆ Lines of Code: 601
* πŸ“… Development Period: 2009-11-22 to 2011-10-17
-* πŸ”₯ Recent Activity: 5467.6 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 5474.9 days (avg. age of last 42 commits)
* βš–οΈ License: Custom License
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -1283,6 +1286,29 @@ The implementation uses a clean separation of concerns with modules for IRC conn
---
+### fype
+
+* πŸ’» Languages: C (72.1%), C/C++ (20.7%), HTML (5.7%), Make (1.5%)
+* πŸ“š Documentation: Text (71.3%), LaTeX (28.7%)
+* πŸ“Š Commits: 99
+* πŸ“ˆ Lines of Code: 10196
+* πŸ“„ Lines of Documentation: 1741
+* πŸ“… Development Period: 2008-05-15 to 2021-11-03
+* πŸ”₯ Recent Activity: 5636.6 days (avg. age of last 42 commits)
+* βš–οΈ License: Custom License
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
+
+**Fype** is a 32-bit scripting language interpreter written in C that aims to be "at least as good as AWK" while providing a different syntax and some unique features. Created by Paul C. Buetow as a fun project, Fype supports variables, functions, procedures, loops, arrays, and control structures with features like variable synonyms (references), nested functions/procedures, and automatic type conversion. The language uses a simple syntax with statements ending in semicolons and supports both global procedures (which share scope with their callers) and lexically-scoped functions.
+
+The implementation is built using a straightforward top-down parser with a maximum lookahead of 1 token, simultaneously parsing and interpreting code (meaning syntax errors are only detected at runtime). The architecture is modular with separate components for scanning/tokenization, symbol management, garbage collection, type conversion, and data structures (including arrays, lists, hash tables, stacks, and trees). The interpreter is designed for Unix-like systems (BSD/Linux) and includes built-in functions for I/O, math operations, bitwise operations, system calls like `fork`, and memory management with garbage collection.
+
+=> https://codeberg.org/snonux/fype View on Codeberg
+=> https://github.com/snonux/fype View on GitHub
+
+---
+
### vs-sim
* πŸ“š Documentation: Markdown (100.0%)
@@ -1290,7 +1316,7 @@ The implementation uses a clean separation of concerns with modules for IRC conn
* πŸ“ˆ Lines of Code: 0
* πŸ“„ Lines of Documentation: 7
* πŸ“… Development Period: 2008-05-15 to 2015-05-23
-* πŸ”₯ Recent Activity: 5828.5 days (avg. age of last 42 commits)
+* πŸ”₯ Recent Activity: 5835.9 days (avg. age of last 42 commits)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v1.0 (2008-08-24)
@@ -1302,26 +1328,3 @@ The implementation features a modular architecture with separate packages for co
=> https://codeberg.org/snonux/vs-sim View on Codeberg
=> https://github.com/snonux/vs-sim View on GitHub
-
----
-
-### fype
-
-* πŸ’» Languages: C (71.3%), C/C++ (20.6%), HTML (6.6%), Make (1.5%)
-* πŸ“š Documentation: Text (60.2%), LaTeX (39.8%)
-* πŸ“Š Commits: 99
-* πŸ“ˆ Lines of Code: 8906
-* πŸ“„ Lines of Documentation: 1431
-* πŸ“… Development Period: 2008-05-15 to 2021-04-29
-* πŸ”₯ Recent Activity: 5874.4 days (avg. age of last 42 commits)
-* βš–οΈ License: Custom License
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
-
-**Fype** is a 32-bit scripting language interpreter written in C that aims to be "at least as good as AWK" while providing a different syntax and some unique features. Created by Paul C. Buetow as a fun project, Fype supports variables, functions, procedures, loops, arrays, and control structures with features like variable synonyms (references), nested functions/procedures, and automatic type conversion. The language uses a simple syntax with statements ending in semicolons and supports both global procedures (which share scope with their callers) and lexically-scoped functions.
-
-The implementation is built using a straightforward top-down parser with a maximum lookahead of 1 token, simultaneously parsing and interpreting code (meaning syntax errors are only detected at runtime). The architecture is modular with separate components for scanning/tokenization, symbol management, garbage collection, type conversion, and data structures (including arrays, lists, hash tables, stacks, and trees). The interpreter is designed for Unix-like systems (BSD/Linux) and includes built-in functions for I/O, math operations, bitwise operations, system calls like `fork`, and memory management with garbage collection.
-
-=> https://codeberg.org/snonux/fype View on Codeberg
-=> https://github.com/snonux/fype View on GitHub
diff --git a/about/showcase/debroid/image-1.png b/about/showcase/debroid/image-1.png
index 25afb173..fd968ef4 100644
--- a/about/showcase/debroid/image-1.png
+++ b/about/showcase/debroid/image-1.png
@@ -32,49 +32,58 @@
<link rel="preload" href="https://github.githubassets.com/assets/mona-sans-d1bf285e9b9b.woff2" as="font" type="font/woff2" crossorigin>
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-d1334f2b22bf.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light_high_contrast-f695a361c6b2.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-f73a069fd33e.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark_high_contrast-3a0d87f72ad4.css" /><link data-color-theme="light" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light-d1334f2b22bf.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-f695a361c6b2.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-367eb9a4565a.css" /><link data-color-theme="light_colorblind_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind_high_contrast-183adc0db479.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-2ddc677c041d.css" /><link data-color-theme="light_tritanopia_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia_high_contrast-649962a5702a.css" /><link data-color-theme="dark" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark-f73a069fd33e.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-3a0d87f72ad4.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-b17a8392e6c4.css" /><link data-color-theme="dark_colorblind_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind_high_contrast-e9ff47cedc2b.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-a1cc7dba9f73.css" /><link data-color-theme="dark_tritanopia_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia_high_contrast-6c4dd39e2b0f.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-55459b36aa6d.css" /><link data-color-theme="dark_dimmed_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed_high_contrast-9a0ef6e40ed3.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-6448649c7147.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light_high_contrast-42fc7e3b06b7.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-d17b946fc2c5.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark_high_contrast-1b924088c83a.css" /><link data-color-theme="light" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light-6448649c7147.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-42fc7e3b06b7.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-44cfaf0c8f7b.css" /><link data-color-theme="light_colorblind_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind_high_contrast-979217efd93e.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-4d5383026bfa.css" /><link data-color-theme="light_tritanopia_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia_high_contrast-ff6ff8532348.css" /><link data-color-theme="dark" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark-d17b946fc2c5.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-1b924088c83a.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-654786382462.css" /><link data-color-theme="dark_colorblind_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind_high_contrast-ecca008c6f6e.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-fff376053989.css" /><link data-color-theme="dark_tritanopia_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia_high_contrast-49adf52571e5.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-66d97c13c98a.css" /><link data-color-theme="dark_dimmed_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed_high_contrast-c58f1d0432b9.css" />
+ <style type="text/css">
+ :root {
+ --tab-size-preference: 4;
+ }
+
+ pre, code {
+ tab-size: var(--tab-size-preference);
+ }
+ </style>
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-dc7ca6859caf.css" />
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-e11b50dc0d94.css" />
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-208b03e93e68.css" />
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-709c905d887a.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-9eed6aa4fd31.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-1936c2fb5b22.css" />
- <script type="application/json" id="client-env">{"locale":"en","featureFlags":["alternate_user_config_repo","api_insights_show_missing_data_banner","attestations_filtering","attestations_sorting","client_version_header","code_scanning_security_configuration_ternary_state","codespaces_prebuild_region_target_update","contact_requests_implicit_opt_in","contentful_lp_copilot_extensions","contentful_lp_flex_features","contentful_lp_footnotes","copilot_chat_attach_multiple_images","copilot_chat_group_notifications","copilot_chat_vision_in_claude","copilot_chat_vision_skip_thread_create","copilot_chat_wholearea_dd","copilot_coding_agent_task_creation_banner","copilot_custom_copilots_feature_preview","copilot_custom_copilots_images","copilot_duplicate_thread","copilot_free_to_paid_telem","copilot_ftp_hyperspace_upgrade_prompt","copilot_ftp_settings_upgrade","copilot_ftp_upgrade_to_pro_from_models","copilot_ftp_your_copilot_settings","copilot_immersive_agent_branch_selection","copilot_immersive_draft_issue_template_form_ui","copilot_immersive_structured_model_picker","copilot_markdown_image_allow_list","copilot_no_floating_button","copilot_read_shared_conversation","copilot_spaces_inline_edit_description","copilot_spaces_input_menu_select","copilot_spaces_upsert_reload_in_background","copilot_spark_allow_empty_commit","copilot_spark_single_user_iteration","copilot_spark_use_billing_headers","copilot_spark_write_iteration_history_to_git","copilot_task_oriented_assistive_prompts","copilot_workbench_agent_seed_tool","copilot_workbench_cache","copilot_workbench_connection_reload_banner","copilot_workbench_preview_analytics","copilot_workbench_ratelimit_fallback","copilot_workbench_refresh_on_wsod","copilot_workbench_synthetic_generation","custom_copilots_128k_window","custom_copilots_capi_mode","custom_copilots_file_uploads","direct_to_salesforce","dotcom_chat_client_side_skills","failbot_report_error_react_apps_on_page","ghost_pilot_confidence_truncation_25","ghost_pilot_confidence_truncation_40","hpc_improve_dom_insertion_observer","insert_before_patch","issue_fields_report_usage","issues_catch_non_json_graphql_response","issues_comment_load_user_settings","issues_label_search_url","issues_preserve_tokens_in_urls","issues_react_blur_item_picker_on_close","issues_react_bots_timeline_pagination","issues_react_create_milestone","issues_react_prohibit_title_fallback","issues_react_remove_placeholders","issues_template_picker_redirect","lifecycle_label_name_updates","link_contact_sales_swp_marketo","marketing_fullstory_sampling","marketing_pages_search_explore_provider","memex_mwl_filter_field_delimiter","nonreporting_relay_graphql_status_codes","primer_react_select_panel_with_modern_action_list","remove_child_patch","sample_network_conn_type","scheduled_reminders_updated_limits","site_homepage_contentful","site_msbuild_hide_integrations","site_msbuild_launch","site_msbuild_webgl_hero","spark_commit_on_default_branch","spark_sync_repository_after_iteration","swp_enterprise_contact_form","use_paginated_repo_picker_cost_center_form","viewscreen_sandbox","workbench_default_sonnet4","workbench_store_readonly"],"copilotApiOverrideUrl":null}</script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/high-contrast-cookie-84a1cb087855.js"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-b3b4e85b2ffe.js" defer="defer"></script>
+ <script type="application/json" id="client-env">{"locale":"en","featureFlags":["alternate_user_config_repo","api_insights_show_missing_data_banner","attestations_filtering","attestations_sorting","client_version_header","code_scanning_security_configuration_ternary_state","codespaces_prebuild_region_target_update","contact_requests_implicit_opt_in","contentful_lp_copilot_extensions","contentful_lp_flex_features","contentful_lp_footnotes","copilot_chat_attach_multiple_images","copilot_chat_file_redirect","copilot_chat_group_notifications","copilot_chat_reduce_quota_checks","copilot_chat_search_bar_redirect","copilot_chat_vision_in_claude","copilot_chat_vision_skip_thread_create","copilot_chat_wholearea_dd","copilot_chat_wholearea_dd_overlay","copilot_coding_agent_task_creation_banner","copilot_custom_copilots_feature_preview","copilot_custom_copilots_images","copilot_duplicate_thread","copilot_free_to_paid_telem","copilot_ftp_hyperspace_upgrade_prompt","copilot_ftp_settings_upgrade","copilot_ftp_upgrade_to_pro_from_models","copilot_ftp_your_copilot_settings","copilot_immersive_agent_branch_selection","copilot_immersive_draft_issue_consolidated_create_handler","copilot_immersive_draft_issue_tree_validation","copilot_immersive_structured_model_picker","copilot_no_floating_button","copilot_read_shared_conversation","copilot_spaces_input_menu_select","copilot_spaces_permissions_tab","copilot_spaces_upsert_reload_in_background","copilot_spark_allow_empty_commit","copilot_spark_single_user_iteration","copilot_spark_use_billing_headers","copilot_spark_write_iteration_history_to_git","copilot_task_oriented_assistive_prompts","copilot_workbench_agent_seed_tool","copilot_workbench_cache","copilot_workbench_connection_reload_banner","copilot_workbench_preview_analytics","copilot_workbench_ratelimit_fallback","copilot_workbench_refresh_on_wsod","copilot_workbench_synthetic_generation","custom_copilots_128k_window","custom_copilots_capi_mode","custom_copilots_file_uploads","direct_to_salesforce","dotcom_chat_client_side_skills","failbot_report_error_react_apps_on_page","ghost_pilot_confidence_truncation_25","ghost_pilot_confidence_truncation_40","github_models_render_external_errors","hpc_improve_dom_insertion_observer","insert_before_patch","issue_fields_report_usage","issues_preserve_tokens_in_urls","issues_react_blur_item_picker_on_close","issues_react_bots_timeline_pagination","issues_react_prohibit_title_fallback","issues_react_remove_placeholders","lifecycle_label_name_updates","link_contact_sales_swp_marketo","marketing_fullstory_sampling","marketing_pages_search_explore_provider","memex_mwl_filter_field_delimiter","nonreporting_relay_graphql_status_codes","primer_react_segmented_control_tooltip","record_sso_banner_metrics","remove_child_patch","sample_network_conn_type","scheduled_reminders_updated_limits","site_copilot_plans_emphasize_pro","site_homepage_contentful","site_msbuild_hide_integrations","site_msbuild_launch","site_msbuild_webgl_hero","spark_commit_on_default_branch","spark_sync_repository_after_iteration","swp_enterprise_contact_form","viewscreen_sandbox","wiki_editor_insertion_buttons","workbench_default_sonnet4","workbench_store_readonly"],"copilotApiOverrideUrl":null}</script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/high-contrast-cookie-43044cc98e23.js"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9afd47637d45.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_oddbird_popover-polyfill_dist_popover-fn_js-a8c266e5f126.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_stacktrace-parser_dist_s-1d3d52-babac9434833.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_failbot_failbot_ts-992dcf80dabf.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/environment-17084f3f370f.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_stacktrace-parser_dist_s-1d3d52-63979392733d.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_failbot_failbot_ts-290ee401187e.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/environment-60434be97762.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_index_mjs-c44edfed7f0d.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-cdf2757bd188.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-5913bc24f35d.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_auto-complete-element_dist_index_js-node_modules_github_catalyst_-8e9f78-f826b7d5d2dc.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-3bc735efc2fb.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-e43198c9c229.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_auto-complete-element_dist_index_js-node_modules_github_catalyst_-8e9f78-c1e2fb329866.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_text-expander-element_dist_index_js-e50fb7a5fe8c.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-b5f1d7-514a92c925f0.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_markdown-toolbar-element_dist_index_js-6a8c7d9a08fe.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_primer_view-co-f03a40-c631b99b0f08.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-6f8fcdbbf55a.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-3a794fd52015.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_braintree_browser-detection_dist_browser-detection_js-node_modules_githu-bb80ec-34c4b68b1dd3.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_primer_view-co-f03a40-d944abd5f7c0.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-f9923b9251dd.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-1fcf03d57e0a.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_braintree_browser-detection_dist_browser-detection_js-node_modules_githu-bb80ec-422a87d68b40.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-b93a87060d31.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_morphdom_dist_morphdom-esm_js-300e8e4e0414.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_morphdom_dist_morphdom-esm_js-65504f81abf2.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-595819d3686f.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-893f9f-5f044d8dcee3.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_quote-selection_dist_index_js-node_modules_github_session-resume_-c39857-68019bebf97d.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-893f9f-8351bc3b1582.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_quote-selection_dist_index_js-node_modules_github_session-resume_-c39857-80b7561055c5.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_updatable-content_updatable-content_ts-19a9ffc8367b.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_task-list_ts-app_assets_modules_github_sso_ts-ui_packages-900dde-f953ddf42948.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_task-list_ts-app_assets_modules_github_sso_ts-ui_packages-900dde-f59ef568265a.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-c9618dd6662a.js" defer="defer"></script>
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-d0d0a6-a7da4270c5f4.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-567e0f340e27.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-625d7495b728.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-ea8eaa-e0c270428781.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-ddd47578369b.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-54f5b4a90315.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-0600723b6196.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-ea8eaa-a4bd0b8e9717.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-3b61f3f3d9a0.js" defer="defer"></script>
<title>Page not found Β· GitHub Β· GitHub</title>
@@ -84,13 +93,13 @@
<meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)" data-turbo-transient>
<meta name="route-controller" content="blob" data-turbo-transient>
<meta name="route-action" content="show" data-turbo-transient>
- <meta name="fetch-nonce" content="v2:de4e9904-c9a2-18ed-49e5-4c4adb6aad5d">
+ <meta name="fetch-nonce" content="v2:30a19060-3768-2f63-37a6-956c6e5253e7">
<meta name="current-catalog-service-hash" content="f3abb0cc802f3d7b95fc8762b94bdcb13bf39634c40c357301c4aa1d67a256fb">
- <meta name="request-id" content="8484:352618:6082030:6324830:688C54A6" data-pjax-transient="true"/><meta name="html-safe-nonce" content="1f8e70b22bf73c9d9d9534471d8c7dacbb3dad343b9c977ce09e6970d4ff4e03" data-pjax-transient="true"/><meta name="visitor-payload" content="eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NDg0OjM1MjYxODo2MDgyMDMwOjYzMjQ4MzA6Njg4QzU0QTYiLCJ2aXNpdG9yX2lkIjoiMjE5MjgzNDk2MTA1MTc2Nzk3NCIsInJlZ2lvbl9lZGdlIjoiZnJhIiwicmVnaW9uX3JlbmRlciI6ImZyYSJ9" data-pjax-transient="true"/><meta name="visitor-hmac" content="165e027b5e00928215277aeb4352b50b89e4660c7512784e91c6c0f0247cb1ff" data-pjax-transient="true"/>
+ <meta name="request-id" content="A542:38136F:111778A:EC2BF1:6895FD17" data-pjax-transient="true"/><meta name="html-safe-nonce" content="7e1f491dfbe42b9efb518a61935f70355cdd7ee105fec7c2053b62a32f2fdca1" data-pjax-transient="true"/><meta name="visitor-payload" content="eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTQyOjM4MTM2RjoxMTE3NzhBOkVDMkJGMTo2ODk1RkQxNyIsInZpc2l0b3JfaWQiOiI0MjA2MzQ0NTI1OTU3MTY4NDA3IiwicmVnaW9uX2VkZ2UiOiJmcmEiLCJyZWdpb25fcmVuZGVyIjoiZnJhIn0=" data-pjax-transient="true"/><meta name="visitor-hmac" content="f7d674fb3095c8febf9279b7c2acdeecccd909f1d3b1bafa2e21c2c197265df9" data-pjax-transient="true"/>
@@ -166,10 +175,10 @@
<meta name="expected-hostname" content="github.com">
- <meta http-equiv="x-pjax-version" content="302402b84113e5d9abef774710e5e63ba404b9dbb594b78fffa17faaebe0d9f7" data-turbo-track="reload">
+ <meta http-equiv="x-pjax-version" content="fc2270cd01c8bc2d93e020dd6126922e9b027b2ef9afe933315d9f218bb52b0d" data-turbo-track="reload">
<meta http-equiv="x-pjax-csp-version" content="8fba9c9418de26103e6176951dd0c38780be21b972f2019085dee08622fdb843" data-turbo-track="reload">
- <meta http-equiv="x-pjax-css-version" content="b705b14fc1de584a5d763630d9070a4b5c9515cdbd9ae3954bd3dfcbebcb97fc" data-turbo-track="reload">
- <meta http-equiv="x-pjax-js-version" content="50e7aa4b54b36b11d3184207c884fff02f4e9d4402971a261dd8e5dbb5e6f123" data-turbo-track="reload">
+ <meta http-equiv="x-pjax-css-version" content="682bd362ae4926152d952d8ef54b3b1f0b754fee6dfb6b128d5c3c6b062a7ef2" data-turbo-track="reload">
+ <meta http-equiv="x-pjax-js-version" content="d558098d832beb014efc7eda10c9027f70db5a22d5498b2906be1943b7daa278" data-turbo-track="reload">
<meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
@@ -193,7 +202,7 @@
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
- <meta name="release" content="c703d700a17ae655ff90620f2b72f3b8fc2fd377">
+ <meta name="release" content="79a36ac83ceb6347eb88d59063b202fcc6be542a">
<meta name="ui-target" content="full">
<link rel="mask-icon" href="https://github.githubassets.com/assets/pinned-octocat-093da3e6fa40.svg" color="#000000">
@@ -221,7 +230,7 @@
<span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
</span>
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.7d2aa1048e3c65679a70.module.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.6e741486b8c74caf5d85.module.css" />
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f8fba3bd67fe74f9227b.module.css" />
<react-partial
@@ -238,14 +247,15 @@
+
<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_gsap_index_js-028cb2a18f5a.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-9a914372b013.js" defer="defer"></script>
-<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-5e9442c22f33.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-094296912333.js" defer="defer"></script>
+<script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-993c483b0f4e.js" defer="defer"></script>
<header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>
<h2 class="sr-only">Navigation Menu</h2>
@@ -284,13 +294,13 @@
</a>
<div class="AppHeader-appearanceSettings">
<react-partial-anchor>
- <button data-target="react-partial-anchor.anchor" id="icon-button-ff615d96-8f43-4fa6-84f3-3cf5ebb3b9b3" aria-labelledby="tooltip-d7a03659-3c58-437c-b7e3-2b495110fc8c" type="button" disabled="disabled" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium AppHeader-button HeaderMenu-link border cursor-wait"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sliders Button-visual">
+ <button data-target="react-partial-anchor.anchor" id="icon-button-424db5e6-3667-4a36-80de-d83a6131cc34" aria-labelledby="tooltip-8a1b0ef0-a955-4483-8b24-eefa9018c25e" type="button" disabled="disabled" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium AppHeader-button HeaderMenu-link border cursor-wait"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sliders Button-visual">
<path d="M15 2.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75Zm-8.5.75v1.25a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0V2H1.75a.75.75 0 0 0 0 1.5H6.5Zm1.25 5.25a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0 0 1.5h6ZM15 8a.75.75 0 0 1-.75.75H11.5V10a.75.75 0 1 1-1.5 0V6a.75.75 0 0 1 1.5 0v1.25h2.75A.75.75 0 0 1 15 8Zm-9 5.25v-2a.75.75 0 0 0-1.5 0v1.25H1.75a.75.75 0 0 0 0 1.5H4.5v1.25a.75.75 0 0 0 1.5 0v-2Zm9 0a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75Z"></path>
</svg>
-</button><tool-tip id="tooltip-d7a03659-3c58-437c-b7e3-2b495110fc8c" for="icon-button-ff615d96-8f43-4fa6-84f3-3cf5ebb3b9b3" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Appearance settings</tool-tip>
+</button><tool-tip id="tooltip-8a1b0ef0-a955-4483-8b24-eefa9018c25e" for="icon-button-424db5e6-3667-4a36-80de-d83a6131cc34" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Appearance settings</tool-tip>
<template data-target="react-partial-anchor.template">
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.7d2aa1048e3c65679a70.module.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.6e741486b8c74caf5d85.module.css" />
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/appearance-settings.76259b61ecc822265749.module.css" />
<react-partial
@@ -304,6 +314,7 @@
<div data-target="react-partial.reactRoot"></div>
</react-partial>
+
</template>
</react-partial-anchor>
</div>
@@ -976,7 +987,7 @@
-<qbsearch-input class="search-input" data-scope="owner:buetow" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="3vdp5AwXhHP8euQWIXPODT8TjSTzRFFVCa5UXPCYSzl1e70ptJopDS-8YSvuu8-txy9m0uXv7jViDSiYl2BxsA" data-max-custom-scopes="10" data-header-redesign-enabled="false" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="" data-current-org="" data-current-owner="" data-logged-in="false" data-copilot-chat-enabled="false" data-nl-search-enabled="false" data-retain-scroll-position="true">
+<qbsearch-input class="search-input" data-scope="owner:buetow" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="DSMlVB8Uk4WQ_Q_QMzsi-f5BwUFdqKBchHmmzHdwT0XR-Vbmdo0G5jeP4t47_8X6dlE3jvnA9QHzXjgSoApTyA" data-max-custom-scopes="10" data-header-redesign-enabled="false" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="" data-current-org="" data-current-owner="" data-logged-in="false" data-copilot-chat-enabled="false" data-nl-search-enabled="false" data-retain-scroll-position="true">
<div
class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center mr-4 rounded"
data-action="click:qbsearch-input#searchInputContainerClicked"
@@ -1040,7 +1051,7 @@
></div>
<div class="QueryBuilder-InputWrapper">
<div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
- <input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" aria-describedby="validation-c25643dd-b285-46b0-804d-dda7866b2c6c" data-target="query-builder.input" data-action="
+ <input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" aria-describedby="validation-a41b50d9-583a-4080-896c-56ac8b514072" data-target="query-builder.input" data-action="
input:query-builder#inputChange
blur:query-builder#inputBlur
keydown:query-builder#inputKeydown
@@ -1278,7 +1289,7 @@
tabindex="-1"
></ul>
</div>
- <div class="FormControl-inlineValidation" id="validation-c25643dd-b285-46b0-804d-dda7866b2c6c" hidden="hidden">
+ <div class="FormControl-inlineValidation" id="validation-a41b50d9-583a-4080-896c-56ac8b514072" hidden="hidden">
<span class="FormControl-inlineValidation--visual">
<svg aria-hidden="true" height="12" viewBox="0 0 12 12" version="1.1" width="12" data-view-component="true" class="octicon octicon-alert-fill">
<path d="M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 0 1-1.146 1.954H1.33A1.313 1.313 0 0 1 .183 9.058ZM7 7V3H5v4Zm-1 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path>
@@ -1319,7 +1330,7 @@
</div>
<scrollable-region data-labelled-by="feedback-dialog-title">
- <div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="VGYd57JwduszahntPTNgl3S7zUg4n7YHXHpG22/9ohefbIpqI3l8mnFfoEM/tjhwBaXYLCKYLysiob3O3T0QVA==" />
+ <div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="v25DT3yt7Q3a1QayrNKdpR/bFuHZw6y8XT73nX1xCXMoV4B5/z5YoJktY/BMWzfbXR63KmPjXMo9sCrxOmtCcA==" />
<p>We read every piece of feedback, and take your input very seriously.</p>
<textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
<input name="include_email" id="include_email" aria-label="Include my email address so I can be contacted" class="form-control mr-2" type="checkbox">
@@ -1357,7 +1368,7 @@
<div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
<div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="1aSrfKKdXhmwsd5Fp/bfESK+lwQTwJS1HoOunkUnBCH1B3kN9a44cY0rlvCZq0JgvAlboPCLP8KIt+hvHySesg==" />
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="GH7NSksjcoDGFJoR6XD/oI2PqWnSJ8NGdGOAHSc06X69+AEaIBX8/VrKCykU+QbKQV8xWQvu6occeJFQ1foXcA==" />
<div data-target="custom-scopes.customScopesModalDialogFlash"></div>
<input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
@@ -1375,7 +1386,7 @@
placeholder="github-ruby"
required
maxlength="50">
- <input type="hidden" data-csrf="true" value="HR72iGX8002Q+dGEXlPpLWv4uC8YfUl2zyPtRFyEK27tt212YkOk7mh6VbzWJFPLHTJ22JbZ42p0H4wlbxQ+sQ==" />
+ <input type="hidden" data-csrf="true" value="KbqTWfx8wCOa9DiSqeAJhxeQURDwN50OqtA44vFyFywRYlXzsRG/sw4xN3Gnp21cHSWGUQtAzJV/2DkYIO1v3Q==" />
</auto-check>
</div>
@@ -1430,7 +1441,7 @@
<h4 data-view-component="true" class="color-fg-default mb-2"> Sign in to GitHub
</h4>
-<!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/session" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="yGeNfNTdei3Eof8qPEq9igR/pxjp/sXRTT51DAhiCz3y7AkNrTB0CUcOsg6GTxXKJMGdDP/YC5gaaGxqKJR5Rw==" /> <input type="hidden" name="add_account" id="add_account" autocomplete="off" class="form-control" />
+<!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/session" accept-charset="UTF-8" method="post"><input type="hidden" data-csrf="true" name="authenticity_token" value="i1r6EzC22fLP2tLOpqhxPhnFaVcjYSDQK96bGAhD2MdFA4SSx7Y9pFzxBk9kppVT0x4EoAM0TbNM2qCOkYBNxA==" /> <input type="hidden" name="add_account" id="add_account" autocomplete="off" class="form-control" />
<label for="login_field">
Username or email address
@@ -1452,9 +1463,9 @@
<input type="hidden" name="allow_signup" id="allow_signup" autocomplete="off" class="form-control" />
<input type="hidden" name="client_id" id="client_id" autocomplete="off" class="form-control" />
<input type="hidden" name="integration" id="integration" autocomplete="off" class="form-control" />
-<input class="form-control" type="text" name="required_field_c5cf" hidden="hidden" />
-<input class="form-control" type="hidden" name="timestamp" value="1754027174607" />
-<input class="form-control" type="hidden" name="timestamp_secret" value="ebef3b46b794465db476dbad91f29a7d917664925a433a265226ba7b65831795" />
+<input class="form-control" type="text" name="required_field_e4e3" hidden="hidden" />
+<input class="form-control" type="hidden" name="timestamp" value="1754660119728" />
+<input class="form-control" type="hidden" name="timestamp_secret" value="066e5ba16e979fc228d497afbaf0df6ef02c7edb3dbbe2fd43da7183ca6214a9" />
<input type="submit" name="commit" value="Sign in" class="btn btn-primary btn-block js-sign-in-button" data-disable-with="Signing in…" data-signin-label="Sign in" data-sso-label="Sign in with your identity provider" development="false" disable-emu-sso="false" />
@@ -1481,13 +1492,13 @@
<div class="AppHeader-appearanceSettings">
<react-partial-anchor>
- <button data-target="react-partial-anchor.anchor" id="icon-button-bbc6ccab-8317-4646-b954-98124c753273" aria-labelledby="tooltip-fd389bf7-c05f-46ac-a839-7fd1425c852b" type="button" disabled="disabled" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium AppHeader-button HeaderMenu-link border cursor-wait"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sliders Button-visual">
+ <button data-target="react-partial-anchor.anchor" id="icon-button-b217d8fd-6aaf-417d-b24a-361495a0898d" aria-labelledby="tooltip-b9778916-3091-4413-9f60-0e599a623444" type="button" disabled="disabled" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium AppHeader-button HeaderMenu-link border cursor-wait"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sliders Button-visual">
<path d="M15 2.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75Zm-8.5.75v1.25a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0V2H1.75a.75.75 0 0 0 0 1.5H6.5Zm1.25 5.25a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0 0 1.5h6ZM15 8a.75.75 0 0 1-.75.75H11.5V10a.75.75 0 1 1-1.5 0V6a.75.75 0 0 1 1.5 0v1.25h2.75A.75.75 0 0 1 15 8Zm-9 5.25v-2a.75.75 0 0 0-1.5 0v1.25H1.75a.75.75 0 0 0 0 1.5H4.5v1.25a.75.75 0 0 0 1.5 0v-2Zm9 0a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75Z"></path>
</svg>
-</button><tool-tip id="tooltip-fd389bf7-c05f-46ac-a839-7fd1425c852b" for="icon-button-bbc6ccab-8317-4646-b954-98124c753273" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Appearance settings</tool-tip>
+</button><tool-tip id="tooltip-b9778916-3091-4413-9f60-0e599a623444" for="icon-button-b217d8fd-6aaf-417d-b24a-361495a0898d" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Appearance settings</tool-tip>
<template data-target="react-partial-anchor.template">
- <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.7d2aa1048e3c65679a70.module.css" />
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.6e741486b8c74caf5d85.module.css" />
<link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/appearance-settings.76259b61ecc822265749.module.css" />
<react-partial
@@ -1501,6 +1512,7 @@
<div data-target="react-partial.reactRoot"></div>
</react-partial>
+
</template>
</react-partial-anchor>
</div>
@@ -1521,10 +1533,10 @@
<span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a class="Link--inTextBlock" href="">Reload</a> to refresh your session.</span>
<span class="js-stale-session-flash-switched" hidden>You switched accounts on another tab or window. <a class="Link--inTextBlock" href="">Reload</a> to refresh your session.</span>
- <button id="icon-button-626d60b9-d620-419f-86b9-82df929111c5" aria-labelledby="tooltip-272cce60-85a1-48c7-bdb0-a9a9e4acd378" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium flash-close js-flash-close"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x Button-visual">
+ <button id="icon-button-960677fe-e964-4211-b798-8d00efc87b01" aria-labelledby="tooltip-efef7f53-c5d3-48aa-82e0-94543fd85bce" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium flash-close js-flash-close"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x Button-visual">
<path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
</svg>
-</button><tool-tip id="tooltip-272cce60-85a1-48c7-bdb0-a9a9e4acd378" for="icon-button-626d60b9-d620-419f-86b9-82df929111c5" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Dismiss alert</tool-tip>
+</button><tool-tip id="tooltip-efef7f53-c5d3-48aa-82e0-94543fd85bce" for="icon-button-960677fe-e964-4211-b798-8d00efc87b01" popover="manual" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Dismiss alert</tool-tip>
diff --git a/about/showcase/totalrecall/image-2.png b/about/showcase/totalrecall/image-2.png
index d8340c98..cd7fd112 100644
--- a/about/showcase/totalrecall/image-2.png
+++ b/about/showcase/totalrecall/image-2.png
Binary files differ