This session involved:
- Minimizing Go CLI dependencies (removing goldmark library)
- Setting up GitHub Actions CI/CD for multi-platform builds
- Creating first release with proper binary distribution
| Name: trigram_mode_protocol | |
| version: 1.9i | |
| strict: false | |
| output_language: en | |
| dictionary: | |
| "☰": { role: Heaven, op: final_assertion, constraint: illegal if ☵ active, binary: "111" } | |
| "☷": { role: Earth, op: transmission_end, constraint: out_of_band only, binary: "000" } | |
| "☲": { role: Fire, op: evidence_based_reasoning, constraint: requires provenance, binary: "101" } | |
| "☵": { role: Water, op: explicit_uncertainty, constraint: persists until resolved by ☲ OR ☶, binary: "010" } |
| { | |
| "basics": { | |
| "email": "[email protected]", | |
| "image": "https://res.cloudinary.com/de1eajx01/image/upload/v1765739348/lu7yx5irrcpfmisnhfzi.svg", | |
| "signature": "https://res.cloudinary.com/de1eajx01/image/upload/v1765739484/qa7exxxy8xvzzkmjgyxn.png", | |
| "label": "Interdisziplinärer Praktiker", | |
| "altLabels": ["Programmierer, Ingenieur, Berater"], | |
| "location": { | |
| "address": "Am Burgerhof 4", | |
| "city": "Gutach im Breisgau", |
| export def ytsearch [] { | |
| http get https://www.youtube.com/results?search_query=(input "search> " | url encode) | |
| | split row "var ytInitialData =" | |
| | last | |
| | split row ";</script>" | |
| | first | |
| | from json | |
| | get -o contents.twoColumnSearchResultsRenderer.primaryContents.sectionListRenderer.contents.0.itemSectionRenderer.contents.videoRenderer | |
| | uniq | sort | drop | |
| | select title.runs.text.0 videoId |
| #!/usr/bin/env bash | |
| #age -d -i ~/.ssh/id_ed25519 ~/.env.age | grep GEMINI | awk -F'=' '{print $2}' | |
| export $(age -d -i ~/.ssh/id_ed25519 ~/.env.age) |
| let privatekeylocation = "key.txt" | |
| let publicage = open $privatekeylocation | split row ": " | get 2 | split row "\n" | first | |
| let pantryid = "" | |
| let pantryurl = "https://getpantry.cloud/apiv1/pantry" | |
| # 100 baskets (JSON objects) | |
| # each with a max size of 1.44mb per basket | |
| # API requests are limited to 2 calls per second. -from the FAQ | |
| # https://getpantry.cloud/ | |
| # User and basket information |
| ### Keybase proof | |
| I hereby claim: | |
| * I am shaoyanji on github. | |
| * I am dragoncourt (https://keybase.io/dragoncourt) on keybase. | |
| * I have a public key ASD18z4frT2hj2Lsm2NeSugayViupikXnFlKymEp3uk3ogo | |
| To claim this, I am signing this object: |
| { | |
| "basics": { | |
| "email": "[email protected]", | |
| "image": "https://res.cloudinary.com/de1eajx01/image/upload/v1765739348/lu7yx5irrcpfmisnhfzi.svg", | |
| "signature": "https://res.cloudinary.com/de1eajx01/image/upload/v1765739484/qa7exxxy8xvzzkmjgyxn.png", | |
| "label": "Inter-Disciplinary Practitioner", | |
| "altLabels": [ | |
| "Programmer, Engineer, Consultant" | |
| ], | |
| "location": { |