Moved to my website:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: admissionregistration.k8s.io/v1alpha1 | |
kind: ValidatingAdmissionPolicy | |
metadata: | |
name: "reject-lastest-and-edge" | |
spec: | |
failurePolicy: Fail | |
matchConstraints: | |
resourceRules: | |
- apiGroups: ["apps"] | |
apiVersions: ["v1"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: garage-door | |
friendly_name: Garage Door | |
esphome: | |
name: ${device_name} | |
platform: ESP32 | |
board: featheresp32 | |
wifi: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: dining-room-light | |
friendly_name: Dining Room Light | |
pwm_min_power: 15% # keep dimming functional at lowest levels | |
no_delay: 0s # transition when changing dimmer_lvl & relay delay | |
transition_length: .5s # transition when turning on/off | |
long_press_min: .4s # minimum time to activate long-press action | |
long_press_max: 2s # maximum time to activate long-press action | |
long_press_up: 100% # long press brightness | |
long_press_down: 33% # long press brightness |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substitutions: | |
device_name: back-yard-flood | |
friendly_name: Back Yard Flood | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp01_1m | |
esp8266_restore_from_flash: true |
Moved to my website:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!!!!!!!!!!!!!!!! | |
!!! DANGEROUS !!! | |
!!!!!!!!!!!!!!!!! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
!!! THESE JOBS WILL WIPE OUT DATA !!! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
--- | |
apiVersion: batch/v1 | |
kind: Job |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
import time | |
import atexit | |
import asyncio | |
import subprocess | |
import evdev | |
from evdev import InputDevice, categorize, ecodes | |
import RPi.GPIO as GPIO |
I hereby claim:
- I am aceat64 on github.
- I am andrewlecody (https://keybase.io/andrewlecody) on keybase.
- I have a public key ASBGQuT0YD4OvLvPmNbcP1z9ZdbIrRoV1tcPouTw9kpPGwo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// sae | |
//socketDiameters = [ 17.081, 17.081, 17.081, 18.263, 20.216, 22.254, 24.398, 26.392, 28.469, 30.591]; | |
//socketLabels = [ | |
//"\u2075/\u2081\u2086", // 5/16 | |
//"\u00b3/\u2088", // 3/8 | |
//"\u2077/\u2081\u2086", // 7/16 | |
//"\u00b9/\u2082", // 1/2 | |
//"\u2079/\u2081\u2086", // 9/16 | |
//"\u2075/\u2088", // 5/8 | |
//"\u00B9\u00B9/\u2081\u2086", // 11/16 |
NewerOlder