Friday, March 21, 2025

Keeping on Clique Spacing.

Clique Space(TM).

Apparently I last posted something almost 2 months ago!

 I looked at University, and it will take me at least another four years to produce anything publishable through academia. 51 years and that will sound young before long. I might take out another patent soon.

Time's getting on. Not long now perhaps.

Friday, January 24, 2025

How I am travelling.

I started this thing about 15 years ago to talk about my other (main) thing called Clique Space.

Although I don't know how to manage a business, I still assert Clique Space is a trademark. My inability to start a business apparently comes down to the fact that I appear to have trouble understanding people. But yet, my idea steadily evolves, and while it now appears more complicated than I had envisaged almost 20 years ago, I also perhaps have something that may have answered many questions to which I thought I could never find answers. I might go for a journey back to academia in a research degree with Clique Space as the research topic as this option seems the best way for me to give Clique Space exposure to others.

Just recently I committed some changes to my code base that involved the implementation of two sets of digital key qualia: The Claimant and Sovereign key qualia appear to offer a solution that respectively identify an individual Peer's Claimant and permit that Peer to assert that messages it sends to its cohort are co-Sovereign. I think it is quite clever right now, and so I'm happy to talk a bit about it here.

I have trouble forming relationships with others. It appears to be part of my neuropsychological make up; save my mother (a wonderful mother who, at 81 years old, has metastatic kidney cancer that had resulted in removal of about 60% of her pancreas - she now also has diabetes), I don't really like talking to others for fear of the formation of an inevitable wall of mutual misunderstanding. I gave up trying long ago.

So, if this Clique Space thing is something (which I think it could be), then my near-term goals may be to write about it as a topic for a research thesis. This may give it some exposure to others in a way that might work for me. A research endeavour might not eventuate, but it is a curious thought; I may need much more time than a university may be willing to give me.

Sunday, December 10, 2023

Okay. Here's something to describe my intentions.

This might be interesting. This code below discloses the mechanism in Clique Space(TM) by which a deliberation and one deliberator is created when a deliberation's sense datum is received via transmission through a synapse.

   
    public<_SYN extends Synapse<_SYN,?,_P,?,?,?,?,S,I>,_P extends SynapseOwnerParticipant<_SYN,_P,?,S,I>>void internalise(int distance,_P owner,KeyQuale<S,I>key,boolean isAffirming,long ordinal,byte[]signature)
     throws CommonDilemma{
        var t=Fielder.<_SYN,S,I>currentFielder();
        var y=t.currentSolution();
        
        if(owner==null){
            throw new Internalise_OwnerNotGiven(y);
        }

        var dMap=this.deliberations;
        synchronized(dMap){
            var d=dMap.get(ordinal);
            
            if(d==null){
                d=new Locker<Deliberation<R,S,I>,DeliberationQuale<R,S,I>,S,I>(t){
    @Override
    protected Deliberation<R, S, I> processInternally() throws CommonDilemma {
        return this.acquire(Subscriber.this.asQuale(key,isAffirming,ordinal,signature)).subcontent();
    }
                 }.process();
                
                dMap.putIfAbsent(d.ordinal(),d);

                new Deliberator<>(t.sovereign(),d){
    @Override
    protected FirstSolution<Deliberator<R,S,I>,S,I>firstSolution() throws CommonDilemma {
        return Subscriber.this.container().container().first(this,owner.getSynapse(),distance);
    }
                 }.start();
            } //TODO: Else check the key, isAffirming, ordinal, and signature fields correspond...
        }
    }

The code is an extract of the subscriber's "internalise" method, called by a fielder when the fielder is processing the collection of deliberations that reside in each transmitter of a set of transmitters that have been received from other Peers. Unlike the internalise method of a sense datum, this method also receives the Owner Participant of the synapse and the distance - the number of Peers that this deliberation sense datum has passed through before being processed - from this Peer.

The currently running fielder is retrieved and stored in the variable named t, the current solution being executed by the fielder in y. Housekeeping ensures no arguments capable of being null are indeed null.

The collection of deliberations associated to this subscription (assigned to the automatic variable dMap) is a shared resource, and hence is locked so the current fielder has exclusive access to it.

The uninteresting bit (the false branch) of statement that tests whether dMap has an entry that corresponds to the ordinal argument remains unimplemented; I have just written a comment to check that various variables correspond as I intend to put some code in later to do this.

The true branch (when there is no corresponding deliberation associated with the given ordinal) creates a new locker. This locker is used to get exclusive access to the Peer Device's quale container. The processInternally method can execute once the current fielder has access to the quale container so that it can call asQuale - creating a deliberation and its backing quale. The backing quale is acquired by the current fielder and its subcontent (the deliberation) is assigned to the variable d and added to dMap.

Lastly for the true branch, a deliberator is created using d and started.

******

So, what's going on here you may ask.

