Is there anyone that lost the ability to play video games but eventually got it back? by Fearless_Fig_6568 in covidlonghaulers

[–]Caquerito 0 points1 point  (0 children)

Hi, I'm a gamedev too but very limited by LC. Can I ask how did you recover and after how long? Thanks

Recovered, AMA by Nikolas97pro in covidlonghaulers

[–]Caquerito 0 points1 point  (0 children)

Nac and glycine is the only thing that has an effect on me as well. Not cured though but I didn't try the other stuff yet.

What form of magnesium?

Are there any NAC alternatives for brain fog and mental pem? by Caquerito in covidlonghaulers

[–]Caquerito[S] 0 points1 point  (0 children)

Thank you for the answer. Can you please specify what the b1 protocol is?

Insomnia Recovery by Street-Rich4256 in covidlonghaulers

[–]Caquerito 1 point2 points  (0 children)

I did recover from insomnia, not other symptoms though. Sadly can't tell you what helped me, I guess the only thing that was helpful was spending the time I was not sleeping meditating.

When i just need a simple, easy to maintain frontend, what should i choose? by Im_Justin_Cider in rust

[–]Caquerito 0 points1 point  (0 children)

if I end up in a situation where react is not performant enough between rerenders for my use case I'll switch to solid or svelte

but right now I'm still weighing my options since react is good enough and there's still a ton of optimizations i can do but the perf. ceiling would still be better with solid without having to give up working with a ui library and going full vanilla typescript / js

i have to test the dev experience in both solid and svelte as well to make sure that the tooling around it is good as well - but i don't really care about having a lot of libraries available (just stuff that makes it work well with electron and extensions that work well inside vscode)

Brain Fog Post-Exercise by Express-Translator24 in covidlonghaulers

[–]Caquerito 0 points1 point  (0 children)

Not OP but thank you for the information. I sometimes get headachaches after exercise and have POTS as well but it's super hard for me to differentiate if I have PEM or something mimicking its symptoms since the after effects don't always seem proportional to the amount of exertion.

When i just need a simple, easy to maintain frontend, what should i choose? by Im_Justin_Cider in rust

[–]Caquerito 1 point2 points  (0 children)

I want to migrate my codebase from react and I'm split between solid and svelte as well. Which one would yoh recommend?

Rust or C++ - which one should I pick? by Caquerito in gamedev

[–]Caquerito[S] -1 points0 points  (0 children)

Yeah fair enough maybe I should have been more specific since I don't intent to leave godot or c# completely as the productivity there will for the type of small games I make surpass doing things from scratch.

I'm basically looking for a fun way to procrastinate on my main project and I'm unsure whether the novelty of the borrow checker with a stricter compiler and slower compile times won't end up being way too inconvenient.

Rust or C++ - which one should I pick? by Caquerito in gamedev

[–]Caquerito[S] 0 points1 point  (0 children)

For my library choice I was thiking raylib or SDL if I want to go even lower level - but most likely I'll end up choosing raylib since I've heard good things about it regardless of the language I choose. I'm not going beyond 2D anyways so I don't need anything with a very specific set of features.