I didn't say that I knew. I was only disputing the relevance of defending individual Tesla crashes by saying that Tesla's are, on average, less likely to crash when on Autopilot. You can't compare Tesla drivers on Autopilot to all drivers -- you have to compare them to themselves, or you have an extraneous variable.
Fatal human accidents are on the order of 1-10 every billion miles of driving in the US, yes. Tesla Autopilot crashes seem to be much, much, much more common.
I am from Terengganu. And yes people in Terengganu can speak standard Malay, but among themselves they speak a different dialect, which is very different. People from other parts of Malaysia often have difficulty understanding it. It’s more like Scottish to English I would say.
I just return from a trip to China and yes I carried a 10yrs China visa to open a bank with Bank of Construction in Guangdong province. No, the bank's front desk refuse it and said they cannot accept foreign passports.
Having a "work" visa is possible though.
Please stop spreading rumours about China when it's not true.
Not sure if things has changed but 1 year ago my brother in law has opened an account in bank of China 中国银行 while he was on a 1 year traveling visa. You may want to try with another bank
I am curious what type of "traveling visa" was that, because a tourist visa don't work for me. Also Chinese government change policies all the time and rollout instantaneously. Whatever works 3-months ago don't mean it works now.
WhatsApp was only started to be blocked recently (last year) when WeChat was already way ahead of WhatsApp in the market. WeChat's success was not due to lack of contender
Fair enough, but does WhatsApp put out any market in China? The strategy is a completely different approach. WhatsApp simply building 1 product for the entire globe where WeChat just focus on 1 monoculture.
Have WhatsApp spent effort to build "that product" to China, and they would fail on it.
And I don't see WhatsApp is super pissed that they lost this 1.3B market anyway.
And in a hindsight, it is probably better for WhatsApp to not build "that app" for China. Imagine spending all those resources, money into a product and simply turn off by China government overnight. It's a big loss for that investment.
TL;DR do not enter China if you haven't yet finished conquered the entire world.
I live in the Bay Area and I use both WhatsApp and WeChat and I would say WeChat is a significantly better product, with more features and better video/audio quality. When I visit China, WeChat is another order of magnitude more indispensable due to its great integration with all the other services (eg, mobile payment penetration through WeChat effectively 100%).
From the UX point of view, it's pretty lightweight for most common operations. Goes into the app, finds the contact, sends message, done. There is virtually no difference between WeChat, WhatsApp, and Apple's own Messages. For many other operations that are less common, WeChat is easier to use and manage (e.g. sending emojis, voice memo, photos).
From an app size point of view, I just checked on my iPhone. WeChat takes up 157.3MB, whereas WhatsApp takes up 105.9MB. The difference seems minor (just a few photos).
Let see...
- Why do I care about reading someone's life moment on an IM? WhatsApp also tried this and another reason I think it is now heading to the "dark side"
- Why do I said... Request a Didi on an IM ?
- Why would I care to use it to pay for something? I just want to message someone.
- Why do I even care about these features? I just want to message someone...
- In fact, why do I care about so much eye-killing gifs/emoji
An IM is an IM. But then I grew up in the western world, so my opinions might not apply to everyone. But I am sure as hell share someone's opinion on this.
Is it bloated? Hell yeah, can it still make a case that Chinese general population would prefer bloated single-app? Sure, but that doesn't mean I like it.
>Why do I even care about these features? I just want to message someone...
You care that the other person will be on it too. But why will they be on it?
Mass adoption isnt just about what you want, its about what other people on the same service want as well. It has to offer a superset of your wants, her wants, his wants, etc or you will love it, but they will go elsewhere. Its not all about you. Having everyone on it is THE killer feature.
My wife is Chinese to I use WeChat a fair bit. I only use it for messaging and calling, so can’t comment on the other features, but for what I use it seems fast, stable and easy to use.
How do you distinguish between featureful and bloated? What are the criteria you would use to tell one from the other?
Personally I don't think it's too bloated. However, its an absolute storage hog ~ My WeChat is taking up 2.4gig of storage space. I guess thats the issue of audio messages alongside the ability to send full-quality images.
WeChat's success is something I find... strange. I just thought uses don't want everything and the kitchen sink in the same app but we chat success story shows I'm wrong? I still don't get it.
I have that Facebook messenger even has draw over other apps permission on Android. I hate the pop up chat. Am I out of touch?
Being able to send money to people via chat app is pretty appealing to many people.
Also, there was a post on here highlighting Japanese web design and you might say it's also a kitchen sink approach. And then someone posted, or the article updated and added(I don't remember exactly) some nice links to show that the exact same design phenomenon exists in major websites in Taiwan, Korea, and China.
We might theorize that users in these particular markets might want everything but the kitchen sink in one app, or one website. I'm not saying that's necessarily the case, but there's definitely some indicators.
Would be very interesting if it's a case of actual rejection of western style minimalistic designs, rather than something like it being all they've known and thus have simply gotten used to.
whatsapp calls are blocked or unusable already for years
trust me I tried when I lived there, messages work but forget about video and audio, only international service which worked was Skype but even that fails most of the time, so your option are obscure messengers and less known webrtc sites
Just like how you learn any other programming language: use it to solve your problems.
Anyway, here's a few steps that I would recommend:
1. Go through http://tldp.org/LDP/abs/html/ and http://www.tldp.org/LDP/Bash-Beginners-Guide/html/ , or at least go through the table of contents so that you have a feeling of what bash is capable of. A few important things are: if, while, for, switch, functions, string manipulation, pipe, subshell, command substitution
2. Understand the execution model. Variables in subshell cannot be accessed from the parent shell, this is a common mistake
3. Learn to avoid common pitfalls. I always recommend my colleagues to always quote the variables in double quote, always use "$@" instead of "$*", always use double square bracket instead of single square bracket for testing, use echo to pass return value from functions instead of assigning to global variable
4. Learn awk, sed, grep. Bash can be quite limiting when it comes to data processing and these tools can be quite powerful. You can use bash to glue different filters together at a higher level.
Bash is a fantastic language and there are quite a lot of things that can be much more quickly in bash than in other "proper" languages. A lot of people says that it's too difficult to maintain a shell script beyond a "critical mass" but I believe that if you follow good practices and write modular codes, shell scripts can be very manageable.
The problem with using the English message as the key is that, when we changed the English text, we'd have to change the keys in all other languages as well. Also, the same English text might translate to different texts in a foreign language depending on the context / location appeared.
And also sometimes a key id is fine because you can add some context in the key like login_welcome signup_welcome. You can also use for grouping strings belonging to the same section: login_welcome, login_callToAction