back
user profile
JNRowe
7,426karma·1,207submissions·February 3, 2014
about
username at gmail.com ; Feel free to get in touch.
[ my public key: https://keybase.io/jnrowe; my proof: https://keybase.io/jnrowe/sigs/orH3nyNqAK4vkIpcxn2HRihHPV2HX80SyDwM9cR5xnw ]
recent activity (1,207 total)
comment
Perhaps you already know, but… The `=` prefix in zsh works, but is a different beast entirely. The backslash trick will simply stop the command parser from expanding the alias, while the equals prefi…
comment
Yeah, I've tried a few. I can't quite put my finger on what is wrong, but the ones I've tried just don't feel right. gnvim¹ was the most usable for me. However, it isn't w…
comment
Much like you, I think I'm probably the target audience for this. One of the things that stops me from using neovim - regardless of any changes I'd like - is the removal of gvim. I like my …
comment
Have you flipped the final one? Both my Buster and Bullseye installation only have mawk. Trying to dig in deeper makes my head explode though. mawk is marked required yet with update-alternatives pr…
comment
Link is to the release announcement, but the repo contains all the documentation and a simple example¹ about using it. ¹ https://github.com/alessandrod/aya#example …
comment
All of them, and many more than I managed to think of, are also sponsors of the team¹. ¹ https://en.wikipedia.org/wiki/Ineos_Grenadiers#Sponsorship_a... …
comment
Pinarello bikes, Shimano groupsets, Fizik saddles, Kask helmets, Castelli kit, Oakley glasses, and all the other things you see surrounding the fat guy at the coffee shop on a Sunday morning ;)
comment
I've read a fair few of these long after their sell-by date, and I can't really think of any that are negatively affected by the date. For example, Arthur C Clarke's Odyssey series larg…
comment
Phil Burt's Bike Fit¹ is great read on the subject, with lots of in-depth advice and solutions. I suspect the vast majority of the readers are Sunday Morning Warriors, but it does cover more rel…
comment
Guessing… Being a YC company¹, presumably the overlap with people who are aware of both is quite high. They also pay some "big names" an advance to write², and again the overlap of chosen p…
comment
FWIW, while both bash and fish completion execute "make -n" for tab completion that isn't the case for zsh. zsh uses an internal parser for makefiles¹, and as such won't execute t…