You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
3.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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>Colin McMillen</title>
  7. <link rel="preconnect" href="https://fonts.gstatic.com">
  8. <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
  10. <link rel="stylesheet" href="/pygments.css">
  11. <link rel="stylesheet" href="/style.css">
  12. <link rel="icon" type="image/png" href="/favicon.ico">
  13. <link rel="canonical" href="https://www.mcmillen.dev/">
  14. <!-- TODO: add apple touch icon, maybe other favicon sizes -->
  15. </head>
  16. <body>
  17. <div id="page-container">
  18. <div id="content-wrap">
  19. <div id="header">
  20. <div class="content">
  21. <a href="/" class="undecorated">Colin McMillen</a>
  22. <span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
  23. </div>
  24. </div>
  25. <div class="content">
  26. <h1 id="welcome">Welcome!</h1>
  27. <p>I&rsquo;m the lead developer at <a href="https://www.semicolin.games">SemiColin Games</a> in Somerville, MA.<br>
  28. Previously at Google, reCAPTCHA, &amp; Carnegie Mellon.</p>
  29. <!-- SVG icons from https://microicon-clone.vercel.app/git/24/FFFFFF -->
  30. <p><a href="https://twitter.com/mcmillen"><img alt="@mcmillen" src="/img/twitter.svg"></a> <a href="https://twitter.com/mcmillen">@mcmillen</a></p>
  31. <p><a href="https://git.mcmillen.dev/mcmillen?tab=activity"><img alt="Git" src="/img/git.svg"></a> <a href="https://git.mcmillen.dev/mcmillen?tab=activity">git.mcmillen.dev</a></p>
  32. <p>For more details, check my <a href="resume.html">resumé</a> &amp; <a href="publications.html">publications</a>.</p>
  33. <h2 id="recent-posts">Recent Posts</h2>
  34. <p>You can sign up for occasional updates via my <a href="https://tinyletter.com/mcmillen">email newsletter</a>.</p>
  35. <ul>
  36. <li>
  37. <p><a href="sigbovik/">93% of Paint Splatters are Valid Perl Programs</a><br>
  38. In this paper, we aim to answer a long-standing open problem in the programming languages community: is it possible to smear paint on the wall without creating valid Perl?</p>
  39. </li>
  40. <li>
  41. <p><a href="language_checklist.html">Programming Language Checklist</a><br>
  42. You appear to be advocating a new programming language. Your language will not work. Here is why it will not work.</p>
  43. </li>
  44. <li>
  45. <p><a href="https://twitter.com/mcmillen/status/1095795492196364297">ohnosay</a></p>
  46. </li>
  47. </ul>
  48. <h2 id="videogames">Videogames</h2>
  49. <p>Currently playing: <strong>Persona 5</strong>, <strong>Monster Hunter Rise</strong>, &amp; <strong>Slipways</strong>.<br>
  50. Sometimes I stream on Twitch!</p>
  51. <p><a href="https://twitch.tv/FamiColin"><img alt="Twitch" src="/img/twitch.svg"></a> <a href="https://twitch.tv/FamiColin">FamiColin</a></p>
  52. <p><a href="https://steamcommunity.com/id/FamiColin/"><img alt="Steam" src="/img/steam.svg"></a> <a href="https://steamcommunity.com/id/FamiColin/">FamiColin</a></p>
  53. <p><a href="https://psnprofiles.com/robomancer"><img alt="PlayStation" src="/img/playstation.svg"></a> <a href="https://psnprofiles.com/robomancer">robomancer</a></p>
  54. <p><img alt="Nintendo Switch" src="/img/nintendoswitch.svg"> SW-1906-3662-4308</p>
  55. </div>
  56. </div>
  57. <div id="footer">
  58. <div class="content">
  59. &copy 2021 <a href="/" class="undecorated">Colin McMillen</a>.
  60. </div>
  61. </div>
  62. </div>
  63. </body>
  64. </html>