- used windows 11 24H2 english iso to install - ventoy method
- plugged in external pointing device during installation as trackpad didn't work
- avoided making ms account via
shift f10 -> oobe\bypassnro
method - installation from media doesn't get wireless networking operational...
- got wireless working
- got drivers from www.lge.co.kr using different pc
- filled in text field as 16Z90SP-G
- got drivers from www.lge.co.kr using different pc
- downloaded last link [Windows 11] [무선랜/Win11_64bit] WLAN Driver Ver.23.20.0.4
How to replace Battery in LG Gram Laptop - gave enough hints so that replacing the trackpad (which the battery has to be removed for first) was doable.
- LG Gram - How to Change the Boot Order
As soon as the laptop is powered on, press the [F2] key consecutively several times to enter BIOS Setup.
- MSI Prestige 15 A10SC
Mine entered bios with Delete
- Seven ways to fix Windows Update if it fails or is not working at all
- Windows Update Catalog - for manual installation
- The Specificity Gradient - Dorian Taylor
cd /tmp | |
git clone https://github.com/tree-sitter/tree-sitter | |
cd tree-sitter | |
cargo build --release | |
cd .. | |
git clone https://github.com/sogaiu/tree-sitter-janet-simple | |
cd tree-sitter-janet-simple | |
../tree-sitter/target/release/tree-sitter generate --abi 14 | |
../tree-sitter/target/release/tree-sitter build --wasm | |
# works when there is a network connection |
note: afaict, "grammar files" appears to be a phrase used by at least one of the main developers to refer to the files related to bindings for various languages (e.g. c, go, java, kotlin, node, python, rust, swift)
-
generate
used to be the subcommand that created bindings files, in 0.24.0, this role was taken on by theinit
subcommand (2024-10-04):Move generation of grammar files to an init command
-
the role of generating bindings files was transitioned to the
init
subcommand: -
feat!: move generation of grammar files to an init command #3694 (2024-09-28)
- https://git.sr.ht/~bakpakin/bee-server/
- https://git.sr.ht/~bakpakin/jvk/
- https://github.com/agent-kilo/jw32/
- https://github.com/janet-lang/janet/
- https://github.com/janet-lang/spork/
- https://github.com/pyrmont/lemongrass/
- https://github.com/rwtolbert/fltk-janet/
- https://github.com/sogaiu/git-some-janets
- https://github.com/sogaiu/janet-pegdoc/
- https://github.com/sogaiu/jdoc
# prerequisites: git, make, cc, ar, etc. | |
pkg install git make clang binutils fontconfig libcairo pango | |
# choose an appropriate parent directory | |
cd ~/src | |
# fetch repository | |
git clone https://github.com/racket/racket | |
# orient oneself |