Skip to content

Instantly share code, notes, and snippets.

View Palakis's full-sized avatar

Stéphane Lepin Palakis

View GitHub Profile
@Palakis
Palakis / lsc_pir.yaml
Last active March 3, 2023 14:28
ESPhome on Action LSC Motion Sensor - Tuya TYWE3S (ESP8266-based)
# This device has two chips:
# - an ESP8266-based WiFi Module that talks to Tuya's cloud service (when running the stock firmware) and the on-board MCU.
# - an unmarked Tuya microcontroller (a.k.a MCU) that acts as a power management chip and wakes up the WiFi Module
# when motion is detected by the PIR sensor. The WiFi Module has to talk to the MCU upon power-on to prevent immediate power-off.
substitutions:
device_name: CHANGEME
esphome:
name: '${device_name}'

vMix Call - TURN Server Addresses

Contributing

You can contribute to this list by visiting https://www.vmixcall.com/turn.ashx?Array=1, then check if the addresses starting with turn: on that page are listed in the tables below. If not, please leave a comment with your findings at the bottom of this page!

Regions

Global

@Palakis
Palakis / glitch.effect
Last active February 16, 2022 05:22
StreamFX - Glitch shader filter (based on airtight's glitch shader)
// https://www.shadertoy.com/view/MtXBDs
// partially converted using Xaymar's shadertoy StreamFX template
#define vec2 float2
#define vec3 float3
#define vec4 float4
#define ivec2 int2
#define ivec3 int3
#define ivec4 int4
#define mat2 float2x2