Live data from Hacker News

Daniel Stenberg and the home of curl in Stockholm, Sweden

hackerstations.com

31–40 of 68 posts

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#31

Earlier quoted context omitted.

a better HTTP client is one that does exactly what you want, nothing more and nothing less.

Still no name or this mysterious better client. And what happens when I need something more, or something else? I need to find a different "better client"?

I still type wget when trying to download stuff... not sure if better, except for default behavior.

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#32
post #10
post #5

Earlier quoted context omitted.

You often can't know in advance what will be useful and what won't.

You can often know what will be useless tho

Rust is still popular ... so I wouldn't trust at least my future prediction skills.

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#34

Earlier quoted context omitted.

$299 for a two PC, single monitor kvm? Expensive.

Actually not - it's capable of 120hz @ 4k. Your typical chinesium $49 amazon KVM won't do that.

I work from home and every day I switch my cables to my work computer which takes 10 seconds. I don't want to pay $300 to shave 20 seconds off of my day.

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#37

Earlier quoted context omitted.

> It's just one HTTP client. curl supports 28 transfer protocols [1] > There are better ones. curl has 60 language bindings, runs on 89 operating systems across 24 CPU architectures [1] So what is that mythical better client (that only does HTTP)? [1] https://daniel.haxx.se/blog/2022/11/25/89-operating-systems

a better HTTP client is one that does exactly what you want, nothing more and nothing less.

Yes, that's fine.

cURL isn't a HTTP client.

It's a command line tool and library for transferring data with URLs :-)

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#38
post #11

Earlier quoted context omitted.

Yes. By curl. Every time comments like yours come up I'm just thinking "yeah, the fucker have no idea how much handling of edge cases comes up with libs like that"

I have implemented many networking applications from Ethernet to application protocols. I am also particularly aware of how HTTP and all the related stack works. So your thinking appears to be inaccurate.

Isn't that just one side of the coin? The other being hardware compatibility.

Re: Daniel Stenberg and the home of curl in Stockholm, Sweden

#39
post #31

Earlier quoted context omitted.

Still no name or this mysterious better client. And what happens when I need something more, or something else? I need to find a different "better client"?

I still type wget when trying to download stuff... not sure if better, except for default behavior.

I usually use curl. wget does have one feature that curl doesn't (or at least I'm aware of), namely recursive downloading. So you can easily somewhat download an entire site.
Post reply on HN