## Notes
Learn about the types at [[ADHD Types]], I got diagnosed with combined 😁
Here's what it was like for me [[Getting diagnosed with ADHD]].
### Biological
One of the many possible forms of [[Neurodivergence]]
[[ADHD is hereditary]]
[[ADHD hinders human capacity]]
What motivates people who have ADHD the most? [[ADHD brains prioritize stimulation over importance]]. This allows for uncontrollable hyperfixations.
Underdeveloped [[Cerebellum]]
More active [[Default Mode Network]]
### Behavior
From my experience as the non-ADHD person, [[ADHD in relationships]] can be a challenging dynamic to navigate, so I hope I don't end up placing the same burden on my partner in the future.
Most of the solutions I'm trying to apply can be found in [[Executive Dysfunction]].
Prone to being emotionally sensitive:
- [[Recognition sensitive euphoria]]
- [[Rejection sensitivity dysphoria]]
### Treatments
- [[ADHD Treatments]]
- [[ADHD Medication]] is the best
### Severity
![[Adhd 2.0#^clqs7e]]
I find this to be a super surprising statistic, but it makes sense since each trait of ADHD can be dangerous:
- Inattention can prevent you from noticing unexpected threats
- Impulsivity can result in sudden urges to do things that compel you short-term but can harm your long-term longevity
### Strengths
![[Adhd 2.0#^j96d0z]]
- I answered in [[ADHD 2.0 Application]]
- [[ADHD Careers]]
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### Notes 📝
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs 📥
#### Figures
- [[How to ADHD]] for YouTube videos
#### Digested
- https://integralguide.com/ADHD
- [[Dr K ADHD Module]]
#### Official
To learn evidence-based ADHD resources, you can check out the following:
- https://www.adhdevidence.org/
- Russ Ramsey
- Russ Barkley
- [www.pubmed.gov](https://www.pubmed.gov/) articles
#### Notes
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts 💭
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```