Java 21 — No more public static void main() | by Gajanan Rajput | Jul, 2024 | Medium

https://medium.com/@rajputgajanan50/java-21-no-more-public-static-void-main-355ebc767015

张韶涵 刘惜君 – 如愿

Behind The Scenes Of DHL Delivery [4K] | Logistics of the Future | Spark

Greener NHS » Delivering a net zero NHS

https://www.england.nhs.uk/greenernhs/a-net-zero-nhs/

Mapped: The Migration of the World’s Millionaires in 2023

https://www.visualcapitalist.com/mapped-the-migration-of-the-worlds-millionaires-in-2023/

龚自珍《己亥杂诗》— 我劝天公重抖擞

诗词 · POETRY
龚自珍《己亥杂诗》— 不拘一格降人才
己亥杂诗(其一二五) · 龚自珍(清)
九州生气恃风雷,
万马齐喑究可哀。
我劝天公重抖擞,
不拘一格降人才。

这是龚自珍《己亥杂诗》三百一十五首中流传最广的一首,作于清道光十九年(1839,己亥年)。首句以“风雷”喻变革之力,“万马齐喑”则痛陈晚清思想沉闷、人才受压的时局;后两句转而向天公疾呼,盼能打破陈规、不拘一格地选拔人才。短短四句,既是对僵化体制的批判,也寄托了诗人对革新与生机的期望,至今仍常被引用。


诗词 · POETRY  ·  公版古典作品

✦ This post was assembled with the assistance of Claude by Anthropic

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

https://bit.ly/4dZNCtX

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

Physics Informed Machine Learning