HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cwicklein

no profile record

コメント

cwicklein
·2 か月前·議論
How about composite software products, say a de facto operating system which contains substantial elements subject to a permissive license? What if those are the components which support networking? If, hypothetically, a commercial operating system vendor built on Mach and 4BSD?
cwicklein
·3 か月前·議論
Sitting in a reclined position on the train, I’ve had a MacBook fly into my face when the car lurched and slice my nose open. Bled all over.
cwicklein
·5 か月前·議論
I believe GUIX is implemented in Scheme which makes Scheme a natural choice for expressing configuration. Lisp tend to be a natural configuration format for anything written in Lisp. Highly functional configuration processing comes practically for free.
cwicklein
·5 か月前·議論
I’ve written a personal system in Common Lisp for building third-party software on macOS (coincidentally somewhat similar to GUIX), and I use sandbox-exec to isolate execution so that only intended requisites affect the build process and so that installation is strictly confined to the configured destination directory, no scribbling outside the lines.

I think Bazel uses sandbox-exec on macOS.
cwicklein
·5 か月前·議論
Expandable to 65K. I don’t recall seeing SI units used in this context until by hard disk manufacturers years later.
cwicklein
·10 か月前·議論
Bravo!
cwicklein
·12 か月前·議論
And me of Francis Gary Powers.
cwicklein
·2 年前·議論
I think it’s implied that it’s been zero days since the underlying cause of some such problem turned out to be DNS related. The number zero being hard coded implies that the root of the problem is always DNS. But, let’s give MTU its due.
cwicklein
·2 年前·議論
I had the same thought about conditions a few days ago and discovered this:

https://discourse.julialang.org/t/ann-package-conditions-jl/...