Page meta from frontmatter

This commit is contained in:
2025-11-04 14:15:00 -08:00
parent 4504a88f4b
commit dc4a1def5f
13 changed files with 518 additions and 163 deletions

View File

@@ -1,8 +1,15 @@
---
title: Links
author: Mark
slug: links
---
# Bookmarks
This is a heavily opinionated bookmarks toolbar.
<hr style="margin-top: 8rem; margin-bottom: 8rem"></hr>
<hr style="margin-top: 4rem; margin-bottom: 4rem"></hr>
## Podcasts
@@ -13,12 +20,18 @@ This is a heavily opinionated bookmarks toolbar.
- :star: [On the Metal](https://onthemetal.transistor.fm/): Quality stories from quality engineers.
- [Security Cryptography Whatever](https://securitycryptographywhatever.com/): Modern cryptography, for those who understand the underlying theory.
<br></br>
## Essays
- [Real Programmers don't use Pascal](https://www.ee.torontomu.ca/~elf/hack/realmen.html)
- [A Mathematician's Lament](/files/lockhart.pdf)
- :star: [The Jargon File](http://www.catb.org/jargon/)
<br></br>
## Textbooks
- :star: [OpenLogic](https://openlogicproject.org/): The gold standard
@@ -28,6 +41,9 @@ This is a heavily opinionated bookmarks toolbar.
- [An Introduction to Mathematical Cryptography](https://link.springer.com/book/10.1007/978-0-387-77993-5)
- [Stories about Maxima and Minima](https://archive.org/details/storiesaboutmaxi0000tikh)
<br></br>
## Miscellanea
- [Hackaday](https://hackaday.com/)
@@ -41,7 +57,7 @@ This is a heavily opinionated bookmarks toolbar.
- :star: [Spintronics](https://store.upperstory.com/collections/spintronics/products/spintronics-act-one): Mechanical circuits. Very clever toy.
- :star: [Turing Tumble](https://store.upperstory.com/collections/turing-tumble-game/products/turing-tumble): Modern Dr. Nim
<hr style="margin-top: 8rem; margin-bottom: 8rem"></hr>
<hr style="margin-top: 4rem; margin-bottom: 4rem"></hr>
## Tools
@@ -65,6 +81,9 @@ This is a heavily opinionated bookmarks toolbar.
- [delta](https://github.com/dandavison/delta): pretty pager for diffs
- [dust](https://github.com/dandavison/delta): `du`, but better
<br></br>
## Math Resources
- [Quantum Quest](https://www.quantum-quest.org/)
@@ -74,6 +93,9 @@ This is a heavily opinionated bookmarks toolbar.
- [Euclidea](https://www.euclidea.xyz/)
- [Problems.ru](https://problems.ru/)
<br></br>
## OS Dev Resources
- [OS Dev Wiki](https://wiki.osdev.org/Expanded_Main_Page)
@@ -84,6 +106,9 @@ This is a heavily opinionated bookmarks toolbar.
- [FDC Programming](http://www.brokenthorn.com/Resources/OSDev20.html)
- [CS77 at Bristol College](http://www.c-jump.com/CIS77/CIS77syllabus.htm)
<br></br>
## Misc Resources
- [Learn OpenGL](https://learnopengl.com/)
@@ -99,6 +124,10 @@ This is a heavily opinionated bookmarks toolbar.
- [The Architecture of Open Source Applications](http://aosabook.org/en/index.html)
- [wtfjs](https://github.com/denysdovhan/wtfjs): js [wat](https://www.destroyallsoftware.com/talks/wat)s
<br></br>
## Reference
- [DevHints](https://devhints.io/)
@@ -108,12 +137,15 @@ This is a heavily opinionated bookmarks toolbar.
- [The Pinouts Book](https://pinouts.org/)
- [Laws of UX](https://lawsofux.com/)
<br></br>
## Rust
- [Understanding Memory Ordering in Rust](https://emschwartz.me/understanding-memory-ordering-in-rust/)
- [Unfair Rust Quiz](https://this.quiz.is.fckn.gay/): wtfjs, but in Rust.
<hr style="margin-top: 8rem; margin-bottom: 8rem"></hr>
<hr style="margin-top: 4rem; margin-bottom: 4rem"></hr>
## Misc