I decided to write this guide, because there are a few details and nuances
that I will probably forget soon and then I will have to rediscover them
again. So lets get dirty!
Arduino pro mini#
This device probably does not need too much introduction. Small, bare-bones
ATmega 328P…
Automatic Remarkable2 backup on Mac#
This script backs up the data and its config from your Remarkable2 tablet
to the repository once it is connected via USB, commits it and pushes to
origin.
Install#
Create a git repository with origin and with this script:
#!/bin/bash
BACKUP…
Today I once again stumbled upon a painful problem of rupa/z which I was
Using since forever. The problem is that once you delete a folder, z will
try to cd into it, but then it fails:
The directory 'nonxistent' does not exist.
I tried to poke around the GitHub issues an…
Just a quick update here. Today I had some time, so I managed to add a hall
sensor to my Pinecil V2. Now on the soldering stand equipped with a
neodymium magnets at the right spots (near the point where the tip is
inserted to the soldering iron, under the green rubber handle) the…
Previously I have
written about what
I tried and what did and did not work while trying to satisfy neovim's
:checkhealth command while detecting the Python provider on Mac M3.
Yeah, the solution worked but it was less than optimal, due to the use of
--break-system-packages option…
Recently I bought an Ugreen Nexode PB720 100W powerbank (not sponsored in
any way). Since the documentation on specific features is lacking, I
thought I share some of my findings here.
Charging in at 65W#
To utilize ultra fast powerbank charging, which is claimed to be full in
u…
I am not a power user of Mikrotik devices so far, judging by the fact that
I am not using terminal there as much as I am using web interface (or
WebFig as they call it). But Mikrotik, being a powerful platform can help
me understand what I am doing.
One of the things I figured ou…