Does anyone know why BitTorrent-based Linux package managers has not become a thing?
Build your own BitTorrent
31–40 of 136 posts
Re: Build your own BitTorrent
#32Re: Build your own BitTorrent
#33Does 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.
It seems you would have essentially unlimited bandwidth.
Re: Build your own BitTorrent
#34Does anyone know why BitTorrent-based Linux package managers has not become a thing?
Re: Build your own BitTorrent
#35Is this BitTorrent course free (as beer)? I can see a neighbour course about HTTP server "free during beta".
They have some free tier and paid tier and I am not sure what is in what. https://codecrafters.io/pricing
There is a "Subscribe" button which takes you to https://app.codecrafters.io/pay but I wasn't savvy enough to notice it or realize what it was.
Only after starting a course did I begin to suspect that I needed to subscribe since there were a bunch of locks all over. However, it was not clear that the locks actually did anything since I could still click on those links. I guess I would have found out after completing the first step and not being able to progress. This appears to be by design, which strikes me as slightly dishonest.
Re: Build your own BitTorrent
#36Why in the world does this want access to my github account, with 0 explanation as to why.
It does say it only asks for your email (read) privileges tbf, but yeah I didn't bother either after that step.
It achieves the same thing without anyone knowing who I am.
Re: Build your own BitTorrent
#37Does anyone know why BitTorrent-based Linux package managers has not become a thing?
Re: Build your own BitTorrent
#38Jon Gjengset[1] is currently doing a livestream on the same challenge in Rust, on his YT channel[2]. [1]: https://thesquareplanet.com/ [2]: https://www.youtube.com/watch?v=jSTkEPPiULs
Thank you for pointing this out. I only got to catch the tail end, but it was really cool to watch.
Re: Build your own BitTorrent
#39Reminds me of building a bittorrent client in go: https://blog.jse.li/posts/torrent/
Re: Build your own BitTorrent
#40Is 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…