Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jonS90
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jonS90
1y ago
I migrated from omz to zimfw and am reasonably happy. But I have yet to meet anyone in real life who knows what zimfw is.
2.
▲
by
jonS90
2y ago
Funny that I've been doing something nearly identical, but with way more boilerplate. fzfCommit() { local FZF_PROMPT="${FZF_PROMPT:=Commit: }" git log --oneline | fzf --border --prompt="$FZF_PROMPT"
3.
▲
by
jonS90
2y ago
I use this in combination with FZF's ctrl-r command history which allows me to fuzzy search command history.
4.
▲
by
jonS90
3y ago
This makes me think of an alternative that no one seems to be mentioning: http/rest files. They're git-friendly and there are community plugins to operate them from every major IDE. I believed the standard was created by jetbrains
5.
▲
by
jonS90
3y ago
I used jsweet to accomplish something really cool once, bringing pieces of an archaic, tried-and-true java codebase into the browser. I had to downgrade java to accomplish it, and I had to manually fiddle with the outputted typescript, but
6.
▲
by
jonS90
3y ago
If it takes 5 seconds for your prompt to display or become interactive, yes. As far as I'm aware, most of the other quality of life improvements can be reproduced in zsh with plugins. This performance bulletpoint makes me want to consi
7.
▲
by
jonS90
5y ago
I came here to ask the same...
8.
▲
by
jonS90
5y ago
This is how I make pbcopy/pbpaste work on both Linux and WSL (Windows Subsystem for Linux). if [[ "$(uname)" == "Linux" ]]; then if ! grep -q Microsoft /proc/version; then alias pbcopy=
9.
▲
by
jonS90
5y ago
In Android you can configure Do Not Disturb to allow notifications from specific apps. I'm very curious if iPhone can do this.
10.
▲
by
jonS90
6y ago
Sometimes I wonder if we need a new metric for time of day. The 24 system is very inconsistent throughout the year with respect to daylight.
11.
▲
by
jonS90
6y ago
Lifestyle choices only get you so far if you have to figbt against your circadian rhythm to wake up before the sun. Your body wants to stay up late and wake up late, so you just end up sleeping less.
12.
▲
by
jonS90
6y ago
I do the same. This might be overboard to some, but I went a step further and installed a vim plugin that brought many of the emacs-style key bindings into vim.
13.
▲
by
jonS90
8y ago
When making code changes feels quick and effortless, I think you become more willing to try out different things and experiment, which ultimately enables you to learn your languages and frameworks faster and make better choices. When code c
14.
▲
by
jonS90
8y ago
It might be worth learning the readline keybindings. They are supported rather ubiquitously in all terminal shells (including REPLs and SQL prompts and such). If you use MacOS they are supported across the entire OS. You can also adopt thes