Switch between three keyboard languages

Hi folks. On the regular basis I use three keyboard: English, Russian and Ukrainian. I need them quite often and I need a quick way to switch between them. Default Alt + Shift and Win + Space are not good enough. Cyclical changes don't work well sometimes and I have to click more and look …

Regex to find the end of file (EOF) in Visual Studio Code

Hi folks. To do bulk text replacement, I usually use Visual Studio Code. I needed to replace some text only if it is at the end of the file (EOF). But simple regex $ would not work, because it finds end of each line. It seems that in VSCode they use multiline regex. And I …

PowerShell Predictive IntelliSense

Hi folks In PowerShell 7.3 I found a new advanced autocomplete feature. It seems it suggests something from the history of my commands. However if I want to use this suggestion and press Tab , it just autocompletes using the last letters I typed And I tried to find how to get this first autocompletion …

Space Cadet Pinball Remake

Hi folks! One of my favorite computer games is being remade. For Android you can install apk: https://github.com/fexed/Pinball-on-Android/releases Improved Windows version: https://github.com/k4zmu2a/SpaceCadetPinball/releases but it requires the data files from the original version, which you can get https://www.groovypost.com/howto/windows-7-3d-pinball-space-cadet-game/ Additionally you can install custom Russian sounds https://thetrap.ucoz.ru/news/pinball_space_cadet/2010-01-05-24 Feed your nostalgia and enjoy!

Software for perfectionists

Hi folks. I am still trying to find the perfect way to get my life organized including all my digital assets into some sort of databases. I came up using the following software Notes: ObsidianPhotos/videos: Adobe Lightroom Classic, PhotoStructureElectronic Books: CalibreMusic: MediaMonkeySearch files locally: Everything There are some flaws in all those tools but I …

Chrome search for dynamically loaded code

Hi folks. For years I thought that working with dynamically loaded JavaScript is difficult because it is not possible to search for it. I had to insert debugger statements in my dynamic code in order to find it in the Chrome Developer Tools Source pane. But then I suddenly found the setting in the Developer …

Bulk update video files Capture Time in Adobe Lightroom Classic CC

Hi folks Adobe Lightroom Classic CC is my favorite photo organization software but its support for video files metadata is pretty limited. Today I want to talk about how to update the Capture Time of the video file. We can do it manually if we modify just one file. We can select multiple files and …