Build your own BitTorrent
41–50 of 136 posts
Re: Build your own BitTorrent
#42The crowd that is interested in these kinds of experiences may also like Protohackers, which is completely free.
Re: Build your own BitTorrent
#43Re: Build your own BitTorrent
#44Is this BitTorrent course free (as beer)? I can see a neighbour course about HTTP server "free during beta".
Having done a couple of their courses without paying: 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 di…
Re: Build your own BitTorrent
#45Here are some free tutorials:
JS - https://allenkim67.github.io/programming/2016/05/04/how-to-m...
GO - https://blog.jse.li/posts/torrent/
Python - https://markuseliasson.se/article/bittorrent-in-python/
Re: Build your own BitTorrent
#46Can anyone comment as to how far one can go before paying for the codecrafters service? The crowd that is interested in these kinds of experiences may also like Protohackers, which is completely free.
Otherwise, you can do the first 2 stages of any challenge without paying. You can also check out all the prompts and overview for all challenges without a paywall, and you can attempt beyond stage 2 if you have the membership.
You might also find tutorials here useful https://github.com/codecrafters-io/build-your-own-x
Re: Build your own BitTorrent
#47Earlier quoted context omitted.
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.
I think that hundreds of thousands of peer machines would be way faster than a few centralized repositories... right? It seems you would have essentially unlimited bandwidth.
Re: Build your own BitTorrent
#48what's with the sign in required, is this a paid tutorial? Here are some free tutorials: JS - https://allenkim67.github.io/programming/2016/05/04/how-to-m... GO - https://blog.jse.li/posts/torrent/ Python - https://markuseliasson.se/article/bittorrent-in-python/
Re: Build your own BitTorrent
#49Why in the world does this want access to my github account, with 0 explanation as to why.
Re: Build your own BitTorrent
#50Why in the world does this want access to my github account, with 0 explanation as to why.
Looks like one reason is Codecrafters is a learning site which uses Github to store users code, instead of hosting it themselves. This post is about one project which is at Codecrafters They should explain why though