RSSAmplifier

Blog

mnaoumov.NET

Everything about programming that you want to know but feel shy to ask!

mnaoumov.wordpress.comRSS feed ↗10 posts

Latest posts

Migrating blog

Moved the blog to https://mnaoumov.dev/ as I wanted self-hosted markdown blog for a while

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 Continue reading "Switch between three keyboard languages"

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 Continue reading "Regex to find the end of file (EOF) in Visual Studio Code"

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 Continue reading "PowerShell Predictive IntelliSense"

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…

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: Obsidian Photos/videos: Adobe Lightroom Classic, PhotoStructure Electronic Books: Calibre Music: MediaMonkey Search files locally: Everything There are some flaws in all Continue reading "Software for perfectionists"

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 Continue reading "Chrome search for dynamically loaded code"

How to debug Obsidian plugins

Hi folks I am using Obsidian on a daily basis and sometimes I need to investigate some plugin behavior. I would like to share some tricks. Some of them I even discovered on my own, as I could not find them by googling. Developer Tools As Obsidian is an Electron app, it s essentially the wrapper Continue reading "How to debug Obsidian plugins"

Total Commander – Ignore List

I recently noticed the functionality in Total Commander that I am using for over 25 years. Ignore list allows to ignore certain wildcards from many operations such as Synchronize Dirs

Perfect Notes or My Journey to Obsidian

UPD. I made some corrections in 8.4.7. PROBLEM Android: Package Names 1. Before We Start I was hesitant to make any posts in my blog while there is war in my motherland Ukraine which is being invaded by Russia. Any programming post doesn t really make sense while innocent Ukrainian people are dying because of the Continue reading "Perfect Notes or My Journey to Obsidian"