Earlier quoted context omitted.
Arq packs small files (under 64k) together into "packs"... Ok, so if you have lots of 64 kB files they're all PUT separately, using 15625 PUTs/GB (i.e., $0.15/GB)? I guess that's not too bad. The file format is open Nice! Good to see someone who believes in openness. (How about the source code, so that people can confirm that you're doing what the spec says?) One thing caught my eye glancing through that document, th…
Ok, so if you have lots of 64 kB files they're all PUT separately, using 15625 PUTs/GB (i.e., $0.15/GB)? I guess that's not too bad. I guess I could ask you to choose the threshold instead of picking 64k, but generally I've tried to choose reasonable defaults so that the user doesn't have to make those kinds of decisions. Good to see someone who believes in openness. (How about the source code, so that people can con…
I think the parent's point was not vendor lock-in but rather, that publishing the source code to your particular implementation would lend more credibility to it since anyone can inspect it and verify that it does what it says it does.