Live data from Hacker News

Viewing profile — dorjoy

dorjoy

HN member
Joined
Mon, Jan 01, 2024, 5:40 PM UTC
HN karma
26
Public activity
13 items

About dorjoy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49157127

    Does anyone know if there is any plan for no-panic to be a language feature? I think there was some discussion about this regarding Rust in the Linux kernel or embedded Rust but I …

  2. story
  3. comment
    Comment #48879423

    It was nice to see one of Ronaldo Nazario's iconic moment on the wall.

  4. comment
    Comment #48861825

    Nice to see Vyukov's MPMC queue mentioned. It's pretty neat. I have used a C implementation[1] of this in a small personal project. [1]: https://github.com/dorjoy03/dsync/blob/mast…

  5. comment
    Comment #48819216

    Thanks for the response!

  6. comment
    Comment #48807595

    I am in a similar boat where I never completed my degree. I am from Asia. As far as I know even if a job does not require a degree, lots of countries do require Bachelor's degree t…

  7. comment
    Comment #47853041

    I emailed requesting for changing the URL and thanks to HN moderator it's fixed now.

  8. comment
    Comment #47852542

    Sorry. You are right. I can't edit the URL now and can't delete it either.

  9. story
  10. story
  11. comment
    Comment #38999699

    Hi. I haven't compared it with rsync as rsync has a lot more features than dsync. dsync only works locally which is what I needed and decided to implement myself.

  12. comment
    Comment #38991653

    Hey. Thanks for the input. I have heard of rsync but did not try it out because I wanted to implement something simple on my own. And about the benchmark, I think comparing with cp…

  13. story
    Show HN: Dsync: a tool to sync source directories/files to a target directory

    Hello HN. I worked on this small project recently called dsync. I have a few directories where I keep adding stuff and I need to sync them to an external drive from time to time. I…