Category | Reference | Why It Matters |
---|---|---|
Samurai Ethics | Hagakure by Yamamoto Tsunetomo | Classic guide to the samurai code of decisive action, duty without ego, and death before dishonor. |
Warrior Philosophy | The Book of Five Rings by Miyamoto Musashi | Practical philosophy of strategic combat, mindset, and leadership from Japan's most famous swordsman. |
Lakota and Plains Ethics | Touch the Earth edited by T.C. McLuhan | Collected wisdom of Native American leaders about leadership, truth, and respect for natural law. |
Stoic Leadership | Meditations by Marcus Aurelius | The ultimate manual for inner leadership, truth, and emotional discipline under pressure. |
Psychological Boundaries | Boundaries: When to Say Yes, How to Say No by Dr. Henry Cloud and Dr. John Townsend | Essential for understanding how real love requires strong personal limits. |
Radical Truth | Principles by Ray Dalio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[init] | |
defaultBranch = main | |
[user] | |
name = Antonio Rodriguez Martinez | |
email = [email protected] | |
[core] | |
editor = nvim | |
autocrlf = input | |
[color] | |
ui = auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 🌸 SOFTHEART .zshrc | |
eval "$(/opt/homebrew/bin/brew shellenv)" | |
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="agnoster" | |
plugins=(git z) | |
source $ZSH/oh-my-zsh.sh | |
eval "$(starship init zsh)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Andromeda Colorizer", | |
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', 'Cascadia Code', monospace", | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"files.autoSave": "onFocusChange", | |
"typescript.tsdk": "node_modules/typescript/lib", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local wezterm = require 'wezterm' | |
local config = wezterm.config_builder() | |
-- Configurations | |
config.color_scheme = 'AdventureTime' | |
config.font = wezterm.font("JetBrainsMono Nerd Font") | |
config.font_size = 12.5 | |
config.default_prog = { 'pwsh.exe', '-Nologo' } | |
return config |
Value | Definition |
---|---|
Mercy Through the Blade | The act of lovingly exposing illusions and weakness through firm action, without hatred or cruelty. |
Loyalty to Truth, Not Comfort | Commitment to speaking and living truth even when it causes temporary discomfort or resistance. |
Offer Power Once | Sharing your strength openly, without attachment to whether others accept it. |
Strike Without Hatred | Acting decisively when needed, without allowing anger to corrupt the act. |
Cut Without Regret | Trusting that setting hard boundaries, even painful ones, is ultimately an act of love. |
Leave the Door Open, Keep Walking | Compassion means allowing others to find you when ready — discipline means you don't wait for them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/** | |
* setup-stronghand-schema.js | |
* | |
* Sculpt your FORGE & VAULT drives with pro folder schemas + READMEs. | |
* Usage: | |
* node setup-stronghand-schema.js "D:\\" "E:\\" | |
*/ | |
const fs = require('fs'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-container"> | |
<!-- SUBTITLE --> | |
<div class="description-option-stl" style="color:black;"> | |
<div class="text-wrap tlid-copy-target"> | |
<div class="result-shield-container tlid-copy-target" tabindex="0">궁금하신 것이 있으신가요? 이 곳에서 찾아보세요!</div> | |
<div class="result-shield-container tlid-copy-target" tabindex="0"> | |
<meta charset="utf-8" /> | |
<p dir="ltr"> </p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from "react"; | |
import { Link } from 'react-router-dom' | |
import { connect } from "react-redux"; | |
import { bindActionCreators } from 'redux' | |
import * as actions from '../redux/actions/site' | |
import * as firebase from 'firebase' | |
import Mjolnir from '../mjolnir' | |
import axios from 'axios' | |
import validateImages from '../appFunctions/validateImages' | |
//COMPONENTS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"faceAnnotations": [ | |
{ | |
"boundingPoly": { | |
"vertices": [ | |
{ | |
"x": 181, | |
"y": 54 | |
}, | |
{ |
NewerOlder