

Ok, this prompted me to root-cause the issue. A bad cable between laptop and USB dock seems most likely. Hardware issue, not Linux!


Ok, this prompted me to root-cause the issue. A bad cable between laptop and USB dock seems most likely. Hardware issue, not Linux!


Linux revoked my mic permissions in the middle of a call today, on Google Meet. Happened before on Zoom.
I have not root-caused it to see if there was flaky hardware or what.


If you run for office to be different from all the rest and win, do you immediately become corrupted upon election?


The marketing mixes metaphors, talking about gardening, growing, curating… all part of sustainable process that includes plants dying.
It also uses words like forever and permanent.
Having content live forever is at odds with metaphors of the natural world, where things naturally die.


How does it handle helm features that are not valid compose features? Silent failure or loud warning?


Are they European?


Or you could change the preference to enable the feature again.


To explain how HAproxy and competing tools solve this:
Two servers are prepared to be the single reverse proxy, but one is active. They constantly communicate with a “heartbeat”. When the active one fails to send a heartbeat, the secondary executes the steps to become the active primary. When the primary’s heart starts beating again, it becomes active again.
So there can be a few seconds of downtime, but the failover is automatic.


Yes, especially if people use the “latest” tag, trusting whatever the container might be updated to do in the future.
I am using Navidrome and if it has significant bugs, I haven’t run into them yet.


That’s not what the FAQ says, rather it says Flatpaks are often sandboxed but not fully containerized. Containers don’t need to have a performance penalty because they run on the same kernel as the host. Container tech applies a chroot, disables some capabilities within the container and that’s about it. They are in contrast to virtual machines that need to boot an entire additional OS before doing anything.
I am the sysadmin and I approve this message.


Part of the app resides on the GitHub infrastructure, where GitHub stores, processes and displays results. So their costs are not zero.
But GitHub could take a “tax the rich” approach to pricing by charging enterprise customers more for self-hostingand leave it free for others.
A lot of open source is funded like that— most funding for a project comes from a very few companies and everything else uses it free or for very low donations or costs.


My job involves maintaining Linux servers so there are no problems with Linux as my desktop.
Currently Arch Linux as the desktop OS.
You have never had some family member experience a broken website that they needed to work but you were not around to fix it on the server side?


This is better than directional arrows or alt tab because you can go directly to any window with one binding to open the utility and a second key to type a window label.
https://github.com/edzdez/sway-easyfocus
The beauty is that it’s the same short process to go to any window no matter if if you 15 visible windows across 3 monitors.
You don’t have to conceptually switch to an output and then to a window or type a string of directional keys like Super+LLLLLJJ


On a 4k monitor, I sometimes have 6 or 8 visible plus 3 or 4 more on a second and another on a third.
So something like sway-easyfocus for direct jumping via keyboard is quite nice.


Sway does not allow you to jump directly to a non-adjacent window natively, no.
But find sway-easyfocus which I contributed to. It does exactly this.
But companies like to make money default though.
Store the secrets on a Yubikey. They are unstealable then.
Yubico has their own GUI app or you can wrappers for their CLI tool to use something like dmenu, rofi or Fuzzel to pick one.