Skip to content

Instantly share code, notes, and snippets.

@xpe
Created August 6, 2021 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpe/0e213bb5de3ce2f703b205266a4e324a to your computer and use it in GitHub Desktop.
Save xpe/0e213bb5de3ce2f703b205266a4e324a to your computer and use it in GitHub Desktop.
16-bit Emotional Encoding

With two bytes, a considerable range of emotions can be encoded according to Plutchik's wheel of emotions:

bits 15-14 13-12 11-10 9-8 7-6 5-4 3-2 1-0
00 - - - - - - - -
01 interest serenity acceptance apprehension distraction pensiveness boredom annoyance
10 anticipation joy trust fear surprise sadness disgust anger
11 vigilance ecstasy admiration terror amazement grief loathing rage

References

@xpe
Copy link
Author

xpe commented Aug 6, 2021

Plutchik-wheel svg

@xpe
Copy link
Author

xpe commented Aug 6, 2021

For example, my feelings at the final scene of Raiders of the Lost Ark: 20033120 (base 4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment