Skip to content

Commit

Permalink
Some more missing pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 8, 2024
1 parent 617f17d commit 5d11aa9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions tex/forest.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1104,3 +1104,10 @@ @article{wu2024multi
journal={arXiv preprint arXiv:2405.05751},
year={2024}
}

@article{bennett2024anything,
title={Why Is Anything Conscious?},
author={Bennett, Michael Timothy and Welsh, Sean and Ciaunica, Anna},
journal={arXiv preprint arXiv:2409.14545},
year={2024}
}
14 changes: 14 additions & 0 deletions trees/refs/bennett2024anything.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
% ["forest"]
\title{Why is anything conscious?}
\date{2024}
\author{Michael Timothy Bennett}\author{Sean Welsh}\author{Anna Ciaunica}
\taxon{reference}

\meta{bibtex}{\startverb
@article{bennett2024anything,
title = {Why Is Anything Conscious?},
author = {Bennett, Michael Timothy and Welsh, Sean and Ciaunica, Anna},
year = {2024},
journal = {arXiv preprint arXiv:2409.14545}
}
\stopverb}
2 changes: 2 additions & 0 deletions trees/uts-0018.tree
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- recovered [quotes from CICM 2020 Slack chat](https://gist.github.com/utensil/b4616dd5452d665318780c8a8b193dcc)
- make CubeCL example work
- add CI with WebGPU on Mac & Ubuntu thanks to `llvmpipe`, `lavapipe`, `Vulkan SDK`, `Mesa` setup by [tracel-ai/github-actions/setup-linux@v1](https://github.com/tracel-ai/github-actions/blob/v1/setup-linux/action.yml)
- found [Lorenz and modular flows: a visual introduction](https://www.josleys.com/articles/ams_article/Lorenz3.htm)
}

\mdblock{10-07}{
Expand Down Expand Up @@ -59,6 +60,7 @@
- found [Kokkos](https://github.com/kokkos/kokkos)
- should eval the [Rust crates](https://github.com/rose-lang/rose/tree/main/crates) of Rose
- found [mistral.rs](https://github.com/EricLBuehler/mistral.rs) for LLM inference, which uses a HF candle fork internally
- found \citek{bennett2024anything}
}

\mdblock{10-01~10-02}{
Expand Down
2 changes: 1 addition & 1 deletion trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ I'm a bit rusty on Vim mode of VS Code, here are some useful keys that I like us

Recalled by [VSCode Vim ROADMAP](https://github.com/VSCodeVim/Vim/blob/HEAD/ROADMAP.md).

Got to this because of trying Vim mode in Zed lately.
Got to this because of trying Vim mode in Zed lately. Should check out [zed-101-setup](https://github.com/jellydn/zed-101-setup) for configurations and key maps inspirations.
}

0 comments on commit 5d11aa9

Please sign in to comment.