Skip to content

Instantly share code, notes, and snippets.

View maow-tty's full-sized avatar
🍝
"spaghetto"

Maow maow-tty

🍝
"spaghetto"
View GitHub Profile
@maow-tty
maow-tty / WildContainerFormat.md
Last active February 22, 2024 10:33
Wild Container Format

🦊 Wild Container Format

The "Wild Container Format" is a binary container format developed and designed by Wild Heart Studios for the purpose of storing structured, format-agnostic video game save data.

This document follows the key words defined in IETF RFC 2119 to reduce ambiguity where it may be needed.

@maow-tty
maow-tty / Intents.md
Created February 1, 2024 04:12
Author Intent Indicators

Author Intent Indicators

An international, inter-platform, and unambiguous alternative to tone indicators, a.k.a. tone tags, that paves the way for automated tooling.

Why?

Tone indicators are a textual accessibility tool for describing a person's intended tone (a.k.a. connotation) through a short indicator, such as /s for "sarcasm." They allow the prevention of miscommunication, something that is very important in online discourse. They are also a great tool for neurodivergent people, such as autistic people, who may have difficulties understanding tone.

aspe:keyoxide.org:CECVZZEO4AR2D25I45U7YAOA4E

@maow-tty
maow-tty / NBT2.md
Last active January 12, 2024 04:44
Named Binary Tags 2

Block

The layout of a block NBT file (.nbt2)

struct Block {
  signature: u32
  root_tag: ...
}
@maow-tty
maow-tty / MinecraftLaunching.md
Last active August 20, 2023 05:52
Minecraft Observed Client Launching Behaviours

Minecraft Observed Client Launching Behaviours

Author: Maow
Date: 8/19/23

Overview

This is a mostly informal document written to archive my personal analysis (some information may be incorrect or inaccurate) of Minecraft's launch procedure when paired with the latest version of the official, modern launcher.

@maow-tty
maow-tty / MinecraftUI.md
Created July 12, 2023 22:59
UI/UX Design for Minecraft Server Plugins

UI/UX Design for Minecraft Server Plugins

  • Author: maow-tty
  • Date: July 12th, 2023

This document is a set of standards for Minecraft server user interfaces. The purpose of this document is to help provide consistency amongst the plugin ecosystem and to help newer developers understand best practices when it comes to user experience.

Core Concepts