Skip to content

Instantly share code, notes, and snippets.

@tedder
tedder / build.log
Last active February 13, 2019 12:26
++++ realpath -s /CustomPiOS/build
+++ dirname /CustomPiOS/build
++ BUILD_SCRIPT_PATH=/CustomPiOS
++ source /CustomPiOS/common.sh
++ install_cleanup_trap
++ set -e
++ trap cleanup SIGINT SIGTERM
++++ realpath -s /CustomPiOS/build
+++ dirname /CustomPiOS/build
++ CUSTOM_OS_PATH=/CustomPiOS
@tedder
tedder / dbf.txt
Last active January 7, 2020 22:05
podcast parse show notes
2020-01-01 02:22:00Z
His Name Is Alan
http://dobyfriday.com/165
<p><strong>This week's challenge: continue the Holiday Party.</strong></p>
-----------------------------------------
2019-12-24 02:21:00Z
My Hog Is My Business
http://dobyfriday.com/164
<p><strong>This week’s challenge: have a holiday party.</strong></p>
@tedder
tedder / v01.scad
Created January 21, 2021 18:52
piqo
fff
@tedder
tedder / docker-compose.yml
Last active July 26, 2021 15:01
helium validator + watchtower (with consensus check) + exporter
# launch: docker-compose up -d
version: "3.7"
services:
validator:
image: quay.io/team-helium/validator:latest-validator-amd64
container_name: validator
init: true
restart: always
ports:
- "2154:2154"