When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}| local function start_tsgo() | |
| local root_files = { "tsconfig.json", "jsconfig.json", "package.json", ".git" } | |
| local paths = vim.fs.find(root_files, { stop = vim.env.HOME }) | |
| local root_dir = vim.fs.dirname(paths[1]) | |
| if root_dir == nil then | |
| -- root directory was not found | |
| return | |
| end | 
| #!/usr/bin/env python3 | |
| import json | |
| import os | |
| import sys | |
| from configparser import ConfigParser | |
| from datetime import datetime | |
| from pathlib import Path | |
| import boto3 | 
| . | |
| .. | |
| ........ | |
| @ | |
| * | |
| *.* | |
| *.*.* | |
| 🎠| 
| ## AWS | |
| # from http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories | |
| http://169.254.169.254/latest/user-data | |
| http://169.254.169.254/latest/user-data/iam/security-credentials/[ROLE NAME] | |
| http://169.254.169.254/latest/meta-data/iam/security-credentials/[ROLE NAME] | |
| http://169.254.169.254/latest/meta-data/ami-id | |
| http://169.254.169.254/latest/meta-data/reservation-id | |
| http://169.254.169.254/latest/meta-data/hostname | |
| http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key | 
| diff --git a/examples/api/crt0.S b/examples/api/crt0.S | |
| index df2b542..d9313d0 100644 | |
| --- a/examples/api/crt0.S | |
| +++ b/examples/api/crt0.S | |
| @@ -26,7 +26,21 @@ syscall: | |
| bctr | |
| #elif defined(CONFIG_ARM) | |
| +#ifdef CONFIG_ARM64 | |
| + .text |