|
1 | 1 | 'use client'; |
2 | 2 | import React, { useState, useEffect } from 'react'; |
3 | 3 |
|
4 | | -const TIMEZONE = 'America/Los_Angeles'; |
| 4 | +const TIMEZONE = 'America/Chicago'; |
5 | 5 |
|
6 | 6 | const AboutPage = () => { |
7 | 7 | const [time, setTime] = useState<string | null>(null); |
@@ -38,38 +38,24 @@ const AboutPage = () => { |
38 | 38 | <p> |
39 | 39 | This is a <a href="https://sive.rs/nowff">now</a> page |
40 | 40 | </p> |
41 | | - <p>📌 SF, time is {time}</p> |
| 41 | + <p>📌 Austin, TX, time is {time}</p> |
42 | 42 | <ul className="list-disc"> |
43 | 43 | <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> |
48 | 46 | </li> |
49 | | - <li>ai for cancer research @ UCSF Health</li> |
50 | 47 | <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 |
53 | 49 | </li> |
54 | 50 | <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> |
57 | 52 | </li> |
58 | | - {/* |
59 | 53 | <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 |
68 | 55 | </li> |
69 | | - */} |
70 | 56 | </ul> |
71 | 57 | <br></br> |
72 | | - <p>Last updated: Jan 4, 2025</p> |
| 58 | + <p>Last updated: Sep 26, 2025</p> |
73 | 59 | </article> |
74 | 60 | </div> |
75 | 61 | ); |
|
0 commit comments