Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sigjuice
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
sigjuice
3y ago
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 build.
2.
▲
by
sigjuice
3y ago
The phrase "compiled language" doesn't mean anything. Python compilers exist.
3.
▲
by
sigjuice
3y ago
UTM is open source. Also, running UTM instead of Qemu has some benefits. e.g. bridged networking
4.
▲
by
sigjuice
3y ago
Wireshark
5.
▲
by
sigjuice
3y ago
But surely you would care if ads or other junk is getting injected into whatever you are reading?
6.
▲
by
sigjuice
3y ago
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.
7.
▲
by
sigjuice
3y ago
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@4b:~ $ kebab-kebob yum
8.
▲
by
sigjuice
3y ago
Exactly. This is all implementation trivia that is of absolutely no concern to me as a user.
9.
▲
by
sigjuice
3y ago
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 guest have the "Use Hypervisor" setting turned
10.
▲
by
sigjuice
3y ago
The address bar is also a bit excessive for doing conversions. $ getent hosts 127.1 127.0.0.1 127.1
11.
▲
by
sigjuice
3y ago
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.
12.
▲
by
sigjuice
3y ago
Unnecessary. Most people's hands will be able to type up the required shell one-liner to do this.
13.
▲
by
sigjuice
3y ago
addr2line is unlikely to be a trivial self-contained program without dependencies.
14.
▲
by
sigjuice
3y ago
How does one "just link against the code in addr2line" ?
15.
▲
by
sigjuice
3y ago
Could you share examples of things that can't be done from the SDK? Thanks!
16.
▲
by
sigjuice
3y ago
Likely due to your good taste and judgement of never ever running pip with sudo.
17.
▲
by
sigjuice
4y ago
There already are several SSH implementations other than OpenSSH written in all kinds of languages.
18.
▲
by
sigjuice
4y ago
Containers are the real ordeal and not just here.
19.
▲
by
sigjuice
4y ago
Yes. 169.254.0.0/24 addresses show up quite often.
20.
▲
by
sigjuice
4y ago
IPv4 also has link-local addresses. They belong to the range 169.254.0.0/16.
21.
▲
by
sigjuice
4y ago
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 send a packet larger than would f
22.
▲
by
sigjuice
4y ago
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.
23.
▲
by
sigjuice
4y ago
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
24.
▲
by
sigjuice
4y ago
Would have been nice to stop at the last comma.
25.
▲
by
sigjuice
4y ago
TRAMP could also work, depending on the situation.
26.
▲
by
sigjuice
4y ago
Or the kernel command line https://www.kernel.org/doc/html/v5.15/admin-guide/kernel-par... parameters with ‘=’ go into init’s environment
27.
▲
by
sigjuice
4y ago
This document is about running macOS in a VM on Apple's own hypervisor. Wouldn't this count as official support?
28.
▲
by
sigjuice
4y ago
There are Java compilers that emit machine code.
29.
▲
by
sigjuice
4y ago
It took me a year to work through the first three chapters of SICP. I skipped three exercises which weren’t motivating enough for me.
30.
▲
by
sigjuice
4y ago
For all practical purposes, Docker IS Linux. WSL 1.0 had serious backing from Microsoft and it wasn't even trying to be cross platform. If WSL 1.0 couldn't make it, then it is unlikely that another project with an even larger
More ›