roggenbuck

↗ HN profile [ 56.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hello, World (2006) (berndhopfengaertner.net)
  2. Incident with Actions (githubstatus.com)
  3. Hey HN! My name is Jake and I often need to know the performance of backend systems I maintain. I frequently build tooling to capture performance and save it for later analysis. I/O operations get costly when writing…

  4. I wanted a safer alternative to RegExp for TypeScript that uses a linear-time engine, so I built Regolith. Why: Many CVEs happen because TypeScript libraries are vulnerable to Regular Expression Denial of Service…

  5. I made TypeScript bindings for the Rust Regex library to prevent Regular Expression Denial of Service attacks. Rust's Regex uses a linear-time guaranteed Regex engine (which prevents these attacks) and I wanted to bring…