Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SP
spongebue @lemmy.world
Posts 7
Comments 775
YSK: US Senate offices pay attention to how many constituents are calling them on a topic. Democracy doesn't end at the ballot box
  • This is exactly why the OP exists! My state has been solid blue for a decade now. I trust my senators not to vote to confirm AG Gaetz, but they NEED a few Republicans to join them. It looks like Collins and Murkowski have come out against him. We need a few more, and OP is saying that calling is one of the few things that may influence them. Certainly more likely than bitching on Lemmy.

    The one tradeoff to having Democrats representing me in Congress (both house district and Senate) is that I don't have anyone to call over stuff like this because they're already on my side... Although for some reason my governor (who has been awesome otherwise) has been praising RFK for HHS, so maybe I'll need to call his office and my senators about that one. Anyway, PLEASE don't fall into the opposite trap and give his office a call!

  • The US is collapsing
  • 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!

  • The US is collapsing
  • 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.

  • Liberalism vs. Leftism
  • Honestly, that's just it. You'll get people on the right using hyped rhetoric about "the left", "liberals", "leftists" and other synonyms that can be used to describe anyone from Hillary Clinton to AOC and beyond. Are there people (particularly in the "and beyond" category) that an average person may be concerned with? Sure. Are they clearly explaining that they don't mean half the country? Absolutely not.

  • What's the dumbest way you've seen someone get fired?
  • 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.

  • What's the dumbest way you've seen someone get fired?
  • Assuming not-Montana US, you can be fired for any reason other than membership in a protected class (race, religion, etc). Attending an ice cream social, even a company one, is not a protected class.

  • GM is retiring another gas-powered model to make room for the next-gen Chevy Bolt EV
  • Used Bolts are a hell of a bargain right now, especially with the tax credit. I have an EUV Premier and that's got a lot of little things that add up to a really nice car (ventilated seats!)

    The only catch is slow DC fast charging (some older ones don't even have that). No problem at all for commuting and short trips out of town (living in southern Denver, I can easily go to Colorado Springs on a charge) but you need to know what you're getting yourself into for longer trips

  • Harris campaign leadership urges staffers not to speak with reporters: Sources
  • There's a difference between "I know we're not your employer any longer, but you're still forbidden from this thing" and "hey, I know we're all kind of disappointed and emotions are hot right now. What people say to the media can come back to haunt us. Please don't do that, especially if that's not your area of expertise, as it may have implications in the next election"

  • YAML Newbie, stuck on what should be an easy question (using state attributes instead of numeric value)

    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.****

    11

    I borrowed a bunch of tables from friends for a garage sale last weekend, and gave them back yesterday.

    My, how the tables have returned!

    3

    My daughter just took a full bottle - her second in a row. Then she fell asleep in my arms. Feels good .

    Year and a half old. It may feel silly, but she's always been in the single-digit percentile, usually low-single-digits at that. She was born about 3 months premature, and after her weight gain stalling, they prescribed a medication with a side effect of increased appetite to give things a jump start. I think it's going to work 🙂

    7
    askculinary @lemm.ee spongebue @lemmy.world

    Anybody in this community? Why do onion cutting instructions say to make cuts horizontally?

    So many instructions to cut an onion are essentially

    1. Cut off the top
    2. Peel
    3. Cut in half
    4. Cut horizontally (in parallel to the cut you just made)
    5. Cut vertically into strips from just shy of the bottom to top, with the bottom holding things together
    6. Cut vertically perpendicular to your last cuts to get little squares

    On something like a potato, I'd understand it. You'll be cutting a 3-dimensional object along all 3 axes to get cubes. But as Shrek taught me, onions have layers. Why make that first set of horizontal cuts when the onion's natural layers do the same thing already, albeit a little bit curved?

    1

    Viewing logs after HA goes down?

    Running on a Raspberry Pi 400

    Lately my home has been dumb and unassisted at random times, and the HA app can't connect to my HA rpi server. Ditto when I go to homeassistant:8123 in a browser. I'm trying to see what's causing this, but the logs in app only show since last restart. Tried plugging my Pi into a monitor and getting something from the command line but not sure how to do the equivalent of a Linux tail or whatever. Searching was surprisingly unhelpful. Any advice?

    Thanks much!

    5

    Why do so many Lemmy instances use weird TLDs?

    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

    111
    Antique Radios @lemmy.world spongebue @lemmy.world

    Check out [email protected]

    I originally created this community to post a few of my own projects and get a few others, but found retrolemmy before I could post anything. I'll still keep my lemmy.world account and all, but in the interest of keeping themes within instances, I think retrolemmy is a better fit. Admin, feel free to nuke this community if you wish! I don't see a way to on my end.

    [email protected]

    0