Wednesday, June 08, 2022

laptop extension monitors

 Xebec Tri-Screen 2

2x 10" (small), requires 2x USB-C ports, pricey at $499

it would be simpler to just tablets and use them as extension screens... 


How to Use an Android Tablet as a Second Screen in Windows 11


GoLang: language parsers

 Handwritten Parsers & Lexers in Go | Gopher Academy Blog



parsers for JSON, CSS3, and database query languages

After watching a talk by Rob Pike on lexical scanning and reading the implementation of the go standard library package, ... realized how much easier and simpler it is to hand write your parser and lexer.