I believe you are talking about ff xii with its gambit system. It's sort of a simplified programming tool to program your AI companions behavior without having to directly micromanage them. For example, a companion can be programmed to heal ally if their HP is less than 50% hp, cast specific spell if there 3 enemies or more, attack nearest enemy in that priority order. I wish more games have this system.
HN user
Permagate
I'm not sure where you got the idea that the rich people clogged the road in developing countries, but we heavily depend on cars/motorcycles for our transportation. Poor people use them all the times (especially motorcycles). And people with low wages do take loans just to buy a cheap car/motorcycle, even way before buying a house since they provide immediate benefits with manageable monthly installments.
EDIT: It makes me think why there is not much push for electric motorcycles. Whenever EV is mentioned, it's always been a car.
It could be phrased better, but I think they got the point across. The message is something that most people (not just programmers) could relate on various levels and learn to get better.
Signal is usually one of the more popular one for a more secure alternative.
One other reason is probably because inches is not a universal unit of measurement for computer graphic. Especially for someone who comes from country where inch is never used (like me), you need to mentally calculate the value to something more familiar.
I'm not the commenter. But taken at face value, your comment could be either bye bye mailinator.com (I'm not using you anymore) or bye bye mailinator.com (no one is going to use you anymore). Fwiw, I thought you meant the latter until I read your reply.
To me, it would be very odd if no one wants that since human vary. Someone out there must be crazy enough to just abandon their life on earth to have a chance to set the first stone of civilization in mars (or on the other extreme, no longer wants to live on earth).
You could spin up a server with just one AWS CLI command (and most likely google console, but I have no experience with it). As you said, just specify the server spec in the command option. Though, AWS CLI is very verbose with their commands, imo.
Anything more complex, such as weaving several server under one VPC with a load balancer and routing configuration, I'd recommend checking out terraform. It also supports multiple cloud providers.
People can sue you for insulting religion, there is a law for it (not specific to Islam, but religion in general). 99% of the times, this is a non-issue. People just don't care enough to bring the issue to court. However, if politic is involved, this can be used as a ground to discredit a politician. It is a hot topic this year before our capital's election, where one of the frontrunners was sued for allegedly insulting al-qur'an[1]
One other exception is if you live in Aceh. It is a special region in Indonesia which implements Islamic law to the tee.
[1] https://en.wikipedia.org/wiki/November_2016_Jakarta_protests
I also strongly disagree with the suggestion that you should ignore the form of your code. Code is read many, many times more than it is written, so improvements to your own and your teammates' understanding can pay huge dividends.
While he explicitly said to ignore fluffs, he followed it up with `Another way to say this is "use your time wisely"`. So I interpreted it as to just not spend too much time on fluffs, rather than completely ignoring it (like code styles as you mentioned). He created Prettier, so I'm sure he knows the value of code styling.