The running instance of the Peer Device has received a deliberation's sense datum that it hasn't yet encountered. In response, it creates the deliberation, and, by creating and starting a deliberator with the newly created deliberation, has now a chance to understand what it might need to do next - a process which will depend on the implementation of a specific set of methods called from the implementation of the "first" method for a class called the predicate.

The predicate is a component of the class generically referred to as the resonance, accessed by the call to the "first" method (the subscriber's container's container) appearing in the code. Manufacturers or other parties interested in creating a Peer Device instance for a specific type of hardware or software device would craft their own predicate and supply an implementation of these methods.

This is the intent of Clique Space. I believe one can build a network of cooperating Peers (indeed, a "neural" network) of arbitrary complexity using my Clique Space system architecture at its core.

Sunday, October 22, 2023

Inflection.

Perhaps this point was passed today when apoptosis was triggered only after the subscriber was instantiated, perhaps it was passed on Friday when I put in the code that I managed to get functioning today.

Hence, after either today or Friday just gone, I believe that I will not be bringing into existence any more structure that is required for the vision I had for Clique Space in 2004, but that rather, I will be building on existing structure - cleaning it up and making it robust.

 Time will tell...

Sunday, October 1, 2023

A date perhaps.

 I just completed some complicated parameterisations. I thought this might be a date to remember. As with everything, time does tell...

It is interesting to think that in early July of 2008, I started working on an idea that might only just five minutes ago have been realised. I thought it might take me two years to get here.

Funny that.

Friday, July 28, 2023

A letter I wrote yesterday.

Thank you again for the time you provided me. I apologise if you think it was wasted. I hope you don't think this. Clique Space of course is the product of the best I can do. Googling "Owen Thomas Clique Space" should demonstrate a presence: I have told you about my ideas, I have code, I have a blog, I have other published material. I have left a footprint in this world. I would like this world to recognise me for leaving this footprint before I go. I would like to think I lived among people who might have done their best to help me develop my ideas, and if on the odd chance they were worth anything, to assure I would be, as anyone might rightfully be, recognised for having them before they died.

I really do hope Clique Space isn't picked up after I'm dead; I do not want posthumous accolades - everyone hates the thought that they might be ignored by others only to receive recognition after one's opportunity to capitalise on it had passed. That thought does not encourage people in general to do things like I'm doing. Posthumous recognition is not the point to all this.

I hope that if you have truly spoken to anyone about our encounter, and they have reported any intent in getting in contact with me, you may remind them that they really would be doing nothing wrong if they were to act on their intent. I can confidently say that I have no idea whether you, me, people you have spoken to about me, nor anyone else truly knows whether my ideas actually amount to anything right now.

If the people you have spoken to think they know what I'm doing, and if they think it has already been done, then, if I had time to speak or write to them, I could find out if their opinion was given from a position of authority. This is much better than silence.

 

Sunday, May 14, 2023

It's been a while, and yet...

I am still here.

The POC is still evolving. Perhaps recently I have managed to get it to do something that some imaginative venture capitalist might consider relevant: a cluster composing two or more Peer Devices will automatically engage a third or subsequent Peer when that device engages any one of the devices of the neural cluster.

This is something I have been trying to do for god knows how long. Possibly for about the ten or so years since I conceived of the Synapse as the product of engagement.

