70 lines
798 B
Markdown
70 lines
798 B
Markdown
# Braindump
|
|
|
|
## Article Ideas:
|
|
- Realtime Networking
|
|
- Cryptography
|
|
- Compression
|
|
- Software Security
|
|
- Memory Allocation
|
|
- Optimization
|
|
- Parallel Programming
|
|
- Databases
|
|
|
|
## Present Glossary Terms:
|
|
- HTTP
|
|
- TCP
|
|
- UDP
|
|
- QUIC
|
|
- DNS
|
|
- IP
|
|
- Ethernet
|
|
- ARP
|
|
- TLS
|
|
- DHCP
|
|
|
|
## More Future Glossary Terms:
|
|
- REST
|
|
- JSON
|
|
- WASM
|
|
- AJAX
|
|
- LAMP
|
|
- SQL
|
|
- NoSQL
|
|
- GraphQL
|
|
- CAP theorem
|
|
- B-Trees
|
|
|
|
## 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) |