Nick Craig-Wood
banner
njcw.bsky.social
Nick Craig-Wood
@njcw.bsky.social
Open Source developer. Spending most of my time on http://rclone.org at the moment.

When the police come to get me I'm listening to dance music.

Radio Amateur M5NCW
Here is a mock up of my idea for the only dial you need on your car dashboard :-)
June 20, 2025 at 10:38 AM
Rclone v1.70.0 has been released!

Highlights:
• New providers: DOI, FileLu, MEGA S4, Pure Storage
• On disk sync, convmv, --name-transform
• Many more features, fixes and doc updates!

Announcement:

forum.rclone.org/t/rclone-v1-...
Rclone v1.70.0 release
Rclone 1.70.0 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade. Some highlights of the release: New backends DOI FileLu New S3 providers: MEGA S4 Pure Stor...
forum.rclone.org
June 17, 2025 at 7:59 PM
Here is a great post on the AWS blog on how the University of California used rclone to back up 5 PB of data.

aws.amazon.com/blogs/storag...
University of California Irvine backs up petabytes of research data to AWS | Amazon Web Services
The University of California, Irvine (UCI) is a public land-grant research university with troves of research data stored on servers in lab environments on about 1500 faculty-research lab environments...
aws.amazon.com
May 30, 2025 at 12:44 PM
Here is a nice article about rclone in How to Geek

www.howtogeek.com/what-is-rclo...
What Is rclone on Linux and What Can You Do With It?
It's not pie in the sky.
www.howtogeek.com
February 12, 2025 at 8:18 PM
Rclone v1.69.0 has been released!

Highlights:

• New providers: ICloud Drive, Cloudinary, Outscale, Selectel
• Symlink support for mount
• Many more features, fixes and doc updates!

Announcement:
forum.rclone.org/t/rclone-v1-...
Rclone v1.69.0 release
Rclone 1.69.0 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade. Some highlights of the release: New backends ICloud Drive Cloudinary New S3 providers: Outsc...
forum.rclone.org
January 12, 2025 at 4:23 PM
I was playing with the newly released ghostty terminal and I read it could plot inline images so I wrote termbrot to play with the feature.

github.com/ncw/termbrot

It renders the image as it is created which added a bit of complication. With mouse control it came out very nicely.
GitHub - ncw/termbrot: termbrot: making Mandelbrot sets more glamorous, one pixel at a time.
termbrot: making Mandelbrot sets more glamorous, one pixel at a time. - ncw/termbrot
github.com
January 8, 2025 at 11:02 AM
Was wondering how many millilitres in a cup... thanks Google!
January 3, 2025 at 10:07 PM
Just looking through my projects for 2024:

Started: 15
Completed: 5

I award myself C- could try harder :-(

Completed: 2 software, 3 electronics
Unfinished: 4 software, 1 electronics, 3 blogs and 1 maths

As ever, starting new projects is always more fun than finishing old ones...

You?
December 20, 2024 at 12:17 PM
I was trying to work out where my printer ink had got to and got this message from Amazon which I've never seen before!

Attempting to track the package on the Royal Mail website doesn't work and I see using the developer tools that their API is giving 429 Too Busy errors :-(
December 19, 2024 at 3:09 PM
Just been trying to work out why the rclone binary has grown so much.

Been using a really neat graphical tool to analyse the binary size:

github.com/Zxilly/go-si...

The main culprit seems to be the AWS SDK which is taking 7.5MB of binary space just for s3! Nearly all other backends are under 1MB
GitHub - Zxilly/go-size-analyzer: A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats.
A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats. - Zxilly/go-size-analyzer
github.com
December 13, 2024 at 11:21 AM
I bought a Pimoroni Pico Lipo to run the Mancala Machine as it has USB-C, can charge a Lipo cell, is RP2040 & #tinygo support.

However it doesn't have any mounting holes unlike the Pico.

Anyone have any ideas how to mount it? Or is it Velcro stick on tape again!

shop.pimoroni.com/products/pim...
Pimoroni Pico LiPo
A top of the line Pirate-brand RP2040-powered microcontroller with lots of flash memory, USB-C, STEMMA QT/Qwiic and debug connectors... and built in LiPo charging!
shop.pimoroni.com
December 11, 2024 at 4:51 PM
I learnt something interesting today. If you set `go 1.21` in your go.mod then even though you are compiling with go1.23 it does not apply the for loop scope fix: go.dev/blog/loopvar...

I was under the mistaken impression that it did and wasted a couple of hours before the aha, moment came! #golang
Fixing For Loops in Go 1.22 - The Go Programming Language
Go 1.21 shipped a preview of a change in Go 1.22 to make for loops less error-prone.
go.dev
December 11, 2024 at 9:25 AM
I'm looking forward to this in Go 1.24 to banish all those flakey time based tests. #golang

danp.net/posts/syncte...
Coming in Go 1.24: testing/synctest experiment for time and concurrency testing · Dan Peterson
danp.net
December 8, 2024 at 4:24 PM
Mancala Machine box completed.

I ordered the 3 acrylic sheets pre cut then drilled lots of holes in them. This was a bit nerve wracking but turned out ok.

Nice to see what it is going to look like and validate the construction method (not my strong point!).

Electronic wiring next.
December 3, 2024 at 9:19 AM
Proof of concept neopixel ring driven by a RP2040-Zero using a TinyGo program. It seems quite happy running at 3.3V which will make battery powering it easy.
December 2, 2024 at 12:55 PM
I was going through some of my Dad's stuff to merge his electronics components with mine and I found his resistor storage system 😆

So very practical and absolutely typical of the man - it made me laugh - I hope it does you too.
December 1, 2024 at 8:31 PM
I'm building a gadget. There will be a RP2040 in charge running a tinygo program. Each neopixel ring will have a button in the center.

Can anyone guess what it is?
November 30, 2024 at 11:51 PM