These blog posts are collected into Categories, which may make navigating topics easier!

Riot Desktop Install

I installed the Riot desktop app (for matrix) tonight on Debian Stretch (my current laptop). It’s an electron app, so it’s more or less a packaged webapp. Here’s how it went wget -qO - https://riot.im/packages/debian/repo-key.asc | sudo apt-key add - sudo vim EOF /etc/apt/sources.list.d/riot.list # Riot deb https://riot.im/packages/debian/ stretch main deb-src https://riot.im/packages/debian/ stretch main sudo apt update && sudo apt install riot-web Simple. Unfortunately, because I did SSL things tonight I don’t have access to my testbed home server, so I can’t test it. …

Posted on

2016 Music Review #1: Artists

It’s no secret I like music. I get pretty excited about my favourite tunes and take great pleasure in finding new stuff to listen to. I’ve been using last.fm since 2005, when it was known as audioscrobbler. I’ve got a lovely long history of stuff built up there, tracking my music taste over the years from Flogging Molly to Sigur Ros to James Blunt and to whatever kind of a mess it is now. I fall in and out of scrobbling as time and convenience allows, so my annual listens aren’t that accurate. It doesn’t account for podcast mixes (which accounts for a large amount of my listening) and music I listen to in my car, as well, but that’s not that much these days, comparatively. …

Posted on

YADM

I’ve started using YADM, which has been entertaining. In theory, I really like the idea of managing my dotfiles in git. In practise, it’s more difficult than I figured. YADM is pretty simple software - it’s packaged for Debian and is a just a script - it’s available for FreeBSD through the mystical power of wget or curl. It’s packaged for a range of other distributions/OSes too, but they’re pretenders so I don’t care about them …

Posted on

Talking and DVB

So I ran a self organised session at 33C3 - DVB-S:Pirate or Amateur Digital TV Stations I figured there wouldn’t be that much interest, so I organised to keep it around the Scottish Consulate / milliways area. I was very wrong… I had way more people than I expected, who were much more interested than I expected. I had clues of this all day, with the regular traffic of people coming and asking at the Consulate about it. …

Posted on

Infrastructure Updates

For the last while, the website’s been running on caddy. Caddy’s a really nice piece of software - https integrated as standard with let’s encrypt, http2 support by default and a simple config file format. It’s pretty cool, I really like it. Unfortunately it’s not yet in any repos, and I don’t feel particularly secure running a server by starting it with sudo and keeping the files and configs in my home directory. …

Posted on