VibeCoder [they/them] @ VibeCoder @hexbear.net Posts 0Comments 17Joined 2 mo. ago
Photoshopping Thor over top of old programming horror posts is diabolical lmao
It’s okay as long as Moore’s Law holds, they can just keep waiting for better computer to compensate
At what point do you start conducting polyrhythms with your fingers?
Many of these things can be curbed through medication and therapy. And people with ADHD will still pay more an average for all of them. Both things are true.
I believe that’s the joke
Is mander getting kulak-pilled?
No because you have a point
Hey honey, I know our kids go to a prestigious private school here and I do most of my work from the NYC office and you have obligations here that can’t be done from another city so you’d have to abandon them, but I don’t like this commie mayor so we’re moving to a tax haven.
I have kids whose days I fuck up if I don’t get up on time. After years of fine tuning, my morning routine is a well-oiled panic-fueled blur (They only miss the bus once or twice every few weeks)
What happened to Lee Camp, John O’Donnell, etc? I don’t remember them being particularly
But mUH PoSsE CoMiTaTUs
My gut got a lotta gay DEI in it
Before this loaded I thought it was going to be the Sikh farmers getting hit by the water cannons
This is just masking and it’s exhausting. It’s so much more fun and relaxing to spend time with my ADHD friends
My parents insisted I didn’t have ADHD as a kid because I had the same symptoms they had as kids and their parents just told them it was normal. Turns out ADHD has a genetic component and this is pretty common. You can find screeners online, but your best bet is to just get tested by a psychiatrist specifically. They’re the ones who can diagnose you and prescribe you proper medication. If you’re underage, this will likely require a hard conversation with your parents and if you’re in the US at least, you may need a referral from your primary care provider.
A psychiatrist will rule out differential diagnoses (things that present similarly and could explain your symptoms for other reasons) and they’ll also screen for comorbidities (other disorders you may have on top of ADHD) that could be made worse with front line ADHD medications.
You also don’t suddenly get rid of it once you’re an adult, which I believe is the point being made
python
#!/usr/bin/env python def main() -> None: """executes when file is run as a standalone script""" print('hello world') if __name__ == '__main__': main()
python
print('hello world')