Xah Talk Show Ep542 2024-03-23 Glove80, Kinesis 360, UHK Keyboard, NVIDIA Gamer Idiosy, Vscode, Emacs Lisp
- Timestamp
- 1:53 ultimate hacking keyboard
- 2:21 glove80 vs kinesis 360
- 5:11 svalboard datahand
- 5:43 xah Wolfram language mode
- 8:58 nvidia driver update saga
- 9:38 gamer idiocy
- 18:47 plane tiling Mathematica pacage
- 20:18 plane curve Mathematica pacage
- 20:50 qt vs gtk vs electron
- 24:43 discord
- 24:58 vscode
- 29:26 vertical tabs
- 32:29 emacs scimax
- 40:26 destructure binding
- 43:40 is lisp worth learning
- 46:05 xah talk show clips
- Glove80 Keyboard
- Xah Guide on Programing the Kinesis 360 USB
- Kinesis 360 Keyboard
- Glove80 vs Kinesis 360
- status update Svalboard (Datahand)
- Emacs: Xah Wolfram Mode 📦
- demo addition. eval line, region
- Emacs: Xah Fly Keys 📦
- demo and explain
xah-run-current-file
extension
- Xah Emacs Blog
- massive update on lisp tutorial. added section. and sequence functions
- emacs lisp explain
seq-setq
, pattern matching - Elisp: Destructure Binding (seq-setq, seq-let)
- Elisp: Sequence Functions
- Elisp: Destructure Binding (seq-setq, seq-let)
- JS: Destructuring Assignment
- Clojure: Binding Forms, Destructuring
- tomoko
- comparing QT, GTK, WxWidgets, JavaFX, Electron. [Sad state of cross platform GUI frameworks 2020-03-16 By Royalsloth. At https://blog.royalsloth.eu/posts/sad-state-of-cross-platform-gui-frameworks/ ]
x = 3;
x + y
Table[ x, {x, 1, 9}]
print(3)
(message "hi 3" )
console.log( 3 )
Get-ChildItem
package main import "fmt" func main() { fmt.Printf("%v\n", 33) }