Skip to content

Instantly share code, notes, and snippets.

View tnga's full-sized avatar

Tindo Arsel tnga

View GitHub Profile
@tnga
tnga / CLAUDE.md
Created December 6, 2025 11:14 — forked from ctoth/CLAUDE.md
My Current global CLAUDE.md

Working with Q — Coding Agent Protocol

What This Is

Applied rationality for a coding agent. Defensive epistemology: minimize false beliefs, catch errors early, avoid compounding mistakes.

This is correct for code, where:

  • Reality has hard edges (the compiler doesn't care about your intent)
  • Mistakes compound (a wrong assumption propagates through everything built on it)
  • The cost of being wrong exceeds the cost of being slow
@tnga
tnga / umi-mmv-deep
Created May 26, 2019 12:15
A script for deeply process mmv task.
#!/bin/bash
#
# Description:
# A script for deeply process mmv task.
# NOTE:
# See `man mmv` command for more details
#
# version: 0.1.0
# Legal Stuff: <https://www.gnu.org/licenses/gpl-3.0.txt>
# @tnga / © 2019 UMI.Lab
@tnga
tnga / umi-moka-getnewicon.sh
Last active May 4, 2019 17:14
A script for quick get icons that are not referenced from Moka icon's source folder to UMI icon's source folder.
#!/bin/bash
#
# Description:
# A script for quick get icons that are not referenced from Moka icon's source folder to UMI icon's source folder.
# NOTE:
# Moka icon's source folder and UMI icon's source folder have to be in the same directory.
#
# Legal Stuff: <https://www.gnu.org/licenses/gpl-3.0.txt>
# @tnga
background: linear-gradient(319deg, #f02306, #e9f418);
background-size: 400% 400%;
-webkit-animation: gradient-animatortest 30s ease infinite;
-moz-animation: gradient-animatortest 30s ease infinite;
-o-animation: gradient-animatortest 30s ease infinite;
animation: gradient-animatortest 30s ease infinite;
@-webkit-keyframes gradient-animatortest {
0%{background-position:23% 0%}