A car dashboard showing a "Probability of Death" meter. Image by ChatGPT.
Here is a mock up of my idea for the only dial you need on your car dashboard :-)
A car dashboard showing a "Probability of Death" meter. Image by ChatGPT.
Here is a mock up of my idea for the only dial you need on your car dashboard :-)
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-...
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...
Guide: Sync Unraid or your Linux distro of choice with Google Drive and rclone www.notebookcheck.net/Guide-Sync-U...
Here is a nice article about rclone in How to Geek
www.howtogeek.com/what-is-rclo...
For us a release branch is created when we've accumulated enough serious bug fixes in the main branch but the main branch isn't ready to make into a release.
We then branch the main branch from the last .0 release, cherry pick the important bug fixes, test and release a .1 release.
Nice write up, thank you. We use trunk based development in rclone but we do make release branches. These are only allowed to have fixes cherry picked from the main branch though which helps keeps the complexity down rather than having a life of their own.
Well done Simon ๐
I'd have liked to see in the FAQ how long the uploaded data is kept for.
I hope it goes well.
S3 buckets can't have _ in because they have to be DNS safe and you can't have _ in DNS names. Other than that, no idea!
I can live without the track point but not the 3 buttons!
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-...
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.
Google Query How many mils in a cup? Answer 1 us cup = 14437500000 cubic thousandths of an inch
Was wondering how many millilitres in a cup... thanks Google!
I think I'd take became a talk as a win!
I haven't had quite enough time or energy to make any tasks this year, so respect for yours ๐
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?
Your package may be lost We're very sorry your delivery is so late. Although it may still arrive, you can request a refund now.
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 :-(
Gah, I did exactly the same thing recently. I reverted the commit then committed it with a sensible message.
That is really terrible UI by GitHub and I'm not using those private security branches again!
Google photos API and rate limits are both awful. It's almost as if they don't really want 3rd party tools interacting with Google photos.
Yes had a few of those :-(
I wish dependabot wrote better commit messages rather than updated version x to y without a reason.
Something with links to the vulnerability report, putting the CVE number in the title, etc.
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
Just checked the code for `rclone serve sftp` - I think we are doing this correctly storing anything we concluded from the key in the Extensions map then reading it back later when it is authed.
Whew!
Its for a game to be used by children so will get some force applied to it when they plug it in to charge.
Perfboard wings might work - nice idea - thank you.
Or maybe I'll just glue it onto the case in the time honored tradition of bodgers everywhere ;-)
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...
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
I'm looking forward to this in Go 1.24 to banish all those flakey time based tests. #golang
danp.net/posts/syncte...
I have a similar power bank which I use with my QMX and this:
thepihut.com/products/12v...
Make sure you always plug the usb c into the power bank first to stabilise the voltage output at 12v before plugging in the QMX otherwise you risk blowing up the QMX (I read tales of this on the QMX list)
I agree 100%!
The Mancala Machine from the top
The Mancala Machine from the side showing the 3 layer construction method
The Mancala Machine from the side showing the switches
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.
Impressive! I was looking through the rclone binary to see why it has got so big and that turned out to be grpc definitions in third party libraries. Not the slimmest of technologies!
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.