This file contains 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 bb | |
; failed attempt at yaml manipulation | |
(def manifest (yaml/parse-string (slurp *in*))) | |
(defn get-containers [deployment-manifest] | |
(-> | |
deployment-manifest | |
:spec | |
:template |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.25882354378700256</real> |
This file contains 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
# Homebrew zsh completion configuration initialize here | |
if type brew &>/dev/null; then | |
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH | |
autoload -Uz compinit | |
compinit | |
fi | |
# plugin declaration before source-ing oh-my-zsh | |
plugins=(git autojump fd fzf git-prompt kubectl ripgrep golang zsh-nvm) |
This file contains 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
{ | |
"codeLens.enable": true, | |
"languageserver": { | |
"elixirLS": { | |
"command": "/home/choe/.elixir-ls/release/language_server.sh", | |
"filetypes": ["elixir", "eelixir"] | |
} | |
} | |
} |
This file contains 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
font_family JetBrainsMono Nerd Font | |
font_size 10 | |
disable_ligatures never | |
input_delay 1 | |
background_opacity 1 | |
scrollback_lines 50000 | |
editor nvim | |
update_check_interval 0 | |
enable_audio_bell no |
This file contains 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 /bin/bash | |
set -e | |
PREFIX=$1 | |
DOMAIN=$2 | |
CA_PREFIX=$3 | |
SERVER_PREFIX=$4 | |
CLIENT_CN=$5 | |
MODE=$6 |
This file contains 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
defmodule PingPgTls.DBConnection do | |
def test_connect do | |
opts = [ | |
hostname: "localhost", | |
port: 5432, | |
username: "postgres", | |
password: "postgres", | |
database: "postgres", | |
ssl: true, | |
ssl_opts: [ |
This file contains 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
Patt Chinnakarn สิ่งที่น่ากลัวที่สุดในตอนนี้ น่ะหรออานน | |
คือการเศรษฐกิจกำลังจะพังพินาศ คนที่ถือเงิน ไม่ยอมเอาเงินออกมาใช้ เพราะหากลับมายากกว่าแต่ก่อน พวกไร้สมอง ก็ของมันต้องมีกันจนหมดตัว ไม่มีเงินเก็บ เงินไปกองอยู่กับพวกแย่ที่แม่งเผาแบงค์พันทิ้งวินาทีละใบตลอดชีวิตก็ไม่หมด อสังหาแพงขึ้นจนนายไม่มีปัญญาซื้อเองนอกจากกู้แบงค์ผ่อนจนนายตาย | |
ไอ้พวกเหี้ยบางคน ก็กู้แบงคมาปล่อยเช่าจนเยอะ supply เยอะกว่า demand 10-20 เท่า ค่าเงินแข็งจนนักลงทุนต่างชาติโยกเงินลงทุนไปหาพวกเหงียนหมด | |
นักท่องเทียวก็ลดลงเกินครึ่ง ไปหาพวกอีงูเย็น เพราะเที่ยวบ้านแม่ง ถูกและน่าเที่ยวพอๆกับเรา และพวกอีงูเย็น หุ่นดี นมใหญ่ ราคาถูกกว่าแถวนานาเยอะ | |
สุดท้ายเศรษฐกิจประเทศนี้จะล่ม เงินในมือนาย ถ้าไม่หายไปหมด ก็จะไร้ค่า | |
ถ้านายเป็นพวกนอร์มี่แดกเงินเดือน นายจะถูกเลย์ออฟ แล้วเครียดจนผูกคอตาย | |
ถ้านายเป็นเจ้าของกิจการ นายจะมีหนี้ท่วมหัว แล้วเครียดจนผูกคอตาย | |
ถ้านายเป็นไอ้เอ๋อสวะ ที่นั่งแดกโดริโทสอยู่บ้าน ชักว่าวกับภาพน้องชายแต่งหญิง แล้วให้คนที่บ้านเลี้ยง นายจะอดตาย เพราะคนที่บ้านนายผูกคอตาย ไปในสองแบบแรก | |
ธนพล ทองหล่อ นายจะเริ่มรู้สึกว่าชีวิตมันว่างเปล่าและไร้ความ |
This file contains 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
# Start windows and panes at 1, not 0 | |
set -g base-index 1 | |
set -g pane-base-index 1 | |
set -s escape-time 0 | |
set -g default-terminal "tmux-256color" | |
set -ga terminal-overrides ",*256color*:Tc" | |
set -g mouse on | |
set -g focus-events on |
This file contains 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
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAGUElEQVR4Xu3UAQ0AIAwDQdCA4xmHBBt/c9Dr0n1m7nIECCQFtgFI9i40gS9gADwCgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8AMEwgIGIFy+6AQMgB8gEBYwAOHyRSdgAPwAgbCAAQiXLzoBA+AHCIQFDEC4fNEJGAA/QCAsYADC5YtOwAD4AQJhAQMQLl90AgbADxAICxiAcPmiEzAAfoBAWMAAhMsXnYAB8A |
NewerOlder