BiologieAnglaisWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Page d'accueilFlux AtomMastodon
language
ComputingFunAdafruitEducationPythonBiologieAnglais
Publié

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.

Adventures In CodeComputingFunColour PalettesDatavizBiologieAnglais
Publié

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.

PublishingScienceColour PalettesDatavizFIJIBiologieAnglais
Publié

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.

PublishingScienceCancerJ Cell BiolMitosisBiologieAnglais
Publié

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.

FunPuzzlesBiologieAnglais
Publié

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.

FunDatavizBiologieAnglais
Publié

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

ComputingFunPi-holeRaspberry PiBiologieAnglais
Publié

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.

FunRstatsRtweetTwitterBiologieAnglais
Publié

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?