Skip to content

Instantly share code, notes, and snippets.

View anosatsuk124's full-sized avatar
πŸ’œ
β„’β„΄Ξ½β„―

Satsuki Akiba anosatsuk124

πŸ’œ
β„’β„΄Ξ½β„―
View GitHub Profile
@anosatsuk124
anosatsuk124 / 00-functional-claude.xml
Last active August 1, 2025 01:07
Functional Claude for React/TS
<title>Strict Functional TypeScript/React Coding Standards</title>
<overview>
Based on CUPID (Composable, Unix philosophy, Predictable, Idiomatic, Domain-based) principles, express all logic as pure functions, control side effects explicitly, and maintain a type-safe, immutable codebase.
</overview>
<cupid>
<principle name="Composable">
Divide every piece of logic into pure functions and combine them only via compose or pipe patterns, enforcing single responsibility and explicit side-effect control.
</principle>
<principle name="Unix philosophy">
Ensure each module or file implements exactly one responsibility, executing side effects only at well-defined entry points.
#/bin/sh
monolith -q -c -i -v -a "$1" | pandoc -f html -t gfm
[Unit]
Description=iPad Sunshine Service for configuration: %i
[Service]
Type=simple
ExecStart=/bin/sh -c '/usr/bin/sunshine output_name=%i'
@anosatsuk124
anosatsuk124 / README.md
Last active August 11, 2024 15:01
Sonic Pi config

Configurations

~/.sonic-pi/config
β”œβ”€β”€ audio-settings.toml
β”œβ”€β”€ colour-theme.properties
β”œβ”€β”€ gui-settings.ini
β”œβ”€β”€ init.rb
└── README.md
set -g automatic-rename on
set -g window-status-format '#I:#{?#{m:#W,zsh},#(basename #{pane_current_path}),#W}#F'
set -g window-status-current-format '#I:#{?#{m:#W,zsh},#(basename #{pane_current_path}),#W}#F'
b_< /Ι“;丑唇ε…₯破音/
d` /Ι–;ζœ‰ε£°γγ‚ŠθˆŒη ΄θ£‚ιŸ³/
d_< /Ι—;歯茎ε…₯破音/
g_< /Ι ;θ»Ÿε£θ“‹ε…₯破音/
h\ /Ι¦;ζœ‰ε£°ε£°ι–€ζ‘©ζ“¦ιŸ³/
j\ /ʝ;ζœ‰ε£°η‘¬ε£θ“‹ζ‘©ζ“¦ιŸ³/
l` /Ι­;γγ‚ŠθˆŒε΄ι’ζŽ₯θΏ‘ιŸ³/
l\ /ɺ;歯茎側青はじき音/
n` /Ι³;γγ‚ŠθˆŒιΌ»ιŸ³/
p\ /ΙΈ;η„‘ε£°δΈ‘ε”‡ζ‘©ζ“¦ιŸ³/
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker build -t <tag> -f <Dockerfile> <context>
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}
qemu-img resize -f raw /Users/natevw/Library/Containers/com.utmapp.UTM/Data/Documents/My\ macOS\ VM.utm/Data/disk0.img +30G