mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
more
This commit is contained in:
parent
43ee8d6147
commit
dd16df4c82
|
@ -5,10 +5,18 @@ template_page = "page.html"
|
||||||
|
|
||||||
This page lists miscellaneous stuff I found or like, such as links, opinions, etc.
|
This page lists miscellaneous stuff I found or like, such as links, opinions, etc.
|
||||||
|
|
||||||
|
> To follow the path: \
|
||||||
|
look to the master, \
|
||||||
|
follow the master, \
|
||||||
|
walk with the master, \
|
||||||
|
see through the master, \
|
||||||
|
become the master.
|
||||||
|
|
||||||
## External Links
|
## External Links
|
||||||
|
|
||||||
### Rust
|
### Rust
|
||||||
- [Writing an OS in Rust](https://os.phil-opp.com/)
|
- [Writing an OS in Rust](https://os.phil-opp.com/)
|
||||||
|
- [RustPython](https://rustpython.github.io/)
|
||||||
|
|
||||||
### Software Philosophy
|
### Software Philosophy
|
||||||
|
|
||||||
|
@ -26,3 +34,7 @@ This page lists miscellaneous stuff I found or like, such as links, opinions, et
|
||||||
|
|
||||||
#### Rendering / GPU
|
#### Rendering / GPU
|
||||||
- [ZLUDA](https://github.com/vosen/ZLUDA)
|
- [ZLUDA](https://github.com/vosen/ZLUDA)
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- [Library of Babel](https://libraryofbabel.info/)
|
||||||
|
- [oasis](https://github.com/oasislinux/oasis)
|
||||||
|
|
|
@ -139,7 +139,7 @@ code {
|
||||||
blockquote {
|
blockquote {
|
||||||
background-color: $codeblock;
|
background-color: $codeblock;
|
||||||
border-left: 4px #FFAA00 solid;
|
border-left: 4px #FFAA00 solid;
|
||||||
padding:0px 10px
|
padding:0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in a new issue