KDE 5 power management allows to enable screen dimming after some period of inactivity: I’m using 900 nit high brightness display in laptop but I usually work at night so my typical “full” brightness is set at around 10% of brightness supported by display (and it’s already quite bright). When […]
Daily Archives: November 16, 2019
I’d like to install the most recent public version of an app I’m working on. I also happen to be a beta tester. The page for the app in the Android Play Store has many tells that it is for the internal beta: “Your’e an internal tester. This app may […]
I am trying to change the framerate of a video so it runs a little longer. I don’t want to re-encode and I want the audio to remain in sync. I was able to extract the raw video from the video and then remux using… ffmpeg -i source.mkv -c copy […]
Email sent to a domain are never delivered and my customer receive back an email with: -----Message d'origine----- De : Mail Delivery System Envoyé : 17 octobre 2019 14:39 À : meldon@SENDERDOMAINE.ca Objet : Mail delivery failed: returning message to sender This message was created automatically by mail delivery software. […]
I need to turn this: zz zz zz zzzzYzzzzXzzzz zz zzzzzz zzzz zzYzz into this: 1Y1X1Y1 Preferably in one fell swoop. Pair is the minimum unit of z. zz is separated from each other by any number and combination of white spaces (tabs, spaces). X and Y can be any […]