The only way to stop owners pulling the rug underneath all this community given content is by keeping the content open source. Promise the users you will do best with their data by keeping it out in the open so that if you don't, someone else will. Keep the door ajar.
Unfortunately this is another "if we all just" solution that humanity seems unable to do.
I leave it in the fridge, unfed for weeks/months, till I decide to bake. I take it out, feed it 50g flour and 50g water, leave it for a day or so and then use it. After using, throw a bunch, add another 50/50 and put it in fridge for the next time.
Has anyone noticed changes in the quality of the starter/bread if they don't feed regularly while in the fridge.
To give good feedback to anyone you need to understand something about the pressures and challenges that they are facing. And remember that everything is a trade off. For example, perhaps they're incredibly busy, and would like to spend more time with new hires, but are struggling to find time because they aren't getting enough blocks of concentration time to work out clear priorities and they have been told they need to give their trusted colleague more opportunities to grow so they delegated it to someone.
Most likely, if you think something is a problem then they do too. They don't need to be told that or criticised for it, they need help solving the problem that causes the problem.
Imagine the difference between "I want to give you feedback that you aren't spending enough time with new hires" vs "I know you've been wanting to spend more time with the new hires, why don't you take them for lunch and send me to your status meeting over Tuesday lunch time this week."
As I started doing more leadership, I became aware that a lot of the things I might previously have cited as predictable examples of leadership incompetence causing problems were not surprises to leadership. They knew that this course of action would cause problems. The reason that they went ahead anyway was because they believed that the problems caused by the other courses of action available to them would be worse.
Of course, there are situations this advice does not apply, maybe the leader genuinely is clueless or evil or mistaken about the severity of a problem, but a good leader when presented with a problem elsewhere needs to start from a position of respect and learning and if you want to give advice to a leader you should start by trying to model good leadership yourself.
Generally IoT devices make an outbound connection to a server and use MQTTS for bi-directional data flow, because of the difficulty of inbound connections due to firewalls, NAT etc. But this has some downsides in that you have to run an MQTT server, each device is doing it's own TLS (which uses a lot of ram and increases firmware size on an ESP32), and MQTT doesn't really have end-to-end message confirmation.
It seems like a better way would be for each esp32 device to be in a wireshark network and to be running it's own HTTP webserver (which is easy to do with the SDK). Therefore any device can be sent a message from the server using a simple POST request to its ip address, and can send messages to the server using the servers HTTP api. It's much easier to test HTTP api's than mess about with MQTT, and individual devices don't need to do SSL because all data between the devices and server is encrypted by wireguard.
I suspect there's something I've overlooked, I think addressing individual devices could be difficult if you only know their IP addresses.
MQTT, aside from being pubsub, has more functionality that is especially useful in IoT though: robust sessions with LW&T to monitor onlineness, and retained topics to deliver messages as devices come online again
Building skyscrapers on former swamps is indeed difficult.
This is honestly just dumb. Many of the climate actions taken in European countries like stopping nuclear energy are really really dumb.
> As for schiphol airport lines, I'm not usually a conspiracy theorist but having informed myself a bit on the subject and having been on those queues many times this year, I think it's again a self inflicted problem, as the government wants to have less flights overall, and I believe they found a reasonable escape goat for it with the "staff shortages".
But why? Is it also to reduce emissions? They don't want to actually do something meaningful, so they cause havoc in the Airport to reduce emissions? What is going on?
Yes, but in an indirect way. At some point, nitrogen deposition was identified as harmful to nature, and emissions targets were put in place. Politicians then did everything they could not to be the one having to introduce unpopular legislation, until they couldn't anymore. Now the government has painted themselves in a corner and cannot give permits for building projects anymore without breaking the law.
I think we'll see this more often in the future when the consequences of ambitious targets will need to be reckoned with.
And (more or less) that’s how the Enigma was cracked. Turns out starting weather report with ‘weather’ every single time is not a good idea.