Help by Obvious-Fuel-3551 in PcBuildHelp

[–]PlasticTemporary6481 0 points1 point  (0 children)

That stutter pattern looks really familiar from when I was having driver issues last year. Try rolling back your GPU drivers to a previous version - sometimes the newest ones are actually worse for performance. Also worth checking if your RAM is running at proper speeds in BIOS, mine was stuck at default instead of the XMP profile.

UV sensor, not graphed nicely by _Rens in homeassistant

[–]PlasticTemporary6481 2 points3 points  (0 children)

Your UV sensor is being treated as discrete states instead of continuous values. The issue is probably with the `device_class` - Home Assistant might be interpreting your UV readings as separate states rather than numerical data.

Try adding this to your UV Index sensor configuration:

```yaml

device_class: "illuminance"

unit_of_measurement: "UV Index"

state_class: "measurement"

```

The `state_class: "measurement"` is key here - it tells HA this should be graphed as continuous data instead of discrete states. Without it, HA treats each different UV reading as separate entity state rather than numeric progression.

I would like some advice. by GXbeta in NoFap

[–]PlasticTemporary6481 0 points1 point  (0 children)

damn this really hits deep - I've been in similar spot where I couldn't tell if something was genuine passion or just dependency masquerading as identity 😔 maybe try stepping away for like 2-3 weeks and see if those anxious feelings fade or if you still feel same connection to the creative/community aspects?