Conversations with the hackers, leaders, and innovators of the software world. Hosts Adam Stacoviak and Jerod Santo face their imposter syndrome so you don’t have to. Expect in-depth interviews with the best and brightest in software engineering, open source, and leadership. This is a polyglot podcast. All programming languages, platforms, and communities are welcome. Open source moves fast. Keep up.
BONUS — Magic cURL Feature
This is a bonus clip from the after call with Daniel Stenberg for episode #153. Daniel shared the details of a “magic feature” in cURL that’s been there for over 6 years. It’s a feature he feels most people don’t know exists.
Join Changelog++ to support our work, get closer to the metal, and make the ads disappear!
Featuring
- Daniel Stenberg – Twitter, GitHub, Website
- Adam Stacoviak – Twitter, GitHub, LinkedIn, Website
- Jerod Santo – Twitter, GitHub
Notes and Links
To start using this “magic feature”, create a .curlrc
dotfile in your root with the following settings to set the -O
flag by default on all URLs fetched using cURL.
# Default to -O
--remote-name-all