Update 'braindump.md'

This commit is contained in:
cloin 2022-03-15 02:29:34 +00:00
parent b3c732b5ed
commit e83497bf34
1 changed files with 89 additions and 60 deletions

View File

@ -1,9 +1,4 @@
# Braindump
## MetaHubs
- Operating System
- Web
- Game Dev
# Dump for Glossary + Article Ideas
## Article Ideas:
- Realtime Networking
@ -21,46 +16,14 @@
- Machine Learning
- Control Theory
## Present Glossary Terms:
- HTTP
- TCP
- UDP
- QUIC
- DNS
- IP
- Ethernet
- ARP
- TLS
- DHCP
## MetaHubs
(places to start branching people from to get to the outlines)
- Operating System
- Web
- Game Dev
## More Future Glossary Terms:
- REST
- JSON
- WASM
- AJAX
- SQL
- NoSQL
- GraphQL
- CAP theorem
- B-Trees
- NTP
- Time Skewing / Slurring / Smearing
- Journalling
- Hypervisor
- Interpreters
- JIT
- A*
- BFS
- DFS
- Greedy
- Priority Queue
- Stack
- Radix Sorting
- Quicksort
- Timsort
## Compiler Glossary Terms:
# Rough Categorization Beyond Here
## Compiler Terms:
- SSA
- Basic Blocks
- Peephole Optimization
@ -70,6 +33,10 @@
- Context-Free Grammars
- Automata
- Regular Expressions
- Interpreters
- JIT
## Computer Theory Terms:
- Conway's Game of Life
- Turing Machines
- Lambda Calculus
@ -77,33 +44,73 @@
- Monads
- Complexity Theory
## Future Glossary Terms:
## Database Terms:
- SQL
- NoSQL
- GraphQL
- CAP theorem
- B-Trees
## Web Frontend Terms:
- REST
- JSON
- WASM
- AJAX
## Datastructures and Algorithms Terms:
(Should this be split across domains? Should this just be a central datastructures thing?)
- A*
- BFS
- DFS
- Greedy
- Priority Queue
- Stack
- Radix Sorting
- Quicksort
- Timsort
- Ring Buffers
- Merkle Trees
- Consensus algorithms
## Filesystems Terms:
- Journalling
- BTrees
- Raw Flash vs Disk Sectors vs NVMe
## Time Terms:
- NTP
- Time Skewing / Slurring / Smearing
## Security Terms:
- Trampolines
- ROP chains
- Buffer overflow
- Hypervisor
- Containers
## Realtime Networking / Network Simulation Terms:
- VLAN
- Rollback
- Opus
- ICE/STUN/TURN
- NAT
- P2P
- Burrows-Wheeler Transform
- RLE Compression
- Wavelet Transforms
## Cryptography and Error Correction Terms:
- PKCS
- RSA
- SHA
- ECC
- CRC
- Trampolines
- ROP chains
- Buffer overflow
## Compression Terms:
- Burrows-Wheeler Transform
- RLE Compression
- Wavelet Transforms
## Memory Terms:
- NUMA regions
- Merkle Trees
- Cache Locality
- CAS
- Mutex
- Semaphore
- RW Locks
- Memory Barriers
- CSP
- Buddy Allocator
- Pool
- Arenas
@ -111,5 +118,27 @@
- Heap
- DMA
- Page Tables (virtual memory)
## Parallelism Terms:
- CAS
- Mutex
- Semaphore
- RW Locks
- Memory Barriers
- CSP
## UI/UX Terms:
- Dark Patterns
- Consensus algorithms
# Needed Glossary Terms
## HTTP to PHY Terms:
- HTTP
- TCP
- UDP
- QUIC
- DNS
- IP
- Ethernet
- ARP
- TLS
- DHCP