Read: Actress by Anne Enright ★★★★☆ 📚 enjoyed the descriptions and characters, especially the actress herself. Like the layers being revealed.
Category Archives: Micro
Timelapse in lockdown
After seeing @adders on micro.blog posting some timelapse I though I might have another go. My first thought was to just use the feature built into phone. I then though to repurpose a raspberry pi. This lead to the discovery that two of my PIs were at school leaving only one at home with a camera. This we zero had dome sterling service taking over 1 million pictures of the sky and stitching them into 122918 gifs and posting them to tumblr. I decommissioned that when tumblr started mistaking these for unsuitable photos.
My first idea were just write a simple bash script that would take a pic and copy it to my mac. I’ve done that before, just need to timestamp the image names. Then I found RPi-Cam-Web-Interface. This is really cool. It turns your pi into a camera and a webserver where you can control the camera and download the photos.
I am fairly used to setting up a headless pi and getting on my WiFi now. So the next step was just to follow all the instructions from the RPi-Cam-Web-Interface page. The usual fairly incomprehensible stuff in the terminal ensued. All worked fine though.
I then downloaded the folder full of images onto my mac and stitched them together with ffmpeg.
ffmpeg is a really complex beast, I think this worked ok:
make a list of the files with
for f in *.jpg; do echo "file '$f'" >> mylist.txt; done
then stitch them together:
ffmpeg -r 10 -f concat -i mylist.txt -c:v libx264 -pix_fmt yuv420p out.mp4
I messed about quite a bit, resizing the images before starting made for a smaller move and finally I
ffmpeg -i out.mp -vf scale=720:-2 outscaled.mp4
To make an even smaller version.
I am now on the look out for more interesting weather or a good sunset.
Read: A Thousand Moons by Sebastian Barry ★★★☆☆
This was good fun but I think I prefer his less eventful books such as Annie Dunn.
Read: Nightingale by Marina Kemp ★★★★☆
I enjoyed this, absorbing description of seasons in France, reviling characters and story slowly. Slight fall away at the end.
Read: The Fifth Book Of Peace by Maxine Hong Kingston ★★★☆☆ I didn’t really enjoy the middle section set in Hawaii, but the last about working with Vietnam veterans was interesting and absorbing.
What a strange day, half my class were in school. I tried to keep it calm. We wrote poems on the playground, posted blog posts & got the paint out. I don’t think children have ever seemed so precious. Tomorrow my 3 primary 7s may have their last day in our school.
Really interesting thread about the uk Coronavirus strategy from Professor Ian Donald comes with disclaimer.
Roughly the government want to control the spread of the virus letting the less vulnerable catch it and gain immunity while protecting the more vulnerable.
Schools: Kids generally won’t get very ill, so the govt can use them as a tool to infect others when you want to increase infection. When you need to slow infection, that tap can be turned off – at that point they close the schools. Politically risky for them to say this. link
Does this throw older and vulnerable school staff under the bus? Asking for a friend.
Using Microsoft Office for iPhone a lot today to capture text. I like it much more than Office lens. Much easier & quicker to get text to edit without having to open up Word. Straight to Drafts app in my case.
Watched: Captain Fantastic ★★★☆☆ Great fun. 🎥
I used LO2 (Little Outliner)for a while a couple of years ago, storing the outlines on my Raspberry Pi. A corrupt SD card showed that was not a good idea. Not sure if I am an outline sort of person, but interesting to play with and keep up with.

