HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cwicklein

no profile record

comments

cwicklein
·2 miesiące temu·discuss
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 miesiące temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
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 miesięcy temu·discuss
Expandable to 65K. I don’t recall seeing SI units used in this context until by hard disk manufacturers years later.
cwicklein
·10 miesięcy temu·discuss
Bravo!
cwicklein
·12 miesięcy temu·discuss
And me of Francis Gary Powers.
cwicklein
·2 lata temu·discuss
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 lata temu·discuss
I had the same thought about conditions a few days ago and discovered this:

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