Live data from Hacker News

Viewing profile — sre2

sre2

HN member
Joined
Sat, Mar 02, 2024, 10:16 PM UTC
HN karma
11
Public activity
5 items

About sre2

No profile information was provided.

Recent public activity

  1. comment
    Comment #40815888

    You are looking for bind -m emacs-meta '"\C-j": vi-editing-mode' and possibly adding bind -m vi-insert '"\C-e": emacs-editing-mode'

  2. comment
    Comment #40802257

    You could easily improve upon that. For example the following will change the cursor to a block in emacs mode, an underline in vi-command and a line in vi-insert in most terminals.…

  3. comment
    Comment #40769540

    I've been doing this for at least a decade. Was introduced to the idea by a colleague who might have read this blog post. I usually do the same with commands where you are able to …

  4. comment
    Comment #39724291

    Heredocs (described in the docs[1] under "shell form") was introduced 3 years ago[1]. The flag '--squash' has been in podman for quite a while[2]. It might be time for you to upgra…

  5. comment
    Comment #39650705

    Curl has the ability to use the OS certificate store. There is also the option (at invocation) to not use any other certificate stores than the one provided by the user (at invocat…