Programmer and sysadmin (DevOps?), wannabe polymath in tech, science and the mind. Neurodivergent, disabled, burned out, and close to throwing in the towel, but still liking ponies 🦄 and sometimes willing to discuss stuff.

  • 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle








  • they keep reinstalling stuff I’ve ripped out purposefully

    You’ll find every OS does that, it’s called “installing dependencies”. Even on Gentoo, there is only so far that you can go removing stuff before it turns out they either get reinstalled anyway, or everything comes tumbling down.

    putting cloud run python functions in to Excel

    People seem to like their cloud run functions in Google Sheets, Jupyter books, Mathematica notebooks, and similar. Can’t blame MS for trying to catch up.


  • X/X11 is a client-server protocol from the age of 10Mbps networks, intended for a bunch of “dumb terminals” connected to a mainframe that runs the apps, with several “optimizations” that over time have become useless cruft.

    Wayland is a local machine display system, intended for computers capable of running apps on the same machine as the display (aka: about everything for the past 30 years).

    Nowadays, it makes more sense to have a Wayland system (with some RDP app if needed), than an X11 system with a bunch of hacks and cruft that only makes everything slower and harder to maintain. An X11 server app acting as a “dumb terminal”, can still be run on a Wayland system to display X11 client apps if needed.