From 99c952a8e4e3d56ec8c8a6ca0451d27c07b97c71 Mon Sep 17 00:00:00 2001 From: PeculiarDemon Date: Tue, 21 Apr 2026 08:45:44 +0200 Subject: [PATCH] Add last untainted versions for the Accessibility Tools section (#488) Given the number of "Requests for Help" and pull requests for new entries, I decided to fulfill some of them. I started with the Accessibility Tools section because it was the first one These are the earliest instances of AI usage I found: * [espeak-ng](https://github.com/espeak-ng/espeak-ng): [Copilot review](https://github.com/espeak-ng/espeak-ng/pull/2256) - even though it was automatic, no effort to ignore it or stop future instances was taken. Furthermore, they became more frequent later on * [nametag](https://github.com/mattogodoy/nametag): [Claude commit](https://github.com/mattogodoy/nametag/commit/b85028841450aec33ee03f15894e73a0c5b59dda) - the latest version is of the same day but does not contain this commit Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/488 Reviewed-by: JesseBot Co-authored-by: PeculiarDemon Co-committed-by: PeculiarDemon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de11599..52cf32a 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,8 @@ This is a section for repos that are similar to this one either because they are | Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | |---|:---:|---|---| -| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help)| [![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058), [2](https://github.com/espeak-ng/espeak-ng/pull/2302))
[![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/espeak-ng/espeak-ng/commit/a17b335f9f794f9176bd702ceacb09f34bcb1e16), [2](https://github.com/espeak-ng/espeak-ng/commit/00c9e543c7390c228266de5dcac12e5fb2ca98f9)) | [espeak](https://espeak.sourceforge.net/)1, [flite](http://cmuflite.org/) | -| [Nametag](https://github.com/mattogodoy/nametag) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help)| [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/mattogodoy/nametag/pull/126), [2](https://github.com/mattogodoy/nametag/pull/119), [3](https://github.com/mattogodoy/nametag/pull/70)) | [Monica](https://github.com/monicahq/monica) | +| [espeak-ng](https://github.com/espeak-ng/espeak-ng) | [v1.52](https://github.com/espeak-ng/espeak-ng/releases/tag/1.52.0) | [![AI Code Reviews](./badges/ai-code-reviews-purple.svg)](#ai-code-reviews) ([1](https://github.com/espeak-ng/espeak-ng/pull/2328#pullrequestreview-3559773058), [2](https://github.com/espeak-ng/espeak-ng/pull/2302))
[![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/espeak-ng/espeak-ng/commit/a17b335f9f794f9176bd702ceacb09f34bcb1e16), [2](https://github.com/espeak-ng/espeak-ng/commit/00c9e543c7390c228266de5dcac12e5fb2ca98f9)) | [espeak](https://espeak.sourceforge.net/)1, [flite](http://cmuflite.org/) | +| [Nametag](https://github.com/mattogodoy/nametag) | [v0.17.0](https://github.com/mattogodoy/nametag/releases/tag/v0.17.0) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/mattogodoy/nametag/pull/126), [2](https://github.com/mattogodoy/nametag/pull/119), [3](https://github.com/mattogodoy/nametag/pull/70)) | [Monica](https://github.com/monicahq/monica) | > [!Note] > 1 espeak may be considered heavily outdated and very bad from a modern standpoint.