Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bagder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
bagder
3mo ago
I already offered the following comments on Aisle "my experience from working with them on and off for many months now is nothing but good. Skilled, professional engineers without any bureaucracy. They know their stuff, and they'v
2.
▲
by
bagder
2y ago
vodafone has been blocking my site daniel.haxx.se for several years. Discussed on this very site for example back in 2022: https://news.ycombinator.com/item?id=31248250
3.
▲
by
bagder
3y ago
Vodafone... https://daniel.haxx.se/blog/2022/05/02/considered-18/
4.
▲
by
bagder
4y ago
I only record the introduction commit for security flaws as they are rare and important enough to give that level of attention. And that's not a mandatory or required step in our process, I do it mostly as a service for users and to
5.
▲
by
bagder
4y ago
The author (me) did get a visa, after a mere 937 days: https://daniel.haxx.se/blog/2020/11/09/a-us-visa-in-937-days...
6.
▲
by
bagder
5y ago
That's fairly inaccurate. QuicTLS is pretty much exactly what we're all waiting for. That is OpenSSL + PR8797.
7.
▲
by
bagder
6y ago
Daniel here. Thanks everyone for the positiveness and expression of appreciation I've sensed here. The threat has been reported to the police and I'll move on. I love you all. Now I'll go back and continue working on curl.
8.
▲
by
bagder
6y ago
Account restored!
9.
▲
by
bagder
6y ago
While I am disconnected from twitter, you can always reach me at: Mastodon: @bagder@mastodon.social Keybase: https://keybase.io/bagder IRC: #curl on freenode Email: daniel@haxx.se website: https://danie
10.
▲
by
bagder
6y ago
I rather refrain from speculating as I truly have no idea! As I describe in my blog post, I just got an email saying "someone" had logged into my account from a new device and then I was kicked out (as that user then changed passw
11.
▲
by
bagder
6y ago
can I just mention that my twitter handle is 'bagder' - as in a dyslexic animal! =)
12.
▲
by
bagder
6y ago
Tadaa: curl already supports --parallel to download many URLs simultaneously...
13.
▲
by
bagder
6y ago
"For some years" sure, but that's ancient history. curl has verified the server certificates by default since version 7.10, shipped in October 2002.
14.
▲
Help curl: the user survey 2020
(daniel.haxx.se)
1 points
by
bagder
6y ago
|
0 comments
15.
▲
Curl Cheat Sheet Refresh
(daniel.haxx.se)
1 points
by
bagder
7y ago
|
0 comments
16.
▲
by
bagder
8y ago
The twitter post just links to my blog post "Happy 21st, curl": https://daniel.haxx.se/blog/2019/03/20/happy-21st-curl/
17.
▲
by
bagder
8y ago
Thank you! I will certainly do what I can to not make this little change affect my curl commitment in a negative manner...
18.
▲
by
bagder
8y ago
Thanks! Captive portals are indeed truly complicated beasts to handle and they offer challenging obstacles for browsers (and others). We keep working on trying to improve how Firefox detects and works with them.
19.
▲
by
bagder
8y ago
... that's why the article you're commenting on mentions SNI and that we hope to address that too (but separately) going forward!
20.
▲
by
bagder
8y ago
"I better speculate on the reason here because surely Daniel is part of a conspiracy meant destroy the browsing experience of millions" or... It could be prepared for when the user gets asked what they want and then Firefox can
21.
▲
by
bagder
9y ago
c-ares is not standard because making a drop-in replacement for the regular stock name resolver function is really hard and c-ares is not 100% there. A c-ares powered libcurl fails to resolve some host names in some setups that otherwise wo
22.
▲
by
bagder
9y ago
Oh c'mon, give me your best early curl stories! / (curl author)
23.
▲
by
bagder
9y ago
It probably isn't too obvious here, but yeah I know how it works =) (I'm Daniel, who wrote the blog post discussed here and leads the curl development...)
24.
▲
by
bagder
9y ago
If you invoke "curl http://example.com/a.htm http://example.com/b.htm" , curl will only use a single connection.
25.
▲
by
bagder
9y ago
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
26.
▲
Some things to enjoy in curl 7.55.0
(daniel.haxx.se)
3 points
by
bagder
9y ago
|
0 comments
27.
▲
by
bagder
10y ago
(I wrote the blog post) ASLR was enabled. The attacker worked around it.
28.
▲
by
bagder
10y ago
BTW, recent data shows that Firefox does (on median) about 8 requests per HTTP/2 connection, up from slightly more than 1 on HTTP/1.1 So, if we ever close a connection from having reached a billion streams we are in a very very go
29.
▲
by
bagder
10y ago
Correct, something that was used already in SPDY and proved to be very handy and convenient so it was kept in HTTP/2.
30.
▲
by
bagder
10y ago
It was not ignored, it was very much made on purpose because of a certain popular programming language not having unsigned 32 bit variables...
More ›