notes/bookmarks.md

37 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2024-05-10 12:03:13 +02:00
---
title: Bookmarks
---
# Interesting projects
2024-10-01 10:29:32 +02:00
- [c9x](https://c9x.me/)
- [GNU mes](https://www.gnu.org/software/mes/)
2024-05-10 12:03:13 +02:00
# Mathematics
2024-10-01 10:29:32 +02:00
- [Best of Springer undergraduate books for beginners](https://abakcus.medium.com/the-best-of-springer-undergraduate-books-for-beginners-c0c55f9fdb11)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [OCW Linear Algebra](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab)
2024-05-10 12:03:13 +02:00
# Computer architecture
2024-10-01 10:29:32 +02:00
- [Comp Arch course page - Onur Mutlu](https://safari.ethz.ch/architecture/fall2020/doku.php)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [Comp Arch - Onur Mutlu Lectures](https://www.youtube.com/watch?v=c3mPdZA-Fmc&list=PL5Q2soXY2Zi9xidyIgBxUz7xRPS-wisBN)
2024-05-10 12:03:13 +02:00
# Maths
2024-10-01 10:29:32 +02:00
- [Books for group theory](https://math.stackexchange.com/questions/1652937/a-good-book-for-beginning-group-theory)
2024-05-10 12:03:13 +02:00
# Miscellaneous
2024-10-01 10:29:32 +02:00
- [Coroutines](https://www.dabeaz.com/coroutines/)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [Coroutines](https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [Finding a new software developer job](https://henrikwarne.com/2024/02/11/finding-a-new-software-developer-job/)
2024-05-10 12:03:13 +02:00
2024-10-01 10:29:32 +02:00
- [Writing an OS in Rust to run on RISC-V](https://gist.github.com/cb372/5f6bf16ca0682541260ae52fc11ea3bb)