Live data from Hacker News

Viewing profile — sigjuice

sigjuice

HN member
Joined
Thu, May 12, 2011, 4:06 PM UTC
HN karma
1,677
Public activity
1,070 items

About sigjuice

https://stackoverflow.com/users/78720/sigjuice?tab=profile

Recent public activity

  1. comment
    Comment #38079560

    hyperkit does not run on ARM Macs $ brew install hyperkit hyperkit: The x86_64 architecture is required for this software. Error: hyperkit: An unsatisfied requirement failed this b…

  2. comment
  3. comment
    Comment #37204343

    The phrase "compiled language" doesn't mean anything. Python compilers exist.

  4. comment
    Comment #37203873

    UTM is open source. Also, running UTM instead of Qemu has some benefits. e.g. bridged networking

  5. comment
    Comment #36917272

    Wireshark

  6. comment
    Comment #36180525

    But surely you would care if ads or other junk is getting injected into whatever you are reading?

  7. comment
    Comment #36160235

    It is quite the opposite. Every pair is meaningful. Extra parenthesis cannot be added just for the heck of it without changing the meaning of the code.

  8. comment
    Comment #36160178

    I discovered recently that bash function names and aliases allow - pi@4b:~ $ kebab-case-ftw () { echo yum; } pi@4b:~ $ kebab-case-ftw yum pi@4b:~ $ alias kebab-kebob='echo yum' pi@…

  9. comment
    Comment #35810227

    Exactly. This is all implementation trivia that is of absolutely no concern to me as a user.

  10. comment
    Comment #35787250

    UTM should be running arm64 Linux guests using virtualization and NOT emulation. I have been running arm64 Linux guests on M1/M2 Macs and it is not at all slow. Does your Linux gue…

  11. comment
    Comment #35747825

    The address bar is also a bit excessive for doing conversions. $ getent hosts 127.1 127.0.0.1 127.1

  12. comment
    Comment #35669645

    I'm a sucker for Common Lisp content. However, this article needs s/binary tree/binary search tree/ in several places. Delete is left as an exercise for the reader.

  13. comment
    Comment #35609962

    Unnecessary. Most people's hands will be able to type up the required shell one-liner to do this.

  14. comment
    Comment #35609832

    addr2line is unlikely to be a trivial self-contained program without dependencies.

  15. comment
    Comment #35605850

    How does one "just link against the code in addr2line" ?

  16. comment
    Comment #35605503

    Could you share examples of things that can't be done from the SDK? Thanks!

  17. comment
    Comment #35397385

    Likely due to your good taste and judgement of never ever running pip with sudo.

  18. comment
    Comment #35185041

    There already are several SSH implementations other than OpenSSH written in all kinds of languages.

  19. comment
    Comment #35099023

    Containers are the real ordeal and not just here.

  20. comment
    Comment #35058174

    Yes. 169.254.0.0/24 addresses show up quite often.

  21. comment
    Comment #35050227

    IPv4 also has link-local addresses. They belong to the range 169.254.0.0/16.

  22. comment
    Comment #35050167

    IPv6 doesn't remove fragmentation. IPv6 fragmentation works differently. See https://www.rfc-editor.org/rfc/rfc8200#section-4.5 The Fragment header is used by an IPv6 source to sen…

  23. comment
    Comment #34908658

    How does 'npm install' take over a computer? Does it need to run as root? I have never used npm before, so I am not sure.

  24. comment
    Comment #34907403

    rm -rf ~/go is not recommended. 1. This will blow away any programs in ~/go/bin 2. Nothing in ~/go/pkg/mod has +w, so the rm -rf will not work anyway. Try go clean -modcache

  25. comment
    Comment #34674721

    Would have been nice to stop at the last comma.