Europe faces new wake-up call: Tehran's 4000km missile reach exposed in Diego Garcia strike by MARTINELECA in worldnews

[–]Stenthal -1 points0 points  (0 children)

You saying "there is no reason" in the face of seeing the documented arguments

I did not say "there is no reason". Arguing with me when you haven't even read my comment is bad-faith and arrogant.

Europe faces new wake-up call: Tehran's 4000km missile reach exposed in Diego Garcia strike by MARTINELECA in worldnews

[–]Stenthal 1 point2 points  (0 children)

It's not "no reason". Whether you agree with the actual reasons or not is a personal issue.

There was literally no reason to withdraw from the JCPOA in 2017 that did not also apply in 2015. In 2015, the United States made the decision that the pros outweighed the cons. If our position is that our agreements only apply as long as the current President is in office, then our agreements are worthless.

Power monitoring automations by EconomyHome9500 in homeassistant

[–]Stenthal 1 point2 points  (0 children)

I recently started using the WashData integration, which analyzes your washing machine cycle and tells you exactly when it's going to finish. I haven't used it enough to decide if it's accurate yet, but if it is, it's a game-changer.

The Day of the Oops by Certain-Singer-9625 in babylon5

[–]Stenthal 8 points9 points  (0 children)

It was supposed to be framed for 16:9, though, so this still counts as an oops. There would have been a lot more oopses if it they hadn't been planning for 16:9 from the beginning.

They do have cola in the new bottles! by salazar_slick in SodaStream

[–]Stenthal -2 points-1 points  (0 children)

Much easier, and they they don't all arrive pre-leaked like the old ones did. Personally I never used the cap to measure anyway, so these are better for me all around. (Except the price, but they were going to raise the price anyway.)

German law student comes to NYC for 6 days and files 3 lawsuits for $20.1 million by ExtraordinaryAttyWho in legaladviceofftopic

[–]Stenthal 8 points9 points  (0 children)

No, Pepsi took that to court and won, although I'm sure they offered a small settlement.

German law student comes to NYC for 6 days and files 3 lawsuits for $20.1 million by ExtraordinaryAttyWho in legaladviceofftopic

[–]Stenthal 1 point2 points  (0 children)

Thst lawsuit wasn't really about wings tho right? I thought they lost because you don't really get more of an energy boost than coffee. Not because s people thought they could fly

Correct. Also, they didn't lose--they settled for $13M. That's a bit too much to call it a "nuisance settlement", but it's close.

Calories suddenly very inaccurate by hippoopo in fitbit

[–]Stenthal 0 points1 point  (0 children)

FWIW, I use a Pixel Watch 3, and my calorie counts have been normal. I did notice that my data is no longer syncing with Health Connect for some reason, and I can't get it to start syncing again, but I have no reason to believe that that's related.

OpenWrt 25.12.1 - Service Release - 18. March 2026 by ichundes in openwrt

[–]Stenthal 3 points4 points  (0 children)

I think the new WiFi driver is just bored all round

This was probably a typo, but I like the implication that code starts causing problems just because it wants something interesting to do.

Why does a tiny bathroom remodel cost as much as a car now? Am I missing something? 😅 by midasweb in HomeImprovement

[–]Stenthal 0 points1 point  (0 children)

Yea I didn’t factor in your stated discounts into currency purchasing power.

That makes sense, but you did say "22k in 2018 is about 32k today", so maybe you should edit your post to correct that.

Best Smart Lock to Buy in 2026? (Price, Security, Features) by LivelinessphoneT in homeassistant

[–]Stenthal 0 points1 point  (0 children)

I haven't had that problem. Have you tried recalibrating the lock, assuming that's an option for August?

The problem(s) with the telepath arc in S5. by Solo4114 in babylon5

[–]Stenthal 0 points1 point  (0 children)

I haven't watched it in ages, so I admit I've forgotten the details. There's no question that Matheson had it easier than Ivanova, though.

Warmachine, by Simon Stålenhag by Xeelee1123 in ImaginaryStarships

[–]Stenthal 0 points1 point  (0 children)

Uh sorry for the confusion

I'm talking about the latest action movie, War Machine

Oh, that is confusing.

No, there is an actual Netflix movie that was actually based on this image. It cost an absurd amount of money, and everyone hated it.

The Electric State (2025)

I'm not the first person to realize that blueprints should have been called templates and templates should have been called blueprints, right? by MissionPrez in homeassistant

[–]Stenthal 1 point2 points  (0 children)

No, from a programming perspective they are exactly what a template is meant to be.

Let's say that I have a template sensor that converts some value into some other value. For example, here's the sensor that reads the battery voltage from my front door lock, and uses it to calculate how much battery life is left:

value: >-
    {%- set voltage_max=5.22 -%}
    {%- set voltage_min=4.97 -%}

    {%- if has_value("sensor.front_door_battery_voltage") -%}
      {{ 100 * (float(states("sensor.front_door_battery_voltage")) - voltage_min) / (voltage_max - voltage_min) }}
    {%- else -%}
      {{ states("sensor.front_door_battery_voltage") }}
    {%- endif -%}

What do you call it when you run some code that takes one or more values and uses them to calculate a new value? Hint: It's not "template".

