Viewing profile — mitnk
mitnk
HN member- Joined
- Fri, Oct 28, 2011, 4:25 AM UTC
- HN karma
- 184
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About mitnk
No profile information was provided.
Recent public activity
-
comment
Comment #36798904
R.i.P - My id was originated from his name..
-
comment
Comment #33527892
Also: - https://github.com/saschagrunert/demystifying-containers - https://ericchiang.github.io/post/containers-from-scratch/
-
comment
Comment #33516890
lol.. https://github.com/notepad-plus-plus/notepad-plus-plus/blob/...
-
comment
Comment #29721488
Nice series, thanks. In day2, the author refactored some "old-school" code[1], I'd say I prefer the old-school version (the new version is less readable to me). Old-school is not o…
-
comment
Comment #28273582
Is there a DR version of github.com's?
-
comment
Comment #28254305
pkg.go.dev --> go.dev/pkg/ would be better.
-
comment
Comment #26178728
There is always a group of people wanting to "hack" terminals into GUI-targeting, glittering app ;)
-
comment
Comment #26011409
Another direction to learn Linux/Unix is spending time to learn from decent books like TLPI. https://man7.org/tlpi/
- comment
- story
- comment
-
comment
Comment #20392292
For `touch a b; echo "$(echo "$(echo "$(ls)")")"`, I'll think about it. It looks like a bad command to me (nested $ and nested `"` do not smell good). Probably I would mark this a …
-
comment
Comment #20392121
# you have to use full path to make it work: cicada> /bin/1 A bare `1` is a math arithmetic, as described in README, which with a higher precedence.
-
comment
Comment #20389334
Yeah, I submited once on HN about this project two years ago. Since then quite a few new features have been added and some improvements are made. So it's time to expand the user ba…
- story
- story
- comment
- story
-
comment
Comment #20038640
> This is very memory intensive. Only for ones not familiar with awk. It would make a lot of sense after you understand how awk works (as the article explains).
-
comment
Comment #20038620
The man page of (n)awk [0][1] is surprisingly short and readable. [0] `man awk` on mac [1] online version https://www.mankier.com/1/nawk [2] gawk's man page works great as a refere…
- story
-
comment
Comment #14675780
You need xonsh - http://xon.sh/ :)
-
comment
Comment #14675761
You're right, I consider Cicada is the "old" generation shell. I intend to keep it simple (for speed etc). Like in readme, it won't introduce functions or other complex stuff. But …
-
comment
Comment #14675754
Yes, I haven't provided the pre-built binaries yet. Maybe I should..
- story