Viewing profile — pierrebarre
pierrebarre
HN member- Joined
- Sun, Feb 13, 2022, 2:33 PM UTC
- HN karma
- 119
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About pierrebarre
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #48878709
[dead]
-
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…
-
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…
-
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…
-
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.
- story
- story
- story
- story
-
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…
-
comment
Comment #41718210
Hi, The mechanism is explained here: https://www.merklemap.com/documentation/how-it-works
-
comment
Comment #41691096
I am working on https://www.merklemap.com/ A subdomain / CT search engine.
- comment
- story
- story
-
comment
Comment #33982833
Shameless plug: https://github.com/Barre/privaxy It’s a proxy that does just this.
- story
-
comment
Comment #31528230
Shameless plug: https://github.com/Barre/privaxy It can be easily configured to block any host or path.
- story
-
comment
Comment #31334371
What are the things that you think are best handled by the browser while negotiating a session?
-
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 …
- story