VOOZH about

URL: https://gist.github.com/tnga

⇱ tnga’s gists Β· GitHub


Skip to content
Sign in Sign up

Instantly share code, notes, and snippets.

Like working, honesty, perseverance, sports, kids, girls, ... One of my favorite citation by **Gandhi** is: >Be the change you want to see in the world.
View GitHub Profile
tnga / CLAUDE.md
Created β€” 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 / umi-mmv-deep
Created
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 / umi-moka-getnewicon.sh
Last active
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%}
You can’t perform that action at this time.