Well, sort of... but mostly it's not 'setting up from scratch' and instead is a handful of generic configurations for Nginx, etc.
How about repeatability? What happens when you need to set up a fresh dev environment again? Do you do all of this by hand again vs. using Docker or similar tools to build repeatable infrastructure?
It's a balancing act of using the right toolset with regards to project complexity. Are your current bash scripts simple to maintain and scaling with the project? If so, perhaps it's best to leave them for now. If not, then consider more powerful tools such as Ansible to handle configuration management.
With that being said, I'm working on a mildly complex K8S project which grew to a point where it made sense to switch to Ansible. We're still using one or two bash scripts, but everything else has been ported. I won't look back!
Wow, this is one of the ugliest new languages I've seen in a very long time. The author wonders why popularization is nowhere to be found... I think it's quite obvious just by skimming the first few pages of the tutorial.
Syntax-wise, MANOOL is a homoiconic programming language. It has its advantages and drawbacks, as everything, but it is definitely not designed to cause first good impression to those who are not familiar with such concept (seen, e.g., in CommonLisp, Scheme, or Clojure, which are considered incomprehensible by some people).
But what do you think about the article idea itself (apart from the syntax matters as it is orthogonal anyway)?
It’s a bit late for that. Services were 22% of total sales in Apple’s last quarter (13 billion vs 58 billion) and almost 40% of their gross margin (13348-4622)/(58313-35943) = 39%)
Thanks! Was surprised Apple didn’t manage this. So photo libraries are a folder with an internal managed database of image metadata and attributes? Does it internally order Masters by date of photo or date of import?
The author is a designer, and so I'm puzzled by the choice they've made to use faint header and typeface colors... the whole page looks washed-out, except for the images. Very strange.
How about repeatability? What happens when you need to set up a fresh dev environment again? Do you do all of this by hand again vs. using Docker or similar tools to build repeatable infrastructure?