Skip to content

Instantly share code, notes, and snippets.

@sogaiu
sogaiu / lg-gram-16-notes.md
Last active July 7, 2025 10:32
lg gram 16 16Z90SP-GA7CK notes

Setup of Windows 11 on LG Gram 16 16Z90SP-GA7CK via ISO

  • 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
  • downloaded last link [Windows 11] [무선랜/Win11_64bit] WLAN Driver Ver.23.20.0.4
@sogaiu
sogaiu / replacements.md
Created July 4, 2025 11:19
lg gram battery and trackpad replacement info
@sogaiu
sogaiu / bios.md
Last active July 1, 2025 11:05
bios - how to enter bios
@sogaiu
sogaiu / gist:aa1ad614ed9b8a29b5a29e558e305682
Last active June 27, 2025 09:29
playground test with tree-sitter a9818e4b171000eded8944bb2b49f1c68dbac7e3
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
@sogaiu
sogaiu / notes.md
Last active June 27, 2025 05:11
tree-sitter bindings notes

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)

@sogaiu
sogaiu / 0.setup.txt
Last active June 24, 2025 11:15
building racket v8.17 from source on android termux (`in-place`)
# 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