diff --git a/braindump.md b/braindump.md index 8297734..e57a3af 100644 --- a/braindump.md +++ b/braindump.md @@ -1,5 +1,10 @@ # Braindump +## MetaHubs +- Operating System +- Web +- Game Dev + ## Article Ideas: - Realtime Networking - Cryptography @@ -9,6 +14,10 @@ - Optimization - Parallel Programming - Databases +- UI / UX Design +- Time +- Filesystems +- GPU programming ## Present Glossary Terms: - HTTP @@ -27,12 +36,34 @@ - JSON - WASM - AJAX -- LAMP - SQL - NoSQL - GraphQL - CAP theorem - B-Trees +- NTP +- Time Skewing / Slurring / Smearing +- Journalling +- Hypervisor +- Interpreters +- JIT + +## Compiler Glossary Terms: +- SSA +- Basic Blocks +- Peephole Optimization +- Parser-Generators +- Regular Grammars +- BNF +- Context-Free Grammars +- Automata +- Regular Expressions +- Conway's Game of Life +- Turing Machines +- Lambda Calculus +- Finite State Machines +- Monads +- Complexity Theory ## Future Glossary Terms: - VLAN @@ -67,4 +98,6 @@ - Stack - Heap - DMA -- Page Tables (virtual memory) \ No newline at end of file +- Page Tables (virtual memory) +- Dark Patterns +- Consensus algorithms \ No newline at end of file