I honestly kind of like the title and the angle of being brutally honest about the fact that the author (like most who are well off) actually benefit a lot from world hunger. That's an important point, not because we should support world hunger, but because if we are to tackle it we must be willing to lower our standard of living.
To quote the article in question (highlight is my own):
"[H]ow many of us would sell our services so cheaply if it were not for the threat of hunger? When we sell our services cheaply, we enrich others, those who own the factories, the machines and the lands, and ultimately own the people who work for them. For those who depend on the availability of cheap labour, hunger is the foundation of their wealth."
The UN really shot themselves in the foot by deleting it, because the title only looks bad if you don't actually read the rest of the text, which they now made more difficult.
Imagine if China, Taiwan or Korea would start doing this shit. Or maybe they already have! Maybe the device you are reading this on would explode in the event of war!
The US doesn't even recognize the authority of the internation war crime tribunal, you really think they (or any other superpower) would accept binding arbitration in matters of international relations?
I'm still pissed at being forced to write in a passive voice in university. It's awkward and carries less information, and makes it seem like nobody had any agency, science just kind of happened on its own and you were there to observe it.
I don't know why anyone would prefer something like
"An experiment was conducted and it was found that..."
To the much better
"We conducted an experiment and found..."
Don't go by any general rules. If you are unsure, take it home and sit down with your mushroom guide book and go through all the ways of identifying it and separating it from similar species until you are sure, or you give up and throw it away.
Just off the cuff here are a couple of examples that violate the advice given above, golden chanterelle is very spicy but perfectly edible; gyromitra esculenta ("false morel") does not have lamelles, is supposed to be mildly flavoured, but is deadly toxic.
It's only 7.4% if you're discounting the large service sector and looking only at goods (which may be what people mean by "exports", idk). That's why our numbers differ, it's 4.2% of all exports, and 7.4% of exported goods.
Oil and gas products account for 4.2% of Sweden's exports. The gas exports alone almost rival those of dairy and eggs! Truly a petrostate if I ever saw one
ls -r actually lists entries in reverse order! It needs -R as well.
cp and rm accept either.
Looking at some man pages the only commands I found where -R didn't work were scp and gzip where it doesn't do anything, and rsync where it's "use relative path names".
(Caveat: BSD utils might be different, who knows what those devils get up to!)
Not chmod related, but I've made some other interesting mistakes lately.
Was trying to speed up the boot process on my ancient laptop by changing the startup services. Somehow ended up with nologin never being unset, which means that regular users aren't allowed to log in; and since I hadn't set a root password, no one could log in!
Installed a different version of Python for a project, accidentally removed the wrong version of Python at the end of the day.
When I started the computer the next day, all sorts of interesting things were broken!
You really can't though. For several reasons. Which would have been apparent to you had you bothered to actually create your example link to http://аpple.com or to understand this problem.
This is likely because docker runs Linux in a VM on MacOS right?
We've had similar problems with stuff that works on the developers Mac but not the server which is case sensitive. It can be quite insidious if it does not cause an immediate "file not found"-error but say falls back to a default config because the provided one has the wrong casing.
Well completion-ignore-case is enough to solve this particular problem, the other options are just sugar on top :)
I'm going to add completion-prefix-display-length to these related bonus tips (I have it set to 9). This makes it a lot easier to compare files with long names in your tab completion.
For example if you have a folder with these files:
GNU Readline (which is what Bash uses for input) has a lot of options (e.g. making it behave like vim), and your settings are also used in any other programs that use it for their CLI which is a nice bonus. The config file is ~/.inputrc and you'd enable the above mentioned options like this
$include /etc/inputrc
set completion-ignore-case on
set show-all-if-ambiguous on
set completion-map-case on
set completion-prefix-display-length 9
I believe that type of stuff is specified in your locale, so it's possible that it would do the right thing if you've set your language to Turkish. Please try it and let us know though :)
I honestly kind of like the title and the angle of being brutally honest about the fact that the author (like most who are well off) actually benefit a lot from world hunger. That's an important point, not because we should support world hunger, but because if we are to tackle it we must be willing to lower our standard of living.