Point and call goes a long way
Point and call is an managerial tool that is very simple to implement and it goes a long way in ensuring both safety of operations, and correctness of code.
How to create image for raspberry pi and virtual box
To create an image for a Raspberry Pi, you generally have two main scenarios:
- Starting fresh with a new OS (e.g., Raspberry Pi OS, Ubuntu, Home Assistant OS).
- Cloning or backing up your existing Pi setup into a custom image.
Here, I'll explain the first method. The steps are:
What is max pain
Options trading is a complex field filled with various strategies and concepts that can influence the price movement of underlying assets. One such concept that traders often discuss is the "Options Max Pain." Understanding this concept can provide traders with insights into potential market behavior, especially as options expiration approaches. This article will explore what Options Max Pain is, how it's calculated, and its potential implications for traders.
How to disable Brave automatic updates - prevent Brave browser from auto-updating
The Brave browser strives to be an independent browser, neither controlled by Google, nor by Microsoft, nor by any other evil mega-corp like Amazon or Facebook. Unfortunately, it still keeps asking the user to update it, and does not give the option to reject the update without extra tweaking. (As reminder to corporations and developers: no means no. There is no "maybe later". It's a flat out no.)
Font Awesome 4 Installation Instructions (fontawesome4)
With the recent politicizing agendas, it's worth mentioning that old versions aren't necessarily worse, and new versions aren't necessarily better. In case they disappear elsewhere, below you can find the instructions for installing Font Awesome v4.
Download Font Awesome v4
You can download the package here: https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip
Inkscape how to change canvas size
Solution: Go to File -> Document Properties
You will be able to change the canvas size from there.

The (Unofficial) Guide to Charles Schwab’s Trader APIs
I would like to thank Carsten Savage and Tyler Bowers for his fantastic YouTube video and the GitHub repo which are another tremendous resource for getting started with Schwab’s Trader APIs.
My Docker, docker-compose & jenkins setup for working on wordpress themes and plugins
First published on 2022-12-02
Hello all! In this article, I outline my local docker setup for developing wordpress plugins and themes. I use docker to run local mysql (multiple versions) and php (multiple versions) as well as manage the wordpress installed plugins. Furthermore, I use the same setup for deploying to production, so it is particularly useful.
The majority of configuration resides in Dockerfile and docker-compose.yml, however, I also have a few scripts and naming formalisms that facilitate development and rational thinking.