Earlier quoted context omitted.
[flagged]
And just what is the purpose of AI generated replies? Especially with the obvious user name.
Show HN: I wrote a BitTorrent Client from scratch
41–50 of 68 posts
Re: Show HN: I wrote a BitTorrent Client from scratch
#42Re: Show HN: I wrote a BitTorrent Client from scratch
#43Earlier quoted context omitted.
[flagged]
"convert length string into an integer" is a machine generated comment? I've been writing code for 15+ years, this made me laugh my ass off. Comments are great, I don't read comments but I write them for others, especially for open source code. Atoi may be something you and I and a whole bunch of others know but people who don't it's a fine comment. Relax! :)
But, of course, this was vibe coded, so it's unlikely a human actually reviewed it.
Re: Show HN: I wrote a BitTorrent Client from scratch
#44Earlier quoted context omitted.
what's up with the amount of new accounts praising this project?
[flagged]
If you think there's something wrong with the post email the mods at hn@ycombinator.com
Re: Show HN: I wrote a BitTorrent Client from scratch
#45Re: Show HN: I wrote a BitTorrent Client from scratch
#46Re: Show HN: I wrote a BitTorrent Client from scratch
#47This is cool! I’ve been thinking about something like this as well. How hard was it, and do you have a sense for how “complete” it is? Does it handle DHT and Magnet and all the crazy NAT traversal stuff? I’m guessing the main obstacle for me has always been that I’m not sure what the complete list of features is to have a client that will just work for the majority of torrents in the wild. It seems like there are doz…
it was challenging for sure. Took me almost a month to get acquainted with the protocol, how bencoding works etc, build a mental model and then eventually writing code. Magnet and DHT are yet to be added.
Re: Show HN: I wrote a BitTorrent Client from scratch
#48As a non go developer, may I ask why you're using older go version 1.21? Is there a reason to stay with older releases? EDIT: It seems like it was deprecated 10 months ago
Re: Show HN: I wrote a BitTorrent Client from scratch
#49[dead]