more shuffling

This commit is contained in:
Colin Davidson 2022-05-02 16:30:47 -07:00
parent 01310fc89e
commit 252c5a19a0
5 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ ideas for future trees can be submitted as new .md
## Selected topics ## Selected topics
### [HTTP to Physical](articles/http_to_phy.md) ### [HTTP to Physical](selected/http_to_phy.md)
How does a web request actually get from A to B? How does a web request actually get from A to B?
@ -15,7 +15,7 @@ TODO:
- Better links to topics - Better links to topics
- Editing pass / blurb cleanup - Editing pass / blurb cleanup
### [Compilers: How To Make a Programming Language](articles/compilers.md) ### [Compilers: How To Make a Programming Language](selected/compilers.md)
How do I make a simple programming language? How do I make a simple programming language?
@ -24,14 +24,14 @@ TODO:
## Other topic ideas ## Other topic ideas
`asm.md` ### [ASM](ideas/asm.md)
WIP for "How do I understand what my computer is really doing at the bottom level?" WIP for "How do I understand what my computer is really doing at the bottom level?"
(Better question for this one? Should this be a subtopic instead?) (Better question for this one? Should this be a subtopic instead?)
Needs: Needs:
- Subtopics broken out - Subtopics broken out
- Header blurb - Header blurb
`perf.md` ### [Performance](ideas/perf.md)
WIP for "How do I learn to write faster code?" WIP for "How do I learn to write faster code?"
Needs: Needs:
- Subtopics broken out - Subtopics broken out