HN user

funkychicken

60 karma
Posts1
Comments25
View on HN

Pretty sure most rational western people (on here at least) are the first to acknowledge all the bad things going on in their countries… and most of the comments I’ve read in this thread seem rather supportive of corruption crackdowns? Idk what prompted this rant tbh.

I’m no cannabis fan myself, but the above study you posted is heaviest use and includes schizophrenia, which a man in his 40s is not going to spontaneously develop (even with heavy use).

But of course using cannabis that promotes delusions with something that actively facilitates delusions is a bad combo

FrameBook 5 months ago

The plastic by the trackpad would turn pink as well from my sweaty hands. Good times.

You mentioned that std::unique_ptr had a runtime cost (versus a raw pointer). I had always assumed the compiler would optimize any of that away (if you have the default deleter). Could you explain what you meant?

Maybe not ADHD specific, but getting a prescription for Propranolol was _the_ biggest game changer for me (for the day-of). It is a beta blocker, commonly prescribed for stage fright (it numbs the flight or fight response/reduces physical symptoms of anxiety).

I only mention it because it can help balance out an ADHD stimulant (and anxiety is commonly co-morbid with ADHD).

I just helped a coworker get his remote vscode working on RHEL7. If you compile glibc from source and install it in some local directory, you can run patchelf —set-interpreter —set-path on ~/.vscode-server/bin/*/node and write to a special “skip requirements file”

touch /tmp/vscode-skip-server-requirements-check

patchelf --set-interpreter /opt/glibc/lib/ld-linux-x86-64.so.2 --set-rpath /opt/glibc/lib:/opt/glibc/lib64 ~/.vscode-server/bin/*/node Warning: you’ll need gmake and all the gnu tools for building, make sure to ../configure with —disable-werror

I love the idea of the nasal naltrexone. Naltrexone has been known for years to reduce the number of drinks consumed (by blocking opioid receptors).

I wish we could figure out a better system for accessing medications like this — like perhaps allowing pharmacists to prescribe low risk medicines in more states.