HN user

sigjuice

1,677 karma

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

Posts6
Comments1,019
View on HN

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.
Still Love Telnet 3 years ago

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

Driving Compilers 3 years ago

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

OpenSSH 9.3/9.3p1 3 years ago

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

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