This commit is contained in:
Edgar 2024-02-13 10:15:06 +01:00
parent 43ee8d6147
commit dd16df4c82
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387
2 changed files with 13 additions and 1 deletions

View file

@ -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)

View file

@ -139,7 +139,7 @@ code {
blockquote {
background-color: $codeblock;
border-left: 4px #FFAA00 solid;
padding:0px 10px
padding:0px 10px;
}
.container {