2020-02-07 13:10:06 +00:00
<!DOCTYPE html>
< html lang = "en" >
2021-06-29 16:00:59 +00:00
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< title > Colin McMillen< / title >
2020-08-05 22:31:48 +00:00
2021-06-29 16:00:59 +00:00
< link rel = "preconnect" href = "https://fonts.gstatic.com" >
< link href = "https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel = "stylesheet" >
< link href = "https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel = "stylesheet" >
< link rel = "stylesheet" href = "/pygments.css" >
< link rel = "stylesheet" href = "/style.css" >
< link rel = "icon" type = "image/png" href = "/favicon.ico" >
< link rel = "canonical" href = "https://www.mcmillen.dev/" >
<!-- TODO: add apple touch icon, maybe other favicon sizes -->
< / head >
2020-08-05 22:31:48 +00:00
2021-06-29 16:00:59 +00:00
< body >
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< div id = "page-container" >
< div id = "content-wrap" >
< div id = "header" >
< div class = "content" >
< a href = "/" class = "undecorated" > Colin McMillen< / a >
< span style = "float: right;" > < a href = "https://twitter.com/mcmillen" > < img src = "/img/twitter.svg" alt = "@mcmillen" > < / a > < / span >
2020-02-07 13:10:06 +00:00
< / div >
2021-06-29 16:00:59 +00:00
< / div >
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< div class = "content" >
< h1 id = "welcome" > Welcome!< / h1 >
< p > I’ m the lead developer at < a href = "https://www.semicolin.games" > SemiColin Games< / a > in Somerville, MA.< br >
Previously at Google, reCAPTCHA, & Carnegie Mellon.< / p >
<!-- SVG icons from https://microicon - clone.vercel.app/git/24/FFFFFF -->
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< p > < a href = "https://twitter.com/mcmillen" > < img alt = "@mcmillen" src = "/img/twitter.svg" > < / a > < a href = "https://twitter.com/mcmillen" > @mcmillen< / a > < / p >
< 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 >
< p > For more details, check my < a href = "resume.html" > resumé< / a > & < a href = "publications.html" > publications< / a > .< / p >
< h2 id = "recent-posts" > Recent Posts< / h2 >
< p > You can sign up for occasional updates via my < a href = "https://tinyletter.com/mcmillen" > email newsletter< / a > .< / p >
< ul >
< li >
< p > < a href = "sigbovik/" > 93% of Paint Splatters are Valid Perl Programs< / a > < br >
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 >
< / li >
< li >
< p > < a href = "language_checklist.html" > Programming Language Checklist< / a > < br >
You appear to be advocating a new programming language. Your language will not work. Here is why it will not work.< / p >
< / li >
< li >
< p > < a href = "https://twitter.com/mcmillen/status/1095795492196364297" > ohnosay< / a > < / p >
< / li >
< / ul >
< h2 id = "videogames" > Videogames< / h2 >
< p > Currently playing: < strong > Persona 5< / strong > , < strong > Monster Hunter Rise< / strong > , & < strong > Slipways< / strong > .< br >
Sometimes I stream on Twitch!< / p >
< p > < a href = "https://twitch.tv/FamiColin" > < img alt = "Twitch" src = "/img/twitch.svg" > < / a > < a href = "https://twitch.tv/FamiColin" > FamiColin< / a > < / p >
< 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 >
< p > < a href = "https://psnprofiles.com/robomancer" > < img alt = "PlayStation" src = "/img/playstation.svg" > < / a > < a href = "https://psnprofiles.com/robomancer" > robomancer< / a > < / p >
< p > < img alt = "Nintendo Switch" src = "/img/nintendoswitch.svg" > SW-1906-3662-4308< / p >
< / div >
< / div >
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< div id = "footer" >
< div class = "content" >
2021-06-29 16:08:23 +00:00
© 2021 < a href = "/" class = "undecorated" > Colin McMillen< / a > .
2021-06-29 16:00:59 +00:00
< / div >
< / div >
< / div >
2020-02-07 13:10:06 +00:00
2021-06-29 16:00:59 +00:00
< / body >
2020-02-07 13:10:06 +00:00
< / html >