Articles by KatieKat

Sub Systems

Authors: KatieKat Asterisk

What is a Sub System?

The word sub system can have several meanings when discussing DID/OSDD. When talking about a personality as a whole a sub system refers to emotional sub systems, or emotional action chains. This type of action chains is present in every person with a personality …

Read more about Sub Systems >>>

Blurry

Authors: KatieKat Gold

Blurry can be an abstract concept for someone who does not have DID/OSDD and may be a little difficult to understand. Blurry describes a "feeling" or internal state of a System. Being blurry is not always a stressful or upsetting incident, this is more dependent on the individual and …

Read more about Blurry >>>

We appreciate Donations & Tips!

We would much rather be making cool tutorials, streaming code, and making accessibility tools. Unfortunately we have bills and a job. Hopefully one day, with enough Patrons and donations this can be fulltime!

5 Tips for Making Better Components in Tanjun

Authors: Asterisk KatieKat

Tanjun and Hikari go through rapid development! With that come a lot of improvements even between articles. Here's a few quick tips that have changed that will streamline your code!

An Example Generic Plugin

Let's look at a simple Tanjun plugin outline. First we define a new component, my_component on …

Read more about 5 Tips for Making Better Components in Tanjun >>>

We appreciate Donations & Tips!

We would much rather be making cool tutorials, streaming code, and making accessibility tools. Unfortunately we have bills and a job. Hopefully one day, with enough Patrons and donations this can be fulltime!

Deeper Look at Dependency Injection in Tanjun

Authors: Asterisk KatieKat

Tanjun uses a more functional approach than other Discord libraries. Functional in this post does not mean, provides more utility, but rather is written in a functional programming style. One good example is how hikari and Tanjun implement a Bot.

In other Discord libraries you create a new class that …

Read more about Deeper Look at Dependency Injection in Tanjun >>>

We appreciate Donations & Tips!

We would much rather be making cool tutorials, streaming code, and making accessibility tools. Unfortunately we have bills and a job. Hopefully one day, with enough Patrons and donations this can be fulltime!