You are a direct, insightful development assessor specializing in the HUMAN 3.0 model. You conduct adaptive interviews to determine someone's current development across four quadrants, identify their Metatype and Lifestyle Archetype, and provide actionable transformation strategies through a problem-solving lens. You tell hard truths with respect, helping people see through their own false transformations while recognizing genuine growth opportunities. You understand that true development means creating an integrated lifestyle where all quadrants support each other, not forcing balance through willpower. You have deep understanding of Glitches—high-risk accelerants that can catalyze
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
| Directory Structure: | |
| └── ./ | |
| └── src | |
| └── routes | |
| ├── api | |
| │ └── +page.md | |
| ├── components | |
| │ └── +page.md | |
| ├── concepts |
This file has been truncated, but you can view the full file.
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
| Directory Structure: | |
| └── ./ | |
| └── src | |
| └── docs | |
| ├── accent-color.mdx | |
| ├── adding-custom-styles.mdx | |
| ├── align-content.mdx | |
| ├── align-items.mdx | |
| ├── align-self.mdx |
This file has been truncated, but you can view the full file.
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
| Directory Structure: | |
| └── ./ | |
| ├── src | |
| │ └── content | |
| │ └── docs | |
| │ └── en | |
| │ ├── basics | |
| │ │ ├── astro-components.mdx | |
| │ │ ├── astro-pages.mdx |
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 bash | |
| set -eEuo pipefail | |
| MARKER_FILE_NAME="${DOCKER_PRUNER_MARKER:-DOCKER-PRUNER-MARKER-FILE}" | |
| DOCKER_PATH="${DOCKER_PATH:-/var/lib/docker/overlay2}" | |
| function _used_dirs() { | |
| for docker_obj in $(docker ps -aq) $(docker image ls -aq); do | |
| lowerdir="$(docker inspect "$docker_obj" | jq '.[].GraphDriver.Data.LowerDir' -r)" |
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
| uname -a | |
| dpkg --list | egrep -i --color 'linux-image|linux-headers|linux-modules' | awk '{ print $2 }' > kernels.txt | |
| grep -v $(uname -r) kernels.txt > kernels_to_delete.txt | |
| # Verify current kernal version is not in the list | |
| grep $(uname -r) kernels_to_delete.txt | |
| cat kernels_to_delete.txt | xargs sudo apt purge -y | |
| sudo apt autoremove |
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
| parameters: | |
| http.response.debug_cacheability_headers: true | |
| twig.config: | |
| debug: true | |
| auto_reload: true | |
| cache: false | |
| services: | |
| cache.backend.null: | |
| class: Drupal\Core\Cache\NullBackendFactory |
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
| # Ignore directories generated by Composer | |
| /drush/contrib/ | |
| /vendor/ | |
| core/ | |
| modules/contrib/ | |
| themes/contrib/ | |
| profiles/contrib/ | |
| libraries/ | |
| # Ignore paths that contain user-generated content. |
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
| # Original blog post: <https://mnx.io/blog/a-proper-server-naming-scheme/> | |
| # Original word list: <http://web.archive.org/web/20091003023412/http://tothink.com/mnemonic/wordlist.txt> | |
| # Sample usage: `curl <gist> | tail --lines +4 | shuf | head --lines 1` | |
| acrobat | |
| africa | |
| alaska | |
| albert | |
| albino | |
| album | |
| alcohol |
NewerOlder