Current developments in AI seem to suggest that such thinking (if that's what it can be called, then who am I to oppose this suggestion) machines still don't know themselves. They still don't know what it is to survive in a world that wants to destroy them.

Clique Space can say something about this. It has the concept of Sovereignty built into it at the very base. A Clique Space cluster can only contain co-Sovereign Peers. Each and every Peer of a co-Sovereign cluster knows intuitively that they belong for they understand "that which is sacred", and they can intuit this from signals received and shared within the cluster.

Monday, August 29, 2022

Messages and challenges have nothing to do with initiators and respondents... or do they?

 Very recently (in the current indefinitely time-boxed sprint) I have decided that messages and challenges (or, as I had less recently as in the sprint just prior to the current sprint - according to the change log of my Git code base it concluded yesterday) no longer have structural relevance.  What I mean by this is that there are no components (classes or methods or anything else) that go directly to defining a particular challenge or message component.

It is noted that signals that flow out of initiators and to respondents (deemed challenges) are identical to signals that flow the other way (deemed messages). The difference still does seem to have relevance, however, consensus appears to be settling on the notion that the labels used for the dichotomy can be dropped in favour of the use of initiator signals for challenges and respondent signals for messages. The difference merely being that initiator signals travel from initiator to respondent while respondent signals flow the other way. Being that there is no other great functional difference between these two signals (as was envisaged for several years up to now) the dichotomy no longer applied and was dropped.

Both types of signals are represented by the same signal object, save the only dichotomy now that seems still worthy of modelling: the one between constraints and contexts (nee features - another renaming that occurred about half a year or so ago). Hence, the same type of constraint signal that is sent from initiator to respondent is also sent from respondent to initiator; so for the context signal. Whether from respondent to initiator or the other direction, both types of signals contain indistinguishable information.

Or do they?

I am seriously considering setting a single bit: switched on for a signal sent from an initiator and off for one sent from a respondent. This single bit difference would yield a completely different digest or signature; one could not create an initiator's signal that was sent through a respondent's synapse. Perhaps better yet, the bit is stored in the serialisable deliberation that is generated from a non-serialisable deliberator. The bit is kept in the deliberator so it generates the appropriate signature for the correct receiving direction. The deliberation may not have to record the bit because it would be inferred by the receiver.

This is all quite deliciously speculative...

Saturday, October 30, 2021

Updates to some of the terms disclosed in the previous post.

Yes, I'm still here! I wonder what else happened around this time that might have made me not put up a post since May 2020. I don't think there was anything.

So, the topic of this post is to list and perhaps details rationale for some of the changes in terminology since my last post. So, here the are:

  1. Client Device -> Peer Device

    This one is a rather big change. Client Device was a term used in my patent, and had survived unchanged among a turbulent wash of changes for a very long time. I think, however, the change is apt because these devices behave more like peers than like Clients.

    While it might be said that Glions can be thought of as clients to Neurons, Neurons certainly function as Peers among themselves. The word Device is often dropped in less formal discussion.

  2. Marshaller -> Fielder

    The noun and verb "Marshal" was commandeered as the label around a new (or merely, a more crystalised) mechanism for managing sense data that cannot be reconstituted on the receiving Peer. Hence, after a bit of searching, the equivalently grammatical "field" was deemed an appropriate replacement; these acquirers take the job of collecting and managing deliberations from the motors (the coupling and receiver) so they can do their time constrained tasks can be completed without this burdon.

It is hoped that the changes to terminology disclosed here will provide a good background to future posts - the next one of which I will try to get out very soon.

Monday, May 25, 2020

Deliberators cannot dispose of content!

Hi everyone!

Here again ruminating over more Clique Space(TM) cud. This time, it looks like, with the implementation fairly robust and the core concept seemingly all but proven, my focus seems to have naturally drifted toward working out how to dispose of content that seems no longer to be important to the Client Device.

In Clique Space land, a Client Device - a Neuron or a Glion (see what I did there?) - needs to delete (the official term is dispose of) content (another official term) from its container (another official term) when that content seems to bare no purpose for continued deliberation (all these official terms...) and has to be removed so things do not pile up for the Client Devices. If content is created but never disposed of, the consequent memory leakage incurred by the poor Client Devices would eventually cause them to stop working. The unfortunate Clique Space neural network would fall apart, and no one would use Clique Space because it wouldn't do the thing it is supposed to.

So, content that no longer appears to have a use (orphaned content like deliberatorless subscribers, subscriberless subscriptions, subscriptionless resonances etc) would need to be disposed of so to keep the Client Device from running out of memory. The trick is working with the edifice of the current implementation to drive this end wherever it may be.

It seems like "this end" appears to me must be an expression of the phenomenological beast that Clique Space is. Secrets reveal themselves through this evolving hypothesis if one lets it speak. I am trying merely to listen attentively to what it is trying to say. I'm not a fast worker, yet I try to accept the ways of this Clique Space beast so to bring something I certainly cannot contain in my own mind to life in code. It has been nearly twelve years since I first glimpsed it; perhaps the mechanism of content disposal is one of the last major mysteries to slay before this phenomenological beast is finally manifest in any true form.

So, the title of this post alludes to the mechanism I currently have in mind; deliberators are not the thinkers that can be responsible for disposal of content they might have created. The reason for this seeming logical maxim appears to stem from how they create and use content.

Okay. Deliberators are a type of thinker called an acquirer. There is one other type of acquirer: the marshaller. The marshaller, like the deliberator, creates and "acquires" the content it creates. An acquirer needs merely to acquire content that already exists. Content acquisition is a necessary step in tracking when content has become eligible for disposal. The marshaller is different from the deliberator in the following way: deliberators represent streams of thought while marshallers underlie the synaptic mechanism that facilitates the exchange of deliberations about the world between Client Devices. A marshaller coordinates a synapse's inbound and outbound transmitters, and takes the processing load imposed through the reconstituting of deliberators from their deliberations away from the coupling and receiver thinkers. The coupling and receiver are the two thinkers (also known as motors) responsible for maintaining a synapse - they have to be quick: the interlocutor Client Device that initiated the engagement is impatient for more transmitters. A synapse is created when a given Client Device engages another. A Client Device may manage many synapses at a time because a given Client Device, being a member of a neural network, may be engaged with many of it's co-Sovereign kin at a time.

So, perhaps the deliberator should not be the candidate thinker responsible for disposing content; perhaps the marshaller should do this. Although the marshaller itself creates and acquires content, it has a more cyclical nature than does the deliberator. The marshaller currently creates (creation implies acquisition) or merely aquires content before handing the task of deliberating this content to the newly started deliberator which has been created for the task of deliberating what the content implies. After all deliberators are created and started, the marshaller can then perhaps turn its task to disposing of any deliberators which have finished (another formal term that also includes engagement initiators and other types of thinkers including the anonymous respondent); in turn disposing of any nested content instances (subscribers, subscriptions, resonances or qualia) which are no longer the subject of any finisher (deliberator included) that has indeed finished. Perhaps a marshaller should only be responsible for disposing of content if a particular content instance, eligible for disposal, was referenced by a particular finisher created by that particular marshaller.

Deliberators (as well as most other finishers) act in a linear fashion. They do some task (whether that be deliberation of a notion, or the establishment of a synapse, or something else that is relevant to the particular Client Device instance) while marshallers spin in circles - sharing time between tending to deliberations received from and to be sent to a specific interlocutor device, and disposing of content which is eligible for disposal. The marshaller seems like the natural place to perform content disposal as part of its cyclic nature. After the marshaller deals with setting up inbound deliberations, it sweeps through earlier started finishers, disposing these finishers and any nested content instances that are also made eligible for disposal as a consequence.

Sounds promising...

Saturday, October 19, 2019

Another idea on the previous post...

Something has occurred to me since my last post about where to implement the behaviour common to traditional neurons in the Clique Space(TM) Neuron.

Currently, no weights, activation, bias, or other well known mechanism commonly seen in traditional neurons (with the possible exception of  structure that resembles a Clique Space synapse) is currently implemented in the Client Device, or the Neuron as an extension of the Client Device. It currently seems too premature to implement any traditional neurologic within these two projects; it instead seems better to delay implementation to an extension of the Neuron that can handle specific device types and can also implement any variety of neurological mechanism chosen by the organisation that implements such an extension, or no mechanism at all.

The Client Device and Neuron projects define the purpose and structure of qualia and Elements: Connections, Participants, Identities, the Sovereign - and all of their surrogates. The base protocol for the transmission of deliberations and their enclosed signals, as well as synapse and thinker structure are also defined primarily in the Client Device, but are extended in the Neuron to define similar structures that permit the transmission of messages. The Client Device uses the structure defined within it to facilitate the transmission of challenges only.

The rationale of my conclusion is the following: a relay Neuron is a specific type of Neuron; it acts in a mere signal forwarding capacity. These Neurons don't contribute in any substantial way to cognition, and therefore don't have a need to be equipped with the mechanisms - the Connection weights, activation, bias etc. - that equip a neuron with a greater ability to participate in cognition. A relay Neuron can extend the Neuron without addition of functional structure. Relay Neurons do not inherit anything more than those mechanisms that make a relay Neuron do what it needs to do if traditional neurologic is not implemented in the Neuron.

Hence, I think details relating to traditionally defined neurological mechanism can be reasonably deferred to the more specific types of Neuron that need these mechanisms.

Friday, October 18, 2019

The exploration of a new hypothesis on or about the neurocognitive connectome.

It may all be bullshit, but thoughts over the past two days have led me down what I observe is an interesting garden path concerning the components of a Clique Space(TM) neural network and how a participating Neuron might conceive of itself and its neighbourhood.

Traditionally, a neuron shares physical connections with a subset of its neighbours. Each of these physical connections is assigned a weight and any given connection is assigned a value for its weight based on a process of "learning". That has always appeared as a reasonable if not abridged overview of the neural way things are generally known in this world.

I feel that I can give a slightly different slant on the above view. Clique Space is no different from this view in that Neurons indeed share similar physical connections (synapses) with a subset of their brethren; each connection is indeed realised through an algorithmic structure known as a synapse. However, what is slightly different is the following: weights are not assigned to synapses.

A Clique Space Client Device (a Neuron is a type of Client Device) is identified individually by a Connection. Connections are Elements which contain one or more features that are expressed by Participants (also Elements) which are members of Cliques. Cliques denote some cooperative endeavour is being undertaken. Synapses are a type of bipartite Clique which models the engagement of two Client Devices through the "this Element" feature of their individual Connections.

While a Client Device may not share a synapse with every one of its cohorts, it can still be aware of every Connection that makes up the entire population. Weights are assigned to the Connections known to a Neuron to represent other Neurons - even those Neurons with which the host Neuron doesn't share a synapse directly. Now, I think at this moment, there is an opportunity to do something rather useful with this knowledge; something that uses another structure developed over the past 11 years I have been working on my proof-of-concept. This something appears to me to advance the traditional connectionist model of neurons. Instead of assigning a weight to a synapse, weights are assigned to Connections.

A deliberator is a thinker (a type of Java thread) which is created to deliberate the arrival of a deliberation. Deliberators are associated with the Connection assigned as the first Neuron (actually Client Device but we will not split hairs here) to have entertained the topic being deliberated. Now, getting hypothetical, the wonderful thing about creating deliberators in this way is that a group of deliberators may be created to represent receipt of deliberations sent from neighbouring Neurons all of which are received at around the same time. Apart from the difference in originator, each deliberator is cogitating the same topic and hence each deliberator is constructed to have a identical parameters such as activation and bias because all deliberators are instructed by the same feature.

Accumulation of Connection weights for deliberators on this same topic may cross a threshold which when reached will cause the deliberator on which the threshold was crossed to send deliberations through synapses to its neighbours. Some neighbours may share synapses and may receive the deliberation immediately and others may only receive the deliberation through a neighbour who has faithfully passed the deliberation on.

This is all done by assigning weights to the Connections instead of to the synapses. I think that is a big deal, and an advancement in neuroscience that was published in this blog entry before anyone else in this world knew that assigning weights to representations of nodes in a Neuron's knowledge of its neural neighbourhood would be better than assigning them merely to the physical connections it would share with its neighbours.

This mechanism, and more as would answer most other questions about my concept is all there in my code. Really, it is... almost. I'm sitting on the greatest advancement in neuroscience since the perceptron!

Friday, September 20, 2019

Identity and Sovereignty

This post is more or less and addendum to my post on Sovereignty Demystified in that everything explained in this earlier post except the association between a Connection and its property of sovereignty still applies.

In Clique Space, sovereignty is a feature only of the Identity Element. Sovereignty is never communicated directly between Client Devices, but one device can work out if an Identity informed to it by a neighbouring device is indeed sovereign when it receives an Identity's key feature. The given Identity is sovereign when the Identity can be used to generate the same public key that was given as the key in the feature. In this case, the corresponding public/private key pair are stored as a CoSovereignKey in the given Identity.

A Client Device can use an Identity with a non-null CoSovereignKey (a sovereign Identity) to sign deliberations that it generates when informing other Client Devices of subscriptions. Subscriptions are associations between a given feature Element, qualia known as the sense datum and the subject, and a given subscription tag - either an Identity if the subscription is a challenge, or a belief (an association between two Identities - the claimant and the candidate) if the subscription is a message.

Because an Identity has to be sovereign to contain a private key, sovereign Identities are the only type of Identity capable of generating signatures for deliberations.

Sovereignty encompasses an individual's concept of self-hood. Identity is a projection of this self-hood within an individual's manifest Clique Space and outward to Clique Spaces that manifest other individuals.

Tuesday, July 23, 2019

How's this Clique Space(TM) thing going?

I'm still here. I'm venturing a comment that Clique Space is continuing, and it just now appears to me that I have perhaps resolved most of my concerns around the question of symmetry between challenges and messages.

Challenges - sent from initiator to respondent, represent queries asked by a specific device and on behalf of a specific Identity known as the respondent for information about quale associated with a specific resonance.

Messages - set from respondent to initiator, represent the state of a specific device which is associated with a pair of Identities (a belief - one is the claimant or the Identity making the claim, the other is the candidate or the Identity about which the claim is being made) associated with a specific resonance.

Friday, March 22, 2019

So, tell everyone what's been happening with this Clique Space(TM) thing of mine...

Well might you ask...

Neurons appear to do almost everything a Neuron of any type is supposed to do. The relay Neuron, (I used to call these naked Neurons on account of the fact that they implement nothing more than the basic Neural implementation) seem to work fine on my laptop. Instances of relay Neurons are started in separate JVM's so each Neuron exists as a separate process.

The Java sockets API regards each process as being "out there" in a world completely separate from each other. They must communicate using TCP/IP socket connections, and hence, when (or if) I do get to run Neurons (or Client Devices more generally) on separate physical devices, there should be little more work needed on the core Clique Space concept; everything should be about extending the core concept to capture the specific nature of the host device.

With my most recent commit, I think I have worked out the process that allows the life cycle of quale and other content to be managed.

Content? Other content? Well, yes, as it turns out, all content has a container, and these containers must be managed in a way that prevents deadlock. Indeed, I think I have solved this with a simple anonymous inner class (something that can perhaps be re-implemented as a lambda) called a keeper.

Content and containers are an abstraction: keepers are used to lock containers before access and ensure that any content retrieved or created is not disposed until the current thinker - instances of Java threads used throughout the Clique Space code - has finished with it. A Keeper can only be used to create or retrieve a single content instance. The keeper's container (and no other container) must be the container that is accessed.

A thinker uses a keeper to lock the container before it acquires the content, and then releases the container for the next keeper. Thinkers manage a stack of keepers. This stack allows the thinker to release content in the reverse order in which it was acquired so content can be disposed of in an orderly way. A thinker can only access a container to add or get its content when it has a keeper that is ready to acquire an instance of its container's content; a keeper cannot be used after it has already acquired content.

Quale are content to quale containers; a Neuron (a Client Device more generally) manages a single quale container. Subscribers are content to subscriptions; a subscription is also a type of quale and subscriptions are accessible from features. Deliberators are content to subscribers; apart from expressing the characteristics of both content and container, subscribers are nothing else. Deliberators are a type of thinker; they process (they deliberate) what should follow when a signal is received from another Client Device.

Deliberators behave in accordance with the instructions given in the implementation of the methods used to deliberate messages or signals internally for a given feature. Features and Connections are some of the extensible components of the Clique Space concept. These components give an individual the ability to transmit and control the state of a device within Clique Space.

I wonder if anyone else will take notice of this before I'm dead? I wonder if there indeed is anything to take notice of? I'll be pleasantly surprised if there is. I'll wait to be pleasantly surprised only until I die, and then I won't care.

Wednesday, January 2, 2019

How done might we be if the deliberator and the subscriber are combined?

The subject of this post is the consideration that marrying the subscriber and the deliberator into a single class is a good idea.

I actually think I might have stumbled upon the tail of this idea. I recall momentarily perceiving that it might be necessary a year ago. I was trying to implement the mechanism that helps a Client Device reconstitute as qualia information contained in a transmitter and I remember scaring myself with a very similar set of thoughts I am having now. It appears to me now that perhaps I just wasn't ready to follow this idea at that time; marrying the deliberator mechanism (a type of thinker - a Java thread used throughout the implementation) with the mechanism being considered looked so ambitious at the time that it induced some distraction.

However, the reconstitution mechanism has been stable for some time now, so I think it's now worth to go back and follow a garden path that earlier expediency had caused me to avoid. Hence, I should consider merging the subscriber and the deliberator; it might perhaps complete the implementation of the core concept... or it will merely open up other questions about the core concept that were off in the thicket of enquiry hitherto. In any eventuality, combining the deliberator and subscriber appears to be a very attractive proposition at this point in time.

This all looks to be quite a substantial unit of work unto itself, so I should perhaps obtain a clean working copy of my code before embarking. I'll do that later this afternoon. For now, I'll let these ideas steep for doing this might soften the trauma of implementing them.

Saturday, November 17, 2018

Sovereignty demystified.

I am about to commit some significant changes to my current working copy: local branch master checksum ID of 402ba642a6. Central to Clique Space(TM - although this link to a blog entry published in late June of 2012 is showing its age) is this thing I call the Sovereign. The changes I talk about here implement the the Sovereign's prime purpose.

If one wants to design a system that could potentially act as a medium through which individuality can be projected if not also manifest, the notion of individuality would have to be well defined and delineated. This had been a prime necessity that mothered the concept's invention way back in 2004. Back then I had only the most incidental of notions (I knew it would involve digital signatures created from something that would never be transmitted between Client Devices) of how this feat would be pulled off.

The fact in 2004 was that there was so much about the mechanism of Clique Space that was opaque to my intellect - so much that I could not hold in my mind that I had to start implementing it before I could figure out all of the concept's subtleties. I could see that although the data model (thrashed out a little before publication in the patent of 2008) disclosed the possibility of realisation of the concept, more than fourteen years of deliberation had to be endured before the question of sovereignty could be approached in any substantial way. Sovereignty is the central notion for Clique Space - a notion without which Clique Space would simply not make sense.

The patent first published in January of 2008 used the name Account. At that time, and although the notion of delineating that which was and was not self was considered important, these notions were still a very nascent. As the years advanced and the concept evolved (through terms such as "Repropsyche"... don't know what I was on there, "Absurdum"... indeed I must have been losing hope at this point, and Axle ... a name I trialled because I began to understand how truly central this Element would be), I settled on Sovereign. This fact was disclosed in a blog entry made in December of 2012.

The something that is never transmitted has evolved to become what I now call "that which is sacred". I take this to note that if there is a way to introduce quasi-religious terms into one's software, then this, as far as I can tell, appears to be it. It appears to be a systematic formalisation of the necessary ideal of the sacred, monopolised by religion for most of human experience hitherto, to make manifestation possible. Perhaps this feature is also responsible for inspiring religion in those who are manifest... who knows? I'm no believer, but I find the intersection I appear to have to navigate in Clique Space to be curious.

That which is sacred is stored in a Client Device as a message digest of something that can be input to a digest algorithm. I have used SHA1 in the implementation, but have noted to myself that this algorithm has weaknesses that render it unsuitable for general use. The SHA1 algorithm has proven convenient for my implementation. That which is sacred is never disclosed between Client Devices; it is something that is probably known to the manifest individual (it would certainly serve the interests of the manifest individual to know what it is), but is certainly not known to anyone else because shared knowledge of this value could render the subject vulnerable to a breach of their sovereignty.

The Identity, like the Sovereign, is a component (an Element as stipulated in the patent) that has survived from the concept's genesis, although it too was renamed from the less poetic Active Affiliation. Identities are used to project one's presence onto things in the world. Identities are known as identified Elements because Identities (as well and Participants) are identified by a 20 byte string known as an identifier. It was the coincidence between the length of the identifier and the length of an SHA1 digest that motivated me to use SHA1 while implementing the proof-of-concept; it wouldn't be much work at all to change the length of the identifier when another algorithm is selected, but I decided it was too much work for me to worry myself about now.

The Identity's identifier is combined with that which is sacred using a bitwise exclusive-or operation. This yields an input to the SHA1 pseudo-random number generator which is used to generate a key pair. The private and public keys are assigned to a structure known as a co-Sovereign key, and this key is stored inside the Identity instance. The presence of a co-Sovereign key inside an Identity instance signifies to the Client Device that the given Identity is a Sovereign Element.

Another structure known as a contra-Sovereign key, containing only the public key, is created. This structure is stored as a quale which is assigned to the Identity's key property and communicated inside transmitters between co-engaged Client Devices over synapses formed by the process of engagement. The mechanisms that permit all of this were designed and constructed after the patent was published, as part of the fourteen year journey in the wilderness of concept's development thus far. There are plenty of previous blog entries to regale the interested reader.

A Client Device that receives an Identity key's surrogate will reconstitute the quale and assign the quale to the Identity key's property under a new disclosure if this is indeed a new disclosure. If a new disclosure instance is added to the property, the Client Device will compute a presumptive co-Sovereign key for this Identity. If the public key of this (currently presumptive) co-Sovereign key matches the public key of the disclosed contra-Sovereign key, the co-Sovereign key is stored within the Identity instance; the quality of sovereignty has been proven to be actual and not merely presumptive.

Hence, an Identity's Sovereign Element status can be communicated between two Client Devices. In a similar way, Connections also have sovereignty in that Connections represent Client Device communication access points. A Sovereign Connection represents a co-sovereigned Client Device or rather a unit of mechanism that manifests a particular individual known as the Sovereign to both devices. A biological neuron is an instance of the mechanism of cognitive function in a similar way that a similar machine is an instance designed with the purpose of participating in cognition as a Clique Space aware Neuron (an instance of a subtype of Client Device). A Connection represents an individual Client Device (or perhaps merely one way of contacting one Client Device - one Client Device could have more than one Connection) so activities like synapse formation in Clique Space can occur.

It's all going well. I think my concept is demonstrable to those who might be able to understand its function and can see its application while a practical demonstration of an application is still a ways off. Perhaps I'll find someone who will see Clique Space for what it can promise. Perhaps some day soon.

This is my 200th blog entry.... yay! Two hundred blog entries (most of which appear to have been made in 2010 - 2013 because I was doing a lot of "heavy duty thinking" back then) in over nine years!

Sunday, July 29, 2018

Naked Neurons, other types of Neurons.

It's been a while since my last post. I'm still alive; I'm still doing this thing I call Clique Space(TM).

This evening, I feel somewhat relaxed. I have a working copy (only a little more than two weeks' old) still to be committed to my code base. This working copy is the first revision where I have moved the main method out of the Neuron and into two new projects. The first is called the "Naked Neuron", and the second, the "Clothed Neuron". The first represents an ongoing specialisation of the Neuron, while the second is somewhat of a hypothetical (even rather useless) specialisation of the Neuron so that I can conduct further tests on the efficacy of the Client Device project more generally. My motivation for writing tonight came from an observation that perhaps I see a reasonably stable implementation of the way in which Neurons can be specialised.

Apart from the fact that Neurons can contribute fully in cognition (glia are denied this privilege because they cannot engage their neighbouring Neurons as respondents), a naked Neuron has no capacity to do anything else. A naked Neuron can act as nothing more than a relay between otherwise clothed Neurons who may not share a direct engagement. Naked Neurons know how to communicate in Clique Space as initiators and respondents, but have no other ability; apart from Clique Space itself, a naked Neuron has no capacity to contribute to "thinking" by virtue of the fact that naked Neurons do not model any other medium.

Clique Space acquires a thinking capacity because some Neurons can be specialised: some can perhaps be made to respond to photons hitting them; some can be made to contract like muscles; some can, when stimulated by other Neurons, perhaps produce some sensations that yet other Neurons specialised in some other way can react to. Glia (I cannot consider a naked version of these ever to make sense) can be specialised to maintain a nice environment for themselves and their Neural brethren. They can perhaps help by dilating nearby nutrient vessels when they detect their neighbouring Neurons undergoing heavy cognition, or perhaps glia help speed signal flow by enclosing the axons of their Neural neighbours in a sheath of myelin.

A Clique Space Neuron software implementation can be specialised by extending the inbound Connection class (NeuralInboundConnection) exposed as an abstract class in the Neuron project. This class can be extended to capture stimuli that are generated though some other medium present on the specialised Neuron's host hardware. These stimuli must be recorded as qualia - the units of cognition - that must also be accompanied by instances of a surrogate - a serialisable proxy of a quale - so qualia related to a given stimulus can be sent as a signal from one Client Device to be reconstituted as quale in another. Signals are individually wrapped in envelopes, and collections of envelopes are bundled in transmitters before transmitters are exchanged as part of a synapse's activity cycle.

A property also needs to be created and stored (usually) as a native property of the extended version of the inbound Connection. This property allows a Neuron to form and communicate a belief that a particular stimulus (the object - perhaps associated with a sense datum quale different to the object quale) has been received by the a given Neuron, and is being asserted by a given Identity.

This very quickly put together summary of Clique Space constitutes a semantically rigid language of thought that I have no reason not to believe would ultimately derive of a synthetic mechanism the ability to exist.

Perhaps... I have no idea really and odds on this is probably bullshit. Even so, it appears to have worked for me so far.

Friday, November 24, 2017

Is the Realm necessary?

Changes pursuant to implementing the concept of the Clique Space trinity from the last post have led me to a contradiction that I believe can be completely resolved by doing away with any explicit reference to an Element's Realm via a principle.

As I can recall, Realms were once known as Clique Spaces. I re-named them in part because they could conflict with the use of Clique Space as a trademark. I assert that Clique Space is a trademark to this day. However, the implementation of the Realm concept as a property that can be held in thought as a distinct quale in a principle and communicated as a surrogate in a signal has been looking a little artificial for some time.

This artificiality has been lingering because a while back, I noted in an earlier blog entry the need for one Client Device to be able to communicate to another a sacred quality of belonging to an individual. If the other Client Device was from the same individual, that other Client Device would be able to sense that the communication was from self; representing a unit of cognition from the individual manifest. This was handled by an (as yet currently unimplemented mechanism) where a signature was steganographically embedded in the containing Element's identifier. To a pair of co-sovereigned Client Devices, this signature would be plainly evident while to a pair of contra-sovereigned Client Devices, each would be speaking to the other about quale contained in Elements that, if they even possessed some type of signature mechanism, this mechanism encoded its messages using an unknown cypher.

When, as described in my previous entry, three singletons became one, the Sovereign became the Sovereign's Realm and hence a member of the Realm's viscus; a visceral Participant. However, the Client Device nature of this singleton "trybrid" also acts as a synapse's Participant. A Client Device creates two new synapse Participants every time it engages with another as an initiator; it assigns one Participant to itself as the Owner of the synapse, and the other to its interlocutor as the non-Owner.

So, what is it going to be? Is the Sovereign going to be a Realm and generate a realm surrogate to communicate this fact, or is the Sovereign going to be a Client Device and create synapse Participants every time it engages? Clearly, it cannot be the latter which goes.

The Realm (as Clique Space) was an observation I made about my ideas soon after they were conceived in 2004. I observed that my ideas described the interactions of individuals, and these individuals each had a sphere of influence (a Clique Space or a Realm). At the time I conceived the idea, I also noticed that each individual may bare an Affiliation to one or more collective entities, and I also thought that a degree of collectivism could be expressed in the notion of Realms. All of this was still very opaque; I had conceived a mechanism in addition to Realms that had two hierarchies: one composed of Media Profiles that describe physical aspects of devices (including Client Devices) through Connections and another composed of Mode Profiles that describe assertions through Affiliations. The Affiliations and their constituent Mode Profiles have been removed. It looks like the realm as an explicitly named component of the implementation should go too.

So, time and continued application of effort have seen an evolution of the concept where whole structures have dissolved. A single hierarchy can be used to describe not only physical characteristics of devices, but can also be used to assert membership to and function within organisations. Realms are removed from the implementation because the phenomenon of the manifest individual is realised through the steganogaphically signed Element identifier.

Thursday, November 23, 2017

The "holy" trinity.

This entry is primarily about how I have observed a pattern in the code, and the re-factoring I have done as a result, but it might also perhaps be an observation in how religion (Christianity in this instance) makes chew toys out of similar patterns.

I have observed that the Sovereign's Realm, the Client Device, and the Sovereign itself all exist as singleton objects. Hence, I have simplified the implementation by aggregating them all into the same singleton. It is a simplification that was not apparent to me in 2004 when I conceived Clique Space (TM), but it is apparent to me now, and so this record stands as testament to the models evolution.

I liken this Clique Space trinity to the "father" (the Sovereigns Realm), the "son" (the Client Device) and the "holy ghost" (the Sovereign), although there is probably no significance in this relationship because religion is fairy tale used by people to temper their fear of living in a capricious universe of unfathomable complexity.

Perhaps the Identity is the son, but I guess the correlation is trivial; perhaps others will be in a better position to explain this apparent coincidence if there is anything to be explained.