Viewing profile — sigjuice
sigjuice
HN member- Joined
- Thu, May 12, 2011, 4:06 PM UTC
- HN karma
- 1,677
- Public activity
- 1,070 items
- HN profile
- View on Hacker News ↗
About sigjuice
Recent public activity
-
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…
- comment
-
comment
Comment #37204343
The phrase "compiled language" doesn't mean anything. Python compilers exist.
-
comment
Comment #37203873
UTM is open source. Also, running UTM instead of Qemu has some benefits. e.g. bridged networking
-
comment
Comment #36917272
Wireshark
-
comment
Comment #36180525
But surely you would care if ads or other junk is getting injected into whatever you are reading?
-
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.
-
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@…
-
comment
Comment #35810227
Exactly. This is all implementation trivia that is of absolutely no concern to me as a user.
-
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…
-
comment
Comment #35747825
The address bar is also a bit excessive for doing conversions. $ getent hosts 127.1 127.0.0.1 127.1
-
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.
-
comment
Comment #35609962
Unnecessary. Most people's hands will be able to type up the required shell one-liner to do this.
-
comment
Comment #35609832
addr2line is unlikely to be a trivial self-contained program without dependencies.
-
comment
Comment #35605850
How does one "just link against the code in addr2line" ?
-
comment
Comment #35605503
Could you share examples of things that can't be done from the SDK? Thanks!
-
comment
Comment #35397385
Likely due to your good taste and judgement of never ever running pip with sudo.
-
comment
Comment #35185041
There already are several SSH implementations other than OpenSSH written in all kinds of languages.
-
comment
Comment #35099023
Containers are the real ordeal and not just here.
-
comment
Comment #35058174
Yes. 169.254.0.0/24 addresses show up quite often.
-
comment
Comment #35050227
IPv4 also has link-local addresses. They belong to the range 169.254.0.0/16.
-
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…
-
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.
-
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
-
comment
Comment #34674721
Would have been nice to stop at the last comma.