Viewing profile — wbolster
wbolster
HN member- Joined
- Thu, May 17, 2012, 1:00 PM UTC
- HN karma
- 33
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About wbolster
Recent public activity
-
comment
Comment #35829014
the git repo has more info about the 15.11.2 release: https://gitlab.com/gitlab-org/gitlab/-/commit/d5dc7d794ce2fc... - Only maintainers of projects should be able to assign runner…
-
comment
Comment #29926088
i doubt there's a noticeable difference after applying any "dumb" file compression scheme, e.g. brotli/gzip
-
comment
Comment #29659567
this can be solved on the file system layer below. on my laptop with btrfs this requires no special effort: simply copying the files and renaming them suffices. nautilus (gnome fil…
-
comment
Comment #21492966
not sure about mysql, but in postgresql an update on a table with a foreign key will take 'FOR KEY SHARE' locks on the referenced table, which is a weaker type of lock. updates on …
-
comment
Comment #21255977
nit: the suffix -um in latin typically indicates a neuter grammatical gender. -us is usually masculine, and only in its accusative form it becomes -um. there are exceptions though,…
- story
-
comment
Comment #17037418
in a similar spirit, i wrote "sanest", sane nested objects, tailored specifically for json fornats: https://sanest.readthedocs.io/ it does not have the exact same feature set thoug…
-
comment
Comment #16041262
thank you, random stranger, for sharing your gnu/extremism. while i am in no way defending software patents (which I don't like at all), i find the full-frontal attack attitude tha…
-
comment
Comment #16040998
this is a very important point. i tried swiping in my phone using the colemak keyboard layout which i use on normal keyboards, and found it utterly unusable because the prediction …
-
comment
Comment #14822826
thanks for writing this down. i completely agree with you. i am a happy emacs and magit user. i contribute to emacs packages, and maintain a few myself (emacs-direnv, evil-swap-key…
- story
- story
- story
-
comment
Comment #13168624
that project did not exist since i switched to colemak only recently, and that made my evil-mode setup (vim editing on top of emacs) completely unusable for me, which is why i star…
-
comment
Comment #13168588
keep in mind that normal keyboard activity is completely different than typing a piece of text from the first letter to the last letter in one go. being efficient with navigation, …
-
comment
Comment #13168436
many consider it best to touch type your normal layout (colemak, qwerty) and to use hunt-and-peck when forced to use qwerty. it helps not messing up muscle memory for the normal la…
-
comment
Comment #13168310
you mistake speed as the dominant factor and then you claim you are fast enough so switching is not worth it, while you should instead focus on comfort. you will only fully realise…
-
comment
Comment #13168261
if you are interested in vim ergonomics and alternative layouts, i wrote extensively about the vim + colemak layout i use on a daily basis: https://github.com/wbolster/evil-colemak…
-
comment
Comment #13168191
among some other differences, colemak has better shortcut compatibility. a z x c v are on their qwerty position so "select all", undo, cut, copy, and paste are one-handed shortcuts…
-
comment
Comment #13168138
perhaps you should give a split keyboard a try.
-
comment
Comment #13168125
the historical reason for staggering are the metal arms on mechanical typewriters, which obviously does not make any sense nowadays, but unfortunately the design stuck, as did the …
- story
- story
-
comment
Comment #9218593
Logging in means granting access to all kinds of private data, including deploy keys. This doesn't seem right.
- story