Author: Malcolm Low
Dr. Malcolm Low is currently an Associate Professor with the Singapore Institute of Technology (SIT).
Mapped: The Migration of the World’s Millionaires in 2023
我劝天公重抖擞,不拘一格降人才

九州生气恃风雷,
万马齐喑究可哀。
我劝天公重抖擞,
不拘一格降人才
– 己亥杂诗, 龚自珍
How to use OpenAI GPT-4o to query your database
Read this story from Howard Chi on Medium:
https://blog.getwren.ai/how-do-you-use-openai-gpt-4o-to-query-your-database-f24be68b0b70
How the quest to type Chinese on a QWERTY keyboard created autocomplete
Quick Guide to n8n
Here is a quick guide on n8n. See also:
Quick guide to Docker
Quick guide to Gnuplot
Quick guide to CVS
Quick guide to nawk
Quick guide to Emacs
Quick guide to Git
Quick guide to NSCC ASPIRE2A
To run n8n from a docker container, first pull the n8n container.
docker pull n8nio/n8n
Set up a persistent storage for the n8n container.
docker volume create n8n_data
Run the n8n docker container.
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
You can now access n8n on the following local url: http://localhost:5678

You must be logged in to post a comment.