h4l

↗ HN profile [ 69.2 ms ] full profile
Karma
70
Created
September 7, 2016 (9y ago)
Submissions
0
  1. v8serialize is a Python library that reads and writes V8's value serialization format[1][2], which is how V8 moves JS values between contexts when using postMessage(value), storing data in IndexedDB and Deno uses it to…

  2. jb is a UNIX tool that creates JSON, for shell scripts or interactive use. Its "one thing" is to get shell-native data (environment variables, files, program output) to somewhere else, using JSON encapsulate it…