He tends to dawdle away his time and accomplish nothing.

  • 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle



  • I worked at Google for over a decade. The issue isn’t that the engineers are unaware or unable. Time and time and time again there would be some new product or feature released for internal testing, it would be a complete disaster, bugs would be filed with tens of thousands of votes begging not to release it, and Memegen would go nuts. And all the feedback would be ignored and it would ship anyway.

    Upper management just doesn’t care. Reputational damage isn’t something they understand. The company is run by professional management consultants whose main expertise is gaslighting. And the layers and layers of people in the middle who don’t actually contribute any value have to constantly generate something to go into the constant cycle of performance reviews and promotion attempts, so they mess with everything, re-org, cancel projects, move teams around, duplicate work, compete with each other, and generally make life hell for everyone under them. It’s surprising anything gets done at all, but what does moves at a snail’s pace compared to the outside world. Not for lack of effort, the whole system is designed so you have to work 100 times harder than necessary and it feels like an accomplishment when you’ve spent a year adding a single checkbox to a UI.

    I may have gone on a slight tangent there.




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








  • 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 have one Kindle Fire using the Fully Kiosk Browser and a wall mount with a hidden power cord (https://a.co/d/05GVxVP). It uses the camera to turn on when you walk up to it. It’s ok, but I installed it 3 years ago and never really finished making a dashboard for it. In practice, we control the vast majority of stuff by voice with the Google/Nest Home integration, or switches. The big control panel thing doesn’t hold enough interest to even bother putting controls on it, and I mainly leave it showing air quality graphs.

    Of more practical use are smaller panels for area-specific uses. I mainly standardized on NSPanel, because I was experimenting with them and ended up with a bunch. Example: https://youtu.be/DBzg7v1Q5Zo. I have a short attention span and tend to stop when it’s 90% good enough. I also have in other places a DIY HA SwitchPlate, and HASPone on a Lanbon L8.


  • I suppose that’s true. Rereading my comment, it’s a bit over the top. If I pretend now I don’t know anything and start at http://home-assistant.io, it’s not that hard to scroll down, see the thing, and buy it. I don’t know exactly how I got so off-track when I tried. Probably I knew “a little too much”, as in the words “home assistant blue” in the back of my head, Googled for that and got distracted by “I need to understand why there are two boxes and one isn’t for sale anymore, so exactly what is the difference is between them?”.

    Coming back to that naive journey, though, I could see how someone could end up buying Green with no wireless dongle or Yellow with no CM4 (especially since you can’t get one).

    I still think that for the limited size of this ecosystem, choosing a box shouldn’t be confusing. I can now understand where it came from, though, once I realized that HA Yellow was designed around a Raspberry Pi board that became unobtainable, so they had to go with a different architecture.