When I first heard the name "Safari"
11–20 of 180 posts
Re: When I first heard the name "Safari"
#12Calling the browser 'Safari' is weird, if you think about it. I remember trying to teach my mom how to use the iPad to access the internet: "First press the home button" "Ok" "Now tap on Safari" "But I don't want to see animals" "..." And that's when I realized why Internet Explorer was so successful.
I don't know - when I first heard the name, 'Safari' made sense to me after a moment of thinking about it. Netscape Navigator , Internet Explorer , and Safari - all named around the theme of discovery.
Re: When I first heard the name "Safari"
#13Calling the browser 'Safari' is weird, if you think about it. I remember trying to teach my mom how to use the iPad to access the internet: "First press the home button" "Ok" "Now tap on Safari" "But I don't want to see animals" "..." And that's when I realized why Internet Explorer was so successful.
That fits it in with the browsers of the time:
Netscape Navigator
Internet Explorer
I would guess the code name 'Alexander' came from 'Alexander the Great', who not only traveled a lot, but also conquered, just like Safari was aiming to conquer the Internet. They must have ignored the 'die young' aspect of that connotation.Safari also has the right feelings associated with it with almost everybody. Some will think "hah, killing elephants", others will think "paying people to help me watch elephants, so that they no longer need or want to kill them", but nobody (nowadays) will associate negative thoughts (exploiting the natives; killing rare animals) with it. And, apparently, there also is a link with surfing the ocean: http://en.wikipedia.org/wiki/Surfin_Safari. I think that may have led to thinking of the name, but I doubt that is strong enough to choose the name.
Re: When I first heard the name "Safari"
#14“Please don’t let us name the browser after a feminine hygiene product!” Ironic that this was a concern, given the later iPad
Re: When I first heard the name "Safari"
#15Calling the browser 'Safari' is weird, if you think about it. I remember trying to teach my mom how to use the iPad to access the internet: "First press the home button" "Ok" "Now tap on Safari" "But I don't want to see animals" "..." And that's when I realized why Internet Explorer was so successful.
Well, it fits with the theme. "Safari" is Swahili for "journey" or "trip" ( http://en.wikipedia.org/wiki/Safari#Etymology ) That fits it in with the browsers of the time: Netscape Navigator Internet Explorer I would guess the code name 'Alexander' came from 'Alexander the Great', who not only traveled a lot, but also conquered, just like Safari was aiming to conquer the Internet. They must have ignored the 'die young…
Re: When I first heard the name "Safari"
#16I think many of you in the Hacker News crowd will recognize this problem that I'm yet to find a solution to myself: mkdir [blinking cursor] Then 30 minutes passes and you didn't end up making that thing anyway since you got distracted while thinking up a name for it.
"There are only two hard things in computer science. Cache invalidation, naming things and off-by-one errors."
Re: When I first heard the name "Safari"
#171) List the name of all competitors that made into the business plan; // this is important mainly to avoid problems
2) List of nouns that evoke a basic understanding of the root problem the program tries to solve; // I know it's obvious, but finding a name right here create an instant connection with your target users
3) List all the features that make the program stand out; // Again it's obvious, yet this is a great source of names
4) Mix and match all these these words, throw them into a bucket, and sleep on it for a while;
5) Usually, after some days have passed I come back, and weed out the crapy ones; // and...
6) Work a little more on the rest with a dictionary, if needed go back to 3;
7) Finally, when I have a short list of good names I try to find domain names;
8) mkdir // or mv :)
How do you go about your process?
Re: When I first heard the name "Safari"
#18Re: When I first heard the name "Safari"
#19I think many of you in the Hacker News crowd will recognize this problem that I'm yet to find a solution to myself: mkdir [blinking cursor] Then 30 minutes passes and you didn't end up making that thing anyway since you got distracted while thinking up a name for it.
I always start with a codename. And for the longest time I've used the surnames of foreign scientists: http://en.wikipedia.org/wiki/List_of_German_scientists
Re: When I first heard the name "Safari"
#20I think many of you in the Hacker News crowd will recognize this problem that I'm yet to find a solution to myself: mkdir [blinking cursor] Then 30 minutes passes and you didn't end up making that thing anyway since you got distracted while thinking up a name for it.