Skip to content

Instantly share code, notes, and snippets.

@forresto
Created September 16, 2022 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/87c3ed2a389069c1c4c74653d9d2fca0 to your computer and use it in GitHub Desktop.
Save forresto/87c3ed2a389069c1c4c74653d9d2fca0 to your computer and use it in GitHub Desktop.
markov geist demo v1
{
"info": {
"author": "meemoo",
"title": "Untitled",
"description": "Meemoo app description",
"parents": [],
"url": "markov"
},
"nodes": [
{
"id": 0,
"src": "meemoo:string/markov",
"x": 1003,
"y": 115,
"w": 410,
"h": 207,
"state": {
"len": 5,
"punctuation": false
}
},
{
"id": 1,
"src": "meemoo:ui/textarea",
"x": 436,
"y": 113,
"w": 406,
"h": 208,
"state": {
"value": "Compositionality is composability without emergence. Compositionality is a powerful property because it allows us to decompose a problem into approachable pieces, analyze those pieces separately, and arrive at the answer to the whole. Compositionality allows us to scale our mathematical reasoning. Type theory is the field of mathematics that studies compositionality. I’m interested in composition specifically because it can provoke emergence. Emergence requires a mechanism of composition. When you make a relevance realisation that relevance is context dependent. We use the \"optimal grip\" on a given concept during our interaction with it - be that mental or physical. For a cup, that might be how to grip it and how close to hold it. Those vary depending on its fullness, are we cleaning it, organising it, drinking from it? Etc. Similarly, when we identify an object we categorise it at the level optimal to our current frame. We often recognise animals we see in passing as \"dog\" but not \"mammal\" or \"German Shepard\". This is the optimal grip for our general interaction with the conceptual hierarchy around that object. Value creation (and destruction) = the system surprising itself. If it is in equilibrium, it must be dead. If a system can’t knock itself out of equilibrium, it can’t create new value. Without ‘noise’ there can be no innovation. Total control of the decision-making process at the highest level permits no novelty. This implies the need for a new approach to interacting with value-creating ecologies. An approach centered on planning and control will kill the capacity of the system to surprise. We need to provoke emergence through gardening, rather than architecture. Knowing is not a binary state. To search for knowledge we first have to know something about it, but that means we already know it in some sense. We ascend a gradient of knowledge, we cannot actually go straight at the unknown. Insight is the moment we realise our current Perceptive Frame is incorrect. We move closer to truth by transcending our limited perspectives even if there is no absolute pole of truth. If you had to set one metric to use as a leading indicator for yourself as a knowledge worker, the best I know might be the number of Evergreen notes written per day. Note-writing can be a virtuosic skill, but Most people use notes as a bucket for storage or scratch thoughts and Note-writing practices are generally ineffective. A naive writing process begins with a rough inkling about what one wants to write and a blank page. Progress from this point requires an enormous amount of activation energy and cognitive effort: there’s nothing external, so you must juggle all of the piece-to-be in your head. By contrast, if you’ve already written lots of concept-oriented Evergreen notes around the topic, your task is more like editing than composition. You can make an outline by shuffling the note titles, write notes on any missing material, and edit them together into a narrative. In fact, because you can Create speculative outlines while you write, you might find that the first of these steps is already accomplished, too. And writing each note isn’t hard: Evergreen notes permit smooth incremental progress in writing (“incremental writing”)."
}
},
{
"id": 2,
"src": "meemoo:image/text",
"x": 530,
"y": 438,
"w": 667,
"h": 95,
"state": {
"text": "text",
"font": "bold 30px Tahoma",
"height": 60,
"fill": "rgba(255, 255, 255, 0.6)",
"stroke": "black",
"strokewidth": 0.5
}
},
{
"id": 3,
"src": "meemoo:image/transform",
"x": 698,
"y": 607,
"w": 520,
"h": 521,
"state": {
"width": 500,
"height": 500,
"scale": 1,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 4,
"src": "meemoo:image/transform",
"x": 1407,
"y": 721,
"w": 200,
"h": 210,
"state": {
"width": 500,
"height": 500,
"scale": 1.01,
"translateX": 0,
"translateY": 0,
"rotate": 0.001,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 5,
"src": "meemoo:ui/button",
"x": 116,
"y": 103,
"w": 193,
"h": 772,
"state": {
"label": "go"
}
}
],
"edges": [
{
"source": [
1,
"string"
],
"target": [
0,
"string"
]
},
{
"source": [
0,
"chain"
],
"target": [
2,
"text"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"image"
]
},
{
"source": [
3,
"image"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"image"
],
"target": [
3,
"background"
]
},
{
"source": [
5,
"bang"
],
"target": [
0,
"generate"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment