Hacker Newsnew | past | comments | ask | show | jobs | submit | more mklein994's commentslogin

Cascadia Mono/Code, depending if I feel like having ligatures:

https://github.com/microsoft/cascadia-code

It has the option to enable cursive italics, which is disabled by default. Been using it for over a year. No complaints.


Another alternative is OpenWeatherMap: https://openweathermap.org/api/one-call-3

It's not quite a drop-in replacement, but it's pretty close. They have a free plan for 1,000 calls/day.



https://fraidyc.at/

It's a browser extension, and it's been very pleasant to use. I came across it on a previous Show HN post: https://news.ycombinator.com/item?id=22545878

Now if only it worked on mobile…


I found Fraidycat impossible to uninstall and wipe all data, except by restoring my Firefox profile from a backup.


Just checked and it seems to work on Kiwi browser on Android


> git stash‘s new --staged mode makes it easy to stash away what you already have in the staging area, and nothing else.

Sweet! I've been wanting this feature for a while.

See also:

https://raw.github.com/git/git/master/Documentation/RelNotes...


Neat. I'll add this to my toolbox.

Somewhat unrelated: I discovered some time ago that the column command (from util-linux) can print trees of hierarchical data (up to 2 levels deep).

From the man page:

  $ echo -e '1 0 A\n2 1 AA\n3 1 AB\n4 2 AAA\n5 2 AAB' | column --tree-id 1 --tree-parent 2 --tree 3
  1  0  A
  2  1  |-AA
  4  2  | |-AAA
  5  2  | `-AAB
  3  1  `-AB
column(1): https://github.com/karelzak/util-linux/blob/master/text-util...


I did not know that. But then it's BSD, right? http://harmful.cat-v.org/cat-v/.


The docs for this is in `:help v_CTRL-A`.

It should actually say VISUAL BLOCK mode. This is where you use `CTRL-v` to select a block of text. You can read more in `:help blockwise-visual`.

Also see the 'nrformats' option: `:help 'nrformats'`. You can include alphabetic characters to do the same thing with A-Z, for example.

https://vimhelp.org/change.txt.html#v_CTRL-A


It seems to work in both visual block mode and visual line mode for me, for what it's worth. (When not pressing space as mentioned in another reply.)


Huh, learn something new everyday. Thanks!


That was a good point though, I should precise that it works for visual line and visual block :) thanks for that!


I recently discovered the `-brief` flag to ip(1). It shows a summary table for the address and link commands that can be easier to read than the default output.


Enter git rerere: https://git-scm.com/docs/git-rerere

This will "REuse REcorded REsolutions" of conflicted merges.

Once enabled, it will record how a merge conflict was resolved, and replay it back the next time it encounters it. Saves a lot of time in cases where you already solved the merge once before.

https://git-scm.com/book/en/v2/Git-Tools-Rerere


rerere gives me nightmares. Much prefer some delicate merging footwork if at all possible.


Is this like an iOS alternative to Termux? How does it compare?

https://termux.com


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: