> The way internet works currently is not scalable News to me.
CacheP2P – Distributed caching platform
51–60 of 63 posts
Re: CacheP2P – Distributed caching platform
#52Re: CacheP2P – Distributed caching platform
#53Also, please check out the non-profit I run IT for which is called The Senase Project --> https://www.thesenaseproject.org/
My absolutely beautiful, amazing and incredible wife (of one year in 3 days | 10/23/15), built a school and medical clinic in a small village in Ghana Africa called Akatim.
If you find this story/plugin helpful or interesting please say hi to my wonderful wife on Twitter sfie_1, also - please don't vote for the Donald, that's all...
Re: CacheP2P – Distributed caching platform
#54This project, and lots of others, would really benefit from a standardized crypto Javascript API in browsers so there is an opportunity for using better hashing algorithms than are realistic to implement in Javascript. Im not saying its realistic to engineer sha1 collisions to serve up malicious content on a platform like this, but its getting closer every year.
I go into more detail about our platform in this comment: https://news.ycombinator.com/item?id=12758084
Re: CacheP2P – Distributed caching platform
#55Re: CacheP2P – Distributed caching platform
#56This has made me rethink a lot of things. I think video on the web should probably use the webtorrent approach primarily. Thanks for posting... gonna go work on some interesting approaches now.
I dont think bittorrent is particularly suited for small file caching and thats how a lot of video is served these days (think about how adaptive rate streaming works, a video is split into thousands of small files containing a few seconds of video at certain bitrates).
Re: CacheP2P – Distributed caching platform
#57Earlier quoted context omitted.
I dont think bittorrent is particularly suited for small file caching and thats how a lot of video is served these days (think about how adaptive rate streaming works, a video is split into thousands of small files containing a few seconds of video at certain bitrates).
I believe that bittorrent works by splitting a single file into thousands of small files, so this may, in fact, be ideal?
Re: CacheP2P – Distributed caching platform
#58Sounds cool, but what are the use-cases? What problems is this tech trying to solve?
Re: CacheP2P – Distributed caching platform
#59This project, and lots of others, would really benefit from a standardized crypto Javascript API in browsers so there is an opportunity for using better hashing algorithms than are realistic to implement in Javascript. Im not saying its realistic to engineer sha1 collisions to serve up malicious content on a platform like this, but its getting closer every year.
https://www.w3.org/TR/WebCryptoAPI/ ?
I can't find any support for Opera / IE, unfortunately, although Opera's been based on Chromium since 2013, so... presumably it's been supported for years, as well?
* Cross-referencing against browser release dates, that is.
[0] https://www.w3.org/TR/WebCryptoAPI/#dfn-SubtleCrypto
[1] https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypt...