103 lines
1.3 KiB
Markdown
103 lines
1.3 KiB
Markdown
# Braindump
|
|
|
|
## MetaHubs
|
|
- Operating System
|
|
- Web
|
|
- Game Dev
|
|
|
|
## Article Ideas:
|
|
- Realtime Networking
|
|
- Cryptography
|
|
- Compression
|
|
- Software Security
|
|
- Memory Allocation
|
|
- Optimization
|
|
- Parallel Programming
|
|
- Databases
|
|
- UI / UX Design
|
|
- Time
|
|
- Filesystems
|
|
- GPU programming
|
|
|
|
## Present Glossary Terms:
|
|
- HTTP
|
|
- TCP
|
|
- UDP
|
|
- QUIC
|
|
- DNS
|
|
- IP
|
|
- Ethernet
|
|
- ARP
|
|
- TLS
|
|
- DHCP
|
|
|
|
## More Future Glossary Terms:
|
|
- REST
|
|
- JSON
|
|
- WASM
|
|
- AJAX
|
|
- 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
|
|
- 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
|
|
- Page Tables (virtual memory)
|
|
- Dark Patterns
|
|
- Consensus algorithms |