

yes I deleted my comment
yes I deleted my comment
deleted by creator
Musk offered to father her children
What an insane thing to have happened
Why? Typescript transpiles into js but maybe the transpiler intruduces some overhead, isn’t it possible? I am not familiar with these languages, so this is an honest question.
We’ll here’s a lecture by Peter Thiel basically saying “competition might be good for society but being a monopoly is good for business”. Ghoul says it openly.
Great explanation. Thanks.
even in a fresh install, my /etc
directory is full of config files that I haven’t created. in clear linux, it starts completely empty.
Its approach to the /etc
dir was great. I haven’t used it but read the documentation. Basically, all software come with default config files in /usr/lib/config
or some directory like that. You create a config file in /etc
only if you want to override some defaults, and if you want to reset all configuration you simply delete all files in /etc
. I think it is a great system. Removes the clutter from among the user created config files and enables one to make an etc-files
repo and keep track of system configuration via git, just like people do with their dot files and user configuration. But other than that, I had no reason to try it.
People should understand that words like “unaware” or “overconfident” are not even applicable to these pieces of software. We might build intelligent machines in the future but if you know how these large language models work, it is obvious that it doesn’t even make sense to talk about the awareness, intelligence, or confidence of such systems.
why convert boolean to integer instead of converting the other operand to boolean? it doesn’t make sense.