Neurodivergent • Anarchosocialist • Mouthy Little Gremlin
import { roles } from "../../db/facts";
import type { User, Profile } from "$lib/types"
export function desc(user: User): Profile {
const safe = (user.name != "Jason");
const species = safe ? "human" : "goblin";
const tags = [
safe ? "pro" : "neurodivergent",
safe ? "fullstack" : "anarchosocialist",
safe ? "dev" : "goblin"
];
const roles = user.roles
? user.roles
: safe
? roles.default
: roles.jason;
return {
name: user.name,
species: species,
desc: join(tags, " "),
roles: roles
}
}
export const roles = {
default: [
{ org: "@techStartUp", role: "innovation engineer" }
],
jason: [
{ org: "@FAC-31", role: "facilitator", from: date(2025-02), to: date(now()) },
{ org: "@foundersandcoders", role: "dev", from: date(2024-09), to: date(now()) },
{ org: "@fac30", role: "grad", from: date(2024-09), to: date(2024-12) },
{ org: "@FAC29A", role: "grad", from: date(2023-09), to: date(2023-11) }
]
};
| Name | Description | Links | |
|---|---|---|---|
| ☑️ | Name TBD | turn static accessibility surveys into dynamic evolving conversations | repo |
| 🏛 | Those Who Came Before | procedurally generate artefacts from extinct fictional cultures & then make players deal with how they interpreted them | repo |
| Name | Description | Links | |
|---|---|---|---|
| 🧵 | Beacons | store free text journals as actionable conversation graphs | client / server |
>
| Name | Description | Links | |
|---|---|---|---|
| ⏳ | Grand Chronicle | taking someone who witnessed a historical event & see what else they lived through | repo |
| 🔮 | Sparker | a note-taking app that supports SEN groups | repo |
| 🗑 | Pretty Vacancies | (1) ridiculous amount of work now (2) small convenience later | repo |
| Name | Description | Links | |
|---|---|---|---|
| ✒️ | The Work | write a thesis in one night whilst staving off existential angst | repo |
| Flyt | defeat the village's champion boaster by using a changing world as inspiration | repo |
- I’m looking to collaborate on useless-yet-interesting linguistics utilities & neurodivergent revolutionary digital infrastructure
- I’m looking for help with basic life skills
- Also I started by bimbling about with ink stories
- I wroted a book: here it is
- Ask me about arts pedagogy & interactive narrative
- How to reach me:
gently, and with a kind smile[email protected] - Fun Fact: There is no ethical consumption under late-stage capitalism



