Nilesh Trivedi 2023-04-03 12:35:58 I built this command-line bot that perform complex online tasks using both browser and APIs of cloud-services: github.com/aicombinator/bot
It's built with GPT-3.5-Turbo, Puppeteer and ActivePieces.
Mariano Guerra 2023-04-04 10:49:24
🐦 Mariano Guerra: New @WasmGroundUp interactive #WebAssembly binary inspector:
- Hex view at the top
- Byte meaning on hover
- Byte format options: hex, dec, oct, bin
- Select byte to focus "Slice" at the bottom with binary format syntax tree
- Outline tree view in second tab
Lu Wilson 2023-04-09 11:07:08 Paul Tarvydas 2023-04-09 12:05:20 Strings with the same symbol at the front and the back are so 1950s ASCII-think. PEG, unlike 1950s CFG ideas, can recursively match brackets more easily if the front and back symbols are different (e.g. unicode, at the very least).