Publicaciones de Rogue Scholar

language
Publicado 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.

Publicado 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.

Publicado in quantixed

This website is all about niche tech tips and this post is no exception. I run a Plex media server. This allows me to stream my music collection when I am out and about. Plex pass owners get the nifty plexamp app for listening to music, which I really like. The databasing for the movie and TV show side of Plex works great, but the music side has its peculiarities. The problem I have a large music library.

Publicado in quantixed

I recently made my first R package and was asked how I did it. The answer of course was: I searched, read, and stumbled around until it was done. But having gone through the process I figured it was worthwhile summarising what I did and what I found tricky. First off, there are a ton of resources out there that describe how to go about building a package.

Publicado in quantixed

A short post to announce TrackMateR, a new R package to analyse TrackMate XML outputs. Code Instructions Background TrackMate is a plug-in for ImageJ which ships with Fiji. It’s essential for single particle tracking work, particularly for microscopy movies. For example, tracking the movement of fluorescent vesicles inside cells. A tracking session generates a TrackMate XML file.

Publicado in quantixed

Slack is a wonderful tool for communicating and organising work in teams. Many academic groups are using the free version (since the pricing is simply incompatible with how we are funded). Slack has had a 10,000 message limit for free tier workspaces for many years but they recently changed it to a 90 day limit. This means any messages older than 90 days will no longer be visible.

Publicado in quantixed

Previously I wrote about latin squares and set a puzzle. We can demonstrate this for an n x n latin square where n = 12 In the above images, the normalised latin square only has 12 different pairs out of a possible 66. The density plot shows the pairings in the lower triangle, grey represents 0. A randomly generated latin square (where all rows and all columns feature 1 to 12 exactly once) is shown where all possible pairs are captured.

Publicado in quantixed

A comment from a referee led me to find a method to describe curvature of membranes. This is a quick write-up of our solution. I couldn’t find a solution readily available in Fiji, so I created one using a combination of Fiji for tracing the curvature and IgorPro to do the fitting. If there is any interest I can convert this code into an all-Fiji routine. The code is simple and a gist is available here.

Publicado in quantixed

This is a ultra-short post related to sending email via the command line on Linux/Rasperry Pi. On 30 May 2022, Google disabled the handy feature that allowed less secure sign in to Google accounts. This feature was a handy way to authenticate command-line routines that send email.

Publicado in quantixed

As a project idea for a young engineer we wanted to build a Raspberry Pi-based Weather Station . Our last attempt at building something – a sound-responsive LED display – was a failure. So it was important to build something really easy to help us get back on track. Here are some notes. We essentially followed this guide from Adafruit which links out to this guide for the CircuitPython part.