List of pages for quickfix
2024
Monkeypatching Timezones in Python
Changelog: quick implementation of context manager which monkeypatches timezones
2023
Workaround for Floating Windows With Borders
Workaround for a problem with how Sway draws borders around floating windows
2022
2021
Changing ink color in fountain pen
Simple Fix for a problem when you have one pen and too many inks.
2020
Don't change alternate file in Vim
Every once in a while I learn something new about Vim. This time it's :keepalt command.
2016
Singleton w i3 [PL]
With markorapp, a script which I wrote, it's easy to create "singletons" in i3. Singletons are applications which should have only one instance, like a particular terminal.
2015
Describe Merges!
-Changelog is important, but we can simplify our lives and generate it, at least partially.
2014
Konwersja const_iteratora na iterator [PL]
A trick which allows us to easily convert from const_iterator to iterator. Please don't do that.