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.
 
 
 

181 lines
12 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="canonical" href="https://www.mcmillen.dev/">
<title>Colin McMillen</title>
<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">
<!-- TODO: add apple touch icon, maybe other favicon sizes -->
</head>
<body>
<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>
</div>
</div>
<div class="content">
<h1 id="welcome">Welcome!</h1>
<p>I&rsquo;m the lead developer at <a href="https://www.semicolin.games">SemiColin Games</a> in Somerville, Massachusetts.<br>
Previously at Google, reCAPTCHA, &amp; Carnegie Mellon.</p>
<!-- SVG icons from https://microicon-clone.vercel.app/git/24/FFFFFF -->
<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="mailto:email@example.com"><img alt="email" src="/img/email.svg"></a> <a href="mailto:email@example.com">colin at mcmillen dot dev</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> &amp; <a href="publications.html">publications</a>.</p>
<script>
const mailtoArray = [
'm', 'a', 'i', 'l', 't', 'o', ':',
'c', 'o', 'l', 'i', 'n', '@',
'm', 'c', 'm', 'i', 'l', 'l', 'e', 'n',
'.', 'd', 'e', 'v'];
const mailtoLink = mailtoArray.join('');
const anchors = document.getElementsByTagName('a');
for (let i = 0; i < anchors.length; i++) {
const anchor = anchors[i];
if (anchor.href == 'mailto:email@example.com') {
anchor.href = mailtoLink;
if (anchor.innerText == 'colin at mcmillen dot dev') {
anchor.innerText = mailtoLink.substring(7);
}
}
}
</script>
<h2 id="recent-updates">Recent Updates</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>, &amp; <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>
<h2 id="news-articles">News Articles</h2>
<p>A selection of news articles &amp; books in which I&rsquo;ve been featured or quoted:</p>
<ul>
<li>
<p><a href="https://www.cnbc.com/2019/12/31/google-veterans-the-company-has-become-unrecognizable.html">Google veterans: The company has become &ldquo;unrecognizable&rdquo;</a><br>
Jennifer Elias, <em>CNBC</em>, 2019-12-31.</p>
<blockquote>
<p>Nine-year veteran Colin McMillen told CNBC that he left Google early this year without another job because he felt couldn’t be a part of the organization anymore, citing Dragonfly, transparency and Google leadership&rsquo;s &ldquo;poor handling&rdquo; of crises over the last year.</p>
</blockquote>
</li>
<li>
<p><a href="https://fortune.com/longform/inside-googles-civil-war/">Inside Google&rsquo;s Civil War</a><br>
Beth Kowitt, <em>Fortune</em>, 2019-05-17.</p>
<blockquote>
<p>Inside the Googleplex, the fuel that fed the walkout had been collecting for months. Tensions had been on the rise as employees clashed with management over allegations of controversial business decisions made in secret, treatment of marginalized groups of employees, and harassment and trolling of workers on the company&rsquo;s internal platforms. &ldquo;It&rsquo;s the U.S. culture war playing out at micro-scale,&rdquo; says Colin McMillen, an engineer who left the company in February.</p>
</blockquote>
</li>
<li>
<p><a href="https://gizmodo.com/even-random-paint-splatters-can-be-valid-computer-code-1833910587">Even Random Paint Splatters Can Be Valid Computer Code (If You&rsquo;re Using Perl)</a><br>
Andrew Liszewski, <em>Gizmodo</em>, 2019-04-09.</p>
<blockquote>
<p>The notoriously messy programming language can sometimes resemble something like a Jackson Pollock painting, but a software engineer and former Googler named Colin McMillen decided to take Archibald’s idea and run with it. McMillen discovered that when random paint splatters were processed by OCR software, it resulted in valid Perl code 93 percent of the time.</p>
</blockquote>
</li>
<li>
<p><a href="https://theintercept.com/2019/03/04/google-ongoing-project-dragonfly/">Google Employees Uncover Ongoing Work on Censored China Search</a><br>
Ryan Gallagher, <em>The Intercept</em>, 2019-03-04.</p>
<blockquote>
<p>Colin McMillen, who worked as a software engineer at Google for nine years, quit the company in early February. He told The Intercept that he had been concerned about Dragonfly and other &ldquo;ethically dubious&rdquo; decisions, such as Google’s multimillion-dollar severance packages for executives accused of sexual harassment.</p>
</blockquote>
</li>
<li>
<p><a href="https://www.bloomberg.com/news/articles/2019-01-24/google-urged-the-u-s-to-limit-protection-for-activist-workers">Google Urged the U.S. to Limit Protection for Activist Workers</a><br>
Josh Eidelson, Hassan Kanu, &amp; Mark Bergen, <em>Bloomberg</em>, 2019-01-24.</p>
<blockquote>
<p>If the Labor Board did what Google wanted, &ldquo;it would have a huge chilling effect,&rdquo; said Google employee activist Colin McMillen. Google&rsquo;s employee email system played a pivotal role in the organizing for [the Google Walkout], he said. Given that employees are spread around the globe and don&rsquo;t have most co-workers&rsquo; personal emails, company email is key to facilitating workers&rsquo; ability to mobilize.</p>
</blockquote>
</li>
<li>
<p><a href="https://www.wired.com/story/the-dirty-war-over-diversity-inside-google/">The Dirty War Over Diversity Inside Google</a><br>
Nitasha Tiku, <em>Wired</em>, 2018-01-26.</p>
<blockquote>
<p>Engineer Colin McMillen says the tactics have unnerved diversity advocates and chilled internal discussion. &ldquo;Now it’s like basically anything you say about yourself may end up getting leaked to score political points in a lawsuit. I have to be very careful about choosing my words because of the low-grade threat of doxing. But let&rsquo;s face it, I’m not visibly queer or trans or non-white and a lot of these people are keying off their own white supremacy.&rdquo;</p>
<p>&ldquo;Things are open to debate internally at Google, including decisions of the CEO, and people don’t get in trouble for that. That&rsquo;s generally a good thing for the culture,&rdquo; McMillen said. &ldquo;HR and leadership don’t police these sort of discussions, and generally that&rsquo;s a good thing. But they also have a blind spot that means they don’t know the person posting this comment has posted it 100 times.&rdquo;</p>
</blockquote>
</li>
</ul>
<!--
* [Google+ Addresses Internet’s Dangerous Shortage of Memes](https://techland.time.com/2012/01/17/google-addresses-internets-dangerous-shortage-of-memes/)
Keith Wagstaff, *Time*, 2012-01-17.
> Voila, your message is now in giant white text across the photo, allowing people to know that you, too, have first-world problems or used to be an adventurer before you took an arrow in the knee. Now if you'll excuse me, I have to rage quit the Internet.
-->
<ul>
<li>
<p><a href="https://www.google.com/books/edition/How_Google_Works/fEJ0AwAAQBAJ?hl=en&amp;gbpv=1&amp;dq=memegen&amp;pg=PP83&amp;printsec=frontcover">How Google Works</a><br>
Eric Schmidt &amp; Jonathan Rosenberg, 2014-09-23.</p>
<blockquote>
<p>In October 2010, a couple of Google engineers named Colin McMillen and Jonathan Feinberg launched an internal site called Memegen, which lets Googlers create memes &mdash; pithy captions matched to images &mdash; and vote on each other&rsquo;s creations. Memegen created a new way for Googlers to have fun while commenting acerbically on the state of the company. It has succeeded wildly on both fronts. In the fine tradition of Tom Lehrer and Jon Stewart, Memegen can be very funny while cutting to the heart of controversies within the company.</p>
</blockquote>
</li>
<li>
<p><a href="https://thetartan.org/2009/10/12/news/google">Google adopts CMU reCAPTCHA creation</a><br>
Jennifer Tharp, <em>The Tartan</em>, 2009-10-12.</p>
<blockquote>
<p>&ldquo;Our goal with accuracy is to produce a digital file that is better than a professional human transcriber. To achieve this, we need to combine the output of OCR software with the human answers from reCAPTCHA and decide, for each word, what the correct spelling of the word should be,&rdquo; said Colin McMillen, a full-time programmer for reCAPTCHA.</p>
</blockquote>
<p>See also: <a href="https://googleblog.blogspot.com/2009/09/teaching-computers-to-read-google.html">Teaching computers to read: Google acquires reCAPTCHA</a></p>
</li>
<li>
<p><a href="https://www.wired.com/2002/02/dmca-protection-at-u-s-border/">DMCA Protection at U.S. Border</a><br>
Brad King, <em>Wired</em>, 2002-02-14.</p>
<blockquote>
<p>Colin McMillen, a computer science major at the University of Minnesota, ordered a coder&rsquo;s cable from Lik-Sang that would synch his now-defunct Sega Dreamcast with his PC. The wire, which is not manufactured by Sega, would allow him to write programs for the gaming console.</p>
<p>After two weeks, he hadn&rsquo;t received his shipment so he e-mailed the United Parcel Service. A representative informed him the package had been stopped at the request of the U.S. Customs Service because its contents violated the 1998 DMCA.</p>
</blockquote>
</li>
</ul>
<h2 id="trivia">Trivia</h2>
<ul>
<li>
<p>My Erdős number is 3 (Paul Erdős → Noga Alon → Manuel Blum → me).</p>
</li>
<li>
<p>I proposed to my spouse in <a href="https://www.perlmonks.org/?node_id=384100">obfuscated Perl</a>, which got illustrated in <a href="http://phdcomics.com/comics/archive.php?comicid=824">PHD Comics</a>.</p>
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="content">
&copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>.
</div>
</div>
</div>
</body>
</html>