Skip to content

Instantly share code, notes, and snippets.

@wesen
wesen / 03-postmortem-docmgr-usability-and-documentation-gaps.md
Created June 4, 2026 12:40
Postmortem: Docmgr Usability and Documentation Gaps (PI-LAUNCHER-001)
title Postmortem: Docmgr Usability and Documentation Gaps
doc-type reference
ticket PI-LAUNCHER-001
topics
docmgr
documentation
usability
tooling
@wesen
wesen / .ttmp.yaml
Created June 4, 2026 12:40
docmgr configuration and vocabulary for PI-LAUNCHER-001 ticket
root: pi-launcher/ttmp
defaults:
owners: []
intent: ""
filenamePrefixPolicy: ""
vocabulary: pi-launcher/ttmp/vocabulary.yaml
@wesen
wesen / 01-investigation-diary.md
Created June 4, 2026 12:12
PROJ-GUIDE-001: Project Creation Guideline + Diary

title: Investigation Diary doc_type: reference status: active intent: long-term topics:

  • project-setup
  • react
  • go
  • glazed
@wesen
wesen / 01-module-config-capability.md
Created June 3, 2026 11:52
GOJA-053: ModuleConfigCapability Analysis and Implementation Guide (for go-go-golems/go-go-goja#52)

Title: 'ModuleConfigCapability: Analysis, Design, and Implementation Guide' Ticket: GOJA-053 Status: active Topics: - xgoja - provider - capability - glazed

  • config
@wesen
wesen / diary.md
Created February 25, 2026 21:26
SURF-20260225-R1: Snap Chromium Native Messaging Full Research Report

Title: Investigation Diary Ticket: SURF-20260225-R1 Status: active Topics: - linux - chromium - snap - native-messaging

  • debugging

Concepts:

Translation machines

Autoregression: Help the model create output that helps it create better output

DSLs

Whatever you tell the LLM is its reality

@wesen
wesen / programming-with-ai.md
Created March 8, 2024 22:04
AI programming slides

Programming with AI


Fundamentals

  • Autoregressive
  • Context size

Autoregression

@wesen
wesen / machine.js
Created October 21, 2023 21:40
Generated by XState Viz: https://xstate.js.org/viz
const fetchMachine = Machine({
id: 'telemetry',
initial: 'A_OFF',
context: {
timestampStart: null,
currentADuration: 0,
currentCounter: 0,
},
states: {
A_OFF: {

2023 07 21 Go Monads

Technical Team Composition: The Tree Center (TTC)

1. Infrastructure / DevOps

Definition: A technical role focused on maintaining and improving the company's software infrastructure, which includes the servers, databases, and networks required for application deployment and performance.

Responsibilities

  • Setting up, managing and maintaining AWS infrastructure
  • Setting up and maintaining 3rd party services (Rollbar, Datadog, payment processors, GTM, others)
  • Ensuring website and server stability (on-call responsibilities)