Channel 4’s Turnover and Profit

Channel 4’s turnover and post tax profit from 1993 to the end of 2021 (the last full year currently available), both in absolute terms and adjusted to 2021 prices via the BoE inflation calculator.

Chart data points can be rolled over to provide more information.

Turnover

Continue reading

Building QEMU 7.0 on Raspberry Pi OS

***NEW: Building QEMU 8.0 on Raspberry Pi OS***

The Introduction

And spring 2022 brings us another major release of QEMU – in this case, QEMU 7.0, available in all of its tar.xz’d loveliness directly from qemu.org.

Whilst the Raspberry Pi OS‘s package repository remains the fastest, simplest way to get QEMU onto your Pi, Pi OS’s Debian lineage often leaves it trailing the cutting edge – in the case of QEMU, the packaged release for Raspberry Pi OS (version 2022-04-04) is version 5.2 from way back in December 2020.

QEMU can be installed via the Raspberry Pi OS package manager – or via ‘apt install’ on the command line. Alas, the version offered is several years behind the latest release.

Fortunately, QEMU is fairly easy to download and compile ourselves.

Continue reading