Skip to content

Instantly share code, notes, and snippets.

View anosatsuk124's full-sized avatar
💜
ℒℴνℯ

Satsuki Akiba anosatsuk124

💜
ℒℴνℯ
View GitHub Profile
[Unit]
Description=iPad Sunshine Service for configuration: %i
[Service]
Type=simple
ExecStart=/bin/sh -c '/usr/bin/sunshine output_name=%i'
#/bin/sh
monolith -q -c -i -v -a "$1" | pandoc -f html -t gfm
@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.
@anosatsuk124
anosatsuk124 / README.md
Created February 11, 2026 00:43
Key/Zip Automation (for CFC)

Key/Zip Automation

Scripts to generate name.key from keys.h (matching name.zip -> //name) and add/update both name.key and dl-1425.bin in each target zip.

  • Bash script: make_keys_and_update_zips.sh
  • PowerShell script: make_keys_and_update_zips.ps1

Required Files

Place these in the same folder:

-- CC: Tweaked type definitions for Teal
-- Reference: https://tweaked.cc/
-- Enums
global enum Side
"left"
"right"
"top"
"bottom"