.{
    // tila.cat
    .tila = .{
        .pronouns = "she/they",

        .location = .{
            .sometimes = "https://ha.si",
            .always = "in ur walls",
        },

        .speaks = .{ .DE, .EN },

        .likes = .{
            .tech = .{
                .zig = "https://ziglang.org",
                .nixos = "https://nixos.org",
                .rust = "https://rust-lang.org",
            },
            .music = . // fold
                .cissne = "https://https://cissnejapan.bandcamp.com/",
                .godspeed_you_black_emperor = "https://godspeedyoublackemperor.bandcamp.com/",
                .maruja = "https://marujaofficial.bandcamp.com",
                .goreshit = "https://goreshit.bandcamp.com",
                .lamp = "https://botanicalhouse.bandcamp.com",
                .weatherday = "https://weatherornot.bandcamp.com",
                .eyehategod = "https://eyehategodnola.bandcamp.com",
                .weedeater = "https://weedeater.bandcamp.com",
            ,
            .books = . // fold
                .fiction = .{
                    .{ "Dune", "Dune Messiah", "Children of Dune" }, // haven't read the rest yet :P
                    .{ "Neuromancer", "Count Zero", "Mona Lisa Overdrive" },
                },
                .nonfiction = .{
                    "The Ego And It's Own",
                    .{
                        .name = "Desert",
                        .url = "https://theanarchistlibrary.org/library/anonymous-desert",
                    },
                    .{
                        .name = "Blessed is the Flame",
                        .url = "https://theanarchistlibrary.org/library/serafinski-blessed-is-the-flame",
                    },
                    .{
                        .name = "Baedan",
                        .url = "https://theanarchistlibrary.org/library/baedan-baedan",
                    },
                },
            ,
        },
    },

    .links = .{
        // code forges
        .sourcehut = "https://sr.ht/~xqtc",
        .codeberg = "https://codeberg.org/xqtc",
        .github = "https://github.com/xqtc161", // yuck

        // social
        .fedi = "https://girldick.gay/tila",
    },

    .keys = .{
        .ssh = .{
            .{
                .key = "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINIprSWFWih0JQaHCF4zlrURecjpDV5uRQeT7zbOaoKNAAAABHNzaDo=",
                .fingerprint = "256 SHA256:KD89RqJZvQyJtAEgolIfnbCoFlhhjSLE3Z4A8VL4hgY (ED25519-SK)",
            },
            .{
                .key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN7UkcmSVo+SeB5Obevz3mf3UHruYxn0UHUzoOs2gDBy",
                .fingerprint = "256 SHA256:E9cz+ZufIQXc39Wrzq4kyLnz1aYGANTmn0WL+JRnCpw (ED25519)",
            },
        },
    },

    .webring = .{
        .prev = "https://martini.moe",
        .next = "https://juvi.likes.graphics/",
    },

    .be_gay = "do crime",

    .site = .{
        .source = "https://git.sr.ht/~xqtc/zonsite",
        .zig_ver = "0.16.0",
    },

    // "Once men turned their thinking over to machines in the hope that this would set them free. But that only permitted other men with machines to enslave them."
}