The reaction in academia to the need to change assessment practice in the light of #ChatGPT etc reminds me of this joke:
Q: How many academics does it take to change a lightbulb?
A: What do you mean, change?
| Blog | https://zonca.dev |
| https://twitter.com/andreazonca | |
| Github | https://github.com/zonca/ |
The reaction in academia to the need to change assessment practice in the light of #ChatGPT etc reminds me of this joke:
Q: How many academics does it take to change a lightbulb?
A: What do you mean, change?
society: damn misinfo at scale is getting a bit out of hand lately. seems like a problem.
tech guys: i have invented a machine that generates misinformation. is that helpful?
The password manager @bitwarden also has a command line tool https://bitwarden.com/help/cli/, so it is possible to get two-factor auth codes on the command line with:
bw get totp servicename
Outdated Periodic Table http://xkcd.com/2723
๐ฆ๐: https://twitter.com/xkcd/status/1613184044933730304
Working with Jupyter Notebooks leads often to some kind of chaos: no coding standards, missing documentation etc.
Black, pydocstyle, isort, pylint, mypy are absolute standard #Python tools for a proper CI/CD pipeline.
I just want to give you a recommendation how one can clean-up Notebooks a little bit: nbQA. It provides all important clean-up tool for Notebooks #coding #datascience