2024-02-13 09:04:21 +00:00
|
|
|
+++
|
|
|
|
title = "Miscellaneous Stuff"
|
|
|
|
template_page = "page.html"
|
|
|
|
+++
|
|
|
|
|
|
|
|
This page lists miscellaneous stuff I found or like, such as links, opinions, etc.
|
|
|
|
|
2024-02-13 09:15:06 +00:00
|
|
|
> To follow the path: \
|
|
|
|
look to the master, \
|
|
|
|
follow the master, \
|
|
|
|
walk with the master, \
|
|
|
|
see through the master, \
|
|
|
|
become the master.
|
|
|
|
|
2024-02-13 09:04:21 +00:00
|
|
|
## External Links
|
|
|
|
|
|
|
|
### Rust
|
|
|
|
- [Writing an OS in Rust](https://os.phil-opp.com/)
|
2024-02-13 09:15:06 +00:00
|
|
|
- [RustPython](https://rustpython.github.io/)
|
2024-02-13 09:04:21 +00:00
|
|
|
|
|
|
|
### Software Philosophy
|
|
|
|
|
|
|
|
- [Why Open Source Misses the Point of Free Software](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html)
|
|
|
|
- [Copyleft: Pragmatic Idealism](https://www.gnu.org/philosophy/pragmatic.en.html)
|
|
|
|
- [How To Become A Hacker](http://www.catb.org/~esr/faqs/hacker-howto.html)
|
|
|
|
|
2024-02-13 09:06:01 +00:00
|
|
|
### Compilers
|
|
|
|
- [Switch lowering in GCC](https://xoranth.net/gcc-switch/)
|
2024-02-13 09:17:05 +00:00
|
|
|
- [LLVM Weekly](https://llvmweekly.org/)
|
|
|
|
- [MLIR](https://mlir.llvm.org/)
|
|
|
|
- [inkwell](https://github.com/TheDan64/inkwell)
|
|
|
|
- [melior](https://github.com/raviqqe/melior)
|
2024-02-13 09:06:01 +00:00
|
|
|
|
2024-02-15 09:19:26 +00:00
|
|
|
### Perfomance
|
|
|
|
- [Algorithms for Modern Hardware](https://en.algorithmica.org/hpc/)
|
|
|
|
|
2024-02-13 09:04:21 +00:00
|
|
|
### Interesting projects
|
|
|
|
|
|
|
|
#### Games
|
|
|
|
- [DDraceNetwork](https://github.com/ddnet/ddnet)
|
|
|
|
|
|
|
|
#### Rendering / GPU
|
|
|
|
- [ZLUDA](https://github.com/vosen/ZLUDA)
|
2024-02-13 09:15:06 +00:00
|
|
|
|
2024-02-13 09:17:05 +00:00
|
|
|
#### Parsing
|
|
|
|
- [lalrpop](https://github.com/lalrpop/lalrpop)
|
|
|
|
|
2024-02-13 09:15:06 +00:00
|
|
|
### Other
|
|
|
|
- [Library of Babel](https://libraryofbabel.info/)
|
|
|
|
- [oasis](https://github.com/oasislinux/oasis)
|
2024-02-13 09:17:50 +00:00
|
|
|
- [The Last Question By Isaac Asimov](https://users.ece.cmu.edu/~gamvrosi/thelastq.html)
|
2024-02-15 09:19:26 +00:00
|
|
|
- [Gwern.net](https://gwern.net/index)
|
2024-02-15 09:20:01 +00:00
|
|
|
- [My Git Mirror](https://git.edgarluque.com/)
|