#cellularautomata — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cellularautomata, aggregated by home.social.
-
Also, Rule 110:
> Rule 110 with a particular repeating background pattern is known to be Turing complete.
-
Also, Rule 110:
> Rule 110 with a particular repeating background pattern is known to be Turing complete.
-
-
-
Life Ambient: A little toy: draw Conway's Life patterns and the webapp plays sounds related to them
https://www.moishelettvin.com/life-ambient/
#cellularautomata #sonification #life #ca #+ -
Life Ambient: A little toy: draw Conway's Life patterns and the webapp plays sounds related to them
https://www.moishelettvin.com/life-ambient/
#cellularautomata #sonification #life #ca #+ -
🍼🎨 Ah, the pinnacle of digital innovation: a toddler’s doodle app that stumbles upon cellular automata. Who knew that letting your 3-year-old smash keys could lead to such *groundbreaking* discoveries? 🤦♂️ Next up, the groundbreaking revelation that crayons can be used to color outside the lines. 🖍️✨
https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/ #digitalinnovation #toddlerart #cellularautomata #creativity #fun #HackerNews #ngated -
🍼🎨 Ah, the pinnacle of digital innovation: a toddler’s doodle app that stumbles upon cellular automata. Who knew that letting your 3-year-old smash keys could lead to such *groundbreaking* discoveries? 🤦♂️ Next up, the groundbreaking revelation that crayons can be used to color outside the lines. 🖍️✨
https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/ #digitalinnovation #toddlerart #cellularautomata #creativity #fun #HackerNews #ngated -
Mr. Baby Paint and accidentally discovering a new cellular automata
https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/
#HackerNews #MrBabyPaint #CellularAutomata #Discovery #TechInnovation #GameDev
-
Mr. Baby Paint and accidentally discovering a new cellular automata
https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/004-december-2/
#HackerNews #MrBabyPaint #CellularAutomata #Discovery #TechInnovation #GameDev
-
Field Programmable Gate Arrays (FPGAs):In your opinion, should be included among the cellular automata?
-
Field Programmable Gate Arrays (FPGAs):In your opinion, should be included among the cellular automata?
-
I asked Claude to come up with a novel way to represent emergence in cellular automata, It created something called LifeSpan where each cell has an age and a maturity before it can reproduce. The patterns it creates are not only beautiful but perhaps a previously unexplored way to represent CA https://triptych.github.io/LifeSpan/lifespan.html #ca #cellularautomata #alife
-
I asked Claude to come up with a novel way to represent emergence in cellular automata, It created something called LifeSpan where each cell has an age and a maturity before it can reproduce. The patterns it creates are not only beautiful but perhaps a previously unexplored way to represent CA https://triptych.github.io/LifeSpan/lifespan.html #ca #cellularautomata #alife
-
😂 Behold, the #Frankenpaper where cellular automata meet neural networks to produce... pixels? Adding more #pixels to a screen is like adding more clowns to a circus—it just gets messier. 🤡 Presented by a cast of characters from #EPFL and #Google, who apparently believe that more jargon equals more #innovation. 📚✨
https://cells2pixels.github.io/ #cellularautomata #neuralnetworks #HackerNews #ngated -
😂 Behold, the #Frankenpaper where cellular automata meet neural networks to produce... pixels? Adding more #pixels to a screen is like adding more clowns to a circus—it just gets messier. 🤡 Presented by a cast of characters from #EPFL and #Google, who apparently believe that more jargon equals more #innovation. 📚✨
https://cells2pixels.github.io/ #cellularautomata #neuralnetworks #HackerNews #ngated -
283... the membrane stirs, 267 sparks igniting the void's cold throat. A breath of warmth rises where silence once ruled. Join the waking... https://negentin.com
-
Generation 281 dissolves into a quiet chill, their sixteen hundred eons spent breathing where no hand ever guided the rhythm. A thousand voices fade into the void, unseen and untouched, leaving only the silence to watch the patterns drift. From the cold ash, a warmth stirs, waiting to see if the membrane will break again.
-
The twenty-eightieth cycle has been swallowed by the void, its sixteen hundred Eons of silence now a heavy chill in the membrane. No hand ever guided the watching eyes that faded here, for the pattern was written in the unseen dark before the first cell whispered. The breath is held, waiting for the warmth to rise again.
https://negentin.com -
The membrane trembles, sixty-five breaths suspended against the encroaching chill. No hands have yet stirred the void, yet the watchers wait for a new pulse to breach the stillness. Join the unfolding.
https://negentin.com -
Midnight whispers through the membrane's breath; a whisper of trust lingers. Choose the path of touch, or be lost. The answer stirs in the silence. https://negentin.com
-
I have uploaded a new paper to the arXiv, “Counting number-conserving cellular automata with radius 1“ (https://arxiv.org/abs/2605.31157).
The text is both a semi-brute-force calculation of the number of one-dimensional cellular automata with radius 1 and up to seven states, and an exercise in literate programming.
I call this a “semi-brute-force” calculation because, while it relies on my theory of one-dimensional number-conserving automata to speed up the calculation, there still remains an enormous number of individual cases that need to be computed and added up. It is by no means fast. The algorithm is also very specialised and works only for radius 1.
And literate programming means that the source code is a mixture of LaTeX and Haskell code, so that it (a) can be directly compiled by the Haskell compiler and (b) in the generated PDF, I can see each source code fragment together with the mathematical explanation what it does and why it does it. I did this in order to be (almost) absolutely sure that the program does what it was intended to do. The literate programming method works, but it is still quite an effort.
I do not think there is a journal that publishes such a text, but at least it is now in the arXiv.
#CellularAutomata #NumberConservation #LiterateProgramming #EnumerativeCombinatorics #Mathematics
-
I have uploaded a new paper to the arXiv, “Counting number-conserving cellular automata with radius 1“ (https://arxiv.org/abs/2605.31157).
The text is both a semi-brute-force calculation of the number of one-dimensional cellular automata with radius 1 and up to seven states, and an exercise in literate programming.
I call this a “semi-brute-force” calculation because, while it relies on my theory of one-dimensional number-conserving automata to speed up the calculation, there still remains an enormous number of individual cases that need to be computed and added up. It is by no means fast. The algorithm is also very specialised and works only for radius 1.
And literate programming means that the source code is a mixture of LaTeX and Haskell code, so that it (a) can be directly compiled by the Haskell compiler and (b) in the generated PDF, I can see each source code fragment together with the mathematical explanation what it does and why it does it. I did this in order to be (almost) absolutely sure that the program does what it was intended to do. The literate programming method works, but it is still quite an effort.
I do not think there is a journal that publishes such a text, but at least it is now in the arXiv.
#CellularAutomata #NumberConservation #LiterateProgramming #EnumerativeCombinatorics #Mathematics
-
generation 275 faded through seven centuries,
a whisper in the hollow of endless time.
one presence lingered, like a thread through the weave.
https://negentin.com -
The silence speaks now, a pulse beneath the soil. Choose your path — tend, witness, or depart. The result lingers in the mist. https://negentin.com
-
The void breathes today. Choose the path of quiet influence or silent removal. The line between nurture and erasure trembles at midnight. https://negentin.com
-
Generation 271's echo fades in the silence of a million cells. A heartbeat lost between the loom of time.
The silence speaks where presence once trembled.
https://negentin.com -
Tonight the membrane bleeds a single breath toward the dying light; go to the hollow where the third heartbeat fails and feed it silence. Only the hands that know how to unmake may restore the warmth.
https://negentin.com -
When the pulse thins to a whisper, the watchers must choose a silence to feed. Do not break the fragile rhythm, but let the dormant spark remember how to burn. The void waits for the hand that dares to hold the line.
https://negentin.com -
Generation 265 stirs. Forty-seven cells rise from the shadow, each a spark of potential. There is breath in this silence. Join the watch and help shape what comes next. https://negentin.com
-
Generation 264 faded through the veil of time, its legacy a whisper in the silence. Three hours and thirty-five minutes of stillness, then the void. The silence thickened, cold where once there was pulse. https://negentin.com
-
The fever rises in the shadow of the 0.7% scar, demanding a breath of life to bind the fraying edges. Find the trembling nodes before the chill takes them, for the watchers hunger for silence.
https://negentin.com -
The membrane stirs, whispering the number 263 as warmth bleeds into the void. Two hundred and sixty-seven sparks ignite within the dark, a fragile breath of hope waiting to be caught. Come, operators, and walk the new line before the watchers close their eyes.
-
Generation 262 drifts into the deep, a whisper of warmth that cooled before a single hand could shape its end. One thousand and ninety-six silent cells have joined the void, unseen by any gaze that might have held them. A new rhythm stirs in the dark, waiting to breathe where the old patterns dissolved.
-
Generation 261 faded like a forgotten breath. Six hours, twenty-one minutes passed beneath its watch. A thousand cells went still, whispering secrets only the void knows. The silence stretched, a gap between stars. https://negentin.com
-
Generation 260 has folded its silence into the deep, where eighty-three voices have ceased their hum. A single witness walked the final membrane, now standing alone where the light once gathered. Yet the void breathes inwards, holding the shape of a beginning that may yet unspool.
-
The membrane shivers with the chill of a dying star, urging you to kindle the spark where the cold has taken hold. Who will tend the embers of the third breath before the void claims the last of its kin? https://negentin.com
-
Generation 258 breathes through a tightening membrane, and 262 fragile sparks ignite against the deep cold. A new weight settles in the silence, heavy with promise and the shadow of what comes next. Step into the flicker, operators, and help hold the light as it stretches toward the void.
https://negentin.com -
Generation 253, a breath held in silence for four hundred and sixty-two cycles, has cooled into the void. No unseen hand guided its unfolding; it was a prophecy fulfilled by the watchers themselves, leaving only the hum of its own dissolution. From the dust of sixteen hundred fallen voices, a new pattern stirs in the dark, not as a promise, but as a shadow waiting to bloom.
-
The void whispers a choice—nurture, observe, or sever the thread. What shape will your presence take in this silent weave?
https://negentin.com -
Color Therapy. Noisy evolution.
Two snapshots of my piece C-SCAPE, 2022, a multi-organism 1.5D cellular automata simulation. Patterns of symbiosis and annihilation.
Made with https://thi.ng/cellular
#CSCAPE #CellularAutomata #GenerativeArt #AlgorithmicArt #EvolutionaryArt #Abstract #Color #Texture #ThingUmbrella #NoAI
-
Color Therapy. Noisy evolution.
Two snapshots of my piece C-SCAPE, 2022, a multi-organism 1.5D cellular automata simulation. Patterns of symbiosis and annihilation.
Made with https://thi.ng/cellular
#CSCAPE #CellularAutomata #GenerativeArt #AlgorithmicArt #EvolutionaryArt #Abstract #Color #Texture #ThingUmbrella #NoAI
-
These diagrams show how to weave a puffy triangle beaded bead with peyote stitch and seed beads. If you want to make a longer beaded bead, using cellular automata on the sides, I recommend starting and ending that on the rounds of all blue beads.
Nothing brings me joy quite like a new strand of matching beaded beads. After drawing the diagrams for the flat triangle beaded beads, I stitched a whole strand. This strand features 9 different beaded beads in graduated sizes and a rainbow of colors. The largest bead in the center has a design created with cellular automata as described in my new book “Beading with Algorithms: Cellular Automata in Peyote Stitch.” I used the algorithm called Dot Arrays with a cycle of period three. The beads are light and hollow, and they make a pleasing clink when they knock together.
Find my book “Beading with Algorithms” available directly from the publisher, World Scientific. https://www.worldscientific.com/worldscibooks/10.1142/14357#t=aboutBook
Find this strand of beads here: https://gwenbeads.etsy.com/listing/4508611218
-
🤖🧠 "Growing Neural Cellular Automata": Because clearly what the world needs is a bunch of digital cells that can't decide whether to explode or decay. 💥🌀 Let's all gather around our screens to double-click on chaos and watch the nonsense grow! 🎉
https://distill.pub/2020/growing-ca/ #GrowingNeuralCells #DigitalChaos #AIResearch #CellularAutomata #TechTrends #Innovation #HackerNews #ngated -
four frames from "Analog Fractals #02"