Remember when the EU nearly ditched daylight savings before the pandemic paused everything? As a parent, I know how tough the time change can be on kids. This year, I tried something new based on Matthew Walker’s ‘Why We Sleep’. We gradually shifted our bedtimes and wake-up times by 15 minutes per day (half the circadian rhythm’s adjustment limit) combined with smart bulbs that simulated the sunrise. Result? A completely smooth transition.
Here are some other posts you may like
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
Load balancers are incredibly useful when a single server isn't capable of handling the load or if you wan't greater reliability. But what if bandwidth is the limiting factor, what do you do then? And what tools from the Digital Ocean toolbox can you use? In a recent project I…
TL:DR; DigitalOcean API returns /proc/stat data in its CPU metrics API, and here I'll show you how to convert that to something usefull. After years of developers begging, DigitalOcean opened up their Monitoring API. This allows you to load the data that Digital Ocean bases the droplets graphs on. Great…