Earlier quoted context omitted.
> They will literally ask you in advertisement to enter certain phrases in a search engine to let you find their web property. I have noticed this on occasion, and found it very surprising. They're basically handing control over access to their site to the search engine. That seems like a very bad idea.
No different to "Facebook.com/BigBrand" if that's where most of your audience spends their time online fighting it might be foolish
Chinese Number Websites
71–80 of 97 posts
Re: Chinese Number Websites
#72the point of using number in the domain is, a lot of Chinese people don't know letters, they don't know English words and they can't get "PinYin"(using letters to represent Chinese words) right. How do you make these people type urls in the browser? well, luckily, they all know numbers!
Are there really computer-literate Mandarin speakers in China who don't know pinyin? How do they input text? The only serious non-pinyin IMEs I'm aware of are the bopomofo ones for traditional characters in Taiwan.
Re: Chinese Number Websites
#73Earlier quoted context omitted.
> there's no need for special support in the DNS system or other infrastructure Many TLDs disallow registrations containing punycode. Take a look at Wikipedia's (incomplete?) list of those that do: https://en.wikipedia.org/wiki/List_of_cctlds
Interesting. From what I can tell though, the lack of support from those TLDs seems to be deliberate rather than due to any technical challenge (the domain you register ends up just looking like standard alphanumeric ASCII with some dashes). I may be wrong, but it probably requires more effort for a TLD to disallow IDNs as they'd have to implement a test to try and detect a punycode string within the ASCII. The one t…
This is called the IDN homograph attack (https://en.wikipedia.org/wiki/IDN_homograph_attack).
Re: Chinese Number Websites
#741688 is not prounounced as "yoh-leeyoh-ba-ba". The 1 is pronounced as "ee". This actually makes it closer to Alibaba.
Yao (pin yin first tone) is a common way to say "one" in northern china when reciting multiple digits and basically the only way Beijing locals say 1 in a phone number or a string of numbers. for going to a market and asking for 1 of something, "yi" is the preferred way. Pretty uncommon among southern Chinese people and Taiwanese (many American mandarin speakers are of Taiwanese descent).
Re: Chinese Number Websites
#75the point of using number in the domain is, a lot of Chinese people don't know letters, they don't know English words and they can't get "PinYin"(using letters to represent Chinese words) right. How do you make these people type urls in the browser? well, luckily, they all know numbers!
Are there really computer-literate Mandarin speakers in China who don't know pinyin? How do they input text? The only serious non-pinyin IMEs I'm aware of are the bopomofo ones for traditional characters in Taiwan.
Re: Chinese Number Websites
#76"Hotmail.com might as well be Cyrillic". This is not a good comparison because Cyrillic (at least, the slavic version) has almost a one-to-one relation to its latin counterparts. Russian Cyrillic is a little more complex, with letter modifiers (like "soft sign" and "hard sign") while in other flavors like Serbian Cyrillics, those characteristics were built into the language. Hotmail.com directly transliterated to Cyr…
So how many Americans would be able to type хотмаил.цом?
Re: Chinese Number Websites
#77One of the more popular OpenDomains I have is 17m.com - auite a few people ask to use it for a group buying site. This article helped me see the importance of numbers, but when I looked it up on google translate but could not understand what '17m' was supposed to mean. Can anyone tell me?
"m" prounce like “买" "buy",
so "17m" means "shopping together".
Re: Chinese Number Websites
#78Re: Chinese Number Websites
#79I actually created an email alias for myself that looks like 5553423123@hotmail.com (555-... is my real phone number). My logic is: whenever I need to say my email over the phone, it's much less error prone to tell a string of numbers followed by the common domain name than spelling my real (custom) name and domain name.
Re: Chinese Number Websites
#80Earlier quoted context omitted.
Yup (but sometimes up to 10x10) Of course, we would only need to memorize (10-x) items for the x table, except 1x anything, which is trivial so, know 2x2, 2x3, 2x4, 2x5, 2x6, 2x7, 2x8, 2x9 from 3, you can begin at 3x3, then 3x4, etc to be more advanced you only need to know up to 5, and do the rest with math... 9 7? easy peasy. (5+4) (5+3) = 5 5 + 5 3 + 4 5 + 4 3 -> 25 + 15 + 20 + 12 = 72 (there are other tricks you…
Well, that's an example of the time-memory tradeoff, right? It takes a lot longer to calculate 9·7 that way than it does if you've just memorized it. The real question is where to draw the line with respect to diminishing returns on memorizing products for larger and larger numbers.
Everything from 2 * 2 to 9 * 9 where the second number is greater or equal to the first, i.e. 36 combinations. But it would also be good to memorize sums from 3 + 2 to 9 + 8 where the second number is less than the first, i.e. another 28 combinations. So we'd need to memorize 64 combinations from 2,2 to 9,9 where we'd know whether the result is addition or multiplication from the ordering of the numbers.