From 252c5a19a0ffffd3ef8216e5294a2e57709c4e3e Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Mon, 2 May 2022 16:30:47 -0700 Subject: [PATCH] more shuffling --- README.md | 8 ++++---- {staging => ideas}/asm.md | 0 {staging => ideas}/perf.md | 0 {articles => selected}/compilers.md | 0 {articles => selected}/http_to_phy.md | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename {staging => ideas}/asm.md (100%) rename {staging => ideas}/perf.md (100%) rename {articles => selected}/compilers.md (100%) rename {articles => selected}/http_to_phy.md (100%) diff --git a/README.md b/README.md index 5a050db..0783320 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ideas for future trees can be submitted as new .md ## 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? @@ -15,7 +15,7 @@ TODO: - Better links to topics - 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? @@ -24,14 +24,14 @@ TODO: ## 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?" (Better question for this one? Should this be a subtopic instead?) Needs: - Subtopics broken out - Header blurb -`perf.md` +### [Performance](ideas/perf.md) WIP for "How do I learn to write faster code?" Needs: - Subtopics broken out diff --git a/staging/asm.md b/ideas/asm.md similarity index 100% rename from staging/asm.md rename to ideas/asm.md diff --git a/staging/perf.md b/ideas/perf.md similarity index 100% rename from staging/perf.md rename to ideas/perf.md diff --git a/articles/compilers.md b/selected/compilers.md similarity index 100% rename from articles/compilers.md rename to selected/compilers.md diff --git a/articles/http_to_phy.md b/selected/http_to_phy.md similarity index 100% rename from articles/http_to_phy.md rename to selected/http_to_phy.md