Live data from Hacker News

Viewing profile — 0x00101010

0x00101010

HN member
Joined
Mon, Jan 14, 2019, 1:22 PM UTC
HN karma
-2
Public activity
14 items

About 0x00101010

No profile information was provided.

Recent public activity

  1. comment
    Comment #37955262

    I personally use bwrap, mainly for a chroot on steroids and to encapsulate things strictly (e.g. unshare namespaces) rather than profiles. In addition to more persistent "wraps" (e…

  2. comment
    Comment #36268096

    zsh, nvim, fzf -- These things drive my daily everything. I'd pay if that wasn't all FOSS.

  3. comment
    Comment #35131579

    Treat git directories, recursively. Is especially like the fact that I can use it together with git aliases, e.g. I use this at least once a (working) day like `gr -b /path/to/cust…

  4. comment
    Comment #34694195

    Today it's a feature. Tomorrow it becomes mandatory by law. Loosing freedom with a big bang and a hole lot of happy people because they cannot compute. There is nothing good about …

  5. comment
  6. comment
    Comment #31594401

    Have the same question for the weekend. I'll give him mini gold bars, like 1 gram. For his retirement!

  7. comment
    Comment #31450635

    https://github.com/kamiyaa/joshuto in favor of nnn.

  8. comment
    Comment #31450585

    And another one, because I've read ncdu so much. dua is very nice as well.

  9. comment
    Comment #31450564

    Because no one mentioned it. procs. I love it as ps/top replacement.

  10. comment
  11. comment
    Comment #25080120

    Qwant is Springer. Springer is the company that tries to blackmail google and all others by lobbying into EU law (article 17, former 13) fighting a free and open internet. I don't …

  12. comment
    Comment #23626975

    man gitworkflows

  13. comment
    Comment #18904108

    With Z-Shell git aliases have tab completion which is really nice. My workflow often involves something like g fp # git fetch --prune ... g rb origin/master master # rebase g co - …

  14. comment
    Comment #18902743

    git aliases is best done with git itself, e.g. my favorite git alias is `git alias`, which lists all my git aliases. alias.alias config --global --get-regexp ^alias I really like b…