Are you suggesting PhD candidates have AI write their theses? Or just writing LaTeX commands while the students write the core text? Because if it's the latter, LaTeX usually isn't the bottleneck.
No, I am not suggesting PhD candidates have AI write their theses. The original poster implied that they typed latex code for their thesis out by hand, to which I responded that it seemed silly to do so, silly in a similar way that taking a horse drawn carriage would be vs using a car.
So, do they write their formulas like S a b f(x)dx in their hand-written source text, but then get the LLM to convert that to \int_{a}^{b}f(x)dx? Invent their own "markup" to indicate S a b is the integral from a to b? They might as well learn \int and just use that.
I write LaTeX by hand all the time whenever I need to put any math in my notes, and depending on your use-case or field, you learn the LaTeX for that which you use often and it's faster than trying to use most tools.
Anyone who wants to communicate cross-OS and doesn't want to use a whole separate application for it, when it should be a basic capability of the phone?
It has a CLI component and a very flashy TUI application. The TUI has lots of effort put in to layouts, color, and really pushing the boundaries of what a TUI can be. It looks a bit “hacker in a 2000s movie” except with pink instead of green as the dominant color.
Totally not for everybody though. I can see why some people would hate it.
I've been using it in relatively the same way for a while now. The only meaningful changes were native support for `tug` and `absorb`, neither of which significantly changed my workflow.
eh, there have been a good amount of breaking changes. `-d`/`--destination` → `-o`/`--onto` (the former isn't yet deprecated though); deprecated `--allow-new` on push (or, forcibly making it the default for `--bookmark`); deprecated `jj bookmark track foo@bar` (and `jj bookmark track foo` having a really-weird system (I personally just call it broken, even though the behavior is intentional) of sometimes tracking the bookmark on all remotes; really I'd call jj's entire system of bookmark tracking/pulling/pushing quite incomplete outside of the trivial cases); various changed revset functions over time that break configs; and a really-annoying thing of `jj git fetch` sometimes abandoning ascendants of `@` leaving you in a confusing state (if not one with conflicts), with the solution being a future `jj git sync`.
It's certainly very usable despite all that, and the changes are simple enough to adapt to, but it's a pretty new thing.
reply