Live data from Hacker News

Viewing profile — huntaub

huntaub

HN member
Joined
Thu, Jan 19, 2012, 3:32 PM UTC
HN karma
755
Public activity
263 items

About huntaub

I love to chat about storage. Talk to me at archil.com.

hleath [at] archil.com

Recent public activity

  1. comment
    Comment #48402359

    This is the problem that we're building for at Archil [1]. Would be super curious to hear more about your use case (and specifically why you're not able to use the hyperscaler mana…

  2. story
  3. story
  4. comment
    Comment #47704777

    I don't think there's much for Amazon to gain from publishing these sorts of internal details. Amazon's services are used by developers who are looking to tightly optimize their us…

  5. comment
    Comment #47688122

    I imagine (hope) that they are doing some kind of intelligent read-ahead in the frontend servers to optimize for sequential reads that would avoid this looking terrible for applica…

  6. comment
    Comment #47688107

    What does DuckDB need that NFS/SMB do not provide?

  7. comment
    Comment #47688091

    Of course, you don't need to, this is just a way to opt-in to getting file semantics on top of S3. The purpose of S3 isn't to be cheap, it's to be simple.

  8. comment
    Comment #47688085

    Notably, this is going to manage your data in it's native format (i.e. you can actually read-write the files out of the S3 bucket as if they were actual objects, mapping 1:1 to eac…

  9. comment
    Comment #47681218

    This is pretty different than s3fs. s3fs is a FUSE file system that is backed by S3. This means that all of the non-atomic operations that you might want to do on S3 (including edi…

  10. comment
    Comment #47312712

    howdy! two things on the archil front: 1. we're not NFS, we wrote our own protocol to get much better performance 2. we're planning on coming out with native branching this month, …

  11. comment
    Comment #47281886

    Well, I think this is what our company, Archil, is working on. We basically built an SSD clustering layer that proxies/caches/and assembles requests into object storage so that you…

  12. comment
    Comment #47167224

    We just released a driver that allows users of just-bash to attach a full Archil file system, synced to S3. This would let you run just-bash in an enrivonment where you don't have …

  13. comment
    Comment #46947767

    It's 100% because the number of operations happening on Github has likely 100x'd since the introduction of coding agents. They built Github for one kind of scale, and the problem i…

  14. comment
    Comment #46899186

    This turns out to be a more and more important primitive for companies who are building their own models [1]. [1] https://si.inc/posts/the-heap/

  15. story
  16. story
  17. comment
    Comment #46647270

    It does! We see a lot of users choose Cloudflare's R2 because it has no egress fees and then pair it with Archil so they get fast, local caching of their content from wherever thei…

  18. story
  19. comment
    Comment #46640458

    Our product is Archil [1], and we are building our service on top of a durable, distributed SSD storage layer. As a result, we have the ability to: (a) store and use data in S3 in …

  20. comment
    Comment #46640227

    tl;dr it doesn't. I'm not sure what they're planning in this capacity (I haven't checked out sprites myself), but I would guess that it's going to be a function of "snapshots" as a…

  21. comment
    Comment #46639824

    These are basic POSIX features, but I think the high-level point that Kurt is trying to make is that building a FUSE file system signs you up for a nearly unlimited amount of compa…

  22. comment
    Comment #46638960

    It depends on what level of FUSE you're working with. If you're running a FUSE adapter provided by a third party (Mountpoint, GCS FUSE), odds are that you aren't going to get great…

  23. comment
    Comment #46638728

    > FUSE is full of gotchas I want to go ahead and nominate this for the understatement of the year. I expect that 2026 is going to be filled with people finding this out the hard wa…

  24. comment
    Comment #46638258

    Yes, I'm working in the space too. I think it's fine to do benchmarks, I don't think it's necessary to immediately post them any time a competitor comes up on HN. I don't want to s…

  25. comment
    Comment #46638242

    > * The bloody .nfs000000 files. I think this might be fixed by NFSv4 but it seems like nobody actually uses that. (Not helped by the fact that CentOS 7 is considered "modern" to E…