书写比键盘输入更有利于记忆

ref: How to Take Smart Notes, 为什么我们需要纸和笔 source: https://www.solidot.org/story?sid=77257 《心理学前沿》上发表的的一篇研究表明用纸笔写下来比用键盘打出来更有利于记忆:通过观察 36 名 24 多岁的学生分别通过纸笔写下来和键盘打出来的脑信号,纸笔写下来时大脑中央部分和大脑外部顶叶间的连接增加。 https://news.sciencenet.cn/htmlnews/2024/1/516879.shtm https://www.frontiersin.org/articles/10.3389/fpsyg.2023.1219945/full

May 4, 2024 · 1 min · Gray King

Sui Dynamic Objects

tags: Sui POST https://api.shinami.com/node/v1/sui_mainnet_bb70bc6a7d6d04694c4c719f0b6f27aa Content-Type: application/json Origin: https://app.turbos.finance Referer: https://app.turbos.finance/ { "id": 1, "jsonrpc": "2.0", "method": "suix_getDynamicFieldObject", "params": [ "0xd836ea2a159743a568fe29e8f42672a1b88414ab21be5411f8f6331e66b218d3", { "type": "0x91bfbc386a41afcfd9b2533058d7e915a1d3829089cc268ff4333d54d6339ca1::i32::I32", "value": 4294899946 } ] }

April 29, 2024 · 1 min · Gray King

systemd by example

tags: Linux, Systemd source: “Systemd by Example - Part 1: Minimization - Sebastian Jambor’s Blog.” Accessed February 18, 2024. https://seb.jambor.dev/posts/systemd-by-example-part-1-minimization/. systemd unit types There are 11 different unit types, the most common 3 of them: targets: activated by different system state, it’s useful as a dependency, e.g. sleep.target:do something when system is going to sleep. Of course, we can use systemctl to list the units that dependant on a specific unit. systemctl list-dependencies graphical.target services Processes that are controlled by systemd. ...

February 18, 2024 · 1 min · Gray King

Use Podman to Run Systemd in a Container

tags: Linux,Systemd source: Walsh, Daniel. “How to Run Systemd in a Container.” Red Hat Developer, April 24, 2019. https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container. Podmand is a container engine which is published by Red Hat, has the same command-line interface(CLI) as Docker.

February 18, 2024 · 1 min · Gray King

Windows

tags: Operating system

December 9, 2023 · 1 min · Gray King