• 0 Posts
  • 178 Comments
Joined 3 years ago
cake
Cake day: July 9th, 2023

help-circle


  • Tesla always had “light show” as a fun gimmick. It’s one of the first things you show friends and family.

    There’s a few canned versions but apparently you can create your own on usb stick. Supposedly it was an outgrowth of qa, so it includes things like windows and trunk opening and closing, side mirrors folding and unfolding, all timed to music, etc. Even before the active matrix headlights were approved for regular use, one of the canned light shows used them to spell out “Tesla” on whatever is in front of you.

    A recent update mentioned new light shows and a way to synchronize. I can certainly imagine a Tesla club having great fun with this



  • I got into each mesh technology for specific devices. Home Assistant supports them all and they seem to coexist just fine in my use case.

    I have a small to medium setup with only a few simple automations and a focus on voice control and scheduling

    Preference

    • Thread - given Apple, Amazon, and Google support and the standardization work, I expect this to be the future. Eventually. But I’m getting impatient. If I’m buying a device, I prefer Thread but usually it’s not yet
    • z-Wave - my first, and most devices. Basically this was what was most available at local stores when I started. No complaints
    • Zigbee - by far the biggest selection of simple, cheap sensors. I need to more of those
    • all too much is WiFi but I try to avoid

    But it also helps that my approach is generally switches and outlets. Hard-wired, predictable network, tend to be repeaters. I have comparatively fewer leaf nodes.

    This approach also fits in with my biggest challenge. While my house is small, it’s an older one with dense materials that blocks a lot of radio signals. For example I have no cell phone reception inside yet strong signal just out any door. My focus on switches and outlets overcome this with a repeater in every room

    So for example a few years back I got a z-wave IR blaster to control a mini-split AC because at the time I mostly used z-wave. I already had a z-wave light switch in the same room, acting as a repeater, so no worries about connectivity. Now I have both z-wave and Zigbee light switches in that room so expect both meshes to be strong for any future devices in that room








  • AA5B@lemmy.worldtoSelfhosted@lemmy.worldwhat do y'all use for CI/CD?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    I’m not entirely sure why all the hate : Jenkins can do the most things the must ways. And yes, it’s so much nicer defining a pipeline with a fully functional language than an assortment of yaml files

    Actually that was my response when my company wanted to start using Gitlab ci. It only has one way of doing things so you can probably get a faster start if you had no ci, were a small company, and had simple builds. However we’re over 4,000 builds in many languages from 12 year old monoliths to modern micro services and containers…… and way too much godawful JavaScript. Do you want the quick and simple tool great for a small startup or the all powerful kitchen sink of tools?