Live data from Hacker News

Viewing profile — dd-dreams

dd-dreams

HN member
Joined
Sun, Oct 15, 2023, 11:46 AM UTC
HN karma
19
Public activity
14 items

About dd-dreams

No profile information was provided.

Recent public activity

  1. comment
    Comment #42053056

    So with aft you probably could use it for the same purpose you have, but currently aft doesn't support multi transfers, but rerun each time. In the future it will probably be added…

  2. comment
    Comment #42052130

    Well aft features: - Encryption. Currently the only algorithm in use is AES-128/256 GCM and for exchanging keys is x25519 Diffie-Hellman, but in the future there could be other alg…

  3. story
    Aft – a fast file transferring program

    Hey everyone! I have shown this program before, but it has changed ALOT since then. I would really love to hear your feedback, suggestions and questions. Source code: https://githu…

  4. comment
    Comment #40105544

    Any plans for Android?

  5. comment
    Comment #40067641

    Looks awesome. I hope you could find a way to make LLDB usable with Rust.

  6. comment
    Comment #40065510

    The development never stops. In a few years we will look back and see how the previous models were and how they're now. How we couldn't run LLaMa 70B on MacBook Air and now we can.…

  7. comment
    Comment #39382228

    There is also "aft"[0] (I'm the author) for transferring files between devices. [0] https://github.com/dd-dreams/aft

  8. comment
    Comment #37898515

    The only configuration you will do is choosing the mode you're gonna use (I don't even think it counts as configuration). There are a few modes, and as I said at the comment above,…

  9. comment
    Comment #37898348

    For users, not much since the performance is probably equal between Rust and Go. But for developers it might matter, such as forking the repository, or submitting pull requests and…

  10. comment
    Comment #37896527

    Thanks for the feedback. Only an address is needed to be specified. There is a default port built into the source code. But, I believe in the near future I will add some kind of al…

  11. comment
    Comment #37896505

    Thanks for the comment. Yes, it also does something very similar. But, Magic Wormhole requires "Mailbox Server", to deliver messages from one to another, which seems a requirement,…

  12. comment
    Comment #37896429

    It sure looks excellent, `aft` actually looks very similar to it with the same relay server idea. I don't know the program, but from a first glance, it looks like it requires a rel…

  13. comment
    Comment #37889759

    Please see https://github.com/dd-dreams/aft#comparisons

  14. story
    Show HN: Aft, minimalistic file transferring program

    Hello HN! I have been working on this program for some time, and I wanted to show it off to you. Would love to get some feedback.