HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mickmcq

no profile record

コメント

mickmcq
·昨年·議論
Manhattan Institute lists Betsy DeVos on its Board of Trustees.
mickmcq
·昨年·議論
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
·2 年前·議論
My impression is that TinyTeX downloads required packages on the fly and can be quite tiny if you don’t use many packages.
mickmcq
·2 年前·議論
Any teacher who simply forbids the use of ChatGPT is living in a fantasy world.

Source: I teach for a living.
mickmcq
·2 年前·議論
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 -