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.
|
||||
|
||||
> To follow the path: \
|
||||
look to the master, \
|
||||
follow the master, \
|
||||
walk with the master, \
|
||||
see through the master, \
|
||||
become the master.
|
||||
|
||||
## External Links
|
||||
|
||||
### Rust
|
||||
- [Writing an OS in Rust](https://os.phil-opp.com/)
|
||||
- [RustPython](https://rustpython.github.io/)
|
||||
|
||||
### Software Philosophy
|
||||
|
||||
|
@ -26,3 +34,7 @@ This page lists miscellaneous stuff I found or like, such as links, opinions, et
|
|||
|
||||
#### Rendering / GPU
|
||||
- [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 {
|
||||
background-color: $codeblock;
|
||||
border-left: 4px #FFAA00 solid;
|
||||
padding:0px 10px
|
||||
padding:0px 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in a new issue