Skip to content

Commit 821e5d7

Browse files
committed
update about page
1 parent e9d4b1c commit 821e5d7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pages/about.tsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ import Layout from "../components/layout";
66
import Link from "next/link";
77

88
export default function About() {
9+
const daysSince1stJan2019 = Math.floor((new Date().getTime() - new Date("2019-01-01").getTime()) / (1000 * 60 * 60 * 24));
910
return (
1011
<Layout title="About" description="About me.">
1112
<h1>About</h1>
1213
<main>
1314
<p>
14-
I write software and write about software. My research interests include programming language design, compilers, JavaScript runtimes, game solvers, and running untrusted code.</p>
15+
I write software and write about software. My research interests include programming language design, compilers, puzzle/game solvers, and distributed systems.</p>
1516
<p>
16-
This <a href={siteConfig.REPO_URL}>open source</a> website is built with Next.js, and I <a href="mailto:healeycodes@gmail.com">love getting email.</a>
17+
This <a href={siteConfig.REPO_URL}>open source</a> website is built with Next.js and is {daysSince1stJan2019} days old – some of the development is covered in <Link href="/notes">my notes</Link>. The very first version was built with Jekyll.
18+
</p>
19+
<p>
20+
Free free to <a href="mailto:healeycodes@gmail.com">email me</a> with any questions or comments.
1721
</p>
1822
<SpacedImage
1923
src={mePresenting}
@@ -26,17 +30,17 @@ export default function About() {
2630
style={{ borderRadius: '0.4em' }}
2731
/>
2832
<p>
29-
I like teaching people things that I know. I like video games, classic games (chess, scrabble, sudoku), running, and reading.
33+
I like teaching people things that I know. I like video games (especially classic FPS games like Quake and Counter-Strike), classic games (chess, scrabble, sudoku), running, and reading.
3034
</p>
3135
<p>
3236
I am easily impressed by people and the cool stuff they build. I
3337
read a lot of technical blogs. If we've ever interacted,
3438
I've visited your website and probably think it's cool!
3539
</p>
36-
<p>Technical books I recommend include Crafting Interpreters, and The Computational Beauty of Nature. Non-tech authors I recommend include Patricia Lockwood and Ben Lerner. In my undergrad, I mostly studied post-WWII fiction.</p>
37-
<p>I prefer rainy days, I like the colder months, and I drink a lot of coffee.</p>
40+
<p>Technical books I recommend include <i>Crafting Interpreters</i>, and <i>The Computational Beauty of Nature</i>. For general fiction, I recommend the authors Patricia Lockwood and Ben Lerner. For sci-fi, I recommend the <i>Dune</i> series (1-6 are amazing, 7-9 are good), and the <i>Remembrance of Earth's Past</i> trilogy. For non-fiction, I recommend <i>The Orchid Thief</i>, and <i>Nothing To Envy</i>.</p>
41+
<p>I prefer rainy days, I like the colder months, and I drink a lot of coffee and diet soda.</p>
3842
<h2>Work</h2>
39-
<p>I'm a software engineer at Vercel. Previously, I was a software engineer elsewhere.</p>
43+
<p>I'm a software engineer at Vercel. Before that, I worked as a software engineer at two other companies – and before that, I was an amateur game developer and a writer.</p>
4044
<h2>Education</h2>
4145
<ul>
4246
<li><Link href="/my-time-at-the-recurse-center">The Recurse Center (W2'23)</Link></li>

0 commit comments

Comments
 (0)