Skip to content

Instantly share code, notes, and snippets.

View xproot's full-sized avatar
⌨️
proud of what i coded, even though it's simple stuff

xproot xproot

⌨️
proud of what i coded, even though it's simple stuff
View GitHub Profile
@xproot
xproot / DiscordWebhook.class.php
Last active March 1, 2024 22:10
Class for sending Discord webhooks with/out Rich embeds using PHP cURL
<?php
/*
@Project: Discord Webhook class for PHP
@Author: xproot
@Contact: itsxproot at aol dot com
@Created: 5:48 PM Friday, January 26, 2024
*/
class DiscordWebhookMessage {
public $content = "Default message content";
@probonopd
probonopd / Wayland.md
Last active July 27, 2025 07:36
Think twice about Wayland. It breaks everything!

Think twice before abandoning X11. Wayland breaks everything!

image

Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. 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.

Feature comparison