Live data from Hacker News

Viewing profile — pierrebarre

pierrebarre

HN member
Joined
Sun, Feb 13, 2022, 2:33 PM UTC
HN karma
119
Public activity
26 items

About pierrebarre

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48882722

    > i also dont really get the point of zerofs. Seems like you are building a posix fs on top of s3 that is built on top of a posix fs That can literally be the stack, but the same a…

  3. comment
    Comment #48880698

    Yes, I think it’s worth benchmarking. zerofs mount has durable fsync and fcntl byte-range locking. Inotify works for changes made through the local mount. It won’t report changes m…

  4. comment
  5. comment
    Comment #48878672

    Hardlinks work as you’d expect: multiple paths point to the same inode and data, so a write through one path is visible through the others. Two separate files with the same content…

  6. comment
    Comment #48876360

    Thanks! stat doesn’t pull the file contents from S3; it only accesses the metadata tree, which is usually cached. I haven’t benchmarked Borg or Restic specifically. Sequential writ…

  7. comment
    Comment #48876104

    That’s a fair concern. The closest thing right now is a deterministic simulation suite that injects storage faults and crashes at arbitrary points, then checks the recovered data a…

  8. comment
    Comment #48876033

    Author here. Thanks for posting this! It’s been quite a ride building ZeroFS, and I’m happy to answer any questions.

  9. story
  10. story
  11. story
  12. story
  13. story
    Show HN: 3B+ 152GB DNS Records Dataset

    Hi HN, I've been working on building a pipeline to create a DNS records database lately. The goal is to enable research as well as competitive landscape analysis on the internet. T…

  14. comment
    Comment #41718210

    Hi, The mechanism is explained here: https://www.merklemap.com/documentation/how-it-works

  15. comment
    Comment #41691096

    I am working on https://www.merklemap.com/ A subdomain / CT search engine.

  16. comment
  17. story
  18. story
  19. comment
    Comment #33982833

    Shameless plug: https://github.com/Barre/privaxy It’s a proxy that does just this.

  20. story
  21. comment
    Comment #31528230

    Shameless plug: https://github.com/Barre/privaxy It can be easily configured to block any host or path.

  22. story
  23. comment
    Comment #31334371

    What are the things that you think are best handled by the browser while negotiating a session?

  24. comment
    Comment #31334274

    Privaxy is matching chrome on https://badssl.com/dashboard/ and https://www.ssllabs.com/ssltest/viewMyClient.html except that Privaxy doesn't support older TLS versions and poorer …

  25. story