spongebue

joined 1 year ago
[–] spongebue@lemmy.world 3 points 10 hours ago

I think the natural peanut butter - the kind that separates easily, could be better described as "gritty". Jif is not that, though.

[–] spongebue@lemmy.world 3 points 1 day ago

If "has an owner" is what everything hinges on, and the Department of Corrections or whoever has full custody and control doesn't count, fine. I guess that's technically in the first definition that came up. But Jesus Christ, when the vast majority of conditions match up, you sure spent a hell of a lot more time puffing your chest and acting high and mighty instead of, you know, explaining why it isn't. You had to go through a few responses before any explanation at all!

[–] spongebue@lemmy.world 7 points 1 day ago (2 children)

It can be called slavery while still being permissible under the constitution. It's not illegal slavery, just like pre-civil war slavery in the south wasn't illegal... But it's still slavery.

[–] spongebue@lemmy.world 4 points 2 days ago

Absolutely nothing you say contradicts "credibly accused of"

[–] spongebue@lemmy.world 6 points 2 days ago

I only had one job that used C#, and it was the worst job I ever had. Even with the worst possible way to be introduced to the language, I still love it.

[–] spongebue@lemmy.world 4 points 2 days ago

If you're going to name it after someone, maybe try the guy in Israel actually directing the damn thing?

[–] spongebue@lemmy.world 1 points 3 days ago

But how do we know an s will be the next letter? 😟

[–] spongebue@lemmy.world 3 points 4 days ago (1 children)

Oooooh. My great-grandma had a clam chowder recipe that uses salt pork (similar to bacon). I bet spam would be an amazing substitute!

[–] spongebue@lemmy.world 1 points 4 days ago

I don't like soup weather all that much, but soup sure does make it bearable

[–] spongebue@lemmy.world 7 points 5 days ago

Only 1/4, apparently

[–] spongebue@lemmy.world 6 points 6 days ago

Oh no, I wasn't trying to disprove your point at all! Just showing how extreme the situation needs to be to justify a suit. From what I remember most of the guests didn't wear a suit either, but I can totally see it being a thing on the east coast.

[–] spongebue@lemmy.world 9 points 6 days ago (2 children)

Also Colorado. Granted, covid didn't give me much opportunity here but I wore a suit this summer for the first time in about 5 years. It was a wedding and I was the officiant 🙃

 

Solved!

Solution was to create a group and perform an action on that:

action: light.turn_on
target:
  entity_id: light.kitchen_cabinet_sink
data_template:
  brightness_pct: "{{100*state_attr('light.kitchen_sink_ceiling','brightness')/255}}"

Original:

Trying to run an automation to match one light's state (on/off/dim) to another's. Have this currently:

alias: Sync cabinet lights with sink light
if:
  - condition: device
    type: is_on
    device_id: [something]5710
    entity_id: [something]a438
    domain: light
then:
  - type: turn_on
    device_id: [something]b447
    entity_id: [something]470f
    domain: light
    brightness_pct: 100
else:
  - type: turn_off
    device_id: [something]b447
    entity_id: [something]470f
    domain: light

That works fine to turn the lights on or off, and I have triggers in the automation for that and changes in brightness. But using a non-static number for brightness_pct (yes, I know I'll probably have to math the 0-100 scale instead of 0-255) is giving me trouble. When I try something like this:

alias: Sync cabinet lights with sink light
if:
  - condition: device
    type: is_on
    device_id: [something]5710
    entity_id: [something]a438
    domain: light
then:
  - type: turn_on
    device_id: [something]b447
    entity_id: [something]470f
    domain: light
    brightness_pct: {{state_attr("light.kitchen_sink_ceiling", "brightness")}}
else:
  - type: turn_off
    device_id: [something]b447
    entity_id: [something]470f
    domain: light

I have also tried {{states.light.kitchen_sink_ceiling.attributes.brightness}} instead. Both seem to have the correct value when I play around in the developer tools. But when I put it in the automation, I get an error that a float value was expected. I see some similar issues online, but it always seems to be in a different context and people fix it by changing some value I never had.****

 

I get that some instances use the domain + TLD to make a word, like lemm.ee or to an extent, sh.itjust.works. But I've seen so many TLDs I had no idea existed, like .world, .zone, .social, and yes .works as well.

Is there any real reason for that? Trying to look cool or kinda underground-y? Cheaper and more varied domain options? Something actually kinda functional?

Interestingly, I started on vlemmy.net because I was a scared Reddit refugee and the .net TLD gave me comfort. Then it vanished a few days later without a trace. So here I am on lemmy.world

view more: next ›