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
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle








  • As well as copyright infringement, Dotcom faces more serious charges, including money laundering and racketeering. He has long argued that he should not be held liable for copyright infringement carried out using his site

    Ok… so what about that money laundering and racketeering, once again?

    Really not sure how to feel about this. The copyright infringement damage claims are bonkers, but this guy is not exactly an upstanding citizen either. He already got some jail time in the 90s, fled to NZ, changed his name to a joke, and has been involved in random shady stuff over the last decade.




  • 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.