-
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Sep 2024 00:41:18 +0400
mangohud: histogram seems to be the usual fps frametime graph, but filled
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Sep 2024 15:55:51 +0400
mangohud: cpu_power usually works
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Sep 2024 09:20:53 +0400
.hgrc: show merge diffs (experimental, hg 5.8+)
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Sep 2024 09:19:17 +0400
htop: show CPU frequency, it's a cheap enough statistic on Ryzens
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 14 Sep 2024 19:05:12 +0400
keyboard: RIP rwin, I guess
Hard to find a keyboard with the right Meta key. Luckily, with
lv3:ralt_switch_multikey you can press Shift+Right Alt instead.
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 16 Jul 2024 09:13:27 +0400
fj: remove due to bitrot
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:40:48 +0400
.bashrc: lsof-deleted to find processes that might need restarting
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:33:51 +0400
ide.sh: sometimes this is all you need for software development
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:25:17 +0400
.hgrc: histedit.later-commits-first=true results in an easier-to-parse output
Make sure you use hg 6.7.4 or later (see 6ec4c745c598 for details).
-
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:21:51 +0400
.hgrc: use last(::x) instead of ancestor(x) in actualize-topic
This seems to work in most (if not all) situations, as long as there is a
public ancestor for the topic to be rebased on.