- Worked On <NDA>
- Working on <NDA> but you know the game.
| Game Dev | |
| Website | sharo.dev |
| Game Dev | |
| Website | sharo.dev |
just a PSA, if you are like me, you use SumatraPDF, there is a new version out. 3.6, that has a few cool features. If you upgrade from earlier versions you need to enable these features manually because they might default to off.
LazyLoading, and SmoothScroll.
I have huge number of PDFs open, LazyLoading makes startup so much nicer.
SmoothScrolling is self explanatory.
Also Shift+i inverts the colors, very nice for reading normal papers in the dark.
Sound and noise is a massive distraction, I constantly need to have noise cancelling headphones on and still have to use white noise on top to mask out the base noise my head produces.
Diagnosis through public routes and NHS has a 3 year waiting list, private is costly as hell and can't be fully trusted.
What a mess.
I absolutely hate having (not diagnosed but very visible) ADHD, can't "lock in" like regular folk at work, sometimes I can but not on command.
This is partially why I sometimes go out of my way to mess with different tools and workflows, why I can't stand long compile times, can't use slow editors.
Whenever I have to recompile our projects multiple times because I'm touching base headers, my entire productivity goes out the window.
I had to mess with packaging today and it just sucks.
We had an internal convo about which one someone should pick:
A)
If(const char* x = func()) {...}
Or
B)
const char* x = func();
If(x != nullptr) {...}
What do y'all think?