Live data from Hacker News

Viewing profile — mitnk

mitnk

HN member
Joined
Fri, Oct 28, 2011, 4:25 AM UTC
HN karma
184
Public activity
28 items

About mitnk

No profile information was provided.

Recent public activity

  1. comment
    Comment #36798904

    R.i.P - My id was originated from his name..

  2. comment
    Comment #33527892

    Also: - https://github.com/saschagrunert/demystifying-containers - https://ericchiang.github.io/post/containers-from-scratch/

  3. comment
    Comment #33516890

    lol.. https://github.com/notepad-plus-plus/notepad-plus-plus/blob/...

  4. 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…

  5. comment
    Comment #28273582

    Is there a DR version of github.com's?

  6. comment
    Comment #28254305

    pkg.go.dev --> go.dev/pkg/ would be better.

  7. comment
    Comment #26178728

    There is always a group of people wanting to "hack" terminals into GUI-targeting, glittering app ;)

  8. comment
    Comment #26011409

    Another direction to learn Linux/Unix is spending time to learn from decent books like TLPI. https://man7.org/tlpi/

  9. comment
  10. story
  11. comment
  12. 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 …

  13. 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.

  14. 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…

  15. story
  16. story
  17. comment
  18. story
  19. 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).

  20. 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…

  21. story
  22. comment
    Comment #14675780

    You need xonsh - http://xon.sh/ :)

  23. 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 …

  24. comment
    Comment #14675754

    Yes, I haven't provided the pre-built binaries yet. Maybe I should..

  25. story