[{"data":1,"prerenderedAt":600},["ShallowReactive",2],{"content-/blog/first-post":3},{"article":4,"surround":594},{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"img":11,"tags":12,"body":15,"_type":588,"_id":589,"_source":590,"_file":591,"_stem":592,"_extension":593},"/blog/first-post","blog",false,"","Monkey Moment","A moment with a monkey.","img/cover (1).JPG",[13,14],"Monkey","first",{"type":16,"children":17,"toc":584},"root",[18,27,33,58,63,68,73,78,83,123,127,556,561,565,569,573,578],{"type":19,"tag":20,"props":21,"children":23},"element","h2",{"id":22},"how-to-monkey-around-with-ai",[24],{"type":25,"value":26},"text","How to monkey around with AI",{"type":19,"tag":28,"props":29,"children":30},"p",{},[31],{"type":25,"value":32},"Some monkey business.",{"type":19,"tag":34,"props":35,"children":36},"ol",{},[37,43,48,53],{"type":19,"tag":38,"props":39,"children":40},"li",{},[41],{"type":25,"value":42},"Get a monkey",{"type":19,"tag":38,"props":44,"children":45},{},[46],{"type":25,"value":47},"Get a banana",{"type":19,"tag":38,"props":49,"children":50},{},[51],{"type":25,"value":52},"???",{"type":19,"tag":38,"props":54,"children":55},{},[56],{"type":25,"value":57},"Profit",{"type":19,"tag":28,"props":59,"children":60},{},[61],{"type":25,"value":62},"I LOVE MONKEYS!!!",{"type":19,"tag":28,"props":64,"children":65},{},[66],{"type":25,"value":67},"U R A MONKEY",{"type":19,"tag":28,"props":69,"children":70},{},[71],{"type":25,"value":72},"grr...",{"type":19,"tag":28,"props":74,"children":75},{},[76],{"type":25,"value":77},"I am a monkey\nen\nI am a monkey",{"type":19,"tag":28,"props":79,"children":80},{},[81],{"type":25,"value":82},"I am a monkey",{"type":19,"tag":84,"props":85,"children":89},"pre",{"className":86,"code":87,"language":88,"meta":8,"style":8},"language-python shiki shiki-themes catppuccin-frappe catppuccin-mocha","print(\"I am a monkey\")\n","python",[90],{"type":19,"tag":91,"props":92,"children":93},"code",{"__ignoreMap":8},[94],{"type":19,"tag":95,"props":96,"children":99},"span",{"class":97,"line":98},"line",1,[100,106,112,118],{"type":19,"tag":95,"props":101,"children":103},{"style":102},"--shiki-default:#EF9F76;--shiki-default-font-style:italic;--shiki-dark:#FAB387;--shiki-dark-font-style:italic",[104],{"type":25,"value":105},"print",{"type":19,"tag":95,"props":107,"children":109},{"style":108},"--shiki-default:#949CBB;--shiki-dark:#9399B2",[110],{"type":25,"value":111},"(",{"type":19,"tag":95,"props":113,"children":115},{"style":114},"--shiki-default:#A6D189;--shiki-dark:#A6E3A1",[116],{"type":25,"value":117},"\"I am a monkey\"",{"type":19,"tag":95,"props":119,"children":120},{"style":108},[121],{"type":25,"value":122},")\n",{"type":19,"tag":28,"props":124,"children":125},{},[126],{"type":25,"value":82},{"type":19,"tag":84,"props":128,"children":132},{"className":129,"code":130,"language":131,"meta":8,"style":8},"language-rust shiki shiki-themes catppuccin-frappe catppuccin-mocha","struct Monkey {\n    name: String,\n    age: u32,\n}\n\nimpl Monkey {\n    fn new(name: String, age: u32) -> Monkey {\n        Monkey {\n            name,\n            age,\n        }\n    }\n}\n\nfn main() {\n    let monkey = Monkey::new(\"Bob\".to_string(), 5);\n    println!(\"I am a monkey named {} and I am {} years old.\", monkey.name, monkey.age);\n}\n","rust",[133],{"type":19,"tag":91,"props":134,"children":135},{"__ignoreMap":8},[136,156,182,204,213,223,240,309,322,335,348,357,366,374,382,405,473,548],{"type":19,"tag":95,"props":137,"children":138},{"class":97,"line":98},[139,145,151],{"type":19,"tag":95,"props":140,"children":142},{"style":141},"--shiki-default:#CA9EE6;--shiki-dark:#CBA6F7",[143],{"type":25,"value":144},"struct",{"type":19,"tag":95,"props":146,"children":148},{"style":147},"--shiki-default:#E5C890;--shiki-default-font-style:italic;--shiki-dark:#F9E2AF;--shiki-dark-font-style:italic",[149],{"type":25,"value":150}," Monkey",{"type":19,"tag":95,"props":152,"children":153},{"style":108},[154],{"type":25,"value":155}," {\n",{"type":19,"tag":95,"props":157,"children":159},{"class":97,"line":158},2,[160,166,172,177],{"type":19,"tag":95,"props":161,"children":163},{"style":162},"--shiki-default:#C6D0F5;--shiki-dark:#CDD6F4",[164],{"type":25,"value":165},"    name",{"type":19,"tag":95,"props":167,"children":169},{"style":168},"--shiki-default:#81C8BE;--shiki-dark:#94E2D5",[170],{"type":25,"value":171},":",{"type":19,"tag":95,"props":173,"children":174},{"style":147},[175],{"type":25,"value":176}," String",{"type":19,"tag":95,"props":178,"children":179},{"style":108},[180],{"type":25,"value":181},",\n",{"type":19,"tag":95,"props":183,"children":185},{"class":97,"line":184},3,[186,191,195,200],{"type":19,"tag":95,"props":187,"children":188},{"style":162},[189],{"type":25,"value":190},"    age",{"type":19,"tag":95,"props":192,"children":193},{"style":168},[194],{"type":25,"value":171},{"type":19,"tag":95,"props":196,"children":197},{"style":141},[198],{"type":25,"value":199}," u32",{"type":19,"tag":95,"props":201,"children":202},{"style":108},[203],{"type":25,"value":181},{"type":19,"tag":95,"props":205,"children":207},{"class":97,"line":206},4,[208],{"type":19,"tag":95,"props":209,"children":210},{"style":108},[211],{"type":25,"value":212},"}\n",{"type":19,"tag":95,"props":214,"children":216},{"class":97,"line":215},5,[217],{"type":19,"tag":95,"props":218,"children":220},{"emptyLinePlaceholder":219},true,[221],{"type":25,"value":222},"\n",{"type":19,"tag":95,"props":224,"children":226},{"class":97,"line":225},6,[227,232,236],{"type":19,"tag":95,"props":228,"children":229},{"style":141},[230],{"type":25,"value":231},"impl",{"type":19,"tag":95,"props":233,"children":234},{"style":147},[235],{"type":25,"value":150},{"type":19,"tag":95,"props":237,"children":238},{"style":108},[239],{"type":25,"value":155},{"type":19,"tag":95,"props":241,"children":243},{"class":97,"line":242},7,[244,249,255,259,265,269,273,278,283,287,291,296,301,305],{"type":19,"tag":95,"props":245,"children":246},{"style":141},[247],{"type":25,"value":248},"    fn",{"type":19,"tag":95,"props":250,"children":252},{"style":251},"--shiki-default:#8CAAEE;--shiki-default-font-style:italic;--shiki-dark:#89B4FA;--shiki-dark-font-style:italic",[253],{"type":25,"value":254}," new",{"type":19,"tag":95,"props":256,"children":257},{"style":108},[258],{"type":25,"value":111},{"type":19,"tag":95,"props":260,"children":262},{"style":261},"--shiki-default:#EA999C;--shiki-dark:#EBA0AC",[263],{"type":25,"value":264},"name",{"type":19,"tag":95,"props":266,"children":267},{"style":168},[268],{"type":25,"value":171},{"type":19,"tag":95,"props":270,"children":271},{"style":147},[272],{"type":25,"value":176},{"type":19,"tag":95,"props":274,"children":275},{"style":108},[276],{"type":25,"value":277},",",{"type":19,"tag":95,"props":279,"children":280},{"style":261},[281],{"type":25,"value":282}," age",{"type":19,"tag":95,"props":284,"children":285},{"style":168},[286],{"type":25,"value":171},{"type":19,"tag":95,"props":288,"children":289},{"style":141},[290],{"type":25,"value":199},{"type":19,"tag":95,"props":292,"children":293},{"style":108},[294],{"type":25,"value":295},")",{"type":19,"tag":95,"props":297,"children":298},{"style":168},[299],{"type":25,"value":300}," ->",{"type":19,"tag":95,"props":302,"children":303},{"style":147},[304],{"type":25,"value":150},{"type":19,"tag":95,"props":306,"children":307},{"style":108},[308],{"type":25,"value":155},{"type":19,"tag":95,"props":310,"children":312},{"class":97,"line":311},8,[313,318],{"type":19,"tag":95,"props":314,"children":315},{"style":147},[316],{"type":25,"value":317},"        Monkey",{"type":19,"tag":95,"props":319,"children":320},{"style":108},[321],{"type":25,"value":155},{"type":19,"tag":95,"props":323,"children":325},{"class":97,"line":324},9,[326,331],{"type":19,"tag":95,"props":327,"children":328},{"style":162},[329],{"type":25,"value":330},"            name",{"type":19,"tag":95,"props":332,"children":333},{"style":108},[334],{"type":25,"value":181},{"type":19,"tag":95,"props":336,"children":338},{"class":97,"line":337},10,[339,344],{"type":19,"tag":95,"props":340,"children":341},{"style":162},[342],{"type":25,"value":343},"            age",{"type":19,"tag":95,"props":345,"children":346},{"style":108},[347],{"type":25,"value":181},{"type":19,"tag":95,"props":349,"children":351},{"class":97,"line":350},11,[352],{"type":19,"tag":95,"props":353,"children":354},{"style":108},[355],{"type":25,"value":356},"        }\n",{"type":19,"tag":95,"props":358,"children":360},{"class":97,"line":359},12,[361],{"type":19,"tag":95,"props":362,"children":363},{"style":108},[364],{"type":25,"value":365},"    }\n",{"type":19,"tag":95,"props":367,"children":369},{"class":97,"line":368},13,[370],{"type":19,"tag":95,"props":371,"children":372},{"style":108},[373],{"type":25,"value":212},{"type":19,"tag":95,"props":375,"children":377},{"class":97,"line":376},14,[378],{"type":19,"tag":95,"props":379,"children":380},{"emptyLinePlaceholder":219},[381],{"type":25,"value":222},{"type":19,"tag":95,"props":383,"children":385},{"class":97,"line":384},15,[386,391,396,401],{"type":19,"tag":95,"props":387,"children":388},{"style":141},[389],{"type":25,"value":390},"fn",{"type":19,"tag":95,"props":392,"children":393},{"style":251},[394],{"type":25,"value":395}," main",{"type":19,"tag":95,"props":397,"children":398},{"style":108},[399],{"type":25,"value":400},"()",{"type":19,"tag":95,"props":402,"children":403},{"style":108},[404],{"type":25,"value":155},{"type":19,"tag":95,"props":406,"children":408},{"class":97,"line":407},16,[409,414,419,424,428,433,438,442,447,452,457,462,468],{"type":19,"tag":95,"props":410,"children":411},{"style":141},[412],{"type":25,"value":413},"    let",{"type":19,"tag":95,"props":415,"children":416},{"style":162},[417],{"type":25,"value":418}," monkey ",{"type":19,"tag":95,"props":420,"children":421},{"style":168},[422],{"type":25,"value":423},"=",{"type":19,"tag":95,"props":425,"children":426},{"style":147},[427],{"type":25,"value":150},{"type":19,"tag":95,"props":429,"children":430},{"style":168},[431],{"type":25,"value":432},"::",{"type":19,"tag":95,"props":434,"children":435},{"style":251},[436],{"type":25,"value":437},"new",{"type":19,"tag":95,"props":439,"children":440},{"style":108},[441],{"type":25,"value":111},{"type":19,"tag":95,"props":443,"children":444},{"style":114},[445],{"type":25,"value":446},"\"Bob\"",{"type":19,"tag":95,"props":448,"children":449},{"style":168},[450],{"type":25,"value":451},".",{"type":19,"tag":95,"props":453,"children":454},{"style":251},[455],{"type":25,"value":456},"to_string",{"type":19,"tag":95,"props":458,"children":459},{"style":108},[460],{"type":25,"value":461},"(),",{"type":19,"tag":95,"props":463,"children":465},{"style":464},"--shiki-default:#EF9F76;--shiki-dark:#FAB387",[466],{"type":25,"value":467}," 5",{"type":19,"tag":95,"props":469,"children":470},{"style":108},[471],{"type":25,"value":472},");\n",{"type":19,"tag":95,"props":474,"children":476},{"class":97,"line":475},17,[477,482,486,491,496,501,505,510,514,519,523,527,531,535,539,544],{"type":19,"tag":95,"props":478,"children":479},{"style":251},[480],{"type":25,"value":481},"    println!",{"type":19,"tag":95,"props":483,"children":484},{"style":108},[485],{"type":25,"value":111},{"type":19,"tag":95,"props":487,"children":488},{"style":114},[489],{"type":25,"value":490},"\"I am a monkey named ",{"type":19,"tag":95,"props":492,"children":493},{"style":108},[494],{"type":25,"value":495},"{}",{"type":19,"tag":95,"props":497,"children":498},{"style":114},[499],{"type":25,"value":500}," and I am ",{"type":19,"tag":95,"props":502,"children":503},{"style":108},[504],{"type":25,"value":495},{"type":19,"tag":95,"props":506,"children":507},{"style":114},[508],{"type":25,"value":509}," years old.\"",{"type":19,"tag":95,"props":511,"children":512},{"style":108},[513],{"type":25,"value":277},{"type":19,"tag":95,"props":515,"children":516},{"style":162},[517],{"type":25,"value":518}," monkey",{"type":19,"tag":95,"props":520,"children":521},{"style":168},[522],{"type":25,"value":451},{"type":19,"tag":95,"props":524,"children":525},{"style":162},[526],{"type":25,"value":264},{"type":19,"tag":95,"props":528,"children":529},{"style":108},[530],{"type":25,"value":277},{"type":19,"tag":95,"props":532,"children":533},{"style":162},[534],{"type":25,"value":518},{"type":19,"tag":95,"props":536,"children":537},{"style":168},[538],{"type":25,"value":451},{"type":19,"tag":95,"props":540,"children":541},{"style":162},[542],{"type":25,"value":543},"age",{"type":19,"tag":95,"props":545,"children":546},{"style":108},[547],{"type":25,"value":472},{"type":19,"tag":95,"props":549,"children":551},{"class":97,"line":550},18,[552],{"type":19,"tag":95,"props":553,"children":554},{"style":108},[555],{"type":25,"value":212},{"type":19,"tag":20,"props":557,"children":559},{"id":558},"i-am-a-monkey",[560],{"type":25,"value":82},{"type":19,"tag":28,"props":562,"children":563},{},[564],{"type":25,"value":82},{"type":19,"tag":28,"props":566,"children":567},{},[568],{"type":25,"value":82},{"type":19,"tag":28,"props":570,"children":571},{},[572],{"type":25,"value":82},{"type":19,"tag":28,"props":574,"children":575},{},[576],{"type":25,"value":577},"I am a monkeyx",{"type":19,"tag":579,"props":580,"children":581},"style",{},[582],{"type":25,"value":583},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":8,"searchDepth":215,"depth":215,"links":585},[586,587],{"id":22,"depth":158,"text":26},{"id":558,"depth":158,"text":82},"markdown","content:blog:first-post.md","content","blog/first-post.md","blog/first-post","md",[595,599],{"_path":596,"title":597,"description":598},"/about","About","This is a blog for all things ML!",null,1789686824456]