Native lazy loading
<img src="example.jpg"
loading="lazy" alt="example">
<iframe src="example.html"
loading="lazy"></iframe>
Read about it in Native Lazy Loading for img and iframe is Coming to the Web by Ben Halpern.
<img src="example.jpg"
loading="lazy" alt="example">
<iframe src="example.html"
loading="lazy"></iframe>
Read about it in Native Lazy Loading for img and iframe is Coming to the Web by Ben Halpern.
Currently listening to one of my favorite Yello albums; Pocket Universe.
ssh -fNCqD 1080 user@example.com
-f
- Fork in the background.-N
- No command is sent once the tunnel is up.-C
- Compress the data before sending it.-q
- Quiet mode.-D
- Dynamic application level port forwarding. Supports SOCKS protocol.The above creates a SOCKS proxy listening on port 1080.
See also How To Route Web Traffic Securely Without a VPN Using a SOCKS Tunnel.