From 7666177682592afe8bbccc722e803aec69dd152b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 28 May 2014 16:15:21 +1000 Subject: Run the docs through a spell checker. I usually use an editor that doesn't have one. --- docs/love.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/love.txt') diff --git a/docs/love.txt b/docs/love.txt index e21b18b..d95dc30 100644 --- a/docs/love.txt +++ b/docs/love.txt @@ -57,7 +57,7 @@ the major amounts of web infrastructure that already exists and already solves most of the problems that currently plague virtual worlds based on SL tech. -The down side of separated is that changes might be slower propogating +The down side of separated is that changes might be slower propagating to the web server, and there might be two copies of any given set of assets in memory at once. @@ -127,7 +127,7 @@ inspired by git using SHA-1 hashes for content addressable assets. SHA-1 hashes are 40 character hex codes representing 160 bit numbers that are calculated based on the content. So the same content will give the same SHA-1 hash. Git has proved that you only need the first digits -of the SHA-1 hash to ensure uniqueness, so it's feasable to use only the +of the SHA-1 hash to ensure uniqueness, so it's feasible to use only the first 128 bits of SHA-1 hashes to squeeze it into a UUID for the purposes of uniquely identifying assets. Precisely what git does. This means it could be backwards compatible with LL's use of UUIDs. -- cgit v1.1