Listening for a callsign on DMR with Hearham.live

These past few weeks have certainly been trying for some communities with power outages, winter weather and utility failures. Ham radio is a very good way to communicate in your local community, but what if lots of other people are on the local repeater? What if you want a notification if your child or buddy is calling you, but not every other kerchunk or distracting story on the local repeater? If you have a DMR digital radio and id and digital repeater nearby, the tools on Hearham.live may help – and help save your battery leaving a radio on all day 🙂

Continue reading “Listening for a callsign on DMR with Hearham.live”

Upgrading PHP Nginx on Ubuntu 18.04

If you have ever installed WordPress on Ubuntu 18.04 or similar you may have noticed the WordPress warning in site health dashboard for the included default of old PHP 7.2. – “PHP is the programming language used to build and maintain WordPress. Newer versions of PHP are created with increased performance in mind, so you may see a positive effect on your site’s performance. The minimum recommended version of PHP is 7.4.” Furthermore if you do any experimenting with Laravel you may have issues because the latest Laravel 8 is only compatible with PHP7.3 and newer, among other changes.

Continue reading “Upgrading PHP Nginx on Ubuntu 18.04”

The Master Algorithm Book Review

In The Master Algorithm by Pedro Domingos, the author has some interesting thoughts on the “master algorithm”. Just like physicists want to find a universal formula for everything, a similar quest is what some in the machine learning world are looking for, and could simplify or bring new insights to how the world works through collected data. Just as many useful algorithms can be used in different ways – for example a super simple neural net can find pi, or a neural net can tell the difference between a dog and a cat, why can’t there be one that could run all machine learning problems?

Continue reading “The Master Algorithm Book Review”