From 6c98bf39bbc61dcf1694db99b51f7c50274dec9a Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 29 Oct 2022 12:29:58 +0800 Subject: [PATCH] add pluralkit tag --- src/tags.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tags.json b/src/tags.json index 99b1429..470471b 100644 --- a/src/tags.json +++ b/src/tags.json @@ -139,5 +139,13 @@ { "name": "whatislinuxexactly", "text": "I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.\nMany computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.\nThere really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!" + }, + { + "name": "pluralkit", + "embed": { + "title": "Why PluralKit?", + "description": "Plurality is the existence of multiple self-aware entities inside the same brain.\n\nEach member of a system/collective (group residing inside the same physical brain) is an individual person, so please treat them as such.\n\nOn Discord, some systems may use [PluralKit](https://pluralkit.me/) to make their message appear with the correct profile, resulting in a `[BOT]` tag.\n\nFor more information about plurality, we recommend [More Than One](https://morethanone.info/) for a useful overview.", + "color": "blue" + } } ]