comparison mrjunejune/src/index.html @ 239:40fa2363fee1

[mrjunejune] Simplify homepage copy
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 10:36:12 -0700
parents 7fad6bce57f1
children 30c2196d03d4
comparison
equal deleted inserted replaced
238:7fad6bce57f1 239:40fa2363fee1
71 <main> 71 <main>
72 <p>Hi, I am Juntae&mdash;usually June, and occasionally MrJuneJune because the domain name has committed me to the bit.</p> 72 <p>Hi, I am Juntae&mdash;usually June, and occasionally MrJuneJune because the domain name has committed me to the bit.</p>
73 73
74 <p>I am a Member of Technical Staff at Microsoft and an engineering leader with over 10 years of experience building products and infrastructure at Microsoft, Meta, Google, and startups. Recently, I have been working on Copilot Tasks, AI execution infrastructure, and SuperApp experiences at the kind of scale where "it worked on my machine" is not a release strategy.</p> 74 <p>I am a Member of Technical Staff at Microsoft and an engineering leader with over 10 years of experience building products and infrastructure at Microsoft, Meta, Google, and startups. Recently, I have been working on Copilot Tasks, AI execution infrastructure, and SuperApp experiences at the kind of scale where "it worked on my machine" is not a release strategy.</p>
75 75
76 <p>Below are pictures of my dog, Epi-chan. She is also the namesake of the frontend repository shipping the SuperApp Code and Autopilot tabs&mdash;because every serious AI product deserves at least one excellent dog reference. :P</p> 76 <p>Below is my dog, Epi-chan. I also named the frontend repo behind the SuperApp Code and Autopilot tabs after her :P</p>
77 77
78 <div class="epi-photo"> 78 <div class="epi-photo">
79 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> 79 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" />
80 </div> 80 </div>
81
82 <p>In my free time, I build tools in C, Python, TypeScript, and C#, keep nearly everything in a Bazel monorepo, and occasionally remember that software is supposed to solve problems&mdash;not merely create more interesting ones.</p>
83 <p>Feel free to explore the code, experiments, resume, and dog photos. The polished work shows what I can ship; the experiments show how I got there.</p>
84 81
85 <h2>Links</h2> 82 <h2>Links</h2>
86 <ul> 83 <ul>
87 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li> 84 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li>
88 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li> 85 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li>