In germany call 116117, tell them you want a consultation with a psychiatrist. Tell said psychiatrist what you think you have, eventually you’ll get tested and the procedure continues. Took me about 5-6 Months due to scheduling, but eventually it works.
When people say “touch grass” it usually means that the internet shouldn’t influence your mental health. Unless any of the states decisions directly impact you, you can think about what you can do to influence it, but if you find yourself spiraling about it, its time to log off. Maybe start knitting idk
Interesting.
So it basically enables some more compiler magic. As an embedded guy I’ll stay away from it, since I like my code being translated a bit more directly, but maybe I’ll look into the generated code and see if I can apply some of the ideas for optimizations in the future.
I never looked into this, so I have some questions.
Isn’t the overhead of a new function every time going to slow it down? Like I know that LLVM has special instructions for Haskell-functions to reduce overhead, but there is still more overhead than with a branch, right? And if you don’t use Haskell, the overhead is pretty extensive, pushing all registers on the stack, calling new function, push buffer-overflow protection and eventual return and pop everything again. Plus all the other stuff (kinda language dependent).
I don’t understand what advantage is here, except for stuff where recursive makes sense due to being more dynamic.
Well, right about online stuff. I would also have ridiculous standards if there were 10x more women than men. Just expand your social circle and eventually you’ll meet normal people XD
Photo and Video editing is actually pretty good, since the backends (magick/ffmpeg) are open source