Kyle Drake
Kyle Drake
I understand there's a switch to [CIDv1](https://github.com/ipld/cid#cidv1) soon. I think go-ipfs should use lowercased base32 (rfc4648 - no padding - highest letter) as the default multibase. The reason this encoding...
So, this is the problem I ran into on Lead Zeppelin (https://github.com/geoloqi/lead_zeppelin). It's kindof a big problem right now, and I haven't figured out a graceful way to fix it...
Sinatra prior to 1.3 uses "EventMachine" mode of Thin, which disables Ruby threading. This can dramatically decrease throughput on JRuby and Rubinius, because it cannot take advantage of multiple CPU...
Tried using it in Thin but it doesn't ROFLscale well in Thin brah
Needs a reactor pattern bro!
Lowercase identifiers are required in order to work with legacy URI, web browser security (sub)origins and the experimental [Protocol Handler API](https://github.com/mozilla/libdweb/issues/2). So we are moving to finish support for CIDv1...
Now that the backend infrastructure is starting to solidify and browser integration is being considered, I think it's a good time to start looking at the UX of IPFS, what...