

Gambling addictions have very high suicide ideation and suicide attempt rates. The exact numbers seem ti vary from study to study but I haven’t found any with percentages below double digits.
Gambling addictions are not uncommon either, with 1-3% of the general population being affected [Wikipedia]. Risk factors include starting young and online gambling by the way. Guess who encourages both?
If I had to guess, thousands of people have committed suicide at least partially due to Valve. “Partially” because case gambling could’ve been the entry into other forms of gambling that cemented gambling addictions.







I really like bash when dealing with even somewhat advanced scripting. Like the 300 LOC scraper I have written over the past two days which horribly parses HTML files using grep | sed.
It’s genuinely so much more fun to do this with Bash than, say, Python. I have once written a scraper using Beautifulsoup and I have no desire to do so ever again.
Honestly, only Haskell manages to beat Bash in how satisfying it feels when you manage to get something working well.