## Why I'm interested in them
## Values
> The reason that Hbomb is my favorite Youtuber ever is the fact that his videos scratch a very specific type of itch. It's less a documentary or essay with structure and flow, and more a simulation of an ADHD induced hyperfixation that leads you to dig very deep into some stupid subject that you probably shouldn't even care about. Usually something that's tangentially related to your childhood interests. I've had numerous sleepless nights because I fell down some internet rabbit hole and couldn't stop before knowing everything, and Hbomb's video style basically manages to capture this feeling very well while also being super entertaining and somewhat informative, and he always manages to make some good point out of it.
## Inputs
```dataview
table Created, rating, source
FROM #input AND !"Hidden" AND [[]]
SORT Created desc
```
## Notes
```dataview
table Created, rating, source
FROM !#input AND !"Hidden" AND [[]]
SORT Created desc
```