-
Tips from the Blog XVII: better Process Folder template in Fiji
https://quantixed.org/2025/02/16/tips-from-the-blog-xvii-better-process-folder-template-in-fiji/
-
Monster Movie: making movie files from microscopy data
https://quantixed.org/2024/03/19/monster-movie-making-movie-files-from-microscopy-data/
-
Reposting this code snippet from Jerôme Mutterer on the bad place. I thought this was so neat:
Drawing #hexagons in #ImageJ```
newImage("hexagons","8-bit black",512,512,1);
run("Macro...","code=s=40;s2=round(s*sqrt(3)/2);v=(d<getWidth/2)*255*((x%s2<1)&&((y+0.5*s*(x%(2*s2)<1))%s<1))");
run("Voronoi");
setMinAndMax(0,1);
``` -
Hot take after using copilot in RStudio for half an hour. Time saved slightly greater than time wasted.
Two examples:
1. Gave me a complex 20 line routine to get a ggplot (yay). Needed quite a bit of debugging to actually work and/or do what I want (boo).
2. Got an error, asked it what the error meant, it gave me a stackoverflow url (yay). Turned out to be a hallucination (boo). -
Just noticed that bioRxiv are tracking Mastodon clickthroughs from their preprint bots using `?med=mas`
I normally delete the tracking stuff from URLs, but anything showing the power of #TeamMastodon is cool with me! -
Point Me At The Sky: wall art using Raspberry Pi camera images
https://quantixed.org/2023/01/17/point-me-at-the-sky-wall-art-using-raspberry-pi-camera-images/