In my experience, most workplaces have at least one manager with a light-medium addiction problem (tends to be alcohol for olders, and marijuana for millenials). It might be hard to spot, but the best way to track it is the quality of decision making.
Unfortunatly, addiciton and other mental health problems are almost impossible for the firm to adress until its too late for everybody (disgrunted employees, missed business opportunities, etc). I hope this COVID crisis will make us more preventive regarding these issues.
Mental health issues may have no clear physiological cause. Even if there's a physiological aspect, it's unclear what the causes that condition. Depression, for example, we see low serotonin levels, but we don't know why the levels are low. In the case of addiction, the mechanism is clear. https://science.sciencemag.org/content/278/5335/45
Addiction issues are mental health issues because there is no reward; it is not a rational choice. It follows that people with addiction issues are either not informed enough to make a rational choice, irrational, or for some reason are unable to say no.
If the model were really this simple, relapse would be non-existent. I can't believe any former addicts would make a rational choice to relapse.
No, I know it wasn’t anything personal. Google is a big company and my application probably got lost in a sea of applications. Still, I think it reflects poorly on a potential employer to ghost candidates.
On this note, we've been trying to upload gigabytes of data via rsync from Europe to China (we are software company who are trying to deliver tools to our Chinese customers..). Connection used to be fast when it was night time in China, but lately the connection has been really slow or unusable. Is there any alternative way to get lots of packages from Western countries to China?
If this happens day to day, you may consider opening a subsidiary in China, with applying for special network. Foreign company in China can have network without GFW.
The recent congestion is caused by the price reducing of ISPs demanded by the government. A lot of customers upgraded their bandwidth without paying additional money. This makes the already busy cables out of bandwidth.
Back to your question, the answer is YES, use a proxy, which is less expensive, or buy a dedicated private virtual line from a Chinese ISP, which is more stable.
Use Chinese CDN (such as Upyun, Baidu CDN, Qiniu and Aliyun) for http file downloading (with a subdomain provided by the CDN or you'll need to apply permissions at MIIT as ICP) instead of rsync or ssh tunnel. Or rsync your data to Japanese Servers (Linode, GMO, etc) and ask your customers to download through http or https.
The problem is to upload data to China, we are not downloading anything from there.
"Or rsync your data to Japanese Servers (Linode, GMO, etc) and ask your customers to download through http or https."
We've used Amazon CDN before even for Chinese customers and they have closest node in Hong Kong - they still(Chinese) have difficulties to download our packages. I doubt using Japanese server would solve our problem. Thanks anyway.