|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>Caleb Kinney</title> |
| 7 | + |
| 8 | + <meta |
| 9 | + name="description" |
| 10 | + content="Cybersecurity leader, open-source builder, and data storyteller Caleb Kinney." |
| 11 | + /> |
| 12 | + <link rel="canonical" href="https://typeerror.com/" /> |
| 13 | + <meta name="theme-color" content="#bb86fc" /> |
| 14 | + |
| 15 | + <link rel="preload" as="image" href="assets/cak-avatar.png" /> |
| 16 | + |
| 17 | + <link rel="stylesheet" href="style.css" /> |
| 18 | + </head> |
| 19 | + |
| 20 | + <body> |
| 21 | + <div class="hero-bg" aria-hidden="true"></div> |
| 22 | + |
| 23 | + <main id="main"> |
| 24 | + <header class="hero"> |
| 25 | + <img |
| 26 | + src="assets/cak-avatar.png" |
| 27 | + alt="Avatar of Caleb Kinney" |
| 28 | + class="avatar" |
| 29 | + width="160" |
| 30 | + height="160" |
| 31 | + loading="lazy" |
| 32 | + fetchpriority="high" |
| 33 | + /> |
| 34 | + <h1 class="name">Caleb Kinney</h1> |
| 35 | + <p class="tagline"> |
| 36 | + Cybersecurity leader · Data storyteller · OSS builder · Dad |
| 37 | + </p> |
| 38 | + </header> |
| 39 | + |
| 40 | + <article class="bio"> |
| 41 | + <p> |
| 42 | + I cut my teeth on a hand-me-down Apple IIe, late-night IRC ops, and |
| 43 | + dial-up <em>Doom</em> deathmatches. That early hacker energy sparked a |
| 44 | + lifelong love of code. I taught myself HTML, CSS, and JavaScript by |
| 45 | + tweaking profiles on the ahead-of-its-time social network |
| 46 | + <a |
| 47 | + href="https://web.archive.org/web/19961023021136/http://www.arcadium.com/" |
| 48 | + target="_blank" |
| 49 | + rel="noopener" |
| 50 | + >Arcadium</a |
| 51 | + >. |
| 52 | + </p> |
| 53 | + |
| 54 | + <p> |
| 55 | + By high school, I was hand-coding websites for the dot-com startup |
| 56 | + <strong>Iprose Internet · Unique Focus</strong>, building the first |
| 57 | + web presence for local businesses, and running |
| 58 | + <strong>LightOnline</strong>, an electronic-music e-zine. In college, |
| 59 | + I pivoted into design, crafting advertisements and magazine layouts |
| 60 | + for MWR Marketing in Yokosuka, Japan. |
| 61 | + </p> |
| 62 | + |
| 63 | + <p> |
| 64 | + That indie-web chapter evolved into security work: from bug-bounty |
| 65 | + hunting to leading application-security and vulnerability-management |
| 66 | + programs. The same curiosity that had me reverse-engineering games now |
| 67 | + fuels how I blend hacker instincts with data-driven defense. |
| 68 | + </p> |
| 69 | + |
| 70 | + <p> |
| 71 | + Today I’m Manager of Security Operations at |
| 72 | + <a href="https://posit.co" target="_blank" rel="noopener">Posit</a> |
| 73 | + (formerly RStudio), shaping strategy that safeguards millions of data |
| 74 | + scientists and promoting a secure-by-design culture across product |
| 75 | + lines. |
| 76 | + </p> |
| 77 | + |
| 78 | + <p> |
| 79 | + Open source keeps me grounded. I’m a core maintainer of |
| 80 | + <em>Hacker Tracker</em>, a DEF CON Goon, and an adviser to the |
| 81 | + NumFOCUS Security Committee. My security-focused code lives at |
| 82 | + <a href="https://github.com/TypeError" target="_blank" rel="noopener" |
| 83 | + >github.com/TypeError</a |
| 84 | + >, while data-driven experiments land at |
| 85 | + <a |
| 86 | + href="https://github.com/snally-labs" |
| 87 | + target="_blank" |
| 88 | + rel="noopener" |
| 89 | + >github.com/snally-labs</a |
| 90 | + > |
| 91 | + <span>(in active development)</span>. |
| 92 | + </p> |
| 93 | + |
| 94 | + <p> |
| 95 | + Away from the keyboard you’ll find me |
| 96 | + <a |
| 97 | + href="https://www.strava.com/athletes/309741" |
| 98 | + target="_blank" |
| 99 | + rel="noopener" |
| 100 | + >logging miles</a |
| 101 | + > |
| 102 | + on Maryland back roads, dialing-in craft pour-overs, sampling local |
| 103 | + beer, and adventuring with my wife and two imaginative daughters. |
| 104 | + </p> |
| 105 | + </article> |
| 106 | + |
| 107 | + <footer class="contact"> |
| 108 | + <span class="connect-label">Connect:</span> |
| 109 | + <a |
| 110 | + href="https://www.linkedin.com/in/calebk" |
| 111 | + target="_blank" |
| 112 | + rel="noopener" |
| 113 | + >LinkedIn</a |
| 114 | + > |
| 115 | + · |
| 116 | + <a href="https://github.com/cak" target="_blank" rel="noopener" |
| 117 | + >GitHub</a |
| 118 | + > |
| 119 | + · <a href=" mailto:[email protected]" >Email </a> · |
| 120 | + <a href="https://linktr.ee/typeerror" target="_blank" rel="noopener" |
| 121 | + >More links</a |
| 122 | + > |
| 123 | + </footer> |
| 124 | + </main> |
| 125 | + </body> |
| 126 | +</html> |
0 commit comments