HN user

doniphon

8 karma

citizen of the world -- Porto, Portugal

Posts1
Comments6
View on HN

TL;DR It is already, for the good and for the bad.

probably the best thing that come from Microsoft in decades

update: has momentum, a huge marketing budget (helps) and the cost of entry way lower than emacs' one (typescript ecosystem a fair bit less exotic than lisps').

performance is OK, really. i remember more than 20yrs ago when one had to use vi, micro emacs and lesser options because emacs was then the resource hog. at same age / stage vscode is way less hungry than emacs then...

sorry OP by this is a clickbait rant from someone who just did not made his homework and ended loosing time and data.

- Homebrew is rolling - always was and never claimed otherwise.

- OTOH for key packages (say databases) it has available versioned bottles. for postgresql one have:

  - postgresql@10
  - postgresql@12
  - postgresql@9.4
  - postgresql@9.6
  - postgresql (points to latest) 
  - postgresql@11
  - postgresql@13
  - postgresql@9.5
- Finally, no one is forced to update everything at all. run `brew outdated` and pick whatever you want updated then `brew update foo`...

In short, none of what happened to the OP is due to inherent flaws in homebrew... QED.