Rogue Scholar Posts

language
Published in quantixed

This is a brief review of macOS Mastodon clients that I’ve tried. It is unashamedly incomplete/non-exhaustive, but since the ones I found online from computing magazines literally look at one app, I am ahead of the pack here! tl;dr I prefer Ivory on macOS and prior to that, Mastonaut was OK. For clarity: I have not been asked or received payment to promote any software. Why use an app on desktop/laptop?

Published in quantixed

We have an analysis routine for proteomics data written for IgorPro. One output is a volcano plot . These plots show the fold change in one sample compared to another and plot that against a p-value to estimate how reproducible any changes observed are. This post is not about that software, but on the topic of how we can recreate this plot in R . What steps need to be considered?

Published in quantixed

I’ve posted in the past about analysing race results in R (most recently here). I ran the 2023 MK Marathon and wanted to have a look at the finishing times. The days of race results being made available as a csv or xls for easy analysis seem to be behind us. Instead they tend to be served up on multiple webpages of 50 athletes’ results at a time. Oh no, 29 pages of results and now Download option…. let’s scrape the data!

Published in quantixed

I’m not a big movie person. Nonetheless I have a media library with quite a few films in and I wondered how many “films to see before you die”-type movies I had in the collection, and how many were missing. I used R to find the answers. I’ve described previously how to get a plain text dump of a Plex database using WebTools-NG. I did that for the Movies library of my Plex Media Server.

Published in quantixed

I like to set up a standardised directory structure for RStudio projects. The idea came from here. In brief, the structure is: Data/ Output/Data/ Output/Plots/ Script/ My typical workflow is therefore to: select File > New Project in RStudio make a new directory and RProj file then use this R script or these shell commands to setup the directories. So far, so good. However, this process is a bit tedious.

Published in quantixed

I have long admired albums2hear, a Twitter bot that posts albums. You can read a bit more about it here. There was no mastodon equivalent and so I decided to build one. You can follow the bot – currently called Albums Albums Albums (or AlbumsX3) – here. Idea behind the bot The idea is to periodically post an album.

Published in quantixed

I have a long-running Raspberry Pi camera project to capture images of the view from a window (more details here). A recent post on mastodon, which showed a keogram, encouraged me to take my PiCam images and turn them into art. The finished product This is the finished wall art, printed on canvas. Ready to hang on the wall.

Published in quantixed

There’s plenty of guides to getting going on Mastodon, aimed at people leaving Twitter. I just wanted to post a couple of technical points about making the switch that might be of interest to people who maintain webpages with Twitter content (feeds, embeds). Mastodon status updates (feed/timeline) Twitter provided a widget that meant that an account’s timeline could be embedded on a website.

Published in quantixed

Sometimes an update causes a chain reaction which borks a system. Here are some notes on how I fixed a SMTP mail issue on my Raspberry Pi camera project. A quick recap: the RPi camera takes pictures every ten minutes, each night the images get sent to a server and each week the transferred images get deleted.