Live data from Hacker News

Creator of cURL wins Polhem Prize 2017

daniel.haxx.se

31–40 of 42 posts

Re: Creator of cURL wins Polhem Prize 2017

#31
post #22

Curl is in everything. And you can tell, if you find the license. In my 2014 Chevy Cruze, if you look in the owner's manual, there is the curl license, in all its glory. I've used it many times myself, and it's always proven itself to be a great piece of software.

I've never actively used it beyond the occasional `curl` commandline thing; have I subconsciously been using libcurl? Whenever I do a http request from idk, Java or Go, is libcurl involved?

Depends, it can be a http connection over tcp without curl being involved or it can be a curl request wrapped in underneath the hood, like in guzzle, for example.

Re: Creator of cURL wins Polhem Prize 2017

#33
post #13
post #9

Earlier quoted context omitted.

https://daniel.haxx.se/blog/2017/06/28/denied-entry/ I can't see any follow-up on why he was denied entry though.

We were never able to get any answers as to why I was denied - in spite of some real efforts in finding out. It will remain an unanswered mystery. I will make a renewed attempt to travel to the US at a later time. Hopefully it was just some mess-up, a human error or whatever. / Daniel

So basically, US DHS is as intelligent and technically competent as the woman who thought you hacked her instagram?

https://daniel.haxx.se/blog/2016/01/19/subject-urgent-warnin...

Re: Creator of cURL wins Polhem Prize 2017

#35
post #13
post #9

Earlier quoted context omitted.

https://daniel.haxx.se/blog/2017/06/28/denied-entry/ I can't see any follow-up on why he was denied entry though.

We were never able to get any answers as to why I was denied - in spite of some real efforts in finding out. It will remain an unanswered mystery. I will make a renewed attempt to travel to the US at a later time. Hopefully it was just some mess-up, a human error or whatever. / Daniel

I got naturalized in US a few years back. Yes, big mess, great potential for random mishaps and general ignorance.

Fingers crossed on your future trip.

Re: Creator of cURL wins Polhem Prize 2017

#37

I wrote a tiny (< busybox) curl, and found some needed http features (like redirection) required a different architecture than the naive one I started (and stayed) with. I wonder how many such details have informed the architecture of curl...

Yup, building a tiny subset of a HTTP client is easy...and then you start running into the quirks of the protocol, of the servers, even of the network stack. Building a mostly-functional HTTP client is much harder.

I am deeply grateful for curl - most of the pain of speaking HTTP has been abstracted away from me, thank you @bagder.

Re: Creator of cURL wins Polhem Prize 2017

#38

Seeing how this prize, named after the "Father of Swedish engineering", dates back to the 1800's, and is thus older than the Nobel prize, it has typically rewarded engineers from the classical engineering fields. As such, it's very nice to see a feat almost exclusively carried out in the digital world of software get rewarded, and put right next to accomplishments in construction, metallurgy, etc. Among notable earli…

The list (Swedish) of winners: http://www.polhemspriset.se/lar-kanna-alla-pristagare/

The Google Translation is easy to read (I have no idea how accurate it is though): https://translate.google.com/translate?sl=auto&tl=en&js=y&pr...

Post reply on HN