Skip to content

Home

About

R (2+ years); Python (0+ years)

C/C++, Fortran, Pascal, GDScript...

Time spent using computers (2009.08; 14+ years; Seer (franchise) - Wikipedia)

News

HackerNews - SuperTechFans | ruanyf/weekly

micronews | Are we Loong yet?

Basic Software (Personal Computer)

valinet/ExplorerPatcher WIN11 USE | Classic Shell WIN7 USE

Geek Uninstaller | DoNotSpy11 | Bulk Crap Uninstaller | Windows Firewall Control

Cangshui | Office Tool Plus | vlmcsd

WinGet | Terminal | PowerShell | Scoop

VSCodium

VSCodium Extension:

Chinese (Simplified) Language Pack for VS Code / Code Runner

Markdown All in One / Markdown Preview Enhanced

Modern Fortran / cpptools

Get to Know Microsoft Edge

belaviyo/webrtc-protect | AdGuard AdBlocker Browser Extension

R | Rtools | RStudio

Miniforge | WinPython | anaconda - Tuna

QGIS | SNAP | Orfeo ToolBox | jblindsay/whitebox-tools | SAGA | SWAT+

Project Packager | QField Sync | TianDiTu Tools

Basic Software (Mobile)

T8RIN/ImageToolbox | deckerst/aves | gsantner/markor

whyorean/AuroraStore | F-Droid | IzzyOnDroid F-Droid Repository

MetaCubeX/ClashMetaForAndroid | MatsuriDayo/NekoBoxForAndroid | 2dust/v2rayNG

Surfboard Manual | chen08209/FlClash | clash-verge-rev/clash-verge-rev

opengisch/QField | barbeau/gpstest

Nekogram/Nekogram | NGA | S1Fun | XDnmb

gedoor/legado | mihonapp/mihon | koreader/koreader | Notsfsssf/pixez-flutter | foobnix/LibreraReader

WeChat Input Method

Online Tools

Zoom Earth | earth | NASA | LANCE | FIRMS | EFFIS - Current Situation | FlightAware | Evening Glow Analysis and Records | World Imagery Wayback

CMA | CMA | QWeather

Hotbox | Lanzou

MkDocs

1
2
3
4
# install mkdocs and mkdocs-material theme
conda create -y -n mkdocs mkdocs
conda activate mkdocs
conda install mkdocs-material
1
2
3
4
5
6
# in Miniforge Prompt
D:
cd D:\Writing\MkDocs\blog
conda activate mkdocs
mkdocs serve
mkdocs build
1
2
3
4
5
# in PowerShell 7.4.1
$env:HTTP_PROXY="http://127.0.0.1:10809/"
$env:HTTPS_PROXY="http://127.0.0.1:10809/"
cd D:\Writing\MkDocs\blog\site
neocities push --prune .

1
2
3
4
5
6
# Miniforge & PowerShell
conda init powershell
conda activate mkdocs
mkdocs build
cd site
neocities push --prune .
- Actions that may be required

1
2
3
4
5
# in Windows 10 Administrator: PowerShell
cd C:\Windows\System32
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
set-executionpolicy remotesigned
1
2
3
4
5
6
7
8
# install ruby and neocities
# Use the up and down arrow keys to view the history
scoop install ruby@3.3.1-1
scoop install msys2
ridk install
gem uninstall -aIx # If a different version neocities-cil is installed
gem list
gem install neocities -v 0.0.17