Here's an image you're probably familiar with: it's the BBC News website banner. The space between "InDepth" and "UK" is reserved for quick links to the most important issues of the day, and right now it reads "Israel-Gaza war | War in Ukraine | Climate". It's fair to assume that the highest priority issues are closer to the left, based on how frequently these issues end up in the headline article. So, I wondered, how has the priority - according to the BBC - of the biggest issues changed over time? I decided to sample the website using the wayback machine , once per year from September 2020 to September 2025, and here's the result: Over these 6 years the BBC News banner has had between 1 and 4 quick links. And it seems to be a consistent feature that whenever a new story comes along that threatens fewer lives, it takes a higher priority position in the banner. "Climate" didn't turn up until 2022, and when it did it...
I did a little embedded project recently. Years ago I bought a binary coded decimal clock which no longer works, and I thought I could replace it with one I built myself. (In reality this was simply an excuse to play with programming a Raspberry Pi Pico.) Broken BCD clock (left) and home grown replacement (right). The LEDs are in 6 columns and represent time in hh:mm:ss format, with each decimal digit represented in binary. During the project I realised I needed to create a little Finite State Machine to enable setting of the time using the bootsel button. So I searched around on the internet and found tens of different libraries, but each with its own drawbacks. Some required a wizard executable to auto-generate code which you then edit, which has the drawback that if you change the input to the wizard you then need to manually merge new auto-generated code with your changes. Other libraries, had this strange thing where each state had its own "enter" and...
Ever since the blackout that affected much of Spain , I've been wondering how it's going to work when renewable power starts to approach 100% of the power supplied by the grid. That blackout may have been caused by a number of different factors, but the forces of evil were quick to point out that one thing that may have caused it was that there was too much renewable energy in the grid at the time. Renewable energy such as solar comes naturally in DC whereas the grid supplies AC at 50Hz (in Europe anyway). This means that before it can be fed into the grid it has to be passed through an "inverter" to turn it into AC. This is typically done by phase-locking to the grid signal, which is fine until the supply approaches 100% renewable at which point the question becomes: but who is setting the frequency? I'm not sure whether or not this really was an issue in Spanish blackout, but it's a reasonable question to ask. A pretty good answer was provided by a...
Comments
Post a Comment