Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 8 additions & 20 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,34 +94,22 @@ export default async function Home() {
I like tinkering stuuuuff(!) — and occasionally shipping things that work.
</p>
<p className="mt-1">
I&apos;m into building things for humans, good tools, long conversations, reading on
flights, and anything with wings.
I&apos;m into building things for humans: tools that feel considered, interfaces that get out of the way, and software that someone actually wants to use. I have a soft spot for the fundamentals — old algorithms, elegant proofs, and ideas that have quietly held up for decades.
</p>
<p className="mt-1">
My dream is to live and work around the world, to see and meet people from different culture
backgrounds, and to learn and have experiences that are worth remembering!
</p>
<p className="mt-1">
Recently, I&apos;m reading{" "}
Outside of a screen, you&apos;ll find me reading on a flight, listening to J-POP, chasing chapels in old cities, or being visited by two very audacious ground squirrels named{" "}
<a
href="https://en.wikipedia.org/wiki/Mere_Christianity"
href="https://www.youtube.com/shorts/ykixA9Fu4hM"
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-[#C4894F] hover:decoration-[#C4894F] dark:hover:text-[#D9A870] dark:hover:decoration-[#D9A870] transition-colors duration-150"
>
<em>Mere Christianity</em>
笨笨
</a>{" "}
by{" "}
<a
href="https://en.wikipedia.org/wiki/C._S._Lewis"
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-[#C4894F] hover:decoration-[#C4894F] dark:hover:text-[#D9A870] dark:hover:decoration-[#D9A870] transition-colors duration-150"
>
<em>C. S. Lewis</em>
</a>
. I&apos;m really enjoying it, and C.S. Lewis is the man who could break down things and ask underlying
questions that are worth thinking about!
and 怂怂.
</p>
<p className="mt-1">
I care about doing things well and doing good things. My dream is to live and work across the world — to meet people from different walks of life, and to collect experiences worth remembering!
</p>
</div>

Expand Down