Live data from Hacker News

Viewing profile — zehemer

zehemer

HN member
Joined
Fri, Oct 18, 2013, 12:59 AM UTC
HN karma
31
Public activity
16 items

About zehemer

No profile information was provided.

Recent public activity

  1. comment
    Comment #36911910

    > As a user of the "--color" flag for the `ip` command, I'd love to see tools like dig produce more modern output https://github.com/ogham/dog is pretty good in that regard

  2. comment
    Comment #33135256

    If you're already using IdeaVim there's https://plugins.jetbrains.com/plugin/13360-ideavim-easymotio... , or AceJump ( https://plugins.jetbrains.com/plugin/7086-acejump ) if you're…

  3. comment
    Comment #29214135

    I think the news is that these songs were not licensed for the remasters and don't appear in the remastered versions.

  4. comment
    Comment #24620132

    You could try Vim Vixen as an alternative: https://addons.mozilla.org/en-US/firefox/addon/vim-vixen/

  5. story
  6. comment
    Comment #23337893

    https://youtu.be/-zRN7XLCRhc?t=2304

  7. comment
    Comment #23123896

    Also one who writes more configuration than code and babysits rollouts

  8. comment
    Comment #22153677

    More like inconvenience than trouble, I would say, as most prominent VPN providers are blocked at IP level.

  9. comment
    Comment #13984720

    Toggling pretty printing via `cider-repl-toggle-pretty-printing` may provide a workaround there. Courtesy of: https://github.com/clojure-emacs/cider/issues/1115

  10. comment
    Comment #13405056

    You can also use `H` for back and `o` for opening the URL prompt, among others. That requires you to be in the insert mode for typing in input boxes or interacting with the website…

  11. comment
    Comment #13350076

    I wonder what this would mean for hangups: https://github.com/tdryer/hangups

  12. comment
    Comment #11412461

    Not sure if I get exactly what you are looking for, but abduco[0] (with or without dvtm[1]) might serve you better. [0]: http://www.brain-dump.org/projects/abduco/ [1]: http://www.…

  13. comment
    Comment #11412348

    The select builtin might help in your case: http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_06.htm...

  14. comment
    Comment #10632526

    Since you mentioned Bitbucket's file search, fzf[1] immediately springs to my mind. I don't know how well it would scale to your use case but it supports pattern and regexp based s…

  15. comment
    Comment #10194351

    For non-mobile use-cases the passmenu script distributed with pass comes in handy: http://git.zx2c4.com/password-store/tree/contrib/dmenu/passm... It types the selected password vi…

  16. comment
    Comment #6569186

    I'm guessing that it has to do with the focus behaviour of the mouse. If that's the case then it would be the 'focus_follows_mouse' variable. It is set thusly: http://i3wm.org/docs…