The last update broke zigbee for a month, so forgive me if I don’t jump on this bandwagon.
masto
That’s how it’s made. They melt cheese with emulsifying salts, squirt it into a plastic envelope, and it cools into the shape of the wrapper.
My town doesn’t allow polymeric sand so I have to use regular masonry sand. It hasn’t affected the stability of the pavers, but pulling weeds all summer is kind of annoying.
This will not be a popular thing to say in Lemmy, but I don’t think self hosting those things is going to reduce your headaches. I have worked in IT all my life, and I have lots of experience running services of all kinds, including my self-hosted home stuff. Nowadays, I am very mindful of the cost in time and hassle to DIY rather than let someone else handle it. When it comes to calendars, everything I see has an option to integrate with Google or Outlook, so I can’t imagine how sharing and syncing are going to be better if you move to some obscure open source thing. I fought that exact battle for an entire decade - you don’t want to get me started talking about CalDAV - and my life got so much easier when I gave up and moved my stuff to a standard provider.
I was around pre-Internet, and it wasn't any better. In fact, this "virtual world" has been a huge positive for me and has given me many opportunities to expand my social group and have a more fulfilling life. I don't see the value in fetishizing disconnection.
My subscriptions are public: https://www.youtube.com/@ChrisMasto/channels?view=56&shelf_id=0
Kind of a mix of well known science and tech stuff, and some out there things.
I flipped through and grabbed a few from different genres:
- Roderick on the Line
- Risky or Not?
- Penn’s Sunday School
- This Podcast Will Kill You
- Reconcilable Differences
- Accidental Tech Podcast
Zeiss wipes.
This post is basically what the Lemmy community has become, in a nutshell. I thought there would be a mass exodus from Reddit but it seems like the only people who came here and stayed are far out on the fringe. Between this kind of stuff and “I refuse to own a car because the infotainment system is not open source!”, I find myself more and more gravitating back to Reddit for some normality.. which is a hell of a thing to say.
It's a little confusing. Nextion makes "HMI displays". It's an integrated module that runs its own software, draws the UI, processes events, etc. It's a black box that just reports back to the processor "button 3 on page 1 has been pressed". You design the interface with that ugly Windows app and upload it to the display, but there is no direct access to the screen.
To make use of the Nextion display, you need something connected to it, and that's where the ESP32 comes in. It receives those "button 3 pressed" events and handles them, but crucially, it does not have raw access to the screen, so you can't just draw your own widgets on it like you'd be able to do on an ordinary display.
There are other projects to build your own controller with a touch screen and a microcontroller; the appeal of the NSPanel is that it's basically an ESP32 and a Nextion display conveniently prebuilt, has decent hardware and aesthetics, and it isn't hard to reflash it with ESPHome. Replacing the Sonoff firmware on the ESP32 doesn't change the limitations of the Nextion display.
I haven’t seen that software, but it doesn’t look like it can be used with Nextion screens, which are totally proprietary.
Sorry, I forgot about this thread, but I was reminded today when I saw the new bug. The issue that originally affected me was https://github.com/home-assistant/core/issues/103208. It broke Xbee users, so not everyone. My Zigbee integrations didn't work after the update so I had to roll back to a backup for my first time with HA. A patch was developed, but it didn't get integrated into any of the 2023.11.x releases, which I found kind of frustrating but I figured I'd wait it out and eventually there would be a version that works again.
Fortunately I held off on 2023.12, because according to https://github.com/home-assistant/core/issues/105344 a bunch of people are having problems with this release too.