Skip to content

Instantly share code, notes, and snippets.

@so0k
so0k / decision-log-memory-system.md
Created March 2, 2026 05:55
Decision Log: Advanced Memory Creation System (Tier 2) — specledger #49 follow-up

Decision Log: Advanced Memory Creation System (Tier 2)

Date: 2026-03-02 Participants: @vincentdesmet + Claude Opus 4.6 analysis Baseline commit: fe8519f on main Context: Extracted from #49 analysis — Tier 2 (LLM-required features) Referenced spec: specledger/598-sdd-workflow-streamline/spec.md (4-layer CLI design)


@so0k
so0k / command-consolidation.md
Created February 28, 2026 05:32
SpecLedger Command Consolidation Decision Tracker (Issue #43)

Command Consolidation Decision Tracker

Date: 2026-02-28 GitHub Issue: specledger/specledger#43 Status: In Progress


D1: Layer Model

@so0k
so0k / so0k.cfg
Last active April 22, 2023 14:17
csgo-2023
cfgver "1"
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "9" "slot9"
bind "a" "+duck"
@so0k
so0k / kuLas.cfg
Last active February 19, 2021 06:53
csgo - 20210219
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Amazon EKS Node Group'
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
-
Label:
default: "EKS Configuration"
Parameters:
@so0k
so0k / billing-budgets-cloudwatch.tf
Last active January 5, 2024 11:02
Swatmobile - AWS Bootstrap gists
resource "aws_budgets_budget" "cloudwatch" {
provider = "aws.billing"
name = "budget-cloudwatch-monthly"
budget_type = "COST"
limit_amount = "1000"
limit_unit = "USD"
time_period_end = "2087-06-15_00:00"
time_period_start = "2017-07-01_00:00"
time_unit = "MONTHLY"
@so0k
so0k / spec_helpers.rb
Created May 5, 2019 04:58
Ssl rspec SNI test
require 'openssl'
require 'socket'
def ssl_peek(host)
ip = ENV['TIP_HOST'] || '0.0.0.0'
port = ENV['TIP_PORT'] || '8121'
tcp_client = TCPSocket.new(ip, port)
ssl_client = OpenSSL::SSL::SSLSocket.new(tcp_client)
ssl_client.hostname = host
ssl_client.connect
@so0k
so0k / bumpme
Last active February 26, 2019 08:41
Tue Feb 26 08:41:19 UTC 2019
apiVersion: v1
kind: Namespace
metadata:
name: heptio-contour
---
apiVersion: v1
kind: Service
metadata:
name: envoy-external
namespace: heptio-contour
@so0k
so0k / contour.no-host.ingress.addon.yaml
Created January 22, 2019 17:05
Dual contour ingress without host network
apiVersion: v1
kind: Namespace
metadata:
name: heptio-contour
---
apiVersion: v1
kind: Service
metadata:
name: envoy-external
namespace: heptio-contour