Skip to content

Commit

Permalink
content: update front page
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Jun 27, 2024
1 parent 3029d64 commit 92eca29
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,22 @@
<Card.Title>What I'm up to</Card.Title>
</Card.Header>
<Card.Content>
I'm working on:
<ul class="list-disc ml-4">
<li>
An ongoing effort to bring <a
class="link"
href="https://github.com/quantum9Innovation/splitcycle"
>efficient axiomatic voting theory</a
I'm currently reading through <a
href="https://www.math.brown.edu/streil/papers/LADW/LADW.html"
>Linear Algebra Done Wrong</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>
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>
</Card.Content>
<Card.Footer>
Expand Down

1 comment on commit 92eca29

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (6)

dotfile
nixos
nixpkgs
numtide
stdenv
Treil

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:youwen5/coredump.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/youwen5/coredump/actions/runs/9692621193/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (205) from .github/actions/spelling/expect.txt and unrecognized words (6)

Dictionary Entries Covers Uniquely
cspell:k8s/dict/k8s.txt 153 2 2
cspell:cryptocurrencies/cryptocurrencies.txt 125 1 1
cspell:ruby/dict/ruby.txt 157 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
          cspell:ruby/dict/ruby.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.