Live data from Hacker News

A new Curl logo

daniel.haxx.se

91–100 of 119 posts

Re: A new Curl logo

#91
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....

Or my favorite, combining your first two choices: too-pull.

Re: A new Curl logo

#92
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"?

The nice thing about SQL and URL is that they're so widely used in our profession that regardless of how you say them you will be understood easily. Some people say "ess que ell" and others say "sequel" and that's fine; everyone understands everyone. It's unconventional pronunciations of less common initialisms that cause problems.

May I lament at this point that we non native speakers often miss out on the pun entirely and read brand-/projectnames as abstract fantasy words.

SQL -> "sequel", how could we know?

Re: A new Curl logo

#93
post #78
post #24

For something that claims to "grok" URLs, using "://" as part of the logo seems to be misunderstanding how URLs (are supposed to) work. According to RFC3986, URIs (the proper name; URLs are a kind of URI) are correctly of the form: : For some schemes, the may contain a , the format for which is: // [/ ] | So it's only hierarchical URIs with a defined authority that have the (admittedly iconic) "://" in them. I know m…

Every time I see the word grok I grok in my mouth a little.

Why? What's wrong with it? It's a real word (i.e. it's in Merriam-Webster).

Re: A new Curl logo

#95

I have always been a fan of wget, but upon searching around for some of the differences I came across this: https://daniel.haxx.se/docs/curl-vs-wget.html Which is a pretty good summary of the similarities and differences, and it makes me want to try curl a bit more than I have in the past, especially the support for scp and cifs.

I switched due to the SOCKS support in curl. For either one, if you use Firefox the cliget addon is quite handy :).

https://github.com/zaidka/cliget

Re: A new Curl logo

#96
post #89
post #86

Earlier quoted context omitted.

It's like people who think after many years of programming that "char" is actually pronounced "care". Nope. In real life people just read things. "char" the stick in the fire all day long.

I still say 'car' in my head. Hardest one for me was 'it-erator' instead of 'eye-terator'. I still lapse and use the latter on accident out of habit!

I'm not sure how you got eye-terator, but I can sort of see where 'car' came from. I guess I'm lucky here, because I learned to always say:

'char' : as in charcoal

'car' : pronounced like a car, used as (car (cons 'a 'b))

'cdr' : supposed to be 'could-er', but I flip between cee-derr and could-er

'cadaddr' : prounounced 'why'

I kid a little, but it's funny to hear these things, especially when it's from somebody from a foreign country. It wasn't until grad school that I realized there's so many different ways to pronounce keywords.

Re: A new Curl logo

#97
post #90

Earlier quoted context omitted.

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.

I was a bit disappointed when I discovered that "su" doesn't stand for superuser but for the rather bland "set uid".

why not "switch user", hah

Re: A new Curl logo

#98
post #90

Earlier quoted context omitted.

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.

I was a bit disappointed when I discovered that "su" doesn't stand for superuser but for the rather bland "set uid".

This is a useful discovery though, as it points you towards the fact that as well as running as super user (the default) sudo can run a command as any target user (e.g. `sudo -u zofrex dosomethingevil`).

Re: A new Curl logo

#99
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.

Speaking of potentially ambiguous pronunciations, I recently learned that Dr. Richard Hipp, the creator of SQLite, pronounce it Es Que Ell-ite or Sequel-ite, the -ite postfix being inspired by minerals/rocks (like stalagmite). Source: https://changelog.com/201/

or, seek-light

Re: A new Curl logo

#100
post #89
post #86

Earlier quoted context omitted.

It's like people who think after many years of programming that "char" is actually pronounced "care". Nope. In real life people just read things. "char" the stick in the fire all day long.

I still say 'car' in my head. Hardest one for me was 'it-erator' instead of 'eye-terator'. I still lapse and use the latter on accident out of habit!

I still say 'car' out loud and in my head because the "char" type is short for "character", and the first syllable of the full word is pronounced 'car', not 'char'.
Post reply on HN