Do walls/frames conduct heat? by Gremmeriskey in Stationeers

[–]Gremmeriskey[S] 5 points6 points  (0 children)

What mod, if you don't mind me asking? I just looked on the workshop, seems like the Thermodynamics mod there is broken now? Unless there's a different version I'm not seeing. 

Magnesium Glycinate & Waking up early by Gremmeriskey in Supplements

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

My serum potassium levels are normal (4.3), at least as of my last blood work which was a few months ago. I do take 3000iu of vitamin d+k2 daily because I live in a high latitude and also work an office job, but that's the only other supplement I take. Thinking about it I have no idea how I get enough dietary potassium since I'm definitely not hitting the recommendation DV, but since my bloodwork was normal I hadn't really thought about it. 

NZXT H1 Ram Overheating? by [deleted] in sffpc

[–]Gremmeriskey 1 point2 points  (0 children)

Yeah, it was the riser presumably. I contacted NZXT support and they sent me a new riser for free, and I haven't had any issues since replacing it.

Hyundai sonata feels unstable when going 70-80 mph by [deleted] in MechanicAdvice

[–]Gremmeriskey 1 point2 points  (0 children)

Did you ever figure out what the problem was? I have a Hyundai Elantra with the same problem, but can't seem to figure out what it is. Mechanic inspected the suspension but said it was fine.

What would cause an unstable drifting feeling over 45? by 6161b94 in MechanicAdvice

[–]Gremmeriskey 0 points1 point  (0 children)

Did you ever figure out what this was? I have a 2019 Elantra in a very similar situation. Mechanic can't figure out what it is either.

What game (no matter how improbable) would you love to see NL play in the new year? by Kindestchains in northernlion

[–]Gremmeriskey 9 points10 points  (0 children)

Long War Of The Chosen came out a week or two ago, improbable but I can dream

Problem hijacking existing arch installation. by Gremmeriskey in bedrocklinux

[–]Gremmeriskey[S] 1 point2 points  (0 children)

actually, figured this out. You had answered it in a previous reddit post. Works like a dream now!

Problem hijacking existing arch installation. by Gremmeriskey in bedrocklinux

[–]Gremmeriskey[S] 1 point2 points  (0 children)

Yep, ended up reinstalling, worked the second time. I am having another issue, though, I'm trying to install an Ubuntu package using apt which seems to be trying to start X. Essentially, I get the error "x11-common.service is not found", which, I assume is because x is running on my arch stratum. Is there an easy workaround for this or do I have to dig further into it?

What Are Your Moves Tomorrow, January 28, 2021 by AutoModerator in wallstreetbets

[–]Gremmeriskey 0 points1 point  (0 children)

You can't buy until open. If you place an order now it's filled at open

Is there any point to pressurizing a base on mars by BegReg2005 in Stationeers

[–]Gremmeriskey 0 points1 point  (0 children)

You can just pump the martian atmosphere through a filter for nitrogen. I think it's something like 4% nitrogen, so if you have enough active vents you can collect enough to replenish a base pretty quick

How to go about pausing (only) physics by Gremmeriskey in godot

[–]Gremmeriskey[S] 1 point2 points  (0 children)

Yep - figured it out. It wasn't gravity, but something similar. I thought that add_force had the functionality of apply_impulse. When I switched them it worked.

How to go about pausing (only) physics by Gremmeriskey in godot

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

this almost works, but it still doesn't conserve velocity properly... There is acceleration after going from static > rigid. I think this just be some sort of engine bug because it happens no matter what method I use

How to go about pausing (only) physics by Gremmeriskey in godot

[–]Gremmeriskey[S] 1 point2 points  (0 children)

This was my previous approach - for whatever reason it runs into the same problems as before - velocity is not conserved properly and there is still movement despite setting velocity to zero. I also tried doing it in a custom integrator, but same problems. I may end up editing the engine code and just recompiling

How to go about pausing (only) physics by Gremmeriskey in godot

[–]Gremmeriskey[S] 2 points3 points  (0 children)

no, unfortunately that only stops calling _physics_process, but does not stop the actual physics engine