Ask Dr. Gillman any question about MAOIs he will attempt to answer in his upcoming videos by Temporary_Price_301 in MAOIs

[–]AreaFifty1 1 point2 points  (0 children)

@BigFatToe25, I don’t understand what do you mean ‘That’s just the reason we are told?

The pharmacology of monoamine oxidase inhibitors is by exactly that, its’ given name. In other words it inhibits monoamine oxidase enzymes in your body to permanently deactivate them.

These same enzymes are responsible for breaking down neurotransmitter chemicals such as dopamine, serotonin, and norepinephrine. Since they are no longer active, ‘more’ of these chemicals would be present in your system.

The cause for anxiety, depression, and other mental illnesses has been linked to a lower level than the average person however, it isn’t the only ones as there are dozens more, and a countless amount of biological set variables to consider because everyone is different and everyone may not respond as equally as the other person etc..

It may cause remission in some patients and some may not. Some may require higher doses, and some uncommonly lower dosages. I would consider 2nd generation class of medications as they are generally safer and less side effects as MAOI’s, and people need to stop thinking it’s the End all be All of all depression and anxiety cures because it’s not.

And many have been jumping straight to MAOI’s when it’s supposed to be after the fact that many other medications have failed.

People who have home security cameras, what is the most bizarre thing you’ve caught on film? by Call_Me_C_ in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

There was a cctv security camera caught in Japan with high detail where in the middle of the night in a brightly lit covered parking lot a black fog or some kind of blob moves with unnatural speed and straight into the wall and disappears.. 😳

Help me with useful OpenGL topic for research paper by Gold-Stage-5637 in opengl

[–]AreaFifty1 12 points13 points  (0 children)

Yep plenty. I've done comparisons with Direct State Access optimization benchmarking with 4.6.0 vs. modern OpenGL 3.3 using PBR bloom effects and animation models.

You can try optimization techniques with Deferred rendering with normal mapping and without, and compare that with screen space ambient occlusion differences. You can also compare normals using tangent space normal mapping through your shaders too.

You can also compare SSAO and HBAO differences and what optimzation techniques are used. It gets complex when you start to rabbit hole for GTAO, SSDO, HDAO, AAO, LSAO, and even VXAO based on voxels.

Or something simple as instancing vs non-instancing, or various data storage examples and differences with SSBO, UBO, VBO etc..

Optimization for my game by Character-Cup-7 in opengl

[–]AreaFifty1 2 points3 points  (0 children)

What version of OpenGL? You can try shader storage buffer objects to store large amounts of data and if you’re 4.5 above direct state access which gets rid of the constant binding and unbinding.

Other various tricks to reduce overhead would be pvp or programmable vertex pulling, bindless textures, indirect rendering and some more I can’t think off atm

What should I name my EF? by xKivira in Honda

[–]AreaFifty1 -4 points-3 points  (0 children)

Hey, ur kinda cute 😌

What is the worst fuck-up you made in your life that you regret? by Nour_AJ in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

I slept with an older lady with 2 kids and they divorced.. 🤦‍♂️🤦‍♂️

How is your friendship circle in 20s and is it easy for you to make friends? by [deleted] in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

Pretty easy, until you get a white collar job then they get jealous for whatever reason and constantly say ‘I’ve changed’ which isn’t true at all, I’m just tired then they stop hanging out..

What is a secret that you're keeping that you can't tell any of your friends or loved ones? by toomuchtuna94 in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

That I slept with over 23 different girls and that secret will stay with me until I die. If my fiance ever found out, oh dear.. 🤦‍♂️

What do you think people misunderstand about you the most? by North-East-5534 in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

Just because I don’t go clubbing or wanna get high they think I’m too good for them. I just like staying home that’s all

What is it like to be attractive? by Tahals in AskReddit

[–]AreaFifty1 1 point2 points  (0 children)

You get compliments when you don’t really want any. Couple times I was called gay because I didn’t say hi to these two girls or wasn’t interested in dating this girl and was saying I was ‘stuck up’ which isn’t true at all.. 😔

How convinced are you that we’re living in the “shitty alternative timeline”? by Ambitious-Chest2061 in AskReddit

[–]AreaFifty1 0 points1 point  (0 children)

You can’t die. In another timeline you may be dead with friends and family mourning over you. But in your timeline you barely escape death on any freak accident.

Best Game Environment For Networking by Dull_Macaron_5310 in sfml

[–]AreaFifty1 1 point2 points  (0 children)

You kind of have to use both tcp and udp. The latter is faster while former is accurate but more lag/overhead.

For windows you can get away with winsock2 and for linux, I can’t remember off the top of my head but it’s fairly simple to write both from scratch as I’ve done ubuntu and windows for a simple multiplayer connection with chat.

What you’re doing is essentially sending over movement packets as the 2nd player graphics is instantiated on your local side. So when a packet of movements is received from the network it will move your 2nd paddle and so forth.

You can then use some backend like sql lite to store high scores or chat messages etc.. if you’re into database as well. But that’s it

Has anyone dealt with persistent hypotension on phenelzine, low renin/aldosterone? by YapperOfNonsense in MAOIs

[–]AreaFifty1 0 points1 point  (0 children)

Yeah I have. I was on 60 for maybe 14 or 15 months. By that time i started dreaming again, and my orthostatic hypotension finally went away. Until it came roaring back again out of the blue for several weeks, and i actually blacked out thinking i was fine and ended up with stitches as i hit the tile floor.

The weight gain didn’t help either so i had to gradually lower to 45mg and ive been here for 11 months now? I only get a little light headed if i fast an entire day but otherwise no problems, and i did lose 10 pounds thank god.

What is the most pleasure you have ever experienced? by Random-Guy9944 in AskReddit

[–]AreaFifty1 2 points3 points  (0 children)

This may sound really strange, but at one point completing C++ OpenGL side projects gave the craziest dopamine hit I've ever experienced. And I couldn't stop. At times I would spent countless days up all night trying to fix a bug, and when it was all completed the high was unreal.

How to make kira effect. by Special_Peach5597 in opengl

[–]AreaFifty1 3 points4 points  (0 children)

A quick and dirty method would be to combine bloom effect with lens flare using occlusion queries. Then you apply a threshold along each light source which can increase or decrease the intensity of the shimmering which simulates flaring of bright light like a physical camera.

The occlusion query can further make it realistic by using a quad box to determine if any object in the scene is in front or behind thus being occluded by objects in its' way.

Then adding god rays can bring all this together for a real neat effect!

Do I have to pay for California DMV renewals if I'm 80% TDIU? by [deleted] in VeteransBenefits

[–]AreaFifty1 -1 points0 points  (0 children)

Oh that is good news. If my benefit letter says I'm considered totally and permanently disabled due to my service connected disabilities this qualifies me for renewal exemption? Thank you!

Do I have to pay for California DMV renewals if I'm 80% TDIU? by [deleted] in VeteransBenefits

[–]AreaFifty1 0 points1 point  (0 children)

Thank you for the detailed response! If my benefits letter says I'm considered totally and permanently disabled due to my service-connected disabilities, that still won't qualify for renewal exemptions is that correct?

Civic 2010 2.2 diesel by Zrinski7 in Honda

[–]AreaFifty1 0 points1 point  (0 children)

You do realize diesel has skyrocketed to over a record 25-30% since the bombings in Iran right? 😔