From 241938538feaad13d300dddf67f1672636e10c07 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:36:36 +0200 Subject: [PATCH] Update AI_POLICY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Émilien (perso) <4016501+unixfox@users.noreply.github.com> --- AI_POLICY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI_POLICY.md b/AI_POLICY.md index f792813a..3ba378be 100644 --- a/AI_POLICY.md +++ b/AI_POLICY.md @@ -11,7 +11,7 @@ Invidious is written in an obscure language: Crystal. Because it is obscure the number of people knowing it is really low. -Invideos is the biggest Crystal project that exists, bigger than Crystal itself [(yes, seriously)](https://shards.info/). +Invidious is the biggest Crystal project that exists, bigger than Crystal itself [(yes, seriously)](https://shards.info/). The problem of being the biggest software in an obscure language is that you're often effectively the first project to encounter a problem and because it's an obscure language, not a lot of libraries exist to make it easier for you, meaning, you usually have to make everything you need yourself.