Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics.
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
Not exactly about codebases, but I believe the universe operates like a cellular automaton (CA) at its most fundamental level. (Idea originally from Stephen Wolfram.)
A CA, if you don't know, is a simulation in which a cell in a grid evaluates nearby cells and returns a value based on what it finds and the rules given to it. What happens next is called 'emergent behavior', and in some ways mimics physics and even primitive life. In fact, many physics models use CA already.
What this means to me is that there is ultimately only one type of energy/matter, and that everything we can detect (quarks, photons, atoms, etc.) is made from the same 'stuff', and that nothing is truly random... it's just that we lack the tools and models to predict what happens below the smallest observable scale.
Have you seen Lenia?
My understanding of what a cellular automata could be was greatly expanded when I learned about it. To me, something like loop quantum gravity seems to have the same rough "shape" as a very complex cellular automata. I think we're (humanity) getting closer to a breakthrough in understanding on that front.
I didn't know it was called Lenia, but I have seen implementations of it here and there. It's pretty cool that people have gotten it working, and I wonder what other totalistic cellular automata besides the Game of Life would look like when evaluated in a continuous manner.
The problem with making truly continuous CA is that we are using digital computers to do it, so we can only ever get an approximation of what a CCA would look like. I've seen just how big a difference 8 bit vs 16 bit values make, and I imagine that even though higher and higher bit depths would converge upon a truer model, issues will still persist. Plus, we are still stuck with using grids...