When I ran `borg list`, and other `borg` commands, I got the error: Failed to create/acquire the lock
I found this, which referred me to how to remove the lock (I was quite sure it was not in use).
When I ran `borg list`, and other `borg` commands, I got the error: Failed to create/acquire the lock
I found this, which referred me to how to remove the lock (I was quite sure it was not in use).
Understanding Legal Argument (1): The Five Types of Argument looks fascinating, but who has time, who has time..?
See My current HTML boilerplate for some good ideas for a starting place for HTML content. I kept a copy, here.
An interesting approach to testing web services: A logical way to test online software.
A new version of Firefox released: Firefox 88.
How the Axiom of Choice Gives Sizeless Sets | Infinite Series. “The size of the set can’t be zero and it can’t be non zero.” Figures.
A nice write up on PHP’s recent successes: PHP in 2021.
Here’s some good documentation on PHP prepared statements and stored procedures including how to call stored procedures with output parameters.
To get the zstd_compress PHP function:
# apt install php7.2-dev # pecl install zstd
Then add “extension=zstd.so” to php.ini.