conaclos

↗ HN profile [ 80.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. BiomeJS 2024 Roadmap (biomejs.dev)
  2. I am more and more thinking about switching from TS to Flow. I have always liked the strictness of Flow. The biggest disadvantage is the syntax incompatibility with TypeScript, especially declaration files. Are you…

  3. Rust Types Team mission (blog.rust-lang.org)
  4. I am currently participating to the specification of a binary format that includes variable-length integers. I am wondering why VLQ/LEB128 [1] use base 128 instead of a more usual Base 64? Is this related to specific…