Skip to content

Commit e945b08

Browse files
committed
update now page
1 parent 9329f4a commit e945b08

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

app/now/page.tsx

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22
import React, { useState, useEffect } from 'react';
33

4-
const TIMEZONE = 'America/Los_Angeles';
4+
const TIMEZONE = 'America/Chicago';
55

66
const AboutPage = () => {
77
const [time, setTime] = useState<string | null>(null);
@@ -38,38 +38,24 @@ const AboutPage = () => {
3838
<p>
3939
This is a <a href="https://sive.rs/nowff">now</a> page
4040
</p>
41-
<p>📌 SF, time is {time}</p>
41+
<p>📌 Austin, TX, time is {time}</p>
4242
<ul className="list-disc">
4343
<li>
44-
paying an obscene amount of money for a{' '}
45-
<a href="https://www.usfca.edu/arts-sciences/programs/graduate/data-science">
46-
masters
47-
</a>
44+
building cool stuff for AI in healthcare @{' '}
45+
<a href="https://openevidence.com">OpenEvidence</a>
4846
</li>
49-
<li>ai for cancer research @ UCSF Health</li>
5047
<li>
51-
learning <a href="https://github.com/benthecoder/AI">AI</a> from
52-
scratch
48+
finding balance in life and work and trying to sleep more
5349
</li>
5450
<li>
55-
trying to read 20 books this{' '}
56-
<a href="https://www.goodreads.com/user/show/103179068">year</a>
51+
experimenting with <a href="https://pubmed.ncbi.nlm.nih.gov/38309304/">photobiomodulation</a>
5752
</li>
58-
{/*
5953
<li>
60-
Building{' '}
61-
<a href="https://benneo.notion.site/project-ideas-63bc556d83a5405da1bcd89629da2a0e?pvs=4">
62-
cool iOS apps
63-
</a>{' '}
64-
with{' '}
65-
<a href="https://twitter.com/benxneo/status/1743458106032488839">
66-
SwiftUI
67-
</a>
54+
trying to <a href="https://www.goodreads.com/user/show/103179068">read</a> more this year
6855
</li>
69-
*/}
7056
</ul>
7157
<br></br>
72-
<p>Last updated: Jan 4, 2025</p>
58+
<p>Last updated: Sep 26, 2025</p>
7359
</article>
7460
</div>
7561
);

0 commit comments

Comments
 (0)