HN user

_wolfie_

157 karma
Posts0
Comments67
View on HN
No posts found.

Sure, I could. But it is more complex. And my (probably wrong) opinion is that at the point where you can inject environment variables, the game is pretty much over anyway (you can probably make more harm with LD_PRELOAD compared to SSL_CERT_FILE). So I am not convinced about the value this limitation brings in.

when there is no technical reason not to support BSD.

Guix' packages include glibc in their dependency chain, so unless you can use glibc on BSD, there is your technical reason. For example GNU Hurd is supported in addition to Linux.

Dunno, maybe? I personally am reasonably happy with my new ryzen-based thinkpad. If nothing else, the macbook has so little ports and everything needs an adapter.

I guess that depends on what your goal with hand writing is. My handwriting is horrible too (no idea if to your degree), it's basically my personal cipher by now. My wife can read it, sometimes. But that's basically it. And my attitude is "so what, I write those notes for myself and I can read them just fine". No idea if this helps.

One respondent received “a $10 gift card to Starbucks. When they know I don’t drink coffee.”

Well usually I order hot chocolate when at starbucks. They do not have only coffee. So this specific example seems like looking for a problem.

While I'm still not happy about this change (well, I do not like more entries on the list now that I've actually read it), I'm happy to hear there will be a actual human in the loop you can talk to before having the repository deleted. At least that is my tl;dr understanding of the second part of your answer.

Hm, I do not see any definition of "blockchain technologies" in the new ToS. Will that be added? My understanding of "blockchain" is that for example git could be described as a application of blockchain technology.

First question: Will there be further clarification regarding what is the precise definition?

Second question: If there will be some HW accelerator thingie or something for blockchain technologies or cryptocurrency, and the driver for that gets merged into upstream linux kernel, will that make linux kernel un-hostable on sourcehut? If not, why not?

if ((temp > 90000)); then

What is this syntax? I would have assume something like `[ $temp -gt 90000 ]` or `$((temp > 90000))`. Is the dollar here optional? Is this something bash specific?

I think not having so wide gap in salary between employees and C-level people would be a good start. I'm not saying people higher on the ladder should not be getting more money (I'm still undecided on what my opinion on this as general rule is), but the wage gap between C-level and regular employees is... unhealthy. And it's growing.

and in return it's fast

I'm still curious where this came from. There are slower compilers, sure, but golang's compiler is not that fast. It is very smart about caching, but that is not the same thing...

Linux 5.19 4 years ago

As far as I know the first two number basically don't have any meaning these days as far as size of the changes goes.

Slightly off-topic, but what would be a good book to learn guile (scheme, lisp) for someone with solid programming background (C, ruby, php, golang but no lisp at all)? I always wanted to give it a try but not sure where to start.