You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a sentence under the homepage intro pointing readers to
datacenter.kaichen.dev — a small demo showcasing a model of a
datacenter — styled like the existing Longtermism / EA links.
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: app/page.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ export default async function Home() {
115
115
<p>Welcome to my personal space at a corner of the human made internet :D</p>
116
116
<pclassName="mt-1">I am a believer of <ahref="https://en.wikipedia.org/wiki/Longtermism"target="_blank"rel="noopener noreferrer"className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors duration-150"><em>Longtermism</em></a> and <ahref="https://www.effectivealtruism.org/"target="_blank"rel="noopener noreferrer"className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors duration-150"><em>Effective Altruism</em></a>.</p>
117
117
<pclassName="mt-1">Currently, I'm also investigating AI alignment and ML fairness.</p>
118
+
<pclassName="mt-1"><ahref="https://datacenter.kaichen.dev/"target="_blank"rel="noopener noreferrer"className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors duration-150"><em>Here</em></a> is a demo I made showcasing a model of a datacenter.</p>
118
119
<pclassName="mt-1">And I'm still trying to build a consistant lifestyle &fitnessroutinelol.</p>
0 commit comments