Live data from Hacker News

Viewing profile — weihan

weihan

HN member
Joined
Tue, Feb 02, 2010, 5:13 PM UTC
HN karma
105
Public activity
26 items

About weihan

founder of AeroFS http://aerofs.com

Recent public activity

  1. story
  2. comment
    Comment #9226215

    No longer :)

  3. comment
    Comment #4164705

    I'm a cofounder at AeroFS. The main advantage of AeroFS is P2P file syncing without using servers. S3 support is a nice addition to the basic functionality, allowing users to use S…

  4. comment
  5. comment
  6. comment
    Comment #2994171

    Co-founder of AeroFS here :-) 1. Symbolic link support is currently planned, I'd go to http://ae.ro/qc9Ey5 and upvote it. It'll allow us to notify you when it's done. 2. Bigger pla…

  7. comment
    Comment #2927086

    Update: AeroFS now preserves modification times across devices :)

  8. comment
    Comment #1979166

    we're working on it right now :)

  9. comment
    Comment #1977918

    Just fixed. It's now https://www.aerofs.com/signup instead :)

  10. comment
    Comment #1976964

    To echo your update on the original question: while AeroFS is a distributed filesystem with quite complicated mechanisms underneath, we work very hard to make AeroFS dead simple to…

  11. comment
    Comment #1976436

    actually all of them are on our todo list--three of the four are already implemented but yet to be exposed to the user :)

  12. comment
    Comment #1976395

    thanks for pointing this out! we'll investigate this further and may increase the key length as necessary.

  13. story
  14. comment
    Comment #1540594

    Actually in theory AeroFS can run multiple instances on one device, and we are actually thinking it as the workaround :)

  15. comment
    Comment #1539949

    We have implemented full-fledge access control including file ownership, read/write permissions on data/metadata, list/add/remove permissions on directories, etc. But we disabled i…

  16. comment
    Comment #1539396

    I see. There are two categories of conflicts to resolve: meta conflicts (like when you rename a file to "foo" on device A and meanwhile rename it to "bar" on B) and data conflicts …

  17. comment
    Comment #1539342

    In short, AeroFS is a decentralized data management system running on top of p2p overlay networking. The overlay network layer presents to the data management layer a transport-agn…

  18. comment
    Comment #1539220

    1) we ICE/STUN as well as relay for firewall penetration. 2) we use a modified version of version vectors ( http://en.wikipedia.org/wiki/Version_vector ) and accompanying algorithm…

  19. comment
    Comment #1539099

    It uses p2p syncing: Any device that was invited and has sufficient privileges on a file can serve the file to peers.

  20. comment
    Comment #1539087

    Exactly. In addition, because cloud servers to us are merely a "super peer", AeroFS offers a superset of what a cloud-based solution can provide.

  21. comment
    Comment #1539061

    yeah rsync is the de-facto standard for delta sync I think :) Open API and/or open source part of AeroFS are in our plans.

  22. comment
    Comment #1539001

    We developed a lot of the protocols and technologies ourselves, and could talk about them for hours :) Let me know if you have a specific area you want me to discuss.

  23. comment
    Comment #1538916

    There are a few (Google "fuse windows"). In particular, Dokan ( http://dokan-dev.net/en/ ) seems to be a good one. The project is quite active recently.

  24. comment
    Comment #1538887

    We generate a temporary password for the user being invited and encode it in the invitation code sent to the user's email address. We use this temp pass to verify the user when he/…

  25. comment
    Comment #1538833

    Yes. We use CBFS ( http://www.eldos.com/cbfs/ ) for Windows.