Reading up on curl
2 deep · digging since dec 05, 25
- TIL: You can make HTTP requests without curl using Bash /dev/TCP
Bash's /dev/tcp feature allows making HTTP requests by opening a raw TCP socket and writing the request manually, useful when curl or wget are absent.
- Ask HN: What open source projects are you grateful for?
In an Ask HN post, commenters list open source projects they are grateful for, such as Linux, Git, Vim, and Python.