Reading up on curl
3 deep · digging since dec 05, 25
- What the bliss taught us
curl maintainers took July off from vulnerability reporting, finding relief, improved productivity, and no negative impact, deeming the experiment successful.
- 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.