Archive - Posts by Category

miscellaneous

My AutoHotkey scripts

1 minute read

Published:

On Linux Mint you can control the sound volume by scrolling on top of the sound icon. On Windows we can get the same functionality with help from AutoHotkey.

Read more

programming

Oddities with paths in WPF

less than 1 minute read

Published:

Remember relative/absolute paths? Image.Source respects in a weird way the relative path a/b.png vs the absolute (to the project’s root) path /a/b.png and it’s useless.

Read more