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/)NO
Posts
1
Comments
111
Joined
2 yr. ago

  • Depends on the specific Zigbee switch, but generally yes.

    The magic is in the fact that you can decouple the relay, and use the switch as a sensor that triggers things that may or may not be related to the physical switch position.

    The other reason I like it better than a typical "smart switch" is that I can use the shellys with whatever switch I want, so I can have it match my dumb switches and use different colors.

  • shelly relays will do exactly what you want. just wire them as disconnected switches. i do this to simulate 3-way switches, but it'll work just as well to swap circuit behavior.

    you can use a homeassistant action if you’re already using HA, or you can have the shellys call each others web api when it senses the switch.

  • Just cause you've never seen them doesn't make it not true.

    Try using quadlet and a .container file on current Debian stable. It doesn't work. Architecture changed, quadlet is now recommended.

    Try setting device permissions in the container after updating to Debian testing. Also doesn't work the same way. Architecture changed.

    Redhat hasn't ruined it yet, but Ansible should provide a pretty good idea of the potential trajectory.

  • It isn't. It's architecture changes pretty significantly with each version, which is annoying when you need it to be stable. It's also dominated by Redhat, which is a legit concern since they'll likely start paywalling capabilities eventually.

  • Every complaint here is PEBKAC.

    It's a legit argument that Docker has a stable architecture while podman is still evolving, but that's how software do. I haven't seen anything that isn't backward compatible, or very strongly deprecated with notice.

    Complaining about selinux in 2024? Setenforce 0, audit2allow, and get on with it.

    Docker doing that while selinux is enforcing is an actual bad thing that you don't want.

  • Gatorz are tough as hell, and have some of the best polarized optics I've ever worn.

    They'll do lens replacements, and can make prescriptions as well.

    Careful leaving them on a car dashboard though. They're aluminum frames and I burned my temples once.

    1. None of your business. This is case-by-case between said minors, their parents, and their physicians.
    2. None of your business. This is case-by-case between said trans people and their physicians.
    3. It's not a zero-sum game. You're not making poor people's lives worse by ensuring that trans people have rights or vice versa.
  • Flatpak is itself a file manager.

    That duplicate of your folder in /run is due to filesystem links (or more likely a fuse mount, I've never actually looked into how flatpak works). But either way, they aren't copies of the data.

  • Free tier is super limited and super easy to accidentally break out of. I had a single file in S3, but because my logging settings were wrong, I broke the free tier with junk logs.

    The t2 micro ec2 instances are fine, but you need to be very careful about their storage and network egress.

    Best use I've had for AWS that has managed to stay within the free limits has been Lambda. Managed to convert a couple self hosted discord bots to a few Lambda functions, works great. Plugging it into CloudFormation and tying up CI/CD with CodePipeline and the like were overkill but good learning exp.

    I don't think there's any ECS free tier, but you can fit a private container repository in the free S3 limits as well.