| File | Purpose |
|---|---|
Ji_Matt_CV.typ |
Main CV template (used by jobby resume typix) |
standalone-cv.typ |
Standalone CV template (used by jobby resume / jobby deutsch) |
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
| #set page(paper: "a4", margin: (left: 2.5cm, right: 2cm, top: 1cm, bottom: 1.5cm)) | |
| #set text(font: "JetBrainsMono NFM", size: 10pt) | |
| #set par(leading: 0.5em) | |
| #let name = sys.inputs.at("name", default: "") | |
| #let address = sys.inputs.at("address", default: "") | |
| #let code = sys.inputs.at("code", default: "") | |
| #let phone = sys.inputs.at("phone", default: "") | |
| #let email = sys.inputs.at("email", default: "") | |
| #let company = sys.inputs.at("company", default: "") |
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
| 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" } |
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
| { | |
| "basics": { | |
| "altLabels": [ | |
| "Programmierer, Ingenieur, Berater" | |
| ], | |
| "email": "matt@bountystash.com", | |
| "image": "https://res.cloudinary.com/de1eajx01/image/upload/v1765739348/lu7yx5irrcpfmisnhfzi.svg", | |
| "label": "Interdisziplinärer Praktiker", | |
| "location": { | |
| "address": "Am Burgerhof 4", |
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
| 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 |
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 | |
| #age -d -i ~/.ssh/id_ed25519 ~/.env.age | grep GEMINI | awk -F'=' '{print $2}' | |
| export $(age -d -i ~/.ssh/id_ed25519 ~/.env.age) |
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
| 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 |
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
| ### 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: |
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
| { | |
| "basics": { | |
| "email": "matt@bountystash.com", | |
| "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": { |