Skip to content
View JasonWarrenUK's full-sized avatar

Organizations

@FAC29A @fac-31

Block or report JasonWarrenUK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JasonWarrenUK/README.md

Oh God, It's Jason Warren

Neurodivergent • Anarchosocialist • Mouthy Little Gremlin

Dev Profile API

.src/index.ts

import { desc } from "./src/utils/getProfile.ts";
import type { User } from "./src/lib/types.ts"

const jason: User = { name: "Jason" };

desc(jason);

./src/utils/getProfile.ts

import { roles } from "./db/facts.ts";
import type { User, Profile } from "./src/lib/types.ts"

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
  }
}

./src/lib/types.ts

export interface Role {
  org: string,
  role: string,
  from?: string,
  to?: string
};

export interface User {
  name: string,
  roles?: Role[]
};

export interface Profile extends User {
  species: string,
  desc: string,
};

./db/facts.ts

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) }
  ]
};

The Debris Left in My Wake

Current Hyperfoci

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

Dormant Ambitions

Name Description Links
🧵 Beacons store free text journals as actionable conversation graphs client / server

Seed Vault

Apps

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

Games

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

Whimsies

Name Links Year
Nihilistic Onboarder repo 2025
Hat Recommender repo 2025
Petulant God repo 2023
Melonhead itch 2022
Prisms itch/repo 2021
My Brothers, Counting itch 2020

Idea Graveyard

Name Links
Got My Back Repo
Knowledge Kata Repo

Field Guide to Jason

What Is It Doing?

🌱 I’m currently seriously learning about...

  • Svelte
  • neo4j
  • MCP servers

I'm also dabbling with...

  • ink (CLI Building Framework)

How Does It Behave?

  • 👯 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 jason@foundersandcoders.com
  • ⚡ Fun Fact: There is no ethical consumption under late-stage capitalism

Hit Me Up

neurosocialist jasonwarrenuk neurosocialist


is rl dev, look

jasonwarrenuk

jasonwarrenuk

Pinned Loading

  1. foundersandcoders/LIFT02 Public

    Allow employees to document their workplace needs & share them with managers whilst retaining control of their information.

    Svelte 1

  2. those-who-came-before Public

    Try to understand a vanished culture by interpreting procedurally generated artefacts

    JavaScript 1

  3. fac30/things-we-do Public

    Under Construction

    TypeScript 3 2

1,526 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week August September October November December January February March April May June July
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing JasonWarrenUK's contributions from July 28, 2024 to August 01, 2025. The contributions are 74% commits, 11% pull requests, 9% code review, 6% issues. 9% Code review 6% Issues 11% Pull requests 74% Commits

Contribution activity

August 1, 2025

Created 1 repository
Loading