Computer and Information SciencesWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Home PageAtom FeedMastodon
language
Published

A quick post about a puzzle called Wordle that is currently taking over the internet. It’s a mastermind-like game where the object is to guess an unknown 5-letter word. Puzzlers are encouraged to share their results after completing a puzzle. Here is an example for puzzle 192. So how do you know if your performance on today’s puzzle was any good? Why not benchmark your effort against the crowd?

Published

This recent tweet made me chuckle. It does seem that many structural biology papers have a title that begins “The structural basis of…”. I took a quick PubMed survey to look at its popularity. First a search of "structural basis"[ti] AND "journal article"[pt] gives us the number of research papers with “structural basis” in the title. This plot of the number of papers with this title each year is levelling off.

Published

As 2021 draws to a close, it’s time to check back in on a previous post. As a recap, Garmin Connect offered four challenges to run 3 x 505 km and 1 x 505 km, one in each of the four quarters of 2021. Completing all four would mean running 2021 km in 2021 . I used an R script to check my progress throughout the year (available here). Each quarter gave a set of results, the final set for the whole of 2021 is shown here.

Published

Here is a quick method for checking parity between two directories. Let’s say we have two directories dir1 and dir2. They are large and have thousands of files and subdirectories. How can we check that they have the same contents? I found myself in this situation recently during a server migration.

Published

In early December, Spotify users received a list, known as Spotify Wrapped, of the tracks they listened to most in 2021. As a committed non-streamer, I was a bit envious of these lists; so I decided to assemble my own list using my Music database. This was possible by comparing two snapshots of my Music database in xml format* that were taken in 2020 and yesterday.

Published

Quantifying the degree of colocalisation of two signals in microscopy images is very tricky. Lots has been written on this topic, including in my book The Digital Cell. The focus of this post is on visualising colocalisation . One way to look at colocalisation is two think about two sets of objects and how many of each set overlap. This is sometimes referred to as co-occupancy or object-based colocalisation .

Published

A quick tech tip. I usually use Audacity for converting audio files and I have a few simple macros set up in there to make life easy. I had some opus music files which do not play in Apple’s Music app and therefore needed converting to MP3 format. Annoyingly, Audacity 3.1.2 on macOS does not currently import opus files, so I needed to find an alternative. The command line tool ffmpeg can be used to convert audio files. So how can we do it?