We're waiting for you to write that script for us!
@MarekKnapek14 сағат бұрын
I remember that the CRT distributed with Visual Studio 2010 (and redist2010) had bug in printf of float numbers. We discovered that when porting our application from Visual Studio 2010 -> 2015 (yes, we skipped few releases). I did the porting and for backwards compatibility we needed to keep the bug in.
@owenschwartzКүн бұрын
This is really cool to see how this is done and managed from such a historic project. I am getting into managing a open source repo as well and this is quite interesting.
@bernardobuffa2391Күн бұрын
great job! btw, in your blog's pic... you look a lot alike to David Byrne LOL
@levieux1137Күн бұрын
"Feels like glass" is actually transparent acrylic ;-)
@educate9946Күн бұрын
Enjoy the festivities 🥳
@milankowwwКүн бұрын
Harsh feedback on "trust us on severity assessment, don't trust the others", also on "this is low, because unlikely to get exploited" with respect to CVE-2024-0665 (6:08): from the point of risk assessment, this is a case of "extremely low likelihood, extermly high impact" type of risk. There does exist a concrete path to exploit this for full system compromise but the affected app must be written "just the right way". It just cannot meaningfully be flattened to "low severity". I feel this should have been communicated so that people don't fall into a trap of false sense of security. Also, I don't doubt for a second the devs of curl are brilliant and don't have malicious intent (like downplaying a vulnerability), but by their own admission in this very video nobody knows *everything*. Therefore it is beneficial to look at all sources, not just the vendor's page when doing vulnerability research.
@KambizAsadzadehКүн бұрын
As always daniel! <3
@seer5994Күн бұрын
Congratulations! Totally deserved!
@manojkunwar1095Күн бұрын
Congratulations🏆
2 күн бұрын
Thanks for the insight into the work of open source.
@doodlebug18202 күн бұрын
Re zlib from 2003… Inside a lot of large organizations its relatively common to have 20 or 30 year old software.
@DanielStenberg2 күн бұрын
Using a lot of software from 1995 are we? It's a feat in itself...
@doodlebug18202 күн бұрын
@ we are but we arent using curl.
@jbmaillet3 күн бұрын
👏👏👏🥳🎉
@yoosofan3 күн бұрын
Congratulations
@SonnyBynum3 күн бұрын
HUGE congratulations, Daniel.
@moniquecalisti86173 күн бұрын
ah well done Daniel! and well-deserved :)
@rocketsamiyou4 күн бұрын
Congra Daniel; ya you deserve it.
@PSzlazak4 күн бұрын
Congratulations Daniel! 🎉 Well deserved! 👏🏻
@danieldossantospereira8354 күн бұрын
I met Daniel while he was having a beer at Fosdem. Such a nice guy, stopped the drink to take a picture 😆 Cheers man and congrats to all your work to open source 🍻
@rabingaire4 күн бұрын
Congratulations 🎉
@soh3il_abbasi4 күн бұрын
Congratulations 🌹🌹
@MwitiTimothy4 күн бұрын
Congratulations Daniel! Well deserved 🎉
@ChristianThor424 күн бұрын
Tillykke Daniel! Velfortjent.
@doryan084 күн бұрын
Man, congrats! You deserve it very well!
@EkShunya4 күн бұрын
congratulation , much deserved :)
@samarbid134 күн бұрын
Grattis!
@window.location4 күн бұрын
Congratulations
@punpompur4 күн бұрын
Awesome Dan
@umairgillani6994 күн бұрын
Many congratulations. These people are so underrated, people even don't know about them, but actually they are the real heros. Keep making those informative videos.
@egorrichmining106912 күн бұрын
Daniel, thank you very much for curl/libcurl. I'm really happy websockets are there too now, appreciate it. I just wanted to say thank you for that and for this great video. Have a nice day!
@DF-ss5ep12 күн бұрын
If I could ask anything, it would be if there are big differences in how curl works and how browsers and other things do HTTP requests. Of course, at a high level, they all open a connection, establish TLS, and talk HTTP, but do they also use for example that algorithm for trying various IP addresses?
@DanielStenberg12 күн бұрын
In general and from the broader view, browsers work the same way as curl. They too do "happy eyeballs" to connect to new hosts etc. A big difference is that browsers tend to run for longer periods of time so they can take better advantage of caches etc, keep state and "remember" things between subsequent attempts and fetches.
@Nowfel-w1i14 күн бұрын
Thanks a lot.
@sillybuttons92516 күн бұрын
I enjoyed the Q&A
@rocketsamiyou16 күн бұрын
Thank you Daniel.
@EkShunya17 күн бұрын
its surprising your channel is not crazy famous
@KambizAsadzadeh17 күн бұрын
Thanks for this Daniel! <3
@ehza17 күн бұрын
thanks
@swapniladsul236417 күн бұрын
Great explanation!
@CerealMalt19 күн бұрын
Thanks
@TerrillHelga28 күн бұрын
Appreciate the detailed breakdown! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). What's the best way to send them to Binance?
@DanielStenberg26 күн бұрын
That's not a question I can answer and I don't even understand it. Maybe contact Binance and ask?
@qriist29 күн бұрын
Great presentation!
@Mohamed-h4f2pАй бұрын
Dear cURL Team, I hope this message finds you well. Regarding Recent Updates and Protocols Support in cURL I noticed that in your recent update to the cURL library in PHP (8.4), which was released recently , there seems to be a continued focus on adding support for HTTP/3-a major , its historic update. While I appreciate this, I have some concerns and questions regarding other protocols and their support in cURL, particularly in the context of PHP. It appears that the cURL extension in PHP is somewhat neglected, and I would like to understand more about the plans to keep it up-to-date with recent changes in cURL. I noticed that LDAP support is still not enabled by default, and it seems to be causing issues for users who need to work with this protocol. Another thing, live Streaming Protocols (RTSP/RTMP)**: There seems to be significant difficulty in handling live streaming protocols like RTSP and RTMP. Could you provide insight into any planned improvements for better compatibility and ease of use? **MQTT Protocol**: I’ve been attempting to connect to MQTT servers for the past couple of days, but I have faced challenges. It appears that MQTT servers often require specific headers that are difficult or impossible to add, especially when connecting via TCP. According to your blog, MQTT is supported (basiclly) , but I am unsure where or how to configure the required headers. I have had some success with WebSocket (WS) servers, but not with TCP-based MQTT servers. I would appreciate any clarification or updates regarding these points and whether there are plans to improve support for these protocols in the near future. Thank you for cURL & everthing.
@DanielStenberg26 күн бұрын
The PHP binding known as PHP/CURL is written, managed and maintained by the PHP development team. Concerns about it should be directed to them.
@Mohamed-h4f2pАй бұрын
Dear cURL Team, I hope this message finds you well. Regarding Recent Updates and Protocols Support in cURL I noticed that in your recent update to the cURL library in PHP (8.4), which was released recently , there seems to be a continued focus on adding support for HTTP/3-a major , its historic update. While I appreciate this, I have some concerns and questions regarding other protocols and their support in cURL, particularly in the context of PHP. It appears that the cURL extension in PHP is somewhat neglected, and I would like to understand more about the plans to keep it up-to-date with recent changes in cURL. I noticed that LDAP support is still not enabled by default, and it seems to be causing issues for users who need to work with this protocol. Another thing, live Streaming Protocols (RTSP/RTMP)**: There seems to be significant difficulty in handling live streaming protocols like RTSP and RTMP. Could you provide insight into any planned improvements for better compatibility and ease of use? **MQTT Protocol**: I’ve been attempting to connect to MQTT servers for the past couple of days, but I have faced challenges. It appears that MQTT servers often require specific headers that are difficult or impossible to add, especially when connecting via TCP. According to your blog, MQTT is supported (basiclly) , but I am unsure where or how to configure the required headers. I have had some success with WebSocket (WS) servers, but not with TCP-based MQTT servers. I would appreciate any clarification or updates regarding these points and whether there are plans to improve support for these protocols in the near future. Thank you for cURL & everthing.
@EkShunyaАй бұрын
what time to be alive , legends being legends online
@christianschmitz7488Ай бұрын
Lots of noise in background. Could you do these recordings when nobody else is in the office?
@christianschmitz74882 ай бұрын
Great idea! I hope some cooperations will pick up on this.
@ggsap2 ай бұрын
Perhaps the video would benefit from modifying the title: "with Daniel Stenberg" to "with the creator", and replacing "the curl command line" to just "curl"
@Foysalispbroadbandmetrowifi2 ай бұрын
Wow, my goodluck! Linux man page he is Author, Great video, Thank you so much
@tomasshredder2 ай бұрын
Insightful is an understatement. Thanks for your sharing Daniel.
@sillybuttons9253 ай бұрын
It is my birthday today. This made a great present. Love the vids.