HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mickmcq

no profile record

comments

mickmcq
·l’année dernière·discuss
Manhattan Institute lists Betsy DeVos on its Board of Trustees.
mickmcq
·l’année dernière·discuss
The article doesn't mention a key aspect of literate programming: publishing a code chunk at a different point in the document than where it is executed. This is possible in Quarto and should probably be added to that article for completeness. An answer on [stack overflow](https://stackoverflow.com/questions/76278117/how-to-achieve-...) explains how to do so.
mickmcq
·il y a 2 ans·discuss
My impression is that TinyTeX downloads required packages on the fly and can be quite tiny if you don’t use many packages.
mickmcq
·il y a 2 ans·discuss
Any teacher who simply forbids the use of ChatGPT is living in a fantasy world.

Source: I teach for a living.
mickmcq
·il y a 2 ans·discuss
A couple of notes on the blog post: the example

echo "Please explain this code: $(cat some_class.py)" | mark

needs a dash at the end to work correctly. Also, it doesn't output pandoc-flavored markdown (blank lines before headings and code chunks) unless I specifically ask it to, as in:

echo "Please explain this code, using pandoc-flavored markdown, leaving a blank line before headings and code chunks: $(cat some_class.py)" | mark -