HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roshdodd

no profile record

comments

roshdodd
·l’année dernière·discuss
A small, but important aspect of typesetting/WYSIWYM is the ability to break down a large document (like a thesis) into discrete sub-components. You could work on each section of your document in an individual .tex file and include it later in your top-level .tex file. This setup works well with VCS like git.

Another ergonomic benefit is scripting. For example, if I'm running a series of scripts to generate figures/plots, LaTeX will pick up on the new files (if the filename is unmodified) and update those figures after recompiling. This is preferable to scrolling through a large document in MS Word and attempting to update each figure individually.

As the size and figure count of your document increases, the ergonomics in MS Word degrade. The initial setup effort in LaTeX becomes minimal as this cost is "amortized" over the document.
roshdodd
·l’année dernière·discuss
I don't think this was the cause. Advanced simulation capabilities have existed for many decades in the industry. Many if not most of those tools are not publicly available.

I think there is also a distinction to be made between offline (engineering) and onboard computing resources. While onboard computers have been constrained in the past, control algorithms are typically simple to implement. Most of the heavy lifting (design & optimization of algorithms) is done in the R&D phase using HPC equipment.
roshdodd
·l’année dernière·discuss
As someone who actively works in the field, it was a culmination of:

- Advances in rocket engine design & tech to enable deep throttling

- Control algorithms for propulsive landing maturing (Google "Lars Blackmore", "GFOLD", "Mars Landing", and work through the references)

- Forward thinking and risk-taking by SpaceX to further develop tech demonstrated by earlier efforts (DC-X, Mars Landing, etc.)

Modern simulation and sensor capabilities helped, but were not the major enabling factors.