HN user

ShepherdKing

36 karma
Posts6
Comments17
View on HN

Communication about health risks for marijuana use needs to be on-point, especially among young people. From what I've read, use during brain development (prior to ages 25-30) risks learning disabilities and other mental health disorders due to how it affects cortisol. Marijuana is also an immune system suppressor, which may explain some elevated cancer rates. The effects on the immune system may also explain some food allergies, but susceptibility for fungal and viral infections resulting from marijuana use is fairly well established.

Citing some relevant papers on the subject:

https://pmc.ncbi.nlm.nih.gov/articles/PMC8229290/

https://pmc.ncbi.nlm.nih.gov/articles/PMC7258471/

https://pmc.ncbi.nlm.nih.gov/articles/PMC3930618/

https://pmc.ncbi.nlm.nih.gov/articles/PMC4586361/

Compassion is supposed to be the key reason for mankind becoming the dominant species on our planet, and with intelligence being key to survival, it would follow that compassion would be a key marker for intelligence. A lot of scientists generally fit this characterization, a classical example being Einstein. As a counter-example, a lot of people regarded as poor leaders would probably also rank low for perceived compassion.

I haven't read that (paywalled) article, but I will note that she died on Feb 11th, while a Tesla recall was issued on Jan 26th for a software glitch that can prevent rearview cameras from displaying properly. It appears her death is under criminal investigation, so I presume they're investigating the possibility that the rearview camera glitch was intentionally exploited.

https://www.nbcnews.com/business/autos/tesla-recalls-200000-...

The innovation needed here is for everyone to be able to have a premium rate phone number, and be able to set fee rates for contacts or "classes" of callers. Spam & robocalls need to become too cost-prohibitive to pursue. Everyone's time has value, so it seems mad that we can't set fees for incoming calls or texts.

One might view it as a way of discouraging remote work in Colorado for various reasons. I suspect that Colorado cannot collect much income tax on remote workers given their low flat income tax, so if the tax collected in the remote employers state is higher than that of Colorado, then Colorado gets nothing.

As someone who obtained their Master's in Physics, I have to agree with the article. The breadth and depth of my scientific training has made me a much more capable data scientist (and engineer) than most of my peers who went the CS path. I only wished that I could have double majored in biology. I would say that my study in physics has taught me how to better see the "bigger picture" and to try to account for all possible outcomes in a given scenario.

I think the issue that I had was that my regular bindings in insert mode (CTRL-a) were disabled while in vi input mode, which caused problems for other shell programs. Plus, with Tmux and GNU Screen already re-configured with vi bindings, managing key binding collisions became complicated with vi input mode enabled. The bigger issue that I tend to have is managing copy-paste buffers between Screen, Tmux, and Vim.

I really love my vim bindings, I try to use them everywhere possible. So far that is:

Web browser: Vimium plugin (Chrome)

Music player: Cmus

Terminal multiplexer: Tmux & Screen

Terminal pager: GNU Less

I'm still trying to figure out how best to use vim bindings in my z-shell (zsh) and ipython interactive sessions.