I use them all the time. I think they're fantastic. They make me so relaxed I almost cannot move. I relax in a very different way compared to when I meditate (with these it's a much more physical deep relaxation, but when meditating I feel a bit more dissociated from my body).
It's about time we stop giving religious beliefs any special treatment at all compared to actual measurable evidence (e.g. inhumanely killing animals, mutilating/indoctrinating children, etc.).
"HMRC can prosecute tax advisers if they try to hide schemes, but has no sanction against those that create and sell artificial trading arrangements designed solely to dodge taxes."
Summary: Hodge wants to make it a criminal offence to sell or promote illegal tax avoidance schemes in the first place. So if HMRC challenge a scheme and it's found illegal, the lawyers/accountants who developed it can be criminally prosecuted as well as those who used it.
Baking everything into AMIs is the "right" way to go, but if AWS had a supported, hosted git server inside their network to push into, I'd rather have the speed of deploying from git, and only bake AMIs when necessary for system upgrades.
"The next real step in this, and one that is really at the core of the microservices architecture, would be to cluster etcd and remove nginx completely"
Nginx is useful to stop slow clients attacking app servers, so still a useful layer to have depending on how the clojure app servers handle slow clients, etc.
I read a book once - I think it was the Gift of Fear (but I might be wrong) - that said that plane crashes often occur in clusters, same with other tragedies like mass shootings at schools etc. The author suggested this was because people who might do those things - or in the case of pilots, pilots who might want to commit suicide and take the plane down with them - get prompted to act when they see other incidents have occurred. So according to that author, these events are not random.
Obviously a civilian plane being shot down would lie outside this theory (he suggested more plane crashes were due to pilot depression than mechanical fault/other factors).
Because if you watch that film and believe Apollo went to the moon, the only conclusion is that light has different properties on the moon compared to Earth.
I'd like to know what could explain, for example, their shadows lengthening significantly when they move a small distance as shown in the NASA footage better than "the astronauts were close to a large artificial light source" as they claim in the film that physics implies.
I'd like to see some refutation of the claims in this film (and not by the guy - physicist as I recall - in the film who just hand-waves say "well we know they went there and it can't possibly have been a hoax"): https://www.youtube.com/watch?v=yo5w0pm24ic
I picked up "The Founder's Dilemmas" and the first chapter tries to talk you out of starting a business by telling you that your business will probably fail, and you'd probably end up wealthier working for other people.
It's good to remember, after the hype surrounding large exits, that the chances of creating a similarly valuable company are incredibly small. So yeah, if you're in it for the money it's probably not worth it.
This makes deployments super fast because you're deploying pre-built wheels instead of downloading and compiling from pypi. It also gives you resiliance by storing copies of the dependencies you need in devpi, so if they vanish from pypi (or it's unavailable) you can still deploy your software with all the dependencies you developed against.