Virtual machines on Apple M2 chips, with Ventura
Version
This is version 0.1
Requirements
I want to run VMs with custom networking over a bridge.
This is version 0.1
I want to run VMs with custom networking over a bridge.
This works for Gnucash 4.12 on a Mac.
Reports > Multicolumn > Custom Multicolumn Report
Click the Options icon.
Set 12 columns.
For best results:
Add to /etc/sysctl.conf
and reboot
wget http://host/file.csv
# csv to json in python, requires a header row
cat file.csv | python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))' > file.json
cat file.json |jq
#!/bin/bash -e | |
# JAVA_HOME can be passed as argument if not set | |
if [ ! -d $JAVA_HOME ]; then | |
JAVA_HOME=${1} | |
fi | |
KEYSTORE=$JAVA_HOME/jre/lib/security/cacerts | |
if [ ! -f "$KEYSTORE" ]; then | |
echo "Keystore not found in '$KEYSTORE'" | |
exit 1 |
This has been observed in the wild. I'm not the originator, just documenting what I've seen.
You need a bitcoin and lightning network node.
You need to fund it with Bitcoin.
WIP
Lets say a user wants to spin up a node with 0.1 btc, open a few channels, and generate routing fees.
How do they calculate a risk/reward ratio (RR) that makes economic sense?
What else can they do to improve the calculation, such as compartmentalising risk into discrete chunks which can be evaluated independently?
query GetMagmaOffers { | |
getOffers { | |
list { | |
account | |
amboss_fee_rate | |
base_fee | |
base_fee_cap | |
fee_rate | |
fee_rate_cap | |
id |