content: update front page

This commit is contained in:
Youwen Wu 2024-06-27 00:41:01 -07:00
parent 3029d64075
commit 92eca292c8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -51,16 +51,22 @@
<Card.Title>What I'm up to</Card.Title> <Card.Title>What I'm up to</Card.Title>
</Card.Header> </Card.Header>
<Card.Content> <Card.Content>
I'm working on:
<ul class="list-disc ml-4"> <ul class="list-disc ml-4">
<li> <li>
An ongoing effort to bring <a I'm currently reading through <a
class="link" href="https://www.math.brown.edu/streil/papers/LADW/LADW.html"
href="https://github.com/quantum9Innovation/splitcycle" >Linear Algebra Done Wrong</a
>efficient axiomatic voting theory</a >, by Sergei Treil. I'm syncing my notes and problem set solutions to a
<a href="https://github.com/youwen5/linear-algebra-done-wrong"
>public git repository here.</a
> >
to <a href="https://github.com/couscousdude/tally-rs" class="link">Rust</a> and other languages.
</li> </li>
<li>
I'm working on a dotfile manager for people who want a dotfile manager, but don't want
to manage dotfiles for their dotfile manager (in other words, minimal configuration.
See <a href="https://suckless.org/">suckless</a>.)
</li>
<li>I'm still trying to understand Haskell.</li>
</ul> </ul>
</Card.Content> </Card.Content>
<Card.Footer> <Card.Footer>