-
I’ve stopped formatting tables
In my early years developing software, when presented with an opportunity to beautify code and comments, especially tables I would. I’ve even have people use my code as an example to others. I take pride in everything I do. I treat my code like the cutlery drawer – I don’t just throw knives, forks and…
//
-
Really liking the ESPHome framework
Really liking the work put into the ESPHome framework. It makes really light work of configuring microcontrollers like the RP2040. I’m using the ESPHome builder container image to develop device files and simplified its launch with a simple docker-compose.yaml file: – I’ve captured and I am starting to document my early work in my public…
//
-
Films less than 90 minutes long are OK
In recent years I’ve avoided watching films on streaming services that are less than 90 minutes long. Why? Because (in my experience) they’ve turned out to be rather dull “made for TV” experiences. But I’ve just watched “The Wrath of Becky” (at only 83 minutes) was quite a bit of fun. It’s a little gruesome…
//
-
The Singularity
Since reading Bryan Appleyard’s book “The Brain is Wider Than the Sky: Why Simple Solutions Don’t Work in a Complex World” I’ve had time to reflect on his discussion of what is referred to as The Singularity (otherwise known as “The Technological Singularity”). I believe John von Neumann was the first to coin the phrase…
//
-
In the future there will be no code
A colleague recently brought my attention to Google’s GameNGen experiment and their paper. In the experiment they demonstrate generative AI creating a playable version of Doom without any code. Google’s experiment is able to render an interactive version of Doom, in real-time, using a neural network that understands how the game behaves, having been shown…
//
-
Secure passwords do not need “special characters”
All too often I’m presented with the following “rules” when setting a password for a website or service: – Let’s make this clear now … NONE of these requirements make a password secure. Passwords are not secure simply because you use obscure special characters (numbers, symbols, and upper and lower-case letters). A wonderful Password Strength article on xkcd covers this succinctly,…
//