HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mickmcq

no profile record

comments

mickmcq
·vorig jaar·discuss
Manhattan Institute lists Betsy DeVos on its Board of Trustees.
mickmcq
·vorig jaar·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
·2 jaar geleden·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
·2 jaar geleden·discuss
Any teacher who simply forbids the use of ChatGPT is living in a fantasy world.

Source: I teach for a living.
mickmcq
·2 jaar geleden·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 -