Live data from Hacker News

A new Curl logo

daniel.haxx.se

61–70 of 119 posts

Re: A new Curl logo

#61
post #37

Earlier quoted context omitted.

I've made this mistake with LaTeX. I was so embarrassed when someone told me "Its pronounced lah-tekh".

Another one is Tuple (like in a data base) Too pool -or- Tup ulll -or- Tup lee So many choice from just five letters....

I'd always heard "Two Pull"s as the one true way, not to be confused with "Triple"s.

"Tup Lee" just seems silly.

Re: A new Curl logo

#62

Earlier quoted context omitted.

In file:///, the file:// part signifies the protocol (think http:// ) and the / in /path/to/file signifies the root directory (think / in /home/user/) I have never seen file:/ used before, so I can't really comment, but it seems invalid to me (and browsers auto-redirect it to ///).

Almost. The file: signifies the protocol. The /// is actually // / with an empty machinename as a shorthand for 'localhost'.

Interesting.

Why is this interpreted as a relative path?

     cd /etc
     curl file://resolv.conf

Re: A new Curl logo

#63
post #58
post #53

Earlier quoted context omitted.

Wait, is that wrong? I've only ever met a single person that pronounced URL like "Earl". Everyone else says the letters, and thus, you get "see you are ell". I tend to go back and forth with cURL, sometimes calling it "kurl". Same problem with SQL. Is it "ess que ell" or "sequel"?

"Sequel", or "skewl" when I'm in a hurry. Who has time to say "ess que ell"?

A friend of mine, who is not a fan of database work, pronounces it "squeal".

Re: A new Curl logo

#64
post #30

Great! NetBSD fixed this "logo" http://www.netbsd.org/images/NetBSD-old.jpg Now all we need is for R to get rid of this monstrosity http://www.jeveuxetredatascientist.fr/wp-content/uploads/201... and we'll be on a roll.

I know that mentioning PHP on here is grounds for crucifixion, but the fact that Composer (https://getcomposer.org/) has a conductor as its identity has always bothered me.

Re: A new Curl logo

#65
post #28
post #21

I just realized after all these years, I think I've been saying the name wrong. In my head, I say "curl" as in curly hair. It's really "see-url"!? I think it's too late for my brain to correct that.

That was too traumatic to contemplate, so I referred to the FAQ and found relief in section 1.1: "We pronounce curl and cURL with an initial k sound: [kurl]." They do, however, note that the "fact it can also be pronounced 'see URL' also helped" [to choose the name].

That reminds me that I had been using sudo for close to 15 years before I realized that it was a combination of 'su' and 'do.' I'm still not sure if it's properly pronounced 'pseudo' or 'sue-doo', but it really blew my mind once I figured out the name.

Edit: Changed 'sue-do' to 'sue-doo' to make it less ambiguous.

Re: A new Curl logo

#67
post #37

Earlier quoted context omitted.

I've made this mistake with LaTeX. I was so embarrassed when someone told me "Its pronounced lah-tekh".

Another one is Tuple (like in a data base) Too pool -or- Tup ulll -or- Tup lee So many choice from just five letters....

Tuple is a mathematical term predating computers, and the "-tuple" suffix is older again, so pronunciation shouldn't be as ambiguous as the other, newly invented terms.

(It's historically rhymed with couple)

On the other hand, a lot of Latin-originating words have had their pronunciations changed in US English, the canonical example being data (from UK English "da-ta" to US English "day-ta", which has now begun to become standard everywhere due to the tech industry) so I guess other words could go the same way.

Re: A new Curl logo

#69
post #6

The new logo is nice, certainly cleaner and more better-looking than the old one. However, the association for me is very much to PCB design since the lines with hollow circles look like tracks with vias or just pads for through-hole components. See, for instance, the background on KiCad's (an actual PCB design program) site: http://kicad-pcb.org/ . This "inspiration" was visible in the first suggestion too, the one…

Yeah, I'm not sure what that's about either. It seems far too thorough to be accidental, but the association is a strange one for a command line utility. I suppose it might make sense if the logo is designed for consumption by people who don't know much about computers, but that's really not something which can accurately be said of the thing the logo is for, so...

Re: A new Curl logo

#70
post #62

Earlier quoted context omitted.

Almost. The file: signifies the protocol. The /// is actually // / with an empty machinename as a shorthand for 'localhost'.

Interesting. Why is this interpreted as a relative path? cd /etc curl file://resolv.conf

[deleted]
Post reply on HN