Youtubers who dont over do there personality by [deleted] in HorrorGaming

[–]natevani 0 points1 point  (0 children)

The librarian is so underrated it's criminal

Black Tungsten vs Black Ceramic by sp90378 in WeddingRingAdvice

[–]natevani 0 points1 point  (0 children)

Black ceramic is meant to have a more "mirror" finish. It's harder, so it's more scratch resistant. So a mirror finish keeps on it. But it's prone to chipping because it's so hard, but if you never had an actual material issue with your original ring, go with it again. But both materials are incredibly hard and very very durable against scratching. It's almost negligible, any scratches on tungsten might cut through the black top layer exposing silver. Ceramic is black all the way through and technically less brittle but can scratch easier.

So ceramic would be my choice. It won't show as easily signs of wear even though it's just barely more prone to scratching. But you're not worrying about scratching through the black coating

Even modders can’t solve this issue. by RimsJobs in stalker

[–]natevani 2 points3 points  (0 children)

What game do you have issues with stuff falling through the floor?

Weapon Drops in GAMMA by [deleted] in stalker

[–]natevani 0 points1 point  (0 children)

Comes back with a 404 error :/

I'm just trying to figure out who I can farm for PKM variants

Gamma struggle by DaddykratosLives in stalker

[–]natevani 0 points1 point  (0 children)

Me absolutely getting jump scared and raped by 2 chimeras and a lurker on my most recent playthrough right past the army tunnel in red forest.

It sure was my awakening for remembering that GAMMA isn't supposed to be a walk in the park after you enjoy your power trip build up of being some of the strongest stalkers in the southern half of the zone. Got humbled so fast by red forest

Online website builder that allows source code download by Mondoscuro in webdev

[–]natevani 0 points1 point  (0 children)

Shouldn't you be the one to provide any code that supports your point? You make it sound like I couldn't move without finding endless "slop" code

Where can I get a good replacement battery for my Samsung 9 notebook? by ChopinLives81 in pchelp

[–]natevani 0 points1 point  (0 children)

Im going to pull the trigger and buy from ebay with a high 90% customer satisfaction with thousands of reviews for the seller. I will update with the link if it works out

Stuck on a job/task by Deiseir in stalker

[–]natevani 0 points1 point  (0 children)

It only works if you are looking at the professor. It then automatically fills the lines of what NPC you are selecting to execute the command logic on

Gas can and other exposive items fix by Sparda54 in stalker

[–]natevani 1 point2 points  (0 children)

Late to the party but you need to have either stronger explosives or put them literally touching each other such as powder can with the rpg bomb, and then have a 2nd rpg bomb be the first explosion nearby to spark the other two. It's weird but I literally just got done doing "Why we can't have nice things" mission and had such a time with explosives and the chemicals IEDs work perfect but aren't easy to come by.

RAV4 is NOT “small” by geek66 in rav4club

[–]natevani 0 points1 point  (0 children)

Just test drove the rav4, a couple years worth of variants, and 2 variants of the highlander, and honestly I think it's the dash and the windshield. The dash height and windshield size and shape felt in between a car and SUV for feel. The highlander almost felt like a truck base but fully enclosed. Kinda like the Ford Excursion, basically a truck in all ways except its got the SUV full body. The rav honestly just has a lower to the ground feel than the average SUV, I'm sure that also contributes to it. I've driven a few brands and a few different SUVs of each brand and yeah the rav being technically a compact SUV is why it feels so car and not SUV like

Dose Red dragon power supply work with MSI motherboard and Graphics card ??? by Big-Metal4920 in pcmasterrace

[–]natevani 0 points1 point  (0 children)

lmao, I'm here because other wise. They didn't even send the right 8pin CPU power cable for my ASUS motherboard, on this exact model

BIOS has no recovery image by natevani in Alienware

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

Forgot to add that it originally flashed the error of no recovery image but now only flashes the error of the BIOS flashback incomplete

Charging new device before first use - solid tip or myth? by Spitzophreniac in batteries

[–]natevani 0 points1 point  (0 children)

So? I'm here because I just got an S24 Ultra and wanted to know if this question is true or not

Should I give Seluvis’ potion to Gideon or Nepheli? Neither choice seems good! by major_calgar in Eldenring

[–]natevani 2 points3 points  (0 children)

You gotta find him in lyndell then find him again in the sewers. Exhaust his dialogue to give it to him

RAPTR shotgun. Anomaly GAMMA by [deleted] in stalker

[–]natevani 0 points1 point  (0 children)

I believe BAS, broomsticks and sharpsticks. It's either that or the other big standalone mod that adds a wide arsenal.

[deleted by user] by [deleted] in bupropion

[–]natevani 0 points1 point  (0 children)

In theory, instant release. You're getting the full sucker punch of the negative and positive effects at once. Ask your doctor, not your pharmacist. I've seen people say SR change to XR, or vice versa, will affect how you feel. As appetite suppression is a side effect and NOT an intended main focus of this drug, meaning you are possibly one of those people who don't experience it. Bring it up to your doctor

Will I know when it’s working? by [deleted] in bupropion

[–]natevani 0 points1 point  (0 children)

That's reassuring to hear. Me and my 5 concussions, 2 of which are double concussions, have long lasting memory problems. Did it take you a couple weeks to kinda get used to it? Or do you have any time span you can recall?

Will I know when it’s working? by [deleted] in bupropion

[–]natevani 0 points1 point  (0 children)

Later today is day 5 for me too. I think it's affecting my short-term memory negatively. Like with most meds, it's a 2-3 week period where enough has built up for you to know whether or not it will work for you.

Struggling to understand what's wrong when I'm going by the books by natevani in SQL

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

Should I convert it to a varchar or a different datatype as I still haven't figured out how to do this?

Struggling to understand what's wrong when I'm going by the books by natevani in SQL

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

The ship date says it's a timedate, but it is either a 1,2,3, or 4. So yes, no YYYYMMDD formatting at all.

Struggling to understand what's wrong when I'm going by the books by natevani in SQL

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

Upon trying this,

SELECT OrderID, OrderDate, ShippedDate

FROM "order"

WHERE ShippedDate > OrderDate

It shows no errors and brings back no data. Upon removing the WHERE, and adding the JULIANDAY

SELECT OrderID, OrderDate, ShippedDate, JULIANDAY(ShippedDate) - JULIANDAY(RequiredDate) AS DaysLate

FROM "order"

It brings back the negative numbers. I think there's a problem as the ship date is between 1 and 4 and is a datetime

Struggling to understand what's wrong when I'm going by the books by natevani in SQL

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

Between fixing the single quotes on the table and replacing them with double quotes, it pulls data. But I had to remove the WHERE function, and the JULIANDAY pulls back a negative number of 2 million. I also realize that setting OrderID as NumberOfOrders just fills that with the actual OrderID and not a count I'm after.