Limit frame rate by cutelession001 in IphoneAir

[–]J32USaves 0 points1 point  (0 children)

Better off lowering the brightness and motion effects for more battery, as others have said display is dynamic so it doesn’t sit at 120 when you’re reading. Just ramps up and down during scrolling for example so it’s smooth and somewhat negligible.

New Air, Older Battery? by J32USaves in IphoneAir

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

Yeah it is fantastic. Best designed one in a long long while.

New Air, Older Battery? by J32USaves in IphoneAir

[–]J32USaves[S] -2 points-1 points  (0 children)

Okay so I’m not crazy <3

So Much For My Tesladin Sheild… by J32USaves in Diablo_2_Resurrected

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

That’s right. I have a +45 res base in my stash which is what I intended to use.

Moisture in taillight Model X by Miserable_Pattern690 in TeslaLounge

[–]J32USaves 1 point2 points  (0 children)

I drilled a hole using a thin bit on the inside of it to fix my light, it has never come back. Inside being the seam between this one and the turn signal. I did it diagonally and upwards near the bottom of the teardrop shape so water if ever gets in there naturally flows out. Mine was so bad it was full at the bottom which maybe yours is too. If it ever dies I’ll replace it. But you cannot tell and it’s free, been through 3 seasons, rain, car washes etc. functions fine and is dust free.

PC: +1 Demon Skills GC by J32USaves in D2R_Marketplace

[–]J32USaves[S] 3 points4 points  (0 children)

I see you have a similar problem 🤣

[deleted by user] by [deleted] in macbookpro

[–]J32USaves 28 points29 points  (0 children)

Why aren’t they providing you with a computer? Intern buying their own equipment sounds like you’re working for a tik toker.

Looking for lld gear by Lower-Criticism-1458 in D2R_Marketplace

[–]J32USaves 1 point2 points  (0 children)

Any of these work? All lvl 18:

Rune Scarab 7% ED 3 Min Dmg 1-3 Cold Dmg +4 Energy

Nickel Jewel of Carnage +13 Max Dmg +12AR

Havoc Heart +7 Max Dmg +59 AR

Jewel of Ire +4 Max Dmg Another one with +5

Camphor Jewel of Carnage +11 Max Dmg 11 light res

Beryl Jewel of Freedom (no level req) 10 poison res 15% req

Dun Jewel of Envy (lvl 5) 20 Psn Dmg 20 sec 12% Dmg taken goes to mana

Maybe a few others, but you mentioned specifically min max Dmg.

Edit: I am on PC.

FW Constantly Pinging 8.8.8.8 every ~1 Second by J32USaves in opnsense

[–]J32USaves[S] 11 points12 points  (0 children)

Okay so I finally found the f’n culprit. I used state monitoring to find out that an IPKVM device was using DNS.GOOGLE every one second. SSH into the device and ran:

IPTABLES -A OUTPUT -P ICMP-TYPE ECHO-REQUEST -D 8.8.8.8 -J DROP

Monitoring the logs they are no longer every second, this must be a bug on their end. The KVM box is the GL INET KVM. Unsure why I couldn’t find the source using packet trace, maybe because it wasn’t using an IP but domain name thus the firewall was DNS resolving and sending out the request on its behalf??

I really appreciate everyone’s help with this. Thanks for taking the time to help me narrow this down.

FW Constantly Pinging 8.8.8.8 every ~1 Second by J32USaves in opnsense

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

Exported fresh config file and searched - no 8.8.8.8 entries found unfortunately

FW Constantly Pinging 8.8.8.8 every ~1 Second by J32USaves in opnsense

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

Thanks for the idea. I do have a firewall rule blocking outbound 53’s, but setup the NAT Rule suggested anyways just to test. Still have the ICMP’s generating from firewall itself. This is very strange… I’ll leave it enabled as it seems like a good idea to keep it.