From a9fc7590ab8d153cb7a2a40f6b32a4d166405c9e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 2 May 2014 15:57:02 -0300 Subject: [PATCH] devblog --- ...ing_sim_and_massive_contribution_landed.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/devblog/day_162__routing_sim_and_massive_contribution_landed.mdwn diff --git a/doc/devblog/day_162__routing_sim_and_massive_contribution_landed.mdwn b/doc/devblog/day_162__routing_sim_and_massive_contribution_landed.mdwn new file mode 100644 index 0000000000..b70e4388f7 --- /dev/null +++ b/doc/devblog/day_162__routing_sim_and_massive_contribution_landed.mdwn @@ -0,0 +1,17 @@ +Sören Brunk's massive bootstrap 3 patch has landed! This is a 43 thousand +line diff, with 2 thousand lines after the javascript and CSS libraries are +filtered out. Either way, the biggest patch contributed by anyone to +git-annex so far, and excellent work. + +Meanwhile, I built a [[haskell program|doc/design/assistant/syncing/efficiency/simroutes.hs]] to simulate +a network of highly distributed git-annex nodes with ad-hoc connections and +the selective file syncing algorythm now documented at the bottom of +[[design/assistant/syncing/efficiency]]. + +Currently around 33% of requested files never get to their destination +in this simulation, but this is probably because its network is randomly +generated, and so contains disconnected islands. So next, some data entry, +from a map that involves an Amazon not in .com, dotted with names of people +I have recently met... :) + +