Only one user needs to add support for the API to @home_assistant or another IoT platform to allow people to do cool stuff with your product that will never be a product priority.
It will sell itself.
Welding and tech are two industries that are roughly the same age, yet one has internationally-accepted codes that ensure the work doesn’t endanger human lives, protects its workers’ rights with robust unions and safety practices, and has professional organizations that actually keep workers skills up to date.
Welding also pays more.
Some very smart ideas in here for resetting default browser styles, like only resetting lists that have classes applied to them:
ul[class],
ol[class] {
padding: 0;
}
I select only lists that do have a
classattribute because if a plain ol’<ul>or<ol>gets used, I want it to look like a list. A lot of resets, including my previous ones, aggressively remove that.
