Build your own BitTorrent
21–30 of 136 posts
Re: Build your own BitTorrent
#22Re: Build your own BitTorrent
#23Re: Build your own BitTorrent
#24Re: Build your own BitTorrent
#25Is this BitTorrent course free (as beer)? I can see a neighbour course about HTTP server "free during beta".
You are expected to complete the project in steps they define (so for their Redis project, step 1 is to bind to a port, step 2 is to respond to a PING command, etc). If you choose not to pay, you can only complete one step per day, even if you submit code which would pass future steps.
This can be quite frustrating, since each step is often very simple, and IMO discourages producing a well-architected solution which anticipates future requirements, as you're left waiting 24 hours to press the submit button for code you've already written.
Still: It's free, and the restricted progress forced me to not use it for procrastination purposes, so there's that.
Re: Build your own BitTorrent
#26Does anyone know why BitTorrent-based Linux package managers has not become a thing?
The network is fast enough for lots of small files to not really justify it.
Re: Build your own BitTorrent
#27Does anyone know why BitTorrent-based Linux package managers has not become a thing?
Re: Build your own BitTorrent
#28Re: Build your own BitTorrent
#29Does anyone know why BitTorrent-based Linux package managers has not become a thing?
Most linux distributions have a rather robust mirroring operation. This is much faster than bittorrent. Lots of cloud vendors provide a mirror endpoint for traffic within their network, and ISPs typically also have them. The network is fast enough for lots of small files to not really justify it.
Re: Build your own BitTorrent
#30It's probably my favourite way of learning a new language, as it's simple enough to understand and implement