Having depression? Now Google is able to help diagnose
No one likes to admit that they are suffering from mental illness and recently Google wants to help U.S-based users to make private self-assessment through a clinically verified questionnaire, called PHQ-9. Whenever a user enters a search query related to depression, Google will prompt "Check if you're clinically depressed" link in the search engine result page.
According to Google, the information will not be recorded and shared with anyone. The questionnaire goal is to allow the user to share the result with their own doctor for further diagnosis and treatment.
At this moment, the questionnaire is available to those in the United States. No indication on when it will be available globally. According to the National Alliance on Mental Illness (NAMI), one in five Americans experience depression in their lifetime, but less than half seek treatment.
If you're not in the United States, you still can get help in combating depression.
Personally, I've known two people that committed suicide because of untreated depression. Now with more young people jumping into start-up bandwagon.... the amount of stress caused by inexperience in running a business or failures increases the chance of hitting bottom is high and getting help is the key, not committing suicide.
Talk to someone you trust or your local chapter of Befrienders and with the right treatment, learn how to get over depression.
See also : Proper question to ask yourself - How successful you want your startup to be?
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+7k Golang : Check if one string(rune) is permutation of another string(rune)
+18.8k Golang : Calculate entire request body length during run time
+52k Golang : How to get struct field and value by name
+6.8k Golang : Takes a plural word and makes it singular
+15.9k Golang : How to extract links from web page ?
+18.4k Golang : Display list of time zones with GMT
+21.8k Golang : How to run Golang application such as web server in the background or as daemon?
+6.9k Golang : Validate credit card example
+10.7k Golang : Generate random elements without repetition or duplicate
+5.7k Golang : Generate multiplication table from an integer example
+9.4k Golang : Eroding and dilating image with OpenCV example