makiin a problem of myself lmao

This commit is contained in:
2025-12-20 20:19:53 -07:00
parent afbd0b2b6f
commit 0ee536b258
7 changed files with 129 additions and 103 deletions
@@ -0,0 +1,85 @@
table main
{
adjective noun chaos operation
}
table adjective
{
async
blocking
brittle
cached
concurrent
deprecated
distributed
flaky
immutable
leaky
monolithic
mutable
racey
recursive
redundant
sandboxed
stale
thread-safe
undefined
unoptimized
}
table noun
{
api
build
cache
compiler
container
daemon
database
endpoint
function
heap
kernel
microservice
mutex
pipeline
process
queue
runtime
scheduler
stack
thread
}
table chaos
{
overflow
deadlock
panic
segfault
bottleneck
regression
refactor
hotfix
workaround
incident
}
table operation
{
added
removed
updated
fixed
corrected
tweaked
optimized
deleted
appended
concatanated
repaired
simplified
reverted
approved
rejected
}