6 comments

  • 1a527dd5 1 hour ago
    Anyone else got a really weird Chorme pop-up asking which cert to use for su3.io:443?

    Very bizarre, never seen that before.

    Thumbprints:

      - 60949a09aab8677f87a0b9eda7099a03ca510fb3
      - 1b146798f0dc93773247e86312f1b730c4eeebb3
    • embedding-shape 9 minutes ago
      Here it attempts to read my personal certificate that sits in the browser that I use for filling my taxes and do government stuff, suspicious indeed.
    • sunaookami 4 minutes ago
      Same on Firefox
    • linsomniac 22 minutes ago
      Same on Arc
    • jorl17 35 minutes ago
      Same on Zen
  • tln 1 hour ago
    • codys 1 hour ago
      Yes, I agree it would be very nice to have a way to integrate ACME into zeroserve. I'm not sure if zeroserve's plugin system might allow one to add a plugin to support it?
  • augunrik 1 hour ago
    I am surprised how well nginx holds up?!
    • phillipseamore 53 minutes ago
      Why? It's one of the most optimized HTTP servers ever. Anything that claims beating nginx in benchmarks should be treated with high suspicion. I think these zeroserve numbers are likely accurate but it doesn't have the features and module ecosystem of nginx so the margins aren't worth it for me.
  • smallerize 1 hour ago
    I still think of eBPF as not being Turing-complete. There is still a complexity limit in the verifier. Even if someone did implement Game of Life by having the program set a timer to run itself. https://isovalent.com/blog/post/ebpf-yes-its-turing-complete...
    • codys 1 hour ago
      zeroserve doesn't use the Linux kernel's eBPF runtime to run the eBPF it uses, so the constraints of the Linux kernel's eBPF runtime (chosen because of how the Linux kernel thinks about protecting the Linux kernel from user space) don't apply to zeroserve (or other tools that use the eBPF instruction set but don't use the Linux kernel's particular implementation)
  • zsoltkacsandi 1 hour ago
    From a technical standpoint, these are always impressive projects, but I've always wondered: has anyone ever encountered a use case where the Caddy was the bottleneck?
  • nullstyle 1 hour ago
    Fudge, I really need to carve out time today to play with zeroserve. Very cool stuff