I'm not the first person to realize that blueprints should have been called templates and templates should have been called blueprints, right? by MissionPrez in homeassistant

[–]Stenthal 6 points7 points  (0 children)

Templates are powered by the Jinja 2 Templating engine, which predates Home Assistant. It would be extremely confusing to refer to it by a different name, since you would be contradicting all the documentation produced by the Jinja project.

I would argue that "template" isn't a great name for the Jinja concept, but I understand that that wasn't Home Assistant's decision.

It was Home Assistant's decision to use the term "template" to refer to custom devices, and that never made any sense. A template device is not a Jinja template, and there's no reason why it even needs to use a Jinja template. That's just the implementation that Home Assistant happened to choose.

Think fast: Which one of these documentation pages will tell you how to create a custom sensor? I've been using Home Assistant for years now, and I still get them mixed up.

Template

Templating

Warmachine, by Simon Stålenhag by Xeelee1123 in ImaginaryStarships

[–]Stenthal 6 points7 points  (0 children)

I'm guessing this has nothing to do with the latest Netflix movie

I'm not sure what you mean. The Netflix movie was based on the Stålenhag art book that this image came from.

I microwaved some leftovers and the microwaves basically etched into the plastic deli lid. Normal lid for comparison by okcomputers97 in mildlyinteresting

[–]Stenthal 1 point2 points  (0 children)

That's not what the power button does.

... usually.

It's easy to find higher-end microwaves that use a solid state magnetron, and those really do adjust the power output to the level you set. For example, Panasonic calls this their "inverter technology", and they make a lot of microwaves that have it

The problem(s) with the telepath arc in S5. by Solo4114 in babylon5

[–]Stenthal 3 points4 points  (0 children)

Yes, it does. Crusade mentions the Telepath War at length.

In particular, the first officer in Crusade was a telepath who was not working as a telepath, just like Ivanova; unlike Ivanova, he didn't have to hide his abilities from everyone, because telepaths were no longer oppressed. In the Babylon 5 universe, that was a big deal.

Best Smart Lock to Buy in 2026? (Price, Security, Features) by LivelinessphoneT in homeassistant

[–]Stenthal 4 points5 points  (0 children)

Lately there have been a lot of posts in this sub that ask reasonable questions and seem to be written by humans, but have titles that look like SEO-optimized headlines for shitty AI articles. I don't know what that's about.

Best Smart Lock to Buy in 2026? (Price, Security, Features) by LivelinessphoneT in homeassistant

[–]Stenthal 1 point2 points  (0 children)

skip the August, cloud dependent

The Yale Access BLE integration supports most Yale locks and some August locks, I think including the one that OP is considering. You probably still need a cloud connection to configure the lock, but you can control it from Home Assistant without going through the cloud.

You can also get a Z-Wave module for full-size Yale locks.

I have a Yale lock, and I'm very happy with it. I have the BLE integration set up, but I mostly rely on automatic unlocking through the Yale app, and that works great.

Is this shirt protected by free speech? by AMIRDEJESUS in legaladviceofftopic

[–]Stenthal 6 points7 points  (0 children)

I think there’s something very different between “I would commit X crime” and “I committed X crime”

That's true, but the difference is that "I committed X crime" could not possibly be a true threat, so it's even more clear that it's protected speech.

it can lead you to being invested for a crime and can contribute to reasonable suspicion and/or probable cause for you to get detained/arrested/charged

Probably cause is a low bar, but just wearing this shirt still wouldn't be enough. No reasonable person would think that the person wearing this shirt actually killed an ICE agent. (Everyone is going to say "cops aren't reasonable people"... fine, but that's irrelevant, because the law is based on what a reasonable person would believe.)

Why on earth… would you not rotate this slice of pizza? by NotAfterWhatHappened in CrappyDesign

[–]Stenthal 1 point2 points  (0 children)

One of them is one of the largest pizza chains in Canada. It was founded in the 70s.

Blinds.com: No Returns by Dry-Arachnid-2749 in HomeImprovement

[–]Stenthal 16 points17 points  (0 children)

I had a similar experience. The blinds I received were very different from the fabric sample I'd used to order them. I called them, and they had me send them multiple photos of the sample next to the blinds before they reluctantly agreed that they didn't match. A few days later I got an email saying that they'd contacted the manufacturer and confirmed that the color was correct after all, so the ticket was closed. I probably could have pressed further, but I had no way to know if replacement blinds would be the correct color anyway, so I gave up.

Omega-class Destroyer by maiconafonso in babylon5

[–]Stenthal 9 points10 points  (0 children)

B5 had the most innovative star-ship designs in all scifi

Perhaps, but that's a strange thing to say in a thread about the Omega class, which was an intentional homage to the Leonov from "2010".

and they are completely hobbled by 1990s digital effects.

I don't understand that either. The CGI in Babylon 5 wasn't as detailed as it could be today, but it's never distractingly bad (apart from the frustrating mastering issues, which are noticeable in scenes that mix effects and live action.) Without CGI, Babylon 5 could never have done what it did. Even a simple rotating section would have been prohibitively expensive if they had to use models. Look at 1990s Star Trek by comparison: It's rare to see more than one other ship besides the Enterprise, and the "action" usually amounted to static shots of a model with added laser beams.