Computer and Information SciencesWordPress

quantixed

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

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.

Published

I read about aesthetic uses of Latin Squares on John Cook’s site a few months ago. Since I maintain a resource to use colour tables in Igor Pro, I thought it would be fun to use Latin Squares to display colour tables for easy visualisation. Briefly, I wrote some code to generate a 9 x 9 latin square and assigned the values 1 – 9 to a colour table wave. The results were nice.

Published

When preparing images for publication, it is good practice to check how accessible they are for colour blind people. Using a simple bit of code, it is possible to check an image – or a whole figure – in ImageJ for accessibility. For example, Figure 1 from our recent paper. Originally looked like this: Using the script we can see how it appears to people with different types of colour blindness.

Published

We have a new paper out. It’s about how chromosomes get shared during cell division. The paper in a nutshell In science-speak Misaligned chromosomes outside the exclusion zone become *ensheathed *in multiple layers of endomembranes. This event consigns the chromosome to missegregation and generates a micronucleus. In normal language Cells can make mistakes when they divide.

Published

I found this great puzzle hidden in an app aimed at children. There are 300 lightbulbs in a row, labelled 1 to 300, each with an on/off switch. We count from 1 to 300 and flick the switches as follows: on “1” all lightbulbs are switched on. On “2” lightbulbs 2, 4, 6, 8 etc. and switched (turning them off). On “3” lightbulbs 3, 6, 9 etc. are switched.

Published

A colleague said to me “Everyone is running on fumes with Easter being so late this year.” Really? Is it late? I admit to being completely perplexed by this religious date and its movement around the calendar. I always feel like I am the last to know when it is, let alone whether it is early or late. Let’s have a look at what constitutes an early or a late Easter. The data are available here. This is a quick post with no code example (sorry).

Published

I run two pi-holes on my home network (details here). The older of the two was in need of a refresh. Here are some notes on how I did a reinstall. For those that don’t know, a pi-hole is a simple ad-blocking solution. You can donate to the project here. Problem The pi-hole itself can be easily updated over ssh using pihole -up however the OS also needs occasional updating for security.