Skip to content

The death of Amazon, Part III: Techie Edition


Hi.

It occurred to me that just saying something is possible is pretty far from demonstrating it. So I’m going to pretend this is a software blog for just a moment. If you haven’t been following my last couple of blog posts, this isn’t the place to start.

Somebody mentioned, out on the intertoobz, that my distributed-content idea is nice, but it’s easier to find content in a centralized system. To which I say: distributed content can have a centralized index. So, the drop-dead simple architecture is a server farm that does nothing but redirect data requests to individual machines, scattered wherever. Users wouldn’t see much difference between that and a standard website. In fact most users wouldn’t see any difference at all.

To make it more fun, the index can be widely distributed as well, with many “central” nodes. I stole an idea from Mike Nolet at AppNexus for another project, and essentially it does load-balancing via a hacked DNS server. It rotates IP addresses through. A version of which is sitting on my laptop right now–it just does a round-robin thing, but that logic could be improved upon to weight its IPs according to capacity/performance/uptime/whatever.

There are a couple of approaches to ensuring the distributed content servers are online & functional. One is regular polling (which my Scarecrow application already does in another context, so that’s easy) and the other is for a machine to request work when it’s free…which could be implemented via RabbitMQ or something similar. If it’s RabbitMQ, again my Scarecrow app already does it, because that’s how it distributes work to virtual servers in different physical locations.

I guess I’m saying I already have many pieces of a functional system architecture lying around as leftovers from something or other. Which doesn’t at all mean I could get (literal) buy-in from authors, and it sure doesn’t mean I’m the right guy for marketing this or anything else. Mostly, when I talk people look for reasons to disagree, so it’s better if I don’t talk.

Anyway. It’s a neat idea, and I think it’ll happen sooner or later whether I exert myself further or not. Lends itself well to access via mobile apps, too.

The thing is, the current ebook distribution system is horribly inefficient from an author’s point of view. If it had started in the software world, it probably wouldn’t at all resemble what people currently think of as normal. So there’s lots of room for improvement, and the limiting factor is probably nothing more (complex or simple, pick one) than an approach’s credibility with indie authors.

I think.

If two of you have gotten to this point, I’m going to throw myself a party. Maybe putting the idea out there like this will help to get it out of my brain?

Back to our irregular programming next time. If I gave you a headache, I apologize. Try lying down.

 


Published inDeath of AmazonRandom RantsTechnobabbleWild-Ass Speculation

4 Comments

  1. PatrickR

    Hi

    Interesting, and I’m enjoying following your line of thought on this – which could, quite separately, be hatched as a backdrop to a short fiction story and get more exposure.

    But is it me missing some the tech aspects, or the overall thrust, or is there an irony here? Is the distributed tech idea, in general, what the internet/web is, fundamentally? So it helps to free writers to share/publish work, albeit through middlemen, i.e. the folks who showed the way to utilise that tech but who are now, effectively, the new gatekeepers in writers’ heads…and that is not needed, ultimately?

    Internet/web frees, perhaps absolutely, but writers/authors still fall to a default ‘bind’ mentality, missing the bigger possibilities while praising internet/web in era of e-books?

    Would be interested to know your view.

    I suppose ‘publishing’ agreements would be used here as a limitation – i.e. you can’t do that if your ebook is being distributed by us [name an ebook retailer]. So, how would a bunch of authors put works out there? Pick one or more and use exclusively for the ‘project’, thereby having no complications?

    Building on the above thought on blinkered POVs, there might be further perceived hurdles – not understanding nor wanting to understand the tech aspects, never mind business/publishing…

    A niche, subset of writers with biz & tech savvy may join such efforts. In the end, though, the real love is creating stories – content, which you note will always be needed.

    Again, interesting, and enjoyed the piece. Thanks.

    best, Pat

  2. Hi Pat-

    I suspect most authors still think in terms of publishing contracts, and it’s been a stretch to get many (including me!) to see alternatives.

    So there’s a learning curve. And authors are pretty much eternally hosed if they sign with a legacy publisher (see Joe Konrath at http://jakonrath.blogspot.com/2012/05/unconscionability.html). Ironic, yes, but we’re dealing with human minds & their habits of thought more than with the capabilities of the internet.

    But all it takes is time. Self-publishing (or “indie” publishing, a term I prefer) was really hard to do successfully until someone built tools to make it practical. This next step is just waiting, I think, on a toolset. If an author is already publishing work in other places, there’s no real downside to publishing via the mechanism I outline at the same time. And if that happens…well, my opinion is probably already clear.

    Thanks for the kind words.

Leave a Reply to David Cancel reply

Your email address will not be published. Required fields are marked *