Skip to content

Instantly share code, notes, and snippets.

@vinsce
vinsce / __init__.py
Created February 25, 2025 22:40
CC1101 simple ESPHome component
# See: https://esphome.io/guides/contributing.html#extras
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome import pins
from esphome.const import (
CONF_ID,
CONF_FREQUENCY,
)
@probonopd
probonopd / Wayland.md
Last active July 8, 2025 20:37
Think twice about Wayland. It breaks everything!

Think twice before abandoning Xorg. Wayland breaks everything!

image

Source: https://x.com/LundukeJournal/status/1940441670098809093

Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.