Chrome Applications and the cursed CSD
February 19th, 2023I’ve ranted before about Client-Side Decorations (CSD), here and elsewhere, and here’s another one – mostly as a reminder to myself about how to disable CSD on Google Chrome web application windows.
The gist is – CSDs are horrible – they make your desktop look like a mishmash of different operating systems on the same screen, where it is often not clear how to interact with the application windows. The worst case is of course the MS-Windows XP RTL reflected UI, where you had some windows with normal operation buttons (close, maximize, etc) on the right side of the title bar and some windows were in “RTL” mode, so their buttons were on the left side 🤯.
Read the rest of this entry »Imported Rant – Why I Hate MacOS
February 9th, 2023I’m starting a new thing on this (otherwise quite dead) blog, mostly as a service to myself: “Imported Rants”. Its going to be basically copies (sometimes maybe better edited) of rants I posted as comments in other places (mostly YouTube), that have grown long enough to almost be an article in and of themselves.
Today, in response to Brodie Robertson’s question – Should Linux Users Hate Apple As Much As Microsoft? here’s the rant from my comments:
Read the rest of this entry »Things Samsung consider essential
November 26th, 2022
Apparently, Tiktok is an essential application that everyone needs to have and cannot be removed – so said Samsung.
Why Wayland is a Bad Idea™
October 23rd, 2022Most people who have been involved in Linux development/administration/advocacy already know that Linux operating systems are in the middle of a big shift (or actually, almost at the end of it) in the graphics stack used in Linux desktops – from the old and gnarly X11 protocol to the new hotness: Wayland compositing. And it sucks.
Read the rest of this entry »מתכון: סנרט
January 1st, 2021מרק אפונה הולנדי (Snert) בהשראת אנדונג – ולבקשת הקהל, עם כמויות וכשר!
הכי כדאי להתחיל בלראות את הוידאו המקושר להלן: כי (א) הוא מצחיק, (ב) הוא מסביר את המקור של המרק ו-(ג) יש לו כמה נקודות חשובות להסביר (כמו, למשל, למה שמים את המלח רק בסוף), אבל עכשיו – קדימה למתכון. Read the rest of this entry »
Why Are Linux Software Distributions Methods Are So Different?
November 6th, 2020The API wars… who actually cares?
August 21st, 2020This is a public response to Johan Thelin’s post “The API wars – 16 years later. His blog commenting system looks a bit broken and regardless – I think its an important enough discussion to publish here. The main premise of the article is that the web APIs have won the “API war” in the context of Joel’s Spolsky’s “How Microsoft lost the API war” article from 2014 but the main winner is the globally domineering Google and we should subvert their victory by moving to the new runtime – the WebAssembly, that is better in every way.
Here’s what I had to say about that:
Read the rest of this entry »Why Konsole is the best terminal emulator
July 4th, 2020I often say that one of the main reasons I use KDE Plasma as my default graphical workspace is that some of the KDE specific software is the best at what it does, and specifically – as a lot of my computer time is spent using a console – the KDE terminal emulator software Konsole is the best in the world.
Read the rest of this entry »Script day – different default browser per KDE activity
July 30th, 2018This is a bit of a weird script day – the script is pretty simple but the integration is interesting. I’m scratching my own itch here and also demonstrating how to:
- Use
dbus-monitorto listen to D-Bus events - Use SystemD user services to run a session service
- Update KDE configuration safely from scripts


