caleblloyd

↗ HN profile [ 78.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. We just open-sourced CargoWall - a lightweight eBPF firewall for GitHub Actions. We originally built it to stop LLM agents from connecting to untrusted domains. After recent GitHub Actions supply chain compromises like…

  2. I've recently ported the primesieve.org algorithm outlined to Go: https://github.com/caleblloyd/primesieve The algorithm runs pretty fast, but primesieve.org's C version of the program still runs orders of magnitude…