Viewing profile — dorjoy
dorjoy
HN member- Joined
- Mon, Jan 01, 2024, 5:40 PM UTC
- HN karma
- 26
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About dorjoy
No profile information was provided.
Recent public activity
-
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 …
- story
-
comment
Comment #48879423
It was nice to see one of Ronaldo Nazario's iconic moment on the wall.
-
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…
-
comment
Comment #48819216
Thanks for the response!
-
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…
-
comment
Comment #47853041
I emailed requesting for changing the URL and thanks to HN moderator it's fixed now.
-
comment
Comment #47852542
Sorry. You are right. I can't edit the URL now and can't delete it either.
- story
- story
-
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.
-
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…
-
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…