• 0 Posts
  • 5 Comments
Joined 5 months ago
cake
Cake day: October 11th, 2024

help-circle


  • Word definitely has its niche.

    However, I find for many of my tasks, LaTeX or Typst just make sense. I don’t need to worry about out of date figures. I can customize styling instantly. I can track my changes with Git. Grammar checking is rough tho. lsp-like grammar checking would revolutionize my world lol.

    I can personally attest that I transitioned to LaTeX from Word, when Word wouldn’t handle equations correctly, or would crash when I had too many. It doesn’t matter if I can put out 50 word equations faster than LaTeX if I’m breaking my flow state to restart my editor.

    They overlap in their ecosystem niches but in no way is one a complete replacement for the other. LaTeX has a larger niche than Word which makes it a really safe default.

    “Nobody ever got fired for choosing React”



  • tidyverse is more than a pandas analogue. It’s more like Pandas (and a little more sugar) + Expression + Altair (or matplotlib) and a few others less used. It’s very beautiful. It aligns well with R and is quite functional stylistically and is usually pretty clean syntactically.

    The books are really good, but the docs(tidyverse and R) are kinda poor compared to Python (and Rs documentation tools are very limited — PDFs mostly). R package management is much worse than Python’s.

    It’s certainly powerful, it’s certainly elegant, and Wickham is an incredible technical writer.

    There’s lots of really incredible research done in the R ecosystem.

    Caution: Lots of docs are affiliated with Posit, including Wickham’s. Posit wants to sell their cloud offerings. This often leads to over-optimism in documentation.

    The language is definitely capable of serious work, and is pretty good at dataviz, psych, and gis.

    I highly recommend giving it a try, if you like functional programming or want to see some cool data science ideas and statistics research.