CQ / Hello World…

A quick introduction: by day, I'm a DevOps Engineer at Red Gate, a software company in Cambridge, UK. Outside of work, I enjoy both amateur radio (hence the callsign, M0VFC) and community broadcast radio at Cambridge 105. This blog aims to span all those interests - so feel free to ignore the posts that aren't relevant!

Feel free to get in touch on Twitter (@rmc47).

73 / Best wishes,
Rob



SOTA from Firle Beacon, Lewes

29 December 2015 | Comments

Something that's become almost traditional is a small post-Christmas activation of a "local-ish" SOTA summit to my parents. Unfortunately Kent has almost as few qualifying summits as Cambridge, but they're at least a little closer.

This year, Mum (M6VFC) Dad (G3VFC) and I activated Firle Beacon, G/SE-010. It's only a single point summit, as are all the hills in SE England, but a pleasant walk from the nearby car park nontheless.

It was a fairly windy day, but thankfully the rain we'd driven through on the way down held off. Although mild for December, the wind chill was significant on the ridge, particularly when coupled with a forgotten right glove!

Using the Elecraft KX3 at 3W on 40m CW and an inverted V antenna bungee tied to a handy fence quickly resulted in 15 QSOs in the log:

Thanks to all those who called - and who put up with my worse-than-usual morse code. As well as the missing right glove, I'd also managed to forget a pencil, so logging was by dictation into my phone!

The Windows balanced power plan and single-threaded workloads

4 December 2015 | Comments

Most modern processors allow their clock frequency to be scaled with demand: when CPU load is low, the clock speed is reduced, saving a considerable amount of energy. When demand is higher, it's increased, so performance should be unaffected. In theory.

Most modern processors also have multiple cores, allowing parallel execution of tasks, and increasing performance over a single-core processor of the same clock speed.

However, some workloads only make use of a single core - sometimes by their nature, sometimes because of the way they're implemented. On a 4-core CPU, a single-threaded task will consume 25% of the CPU - one of the four cores. This is where the problem starts. It seems that, at least on Windows Server 2012 R2, such a task will not cause the frequency to be scaled up, despite the task being CPU-constrained.

You can force the CPU to always run a maximum speed by using the "high performance" power plan, but this comes at the cost of increased energy consumption and heat generation. Here's an example:

Throughout the time of that graph, VMWare's OVFTool is extracting a virtual machine image. It's a CPU-bound operation, and single-threaded. The blue line on the CPU graph shows frequency; the green usage (as a proportion of maximum over four cores running at maximum frequency).

Approximately 75% through that period, I switched to the high performance power plan. This scaled frequency to maximum, and the result is clear: CPU use increases (because the single thread is now running at a higher clock frequency), and so does disk throughput. The task is now able to complete its work roughly three times faster.

It seems a little more intelligence in the frequency governor wouldn't go amiss for single-threaded workloads where clock frequency rather than the degree of parallelism is the main determining factor.

Remembrance Sunday on Cambridge 105

8 November 2015 | Comments

This morning, Cambridge 105 covered the Remembrance Sunday service at the war memorial on Hills Road, Cambridge. You can listen again to the coverage here.

We are no strangers to outside broadcasts, covering everything from the Cambridge Rock Festival to the Addenbrookes Hospital Christmas Concert, but this was a little different.

The war memorial stands in a very public location, and the adjacent roads were only due to be closed for a short period. This, combined with a need for our presence to be discrete and avoid distracting from the service, meant we opted for a completely wireless microphone rig.

The readings and prayers were given from a stand-mounted handheld microphone near the memorial - the only one the public were probably aware of. This also fed a pair of PA speakers (an independently mixed output from the broadcast audio).

The band of the Salvation Army was captured using a radio mic cable tied to a nearby tree when they were in their final position, and while approaching as part of a parade, another clipped to a convenient traffic light did the job. Finally, a shotgun microphone provided ambient crowd noise and filled in as required.

Julian Clover, presenting for the broadcast, wore a further radio mic as well as a wireless in-ear monitor. This meant he was able to move within the crowd to offer commentary on the proceedings while being able to hear the broadcast mix.

The OB went very smoothly, with the only real technical challenges being wind noise on microphones, and a slightly enthusiastic singer a little near to one of the mics during one hymn!