education-2022/braindump.md

103 lines
1.3 KiB
Markdown
Raw Normal View History

2022-03-15 00:58:15 +00:00
# Braindump
2022-03-15 01:29:45 +00:00
## MetaHubs
- Operating System
- Web
- Game Dev
2022-03-15 00:58:46 +00:00
## Article Ideas:
2022-03-15 00:58:15 +00:00
- Realtime Networking
- Cryptography
- Compression
- Software Security
- Memory Allocation
- Optimization
- Parallel Programming
- Databases
2022-03-15 01:29:45 +00:00
- UI / UX Design
- Time
- Filesystems
- GPU programming
2022-03-15 00:58:15 +00:00
2022-03-15 00:58:46 +00:00
## Present Glossary Terms:
2022-03-15 00:58:15 +00:00
- HTTP
- TCP
- UDP
- QUIC
- DNS
- IP
- Ethernet
- ARP
- TLS
- DHCP
2022-03-15 00:58:46 +00:00
## More Future Glossary Terms:
2022-03-15 00:58:15 +00:00
- REST
- JSON
- WASM
- AJAX
- SQL
- NoSQL
- GraphQL
- CAP theorem
- B-Trees
2022-03-15 01:29:45 +00:00
- 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
2022-03-15 00:58:15 +00:00
2022-03-15 00:58:46 +00:00
## Future Glossary Terms:
2022-03-15 00:58:15 +00:00
- VLAN
- Rollback
- Opus
- ICE/STUN/TURN
- NAT
- P2P
- Burrows-Wheeler Transform
- RLE Compression
- Wavelet Transforms
- PCKS
- RSA
- SHA
- ECC
- CRC
- Trampolines
- ROP chains
- Buffer overflow
- NUMA regions
- Merkle Trees
- Cache Locality
- CAS
- Mutex
- Semaphore
- RW Locks
- Memory Barriers
- CSP
- Buddy Allocator
- Pool
- Arenas
- Stack
- Heap
- DMA
2022-03-15 01:29:45 +00:00
- Page Tables (virtual memory)
- Dark Patterns
- Consensus algorithms