Mark Blakeney
Mark Blakeney
This describes an issue where `uv venv` operates in an incompatible and less-optimal way compared to `python -m venv`. ```sh $ uv --version uv 0.1.6 ``` I use [`pyenv`](https://github.com/pyenv/pyenv) to...
This bug was raised on [Monday, 27 Feb 2023 on the old Arch bug tracker](https://bugs.archlinux.org/task/77656) with the following description: Easiest to just immediately give example for one package: Package "python"...
I reported this in the comments on the Arch `paru-bin` AUR page. The `paru-bin` AUR package fails to build on Arch 32 bit ARM because for pacman 6.1 it was...
I installed this and seems to work well but I am surprised that there is no built in help accessible from within vim. All respectable vim plugins should provide this.
Like many vim programmers I have `number` and `relativenumber` on by default so I can see my current absolute line number and then the relative number of lines I can...
Docker allows users to set DOCKER_HOST using ssh but lazydocker fails. E.g. ```sh pc:~ export DOCKER_HOST="ssh://vb1" pc:~ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ee51f3403535 keepalived:latest "/etc/keepalived/sta…"...
I am a ubuntu 11.10 gnome-shell user with the webupd8 ppa enabled. That includes gnome-shell-classic-systray package as version 0.1-0~webupd8~oneiric. I also have long used the ubuntu package gm-notify which presents...
The mpremote help says you can use the following shortcuts: ``` a0 connect to serial port "/dev/ttyACM0" a1 connect to serial port "/dev/ttyACM1" a2 connect to serial port "/dev/ttyACM2" a3...
On Linux, since kernel 6.7 (and now 6.8) we get the following: ``` $ mpremote connect list /dev/ttyS0 None 0000:0000 None None /dev/ttyS1 None 0000:0000 None None /dev/ttyS2 None 0000:0000...
I thought I'd try this tool to benchmark my cpu: ``` $ sysbench --version sysbench 1.0.20 $ man sysbench No manual entry for sysbench $ sysbench sysbench 1.0.20 (using system...