Viewing profile — 0x00101010
0x00101010
HN member- Joined
- Mon, Jan 14, 2019, 1:22 PM UTC
- HN karma
- -2
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About 0x00101010
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #36268096
zsh, nvim, fzf -- These things drive my daily everything. I'd pay if that wasn't all FOSS.
-
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…
-
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 …
-
comment
Comment #33894382
[dead]
-
comment
Comment #31594401
Have the same question for the weekend. I'll give him mini gold bars, like 1 gram. For his retirement!
-
comment
Comment #31450635
https://github.com/kamiyaa/joshuto in favor of nnn.
-
comment
Comment #31450585
And another one, because I've read ncdu so much. dua is very nice as well.
-
comment
Comment #31450564
Because no one mentioned it. procs. I love it as ps/top replacement.
-
comment
Comment #30444094
[dead]
-
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 …
-
comment
Comment #23626975
man gitworkflows
-
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 - …
-
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…