<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>socialchange</title>
	<atom:link href="https://dgen.net/0/category/culture/social-change/feed/" rel="self" type="application/rss+xml" />
	<link>https://dgen.net/0</link>
	<description>Designing our data infrastructure</description>
	<lastBuildDate>Sat, 22 Jul 2023 10:19:13 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://dgen.net/0/wp-content/uploads/2017/02/cropped-dgen-D-logo-2017-32x32.png</url>
	<title>socialchange</title>
	<link>https://dgen.net/0</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">232530259</site>	<item>
		<title>ai code example: animated planetary orbit</title>
		<link>https://dgen.net/0/2023/07/21/ai-code-example-animated-planetary-orbit/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 20:31:49 +0000</pubDate>
				<category><![CDATA[astronomy]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[stuff]]></category>
		<guid isPermaLink="false">https://dgen.net/0/?p=6502</guid>

					<description><![CDATA[<img width="838" height="504" src="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" fetchpriority="high" srcset="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png 838w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-300x180.png 300w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-768x462.png 768w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-830x499.png 830w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-230x138.png 230w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-350x211.png 350w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-480x289.png 480w" sizes="(max-width: 838px) 100vw, 838px" />Today&#8217;s example of how easy AI can make it to write code. The interactive animation below is the final output from various experiments below.[My words [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="838" height="504" src="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17.png 838w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-300x180.png 300w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-768x462.png 768w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-830x499.png 830w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-230x138.png 230w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-350x211.png 350w, https://dgen.net/0/wp-content/uploads/2023/07/Screenshot-2023-07-21-at-21.30.17-480x289.png 480w" sizes="(max-width: 838px) 100vw, 838px" />
<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">Today&#8217;s example of how easy AI can make it to write code. The <a href="/w/ai-orbit/shadow.html">interactive animation</a> below is the final output from various experiments below.<br>[My words have this colour background. My instructions to the AI are in bold. <br>The rest of the content on this page is the AI. All of it, including words, code and highlighting.] </p>



<iframe src="https://dgen.net/w/ai-orbit/shadow.html" title="ai example" width="100%" height="600px" border="0"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">To begin with I just asked it the following:<br><strong>write html, css and javascript to demonstrate a planet orbiting the sun</strong><br>It replied&#8230;</p>



<p>Creating a realistic 3D planet orbiting the sun requires more advanced graphics and libraries, but I can show you a basic demonstration using HTML, CSS, and JavaScript that simulates a simple planet orbiting the sun</p>



<p><strong>example.html</strong></p>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Orbiting Planet&lt;/title&gt;
  &lt;link rel="stylesheet" href="styles.css"&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class="sun"&gt;&lt;/div&gt;
  &lt;div class="planet"&gt;&lt;/div&gt;
  &lt;script src="script.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<p><strong>CSS (styles.css):</strong></p>



<pre class="wp-block-preformatted">body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sun {
  width: 100px;
  height: 100px;
  background-color: orange;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.planet {
  width: 30px;
  height: 30px;
  background-color: blue;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}</pre>



<p><strong>JavaScript (script.js):</strong></p>



<pre class="wp-block-preformatted">let angle = 0;
const orbitRadius = 150;
const orbitSpeed = 0.005;

function animatePlanet() {
  const planet = document.querySelector('.planet');
  const sun = document.querySelector('.sun');
  const sunRect = sun.getBoundingClientRect();
  const centerX = sunRect.left + sunRect.width / 2;
  const centerY = sunRect.top + sunRect.height / 2;

  const x = centerX + orbitRadius * Math.cos(angle);
  const y = centerY + orbitRadius * Math.sin(angle);

  planet.style.left = x + 'px';
  planet.style.top = y + 'px';

  angle += orbitSpeed;
  requestAnimationFrame(animatePlanet);
}

animatePlanet();
</pre>



<p>This code creates a basic representation of a planet (blue circle) orbiting the sun (orange circle). It uses CSS to position and style the sun and the planet, and JavaScript to calculate the position of the planet as it orbits the sun.</p>



<p>Please note that this is a simplified demonstration and does not include realistic physics or 3D graphics. For more advanced and realistic animations, you would need to use libraries like Three.js or other WebGL frameworks.&#8221;</p>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">This is pretty astonishing [<a href="https://dgen.net/w/ai-orbit">output</a>]</p>



<iframe src="https://dgen.net/w/ai-orbit" title="ai example" width="100%" height="400px" border="0"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">but I wasn&#8217;t happy with it being a circular orbit, so I asked it to: <br><strong>redo with an elliptical orbit</strong></p>



<p>Creating an elliptical orbit requires more complex mathematical calculations and is beyond the scope of basic HTML, CSS, and JavaScript. However, I can show you an example using the p5.js library, which is a JavaScript library for creative coding and visualization. The p5.js library simplifies handling graphics and animation, making it easier to demonstrate an elliptical orbit.</p>



<ol class="wp-block-list">
<li>First, include the p5.js library in your HTML file:</li>
</ol>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Elliptical Orbit&lt;/title&gt;
  &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"&gt;&lt;/script&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;script src="sketch.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<ol class="wp-block-list" start="2">
<li>Next, create a JavaScript file (e.g., &#8220;sketch.js&#8221;) that will handle the animation and display of the elliptical orbit:</li>
</ol>



<pre class="wp-block-preformatted">let sun;
let planet;
let orbitRadiusX = 150;
let orbitRadiusY = 100;
let angle = 0;
let orbitSpeed = 0.01;

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  planet = createVector(sun.x + orbitRadiusX, sun.y);
}

function draw() {
  background(240);

  // Draw the sun
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the elliptical orbit
  let x = sun.x + orbitRadiusX * cos(angle);
  let y = sun.y + orbitRadiusY * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}</pre>



<p>The above code sets up a canvas, defines the sun and planet as vectors, and uses trigonometry to calculate the position of the planet as it moves along an elliptical orbit around the sun. The <code>orbitRadiusX</code> and <code>orbitRadiusY</code> variables determine the shape and size of the elliptical orbit, while the <code>orbitSpeed</code> variable controls the speed of the orbit.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should see an animation of a blue planet orbiting an orange sun in an elliptical path. Feel free to adjust the values of <code>orbitRadiusX</code>, <code>orbitRadiusY</code>, and <code>orbitSpeed</code> to experiment with different elliptical orbits.</p>



<p class="has-cyan-bluish-gray-background-color has-background" style="font-size:22px">This is a great example of how game-changing AI is becoming. To see the two bits of code (copy &amp; pasted) in action, click <a href="https://dgen.net/w/ai-orbit">Circular</a> or <a href="https://dgen.net/w/ai-orbit/ellipse.html">Elliptical</a>. Remarkable.</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/ellipse.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">And then my friend Andy noticed it wasn&#8217;t doing a Keplerian orbit, so <br><strong>redo with a keplerian orbit</strong><br>led to this</p>



<p>Creating a Keplerian orbit involves implementing more complex mathematical formulas to simulate the motion of celestial bodies following Kepler&#8217;s laws of planetary motion. To do this, we&#8217;ll use the <code>p5.js</code> library to handle graphics and animation.</p>



<ol class="wp-block-list">
<li>First, include the p5.js library in your HTML file:</li>
</ol>



<pre class="wp-block-preformatted">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
  &lt;meta charset="UTF-8"&gt;
  &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
  &lt;title&gt;Keplerian Orbit&lt;/title&gt;
  &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"&gt;&lt;/script&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;script src="sketch.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>



<ol class="wp-block-list" start="2">
<li>Next, create a JavaScript file (e.g., &#8220;sketch.js&#8221;) that will handle the animation and display of the Keplerian orbit:</li>
</ol>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let angle = 0;
let orbitSpeed = 0.01;

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  planet = createVector(sun.x + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}
</pre>



<p>The above code sets up a canvas, defines the sun and planet as vectors, and uses trigonometry to calculate the position of the planet following Kepler&#8217;s laws of planetary motion. The <code>a</code> and <code>b</code> variables determine the size and shape of the Keplerian orbit, while the <code>orbitSpeed</code> variable controls the speed of the orbit.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should see an animation of a blue planet following a Keplerian orbit around an orange sun. Feel free to adjust the values of <code>a</code>, <code>b</code>, and <code>orbitSpeed</code> to experiment with different Keplerian orbits.</p>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size"><a href="https://dgen.net/w/ai-orbit/kepler.html">Interesting</a> but still not quite there</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">So let&#8217;s <br><strong>place the sun at a focus point and add gravity</strong></p>



<p>To add gravity to the Keplerian orbit simulation, we can use Newton&#8217;s law of universal gravitation to calculate the gravitational force between the sun and the planet. The force will affect the acceleration of the planet, causing it to move in a curved path around the sun.</p>



<p>Here&#8217;s the updated code that includes gravity:</p>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
let angle = 0;
let orbitSpeed = 0.01;
let G = 0.5; // Gravitational constant

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
  planet = createVector(sun.x + c + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun at the focus point
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + c + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Calculate the distance between the planet and the sun
  let distance = dist(x, y, sun.x, sun.y);

  // Calculate the gravitational force between the planet and the sun
  let force = G * (1 / (distance * distance));

  // Calculate the angle of the force vector
  let forceAngle = atan2(sun.y - y, sun.x - x);

  // Calculate the acceleration of the planet due to gravity
  let acceleration = force / 1; // We can simplify the mass of the planet as 1

  // Update the planet's velocity based on the acceleration
  orbitSpeed += acceleration;

  // Update the angle for the next frame
  angle += orbitSpeed;
}

</pre>



<p>In this updated code, we introduce the gravitational constant <code>G</code> (you can adjust its value to control the strength of gravity) and calculate the gravitational force between the sun and the planet using Newton&#8217;s law of universal gravitation. The planet&#8217;s acceleration is then updated based on the gravitational force, and its velocity is adjusted accordingly. The result is a more realistic simulation of a Keplerian orbit with gravity affecting the motion of the planet around the sun.</p>



<p>Save these HTML and JavaScript files in the same folder and open the HTML file in a web browser. You should now see an animation of a blue planet following a Keplerian orbit around an orange sun, with gravity affecting its movement. Feel free to experiment with different values of <code>G</code> and other parameters to observe different orbital behaviors.</p>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size"><a href="https://dgen.net/w/ai-orbit/kepler-gravity.html">Very interesting</a>. It get&#8217;s it much more right, but there&#8217;s an acceleration that shouldn&#8217;t be there. The planet spins faster and faster&#8230; </p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler-gravity.html" title="ai example" width="100%" height="320px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">so, rather than try and troubleshoot it, let&#8217;s just ask it<br><strong>why does the speed of the planet accelerate?</strong></p>



<p>Apologies for the confusion in the code. The speed of the planet should not accelerate as a result of gravitational force. In reality, the speed of a planet in a stable orbit around the sun remains constant.</p>



<p>To accurately simulate a stable orbit, we need to use the principles of circular motion and centripetal force. The centripetal force acts perpendicular to the velocity vector, causing the planet to follow a circular path around the sun. In this scenario, the speed of the planet remains constant while its direction continuously changes.</p>



<p>Let&#8217;s correct the code to achieve a stable circular orbit:</p>



<pre class="wp-block-preformatted">let sun;
let planet;
let a; // Semi-major axis
let b; // Semi-minor axis
let c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
let angle = 0;
let orbitSpeed = 0.01;
let G = 0.5; // Gravitational constant

function setup() {
  createCanvas(windowWidth, windowHeight);
  sun = createVector(width / 2, height / 2);
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
  planet = createVector(sun.x + c + a, sun.y);
}

function draw() {
  background(240);

  // Draw the sun at the focus point
  fill('orange');
  ellipse(sun.x, sun.y, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  let x = sun.x + c + a * cos(angle);
  let y = sun.y + b * sin(angle);

  // Draw the planet
  fill('blue');
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame
  angle += orbitSpeed;
}
</pre>



<p class="has-cyan-bluish-gray-background-color has-background">And, there we have it. We didn&#8217;t even need to understand why the planet was accelerating, or if there was a bug in the code, just ask a question and it corrected itself.</p>



<iframe loading="lazy" src="https://dgen.net/w/ai-orbit/kepler-gravity2.html" title="ai example" width="100%" height="300px"></iframe>



<p class="has-cyan-bluish-gray-background-color has-background has-medium-font-size">I wanted to change the colours and layout a bit, so I asked it to do that too<br><strong>left-align the scene, make the sun yellow, the background black and the planet blue</strong><br>and then I thought it&#8217;d be fun if we made it interactive, so I asked <br><strong>add a slider so I can change the value of G and ensure that the animation updates automatically if the value is changed. put the slider at the top in the middle<br></strong>which it didn&#8217;t get right the first time (the slider moved but the planet speed didn&#8217;t change) so,<br><strong>that isn&#8217;t updating the value of G in the animation<br></strong>which fixed it, and then a final bit of fiddling<br><strong>print the value of G on the screen as well. align the slider so it&#8217;s just above the animation</strong><br><strong>move it 200px left. Keep the value of G next to the slider<br></strong>and so on, which resulted in the <a href="/w/ai-orbit/example.html">interactive example</a> at the top of this page<br><br>And, lastly, for fans of <a href="https://processing.org/">Processing</a>, simply asking it to <br><strong>rewrite this in Processing<br></strong>gave this working code</p>



<pre class="wp-block-preformatted">int sunX, sunY;
float a; // Semi-major axis
float b; // Semi-minor axis
float c; // Distance from the center to focus (c = sqrt(a^2 - b^2))
float angle = 0;
float orbitSpeed = 0.01;
float G = 0.5; // Gravitational constant

void setup() {
  size(800, 600);
  sunX = width / 4;
  sunY = height / 2;
  a = 150; // Set the semi-major axis
  b = 100; // Set the semi-minor axis
  c = sqrt(a * a - b * b);
}

void draw() {
  background(0); // Set background color to black

  // Draw the sun at the focus point
  fill(255, 255, 0); // Change sun color to yellow
  ellipse(sunX, sunY, 40, 40);

  // Calculate the position of the planet in the Keplerian orbit
  float x = sunX + c + a * cos(angle);
  float y = sunY + b * sin(angle);

  // Draw the planet
  fill(0, 0, 255); // Change planet color to blue
  ellipse(x, y, 20, 20);

  // Update the angle for the next frame based on the slider value
  angle += G * orbitSpeed; // Use G to modify orbit speed

  // Display the value of G next to the slider
  fill(255);
  textSize(20);
  text("Gravitational Constant (G): " + G, 20, 20);
}

// Event handler for the slider
void mouseReleased() {
  if (mouseX &gt;= 20 &amp;&amp; mouseX &lt;= 320 &amp;&amp; mouseY &gt;= 40 &amp;&amp; mouseY &lt;= 60) {
    // Map the x-coordinate of the mouse to a value between 0 and 2 for G
    G = map(mouseX, 20, 320, 0, 2);
  }
}
</pre>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6502</post-id>	</item>
		<item>
		<title>Data governance — how to move fast and *not* break things</title>
		<link>https://dgen.net/0/2020/04/01/data-governance-how-to-move-fast-and-not-break-things/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Wed, 01 Apr 2020 00:00:40 +0000</pubDate>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">https://www.dgen.net/0/?p=4201</guid>

					<description><![CDATA[<img width="960" height="540" src="https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance.jpg 960w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-300x169.jpg 300w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-768x432.jpg 768w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-830x467.jpg 830w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-230x129.jpg 230w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-350x197.jpg 350w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-480x270.jpg 480w" sizes="(max-width: 960px) 100vw, 960px" />I&#8217;ve been receiving a lot of calls from people asking how they can use data to &#8216;help&#8217;.  To help frame a potential response that isn&#8217;t [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="960" height="540" src="https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance.jpg 960w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-300x169.jpg 300w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-768x432.jpg 768w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-830x467.jpg 830w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-230x129.jpg 230w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-350x197.jpg 350w, https://dgen.net/0/wp-content/uploads/2020/04/Data-Emergency-—-triage-_-governance-480x270.jpg 480w" sizes="(max-width: 960px) 100vw, 960px" /><p><span style="font-weight: 400;">I&#8217;ve been receiving a lot of calls from people asking how they can use data to &#8216;help&#8217;. </span></p>
<p>To help frame a potential response that isn&#8217;t just &#8216;we can build an app for that&#8217; (that&#8217;s very rarely the answer), I&#8217;ve been trying to encourage people to first look at user needs and prior work. In times of &#8217;emergency&#8217; there&#8217;s a rush for people to want to &#8216;do something&#8217;— let&#8217;s harness that energy on useful things rather than squander it on &#8216;solutionising&#8217;?</p>
<p><span style="font-weight: 400;">Here&#8217;s a provocation process to ask how we can try and focus on what matters; that can unlock rapid-response from a frontline delivery team who can focus on solutions. At the same time, let&#8217;s also avoid just breaking things in the process, and give the frontline team (and the rest of us) the confidence that there is a process following them that will tidy up.</span></p>
<p><b>Questions to consider:</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">What problems are we really trying to solve — based on actual user needs?</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">How will data help these problems? (what data, what analysis, etc?)</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Who should act to convene and lead: a sector, public body, both?</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">When are solutions needed and what might be our MVP intervention? (this may not need any data)</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">What single-issue could act as an exemplar?</span></li>
</ul>
<p>[<a href="https://docs.google.com/presentation/d/e/2PACX-1vQfWBpj6HqstFmx-MFqaf6dl0uDXRdkYcbBOLBwFLg2BBizTBqUCyHwMzfVI_lAV34ESOFaIKwR4x6g/">click to comment or edit</a>]  (or quick-link to this slide <a href="http://bit.ly/data-triage">http://bit.ly/data-triage</a>)</p>
<p><iframe loading="lazy" src="https://docs.google.com/presentation/d/e/2PACX-1vQfWBpj6HqstFmx-MFqaf6dl0uDXRdkYcbBOLBwFLg2BBizTBqUCyHwMzfVI_lAV34ESOFaIKwR4x6g/embed?start=false&amp;loop=false&amp;delayms=0" width="960" height="500" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4201</post-id>	</item>
		<item>
		<title>An evolution in process</title>
		<link>https://dgen.net/0/2019/10/03/an-evolution-in-process/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Thu, 03 Oct 2019 08:39:38 +0000</pubDate>
				<category><![CDATA[business]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[socialchange]]></category>
		<guid isPermaLink="false">https://www.dgen.net/0/?p=3729</guid>

					<description><![CDATA[<img width="1024" height="576" src="https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-1024x576.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-1024x576.jpg 1024w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-300x169.jpg 300w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-768x432.jpg 768w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" />The above chart is an evolution of the work of Simon Wardley, which I&#8217;ve been following for many years. It feels like we&#8217;re in another [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="576" src="https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-1024x576.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-1024x576.jpg 1024w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-300x169.jpg 300w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process-768x432.jpg 768w, https://dgen.net/0/wp-content/uploads/2019/10/evolution-process.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>The above chart is an evolution of the <a href="https://blog.gardeviance.org/2013/01/the-next-generation.html">work</a> of Simon Wardley, which I&#8217;ve been following for many years. It feels like we&#8217;re in another phase-change based on the impact of the web and technology: of radically centralised+decentralised tensions, of systems that self-organise/self-actuate, where teams are spread as constellations, and where &#8216;open&#8217; (for many varying definitions of the word) is a central forcing function of change.</p>
<blockquote><p>&#8220;Innovators must deter competition to get some of the value they created&#8221;</p></blockquote>
<p>This view has been at the heart of our industrial economic drive—I think most of my career has been anchored in trying to invert it.</p>
<p>In creating open businesses I&#8217;ve continuously sought to increase the number of connections, not the size of the <a href="http://reactionwheel.net/2019/09/a-taxonomy-of-moats.html">moat</a>: building federated systems not centralised fiefdoms, actively encouraging imitation and rapid evolution. In the long-term, I think the impact of being open is far more profound as a culture shift.</p>
<p><a href="https://dgen.net/0/wp-content/uploads/2019/10/moats.jpg"><img decoding="async" class="wp-image-3731 alignleft" src="https://dgen.net/0/wp-content/uploads/2019/10/moats.jpg" alt="" width="802" height="453" srcset="https://dgen.net/0/wp-content/uploads/2019/10/moats.jpg 1280w, https://dgen.net/0/wp-content/uploads/2019/10/moats-300x169.jpg 300w, https://dgen.net/0/wp-content/uploads/2019/10/moats-768x434.jpg 768w, https://dgen.net/0/wp-content/uploads/2019/10/moats-1024x578.jpg 1024w" sizes="(max-width: 802px) 100vw, 802px" /></a></p>
<p>Moats draw their power to prevent imitation from one of four basic sources:</p>
<p><strong>The state</strong><br />
We&#8217;ve created regulation that mandates &#8216;open&#8217; systems, such as <a href="/0/open-banking/">Open Banking</a>. This is now in-force in the UK and in development in 20 countries. The impact, I think, will be both innovation and the radical erosion of &#8216;excess profit&#8217; to make open markets operate the way they were intended.</p>
<p><strong>Special know-how</strong><br />
The web removes this as a barrier pretty quickly. The cost of setting up, for example, a bank is now 1/10th to 1/100th what it used to be. Moore&#8217;s Law applies to business models not just technology.</p>
<p><strong>Scale</strong><br />
Ditto scale. Cloud compute + web + mobile decimates the path to the customer faster and at greater scale than anything else we&#8217;ve invented.</p>
<p><strong>System rigidity</strong><br />
Systems rigidity is a bug, not a feature. Startups route around rigidity faster than incumbents can hold a meeting. Note that rigidity is not the same thing as resilience or robustness.</p>
<p>And, with a startup lens: &#8220;Startups that aim to create value can’t have a moat when they begin, uncertainty is what protects them from competition until a proper moat can be built. Uncertainty becomes their moat.&#8221;</p>
<p><strong>So, what next, moat-economy enthusiasts? How do these ideas evolve in a web-first society &amp; economy?</strong></p>
<p>My friend <a href="https://moflomojo.blogspot.com/">Peter</a> commented:</p>
<p style="padding-left: 30px;">&#8220;Innovation must be open and collaborative, value is created by societies not individuals, through innovation, because it is not an absolute, it is a differential, it is how we rescue wealth from the inevitable decay imposed by obsolescence and environmental &#8220;externalities&#8221;. Individuals who hoard end up sitting on a pile of worthless rubbish &#8230; and our society is geared up to pay them for the privilege &#8211; i.e. <em><strong>we pay for the decay of the wealth of others</strong></em>. That&#8217;s what being rich means in this unsustainable zero sum game.&#8221;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3729</post-id>	</item>
		<item>
		<title>&#8220;Extreme sharing is a political act&#8221;</title>
		<link>https://dgen.net/0/2019/02/05/algorave/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Tue, 05 Feb 2019 23:24:52 +0000</pubDate>
				<category><![CDATA[data]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[socialchange]]></category>
		<guid isPermaLink="false">https://www.dgen.net/0/?p=2982</guid>

					<description><![CDATA[<img width="1024" height="533" src="https://dgen.net/0/wp-content/uploads/2019/02/algorave-1024x533.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2019/02/algorave-1024x533.jpg 1024w, https://dgen.net/0/wp-content/uploads/2019/02/algorave-300x156.jpg 300w, https://dgen.net/0/wp-content/uploads/2019/02/algorave-768x399.jpg 768w, https://dgen.net/0/wp-content/uploads/2019/02/algorave.jpg 1888w" sizes="(max-width: 1024px) 100vw, 1024px" />What Alex has created in the Algorave movement is quite remarkable.   He&#8217;s &#8216;cracked the code&#8217; [literally] of how to transform coding into a live creative [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="533" src="https://dgen.net/0/wp-content/uploads/2019/02/algorave-1024x533.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2019/02/algorave-1024x533.jpg 1024w, https://dgen.net/0/wp-content/uploads/2019/02/algorave-300x156.jpg 300w, https://dgen.net/0/wp-content/uploads/2019/02/algorave-768x399.jpg 768w, https://dgen.net/0/wp-content/uploads/2019/02/algorave.jpg 1888w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>What Alex has created in the Algorave movement is quite remarkable.   He&#8217;s &#8216;cracked the code&#8217; [literally] of how to transform coding into a live creative art form.</p>
<p>This is something I tried to write about in my [1993] Masters thesis — I went into a virtual reality context, trying to enable the construction of any form of codified instrument in a VR environment;  exploring questions about what a performant interface might be if you had unlimited possibilities.</p>
<p>Alex has instead created something very useable, accessible and enables many thousands of people to explore and create a different way of writing.</p>
<p>Beyond creating the code, and helping build a diverse and open community, he&#8217;s touched on the fact that this is a response to a shifting cultural landscape:  &#8220;if you share something it grows in value&#8221; // &#8220;extreme sharing is a political act&#8221;</p>
<p>Algorave embodies the principles of a different way of thinking.</p>
<p>In my corporate presentations, today, I talk about data &#8220;increasing in value the more it is connected&#8221; (rather than &#8220;being the new oil&#8221;).  I suspect we are still at the beginning of this particular socioeconomic unpacking.</p>
<p><iframe loading="lazy" src="https://www.youtube.com/embed/S2EZqikCIfY" width="800" height="535" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><a href="https://www.residentadvisor.net/features/3396">https://www.residentadvisor.net/features/3396</a></p>
<p>[disclaimer: Alex is also a friend, former colleague, and was musician in residence at the Open Data Institute]</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2982</post-id>	</item>
		<item>
		<title>A quantum city?</title>
		<link>https://dgen.net/0/2018/05/12/a-quantum-city/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sat, 12 May 2018 12:40:56 +0000</pubDate>
				<category><![CDATA[arts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://www.dgen.net/0/?p=2035</guid>

					<description><![CDATA[<img width="1024" height="878" src="https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-1024x878.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-1024x878.jpg 1024w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-300x257.jpg 300w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-768x659.jpg 768w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297.jpg 1476w" sizes="(max-width: 1024px) 100vw, 1024px" />Light pipes for photons, in triangles and loops (in the photo, the oblongs are loops of fibre to create delays and the lines all fibre [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="878" src="https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-1024x878.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-1024x878.jpg 1024w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-300x257.jpg 300w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297-768x659.jpg 768w, https://dgen.net/0/wp-content/uploads/2018/05/quantum_computer-e1541116041297.jpg 1476w" sizes="(max-width: 1024px) 100vw, 1024px" /><blockquote><p><strong>Light pipes for photons, in triangles and loops</strong></p></blockquote>
<p>(in the photo, the oblongs are loops of fibre to create delays and the lines all fibre optics)</p>
<p>About 18 months ago (thanks to <a href="http://libbyheaney.co.uk/">Libby)</a> I attended a discussion about some of the most advanced quantum computing research in the world.</p>
<p>At the time I thought this must have been how it felt when people first made electrical circuits: the excitement of being able to channel and control electrons, that we now take for granted, but this time with light.</p>
<p>It felt like magic to me that we could control photons within such a beautiful design and wondered, given we see electrical circuits as a visual equivalent to cities, how quantum computers might indicate the future of our city design?</p>
<p><a href="http://stanza.co.uk/nemesis-machineweb/index.html"><img decoding="async" class="wp-image-2041 alignleft" src="https://dgen.net/0/wp-content/uploads/2018/05/stanza9-cities.jpg" alt="" width="399" height="290" srcset="https://dgen.net/0/wp-content/uploads/2018/05/stanza9-cities.jpg 1000w, https://dgen.net/0/wp-content/uploads/2018/05/stanza9-cities-300x218.jpg 300w, https://dgen.net/0/wp-content/uploads/2018/05/stanza9-cities-768x558.jpg 768w, https://dgen.net/0/wp-content/uploads/2018/05/stanza9-cities-413x300.jpg 413w" sizes="(max-width: 399px) 100vw, 399px" /></a></p>
<p>I love <a href="http://www.stanza.co.uk">Stanza&#8217;s</a> work for this (and many) reasons.</p>
<p>&#8220;The age of privacy is over. Imagine walking out the door, and knowing every single action, movement, sound, micro movement, pulse, and thread of information is being tracked, monitored, stored, analyzed, interpreted, and logged. The world we will live in seems to be a much bigger brother than the Orwellian vision, it is the mother of big brother.&#8221;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<blockquote><p>What if Nature were not collective but distributive?</p></blockquote>
<p><img decoding="async" class="wp-image-2098 alignright" src="https://dgen.net/0/wp-content/uploads/2018/05/31424028426_c18492eae3_z.jpg" alt="" width="404" height="361" srcset="https://dgen.net/0/wp-content/uploads/2018/05/31424028426_c18492eae3_z.jpg 640w, https://dgen.net/0/wp-content/uploads/2018/05/31424028426_c18492eae3_z-300x268.jpg 300w, https://dgen.net/0/wp-content/uploads/2018/05/31424028426_c18492eae3_z-336x300.jpg 336w" sizes="(max-width: 404px) 100vw, 404px" /></p>
<p><a href="https://monasandnomos.org/documented-teaching/a-quantum-city/">Nomos </a>asks if &#8220;the Quantum City is, different from the Mechanical and the Dynamic City, not strictly rational&#8221; and posits another angle that is highly aligned with contemporary cultural development (from the co-op movement to distributed ledgers/blockchain)</p>
<p><a href="https://books.google.co.uk/books?id=fbVGkYYrDGoC">Arida</a> has mapped [2002] the evolution of  world views from the Roman Empire to Quantum theory, and the close links between science  and urban form. He looked at the way we can design and live in quantum cities, exploring methodologies that can frame quantum urbanism: this work continues on the website <a href="http://www.quantumcity.com">http://www.quantumcity.com</a> &#8220;Urbanism Needs a Conceptual Revolution&#8221;.</p>
<p>In one example (of many), IAAC created its framing of the quantised city [<a href="https://www.youtube.com/watch?v=UnIcKX61OM4">video</a>, 2012], blending data from IoT sensors, cloud computing and combining environmental and energy data as part of urban architecture.</p>
<p>CAAD has published [2015] &#8216;A Quantum City, Mastering the Generic&#8217;, self-described as &#8220;a love letter to the city and intellectual culture&#8221;, it introduces Orlando — neither an authoritarian functionary, nor a restless activist, nor a comfortable member of a bourgeoisie, but a citizen of the digital age, a <strong>Quantum Citizen</strong>. <a href="https://www.caad.arch.ethz.ch/blog/a-quantum-city-mastering-the-generic">https://www.caad.arch.ethz.ch/blog/a-quantum-city-mastering-the-generic</a></p>
<p>It feels to me that there is a line of enquiry to u<span style="font-weight: 400;">se the subjectivity of art to question the objectivity of science, political dogma, urban design and notions of truth.  </span></p>
<p>What are the visual loops that could be examined between the circuit designs of quantum computers, city architecture, building design and social constructs?</p>
<p>How does this interface with our notions of <a href="https://dgen.net/0/2018/03/01/data-is-infrastructure/">Data Infrastructure</a>?</p>
<div class="" data-block="true" data-editor="1fr1" data-offset-key="750m5-0-0">
<blockquote>
<div class="_1mf _1mj" data-offset-key="750m5-0-0"><span data-offset-key="750m5-0-0">Is there something to learn from combining quantum computing, art, urban design and cultural uncertainty? </span></div>
</blockquote>
</div>
<div class="" data-block="true" data-editor="1fr1" data-offset-key="3lt8-0-0"></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2035</post-id>	</item>
		<item>
		<title>A Digital Commonwealth?</title>
		<link>https://dgen.net/0/2018/04/16/a-digital-commonwealth/</link>
					<comments>https://dgen.net/0/2018/04/16/a-digital-commonwealth/#comments</comments>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Mon, 16 Apr 2018 11:10:20 +0000</pubDate>
				<category><![CDATA[business]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[socialchange]]></category>
		<guid isPermaLink="false">http://www.dgen.net/0/?p=1909</guid>

					<description><![CDATA[<img width="638" height="796" src="https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic.jpg 638w, https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic-240x300.jpg 240w" sizes="(max-width: 638px) 100vw, 638px" />At the 2015 CHOGM in Malta I suggested it would be prescient to consider the future of the Commonwealth through a digital lens. At the [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="638" height="796" src="https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic.jpg 638w, https://dgen.net/0/wp-content/uploads/2018/04/CHOGM-constellation-graphic-240x300.jpg 240w" sizes="(max-width: 638px) 100vw, 638px" /><p>At the <a href="https://chogm2015.mt/">2015 CHOGM in Malta</a> I suggested it would be prescient to consider the future of the Commonwealth through a digital lens. At the time, it felt as if the Commonwealth was at a tipping point and that the consideration of a &#8216;Digital Commonwealth&#8217; might be a useful springboard.</p>
<p><img decoding="async" class="size-full wp-image-1914 alignnone" src="https://dgen.net/0/wp-content/uploads/2018/04/CHOGM18_BusinessForum_MasterLogo_RGB.png" alt="" width="285" height="150" /></p>
<p>Today, I am moderating a 60-person panel at the  <a href="https://www.chogm2018.org.uk/business-forum">2018 CHOGM Commonwealth Business Forum</a> to discuss exactly this: is there a role for a <strong>Digital Commonwealth Initiative</strong> to encourage greater collaboration?</p>
<p><img decoding="async" class="wp-image-1926 alignleft" src="https://dgen.net/0/wp-content/uploads/2018/04/39686287310_2921d5d561_z.jpg" alt="" width="283" height="197" /></p>
<p><strong>Update</strong>:</p>
<p><a href="http://bit.ly/dgen-dc-notes">Notes from the session</a></p>
<p>nb. the session was vastly oversubscribed and we ended up with over 120 people in the room.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Background</strong></p>
<p>As everything becomes data-driven, we must address how we best serve our citizens in a digital age and support cooperation that develops an equitable digital economy. A rules-based system can balance the benefits for everyone whereas the absence or failure of rules will lead to a deals-based system that will favour only the few.</p>
<p>Around the world, countries, cities and regions are struggling to keep up with the pace of technological change. It is a time where collaboration can catalyse the development of new, inclusive and open marketplaces. In parallel we must address issues of privacy and security.</p>
<p>Central to achieving this in a digital age is to have a framework that reduces transactional friction (legal, commercial, currency, language) and can rapidly unlock our potential. One which can increase the responsiveness of policy to innovation; increase transparency and accountability; rebuild trust through legitimate consensus and common regulation.</p>
<p>We must also invest in literacy, communication and policy to bring stakeholders together and address issues which will stifle development.</p>
<p>Data increases in value the more it is connected. Now is the time to build upon the work of open government initiatives around the world, of open data policies across countries, cities and business, of EU data protection legislation and of groundbreaking initiatives such as the UK’s Open Banking Standard—which is setting precedents for regulation, business models, digital products and consumer rights.</p>
<p>Data is now part of our global infrastructure. We need to connect our innovators to policy-makers, businesses to investors, states and cities to address our shared social, economic, environmental challenges.</p>
<p>Our question is how might we create a <strong>Digital Commonwealth Initiative</strong> to set targets for, convene and oversee delivery of a bold initiative that ensures that, as we look to the future of our connected society, one of its most successful free trade networks leads the way.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dgen.net/0/2018/04/16/a-digital-commonwealth/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1909</post-id>	</item>
		<item>
		<title>Can government stop losing its mind?</title>
		<link>https://dgen.net/0/2018/03/27/can-government-stop-losing-its-mind/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Tue, 27 Mar 2018 12:48:19 +0000</pubDate>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">http://www.dgen.net/0/?p=1879</guid>

					<description><![CDATA[<img width="683" height="1024" src="https://dgen.net/0/wp-content/uploads/2018/03/cone-683x1024.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/03/cone-683x1024.jpg 683w, https://dgen.net/0/wp-content/uploads/2018/03/cone-200x300.jpg 200w, https://dgen.net/0/wp-content/uploads/2018/03/cone-768x1152.jpg 768w, https://dgen.net/0/wp-content/uploads/2018/03/cone.jpg 800w" sizes="(max-width: 683px) 100vw, 683px" />On Wednesday 18 April, Nesta is hosting the launch of a new report prepared by Gavin Starks. The report entitled &#8216;Can government stop losing its [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="683" height="1024" src="https://dgen.net/0/wp-content/uploads/2018/03/cone-683x1024.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/03/cone-683x1024.jpg 683w, https://dgen.net/0/wp-content/uploads/2018/03/cone-200x300.jpg 200w, https://dgen.net/0/wp-content/uploads/2018/03/cone-768x1152.jpg 768w, https://dgen.net/0/wp-content/uploads/2018/03/cone.jpg 800w" sizes="(max-width: 683px) 100vw, 683px" /><p><img decoding="async" class="wp-image-1883 alignnone" src="https://dgen.net/0/wp-content/uploads/2018/03/nesta-logo.jpg" alt="" width="261" height="88" /></p>
<p>On Wednesday 18 April, Nesta is hosting the launch of a new report prepared by Gavin Starks.</p>
<p>The report entitled &#8216;Can government stop losing its mind?&#8217; looks at the many ways the government has organised its data and knowledge, and examines examples ranging from the Ministries of Defence and Justice to the BBC and ODI. It shows how research, policy design and tracking can be managed more effectively.</p>
<p>Registration will open at 17.30 with the event starting promptly at 18.00. The event will close at 19.00 followed by networking drinks until 20.00.</p>
<div class="NESTA_field-field_summary_text"><a href="https://www.nesta.org.uk/event/can-government-stop-losing-its-mind">Register to attend the report launch</a></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1879</post-id>	</item>
		<item>
		<title>Are we about to do something useful?</title>
		<link>https://dgen.net/0/2018/02/05/are-we-about-to-do-something-useful/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Mon, 05 Feb 2018 11:29:53 +0000</pubDate>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[socialchange]]></category>
		<guid isPermaLink="false">http://www.dgen.net/0/?p=1823</guid>

					<description><![CDATA[<img width="700" height="700" src="https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16.jpg 700w, https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16-150x150.jpg 150w, https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16-300x300.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" />&#8220;Society is demanding that companies, both public and private, serve a social purpose.&#8221; Larry Fink, CEO, Blackrock (who manage $1.7 trillion of active funds) &#8220;Not all [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="700" height="700" src="https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16.jpg 700w, https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16-150x150.jpg 150w, https://dgen.net/0/wp-content/uploads/2018/02/a2088558958_16-300x300.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /><blockquote><p>&#8220;Society is demanding that companies, both public and private,<br />
serve a social purpose.&#8221;<br />
<a style="background-color: #ffffff; font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.3rem;" href="https://www.blackrock.com/corporate/investor-relations/2018-larry-fink-ceo-letter">Larry Fink, CEO, Blackrock</a> (who manage $1.7 trillion of active funds)</p></blockquote>
<p style="text-align: center;"><strong>&#8220;Not all of the attention has been favourable, which makes this moment all the more significant.<br />
Mr. Fink’s words mark a profound shift in the way business relates to society – a shift long in the making,&#8221;,<br />
Chris Houston, <a href="http://www.telosity.net/where_s_the_money_going">Where is the money going?</a></strong></p>
<p>Is it really the case that this is seen as a &#8220;new demand&#8221; from society?</p>
<p>Perhaps I&#8217;m naive (or just cynical), but I don&#8217;t remember any point where everyone was happy with the way business worked (apart from the ultra-rich).</p>
<p>What is the &#8220;profound shift&#8221; he&#8217;s speaking of &#8211; that someone in power listened and has commented that &#8216;society&#8217; matters?</p>
<p>Do you think there is a material difference between this now and, for example, when Al Gore and David Blood published their <a href="https://www.genfound.org/library/">Sustainable Capitalism manifesto</a> (7 years ago), or when the UK passed the <a href="https://www.legislation.gov.uk/ukpga/2008/27/contents">Climate Act</a> (10 years ago), or countless other statements from &#8216;important people&#8217; over decades?</p>
<p>What, <em><strong>specifically</strong></em>, is the leverage point here?</p>
<ul>
<li>the perception of power through the ability to steer capital?</li>
<li>the absence of political leadership?</li>
<li>fears that human capital is now overexposed and a risk to profit?</li>
<li>fears around globalisation and (many) risks leading to migration and war (and thus risk to profits)?</li>
</ul>
<p>I&#8217;ve written about &#8216;<a href="https://dgen.net/0/thread/thread-2/#constellation">purpose washing</a>&#8216; before, and it feels to me that underlying this is a fundamental concern about risk to profit rather than just an &#8216;awakening&#8217; to social purpose.  It reminds me a little of Obama reframing &#8216;green energy&#8217; as &#8216;energy security&#8217; (which was genius, as well as being correct and a good idea for the US economy).</p>
<ul>
<li>How can we best capture this energy and positive intent?</li>
<li>Is it something that we can bring people around, or will cynicism override and we&#8217;ll undermine goodwill with divisiveness?</li>
<li>Do &#8216;leaders&#8217; really need to be given so much permission by someone in order to lead? If so, how do we help do more of that?</li>
<li>What are the realistic signals and evidence that the <em>humans</em> in industry could produce that would be <strong>believable</strong> or <strong>trusted</strong> by the people Larry is talking about?</li>
</ul>
<p>(<a href="https://asenseofpurpose.bandcamp.com/album/hey-listen">image credit</a>)</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1823</post-id>	</item>
		<item>
		<title>DECODE &#8211; personal data &#038; the public good</title>
		<link>https://dgen.net/0/2018/01/31/decode-personal-data-the-public-good/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Wed, 31 Jan 2018 20:40:46 +0000</pubDate>
				<category><![CDATA[data]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=1777</guid>

					<description><![CDATA[<img width="600" height="349" src="https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0.png 600w, https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0-300x175.png 300w, https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0-516x300.png 516w" sizes="(max-width: 600px) 100vw, 600px" />I&#8217;ve joined the Advisory Board of DECODE, which is exploring tools that put individuals in control of whether they keep their personal data private or [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="600" height="349" src="https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0.png 600w, https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0-300x175.png 300w, https://dgen.net/0/wp-content/uploads/2018/01/people-large@2x_0-516x300.png 516w" sizes="(max-width: 600px) 100vw, 600px" /><p>I&#8217;ve joined the Advisory Board of DECODE, which is exploring tools that put individuals in control of whether they keep their personal data private or share it for the public good.</p>
<p><a href="https://www.decodeproject.eu/">https://www.decodeproject.eu/</a></p>
<div class="field field-name-field-section-body field-type-text-long field-label-hidden">
<div class="field-items">
<div class="field-item even">
<p>DECODE is a response to people’s concerns about a loss of control over their personal information on the internet. The ability to access, control and use personal data has become a means by which internet companies can drive profits.</p>
<p>The people who create much of this data have lost control over how it is used. This is a problem.</p>
<ul>
<li class="CxSpMiddle">People have lost control of their data. This does not just mean the erosion of privacy and autonomy, it’s also bad for the security of people’s online identity</li>
<li class="CxSpMiddle">The huge quantities of data produced every day offers the potential for insights which could benefit all of society. With the data controlled by a handful of monopolies, this data is inaccessible to people and organisations who want to create solutions and services for public benefit</li>
<li class="CxSpMiddle">The monopolisation of data creates economic inefficiencies and inequalities. This threatens to undermine trust between citizens, public institutions, and companies, which is essential for a stable, sustainable and collaborative economy</li>
<li class="CxSpMiddle">The current digital ecosystem and Internet of Things (IoT) landscape is highly fragmented, with a multitude of non-interoperable vertical solutions, all offering their own set of devices, gateways and platforms, and means of data handling in data “silos”. This fragmentation makes data unmanageable and end users ultimately lose control over it.</li>
</ul>
</div>
</div>
</div>
<div class="group-sidebar field-group-div">
<div class="field field-name-field-teasers field-type-entityreference field-label-hidden">
<div class="field-items">
<div class="field-item even"></div>
</div>
</div>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1777</post-id>	</item>
		<item>
		<title>SDG Hackathon in Davos</title>
		<link>https://dgen.net/0/2018/01/28/sdg-hackathon-in-davos/</link>
		
		<dc:creator><![CDATA[Gavin]]></dc:creator>
		<pubDate>Sun, 28 Jan 2018 20:46:16 +0000</pubDate>
				<category><![CDATA[climate change]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[socialchange]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">http://www.dgen.net/blog/?p=1780</guid>

					<description><![CDATA[<img width="1024" height="647" src="https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-1024x647.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-1024x647.png 1024w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-300x189.png 300w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-768x485.png 768w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-475x300.png 475w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22.png 1148w" sizes="(max-width: 1024px) 100vw, 1024px" />I joined the judging panel at FutureHack, the first ever Hackathon to take place around Davos during the week of the World Economic Forum, as a [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="1024" height="647" src="https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-1024x647.png" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-1024x647.png 1024w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-300x189.png 300w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-768x485.png 768w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22-475x300.png 475w, https://dgen.net/0/wp-content/uploads/2018/01/Screen-Shot-2018-01-31-at-20.41.22.png 1148w" sizes="(max-width: 1024px) 100vw, 1024px" /><p class="mb-5">I joined the judging panel at FutureHack, the first ever Hackathon to take place around Davos during the week of the World Economic Forum, as a call to action to hack for solutions for the United Nations Sustainable Development Goals (SDGs).</p>
<p><a href="https://futurehack.io/">https://futurehack.io/</a></p>
<p>Supported by the Slovenian Government, the hackathon focused on Social Impact and Partnerships to demonstrate that blockchain projects can be compelling solutions for the United Nations SDGs for the future of humanity.</p>
<p>I&#8217;ll update with the results here when we have them.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1780</post-id>	</item>
	</channel>
</rss>
