<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5118282745046731599</id><updated>2012-02-16T01:24:33.889-08:00</updated><title type='text'>Semantic Programming</title><subtitle type='html'>Semantic Programming (SP) is an approach to thinking about and using networks of computers.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5118282745046731599.post-5144147764252731730</id><published>2011-01-16T03:57:00.000-08:00</published><updated>2011-01-16T04:04:41.202-08:00</updated><title type='text'>The SP Graph is not for humans</title><content type='html'>&lt;div&gt;I was contacted recently by Yuriy Guskov who has written a &lt;a href="http://on-meaning.blogspot.com/2011/01/critique-of-semantic-web-and-semantic.html"&gt;critique of semantic web and semantic programming&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Obviously there are many details that Yuriy raises that it would be interesting to discuss, such as about the nature of references and their context and how SP intends to define contexts, some of which will become clearer when I put together an updated version of the 2008 paper and publish more details about how I am actually implementing SP. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;However, there is one general comment that I would like to make just to be sure that a key aspect of SP is sufficiently clear. There is no expectation that humans will ever 'read' the SP Graph directly. The SP Graph is intended to represent semantic relationships and information as accurately as possible for the SP Agents, not for humans. That is why the SP Graph is constructed out of unique IDs, not out of words or text.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In the same way that humans use OpenOffice to read .odt files (viewing the data as a WYSIWYG formatted text file, not a large block of XML), so too humans will need to use SP Agents to read and interact with the SP Graph. Language is a very useful way for humans to interact with each other and with recorded information, but human languages are often very ambiguous with a large amount of unspoken context. Computers (internally) require a much higher degree of semantic precision in how their data is organised so that their deterministic syntactical manipulations of that data is semantically correct.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In many ways, therefore, SP can be seen as a step away from many of the current approaches to artificial intelligence, indeed it is not an attempt to create artificial intelligence. Rather, SP is an attempt to improve the way that humans directly program computers.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5118282745046731599-5144147764252731730?l=spgraph.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/5144147764252731730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spgraph.blogspot.com/2011/01/i-was-contacted-recently-by-yuriy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/5144147764252731730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/5144147764252731730'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/2011/01/i-was-contacted-recently-by-yuriy.html' title='The SP Graph is not for humans'/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5118282745046731599.post-1451287666171044265</id><published>2010-09-09T16:08:00.000-07:00</published><updated>2010-09-09T17:41:50.436-07:00</updated><title type='text'>Time for flex and bison</title><content type='html'>A couple of weeks ago &lt;a href="http://synaesmedia.net/"&gt;Phil&lt;/a&gt; lent me a book in which the creators of various programming languages are interviewed (&lt;a href="http://www.amazon.co.uk/Masterminds-Programming-Conversations-Creators-Languages/dp/0596515170/"&gt;Masterminds of Programming&lt;/a&gt;). I've only read a few of the interviews so far, but these have included the creators of C++, BASIC, Python and Forth. On the whole it's been fascinating reading and very relevant to this research project. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Fortunately, one theme that seems to be repeated is the idea that in general it's a 'good thing' for people to experiment with creating new programming languages. This of course is very encouraging for me to read, especially coming from these particular people.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;As well as being full of discussion about generic issues that are useful for creating, disseminating, evolving and standardising a programming language, there have also been a few very specific bits of advice that I will try to follow, one of which is to use flex and bison when building your compiler.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Flex and bison are tools that help generate fast and correct C code for the first two steps of any text compilation process, namely: lexical analysis and grammar parsing. To date I've been hand crafting the C code for these two steps of my Textual Semprola compiler. I've known about flex and bison for a while, but always thought the cost of the learning curve and the code re-write were not quite worth it.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;However, I'm about to go through a phase where I considerably extend and tinker with the syntax for Textual Semprola and so now I need to re-write this part of the code anyway. As I'm also reading more people sing the praises of flex and bison I've decided that this time I should push through the learning curve and start using these powerful little tools. The great thing is that once I've made the switch it should be easier to experiment with the syntax in the future. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One other thing to mention is that I've recently started some more client work. While this will no doubt delay the progress of this research project it does also help fund it!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5118282745046731599-1451287666171044265?l=spgraph.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/1451287666171044265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spgraph.blogspot.com/2010/09/time-for-flex-and-bison.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/1451287666171044265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/1451287666171044265'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/2010/09/time-for-flex-and-bison.html' title='Time for flex and bison'/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5118282745046731599.post-7924177939587225692</id><published>2010-08-05T15:36:00.000-07:00</published><updated>2010-08-05T15:48:50.164-07:00</updated><title type='text'></title><content type='html'>The demise of Google's Wave is a stark reminder of just how hard it can be to launch a new technology idea:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.theregister.co.uk/2010/08/04/google_wave_dead/"&gt;http://www.theregister.co.uk/2010/08/04/google_wave_dead/&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;A key take home lesson for me is to try to make the success of SP less dependent on the network effect. Hopefully SP can be more like the mobile phone rather than the original telephone (mobility is useful for one user even if everyone you talk to has a land line).&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5118282745046731599-7924177939587225692?l=spgraph.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/7924177939587225692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spgraph.blogspot.com/2010/08/demise-of-googles-wave-is-stark.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/7924177939587225692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/7924177939587225692'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/2010/08/demise-of-googles-wave-is-stark.html' title=''/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5118282745046731599.post-8399002656495523302</id><published>2010-07-25T17:37:00.000-07:00</published><updated>2010-07-25T17:46:44.809-07:00</updated><title type='text'></title><content type='html'>&lt;div&gt;I've started putting together a very simple FAQ about SP (see the &lt;a href="http://spgraph.blogspot.com/p/what-is-sp-faq.html"&gt;What is SP? (FAQ)&lt;/a&gt; link on the right). I've given up trying to format the text of the FAQ nicely as the blogger editor for such pages is unbelievably useless. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One key thing that is still missing from the FAQ is a basic description of the nodedge model. I will add this next as there have been some changes since the 2008 PDF 'paper' that is linked to from my first post.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5118282745046731599-8399002656495523302?l=spgraph.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/8399002656495523302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spgraph.blogspot.com/2010/07/ive-started-putting-together-very.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/8399002656495523302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/8399002656495523302'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/2010/07/ive-started-putting-together-very.html' title=''/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5118282745046731599.post-3713341576637202130</id><published>2010-07-21T17:11:00.000-07:00</published><updated>2010-07-21T18:57:24.513-07:00</updated><title type='text'></title><content type='html'>After many years working away at the ideas of &lt;a href="http://www.semantic-programming.org/"&gt;Semantic Programming&lt;/a&gt; the project is finally getting towards the point where a release of a very simple 'SP agent' might be vaguely possible. So, in order to record more of my thinking in these last stages before the release (and then beyond) I have finally decided to start writing a blog about the project.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5118282745046731599-3713341576637202130?l=spgraph.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spgraph.blogspot.com/feeds/3713341576637202130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spgraph.blogspot.com/2010/07/after-many-years-working-away-at-ideas.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/3713341576637202130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5118282745046731599/posts/default/3713341576637202130'/><link rel='alternate' type='text/html' href='http://spgraph.blogspot.com/2010/07/after-many-years-working-away-at-ideas.html' title=''/><author><name>Oli</name><uri>http://www.blogger.com/profile/04933834307809712549</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry></feed>
