Skip to main content

Genetic Revert & Refresh

The premise is pretty simple, what if we could press the undo button for DNA related aflictions. It's a sound theory but whether it would actually work or not is questionable.

main looking excitedly at a rolling DNA double helix
The possibilities!

This particular train of thought was mostly born from thinking about cancerous cells, which grow out of control due to a minute mutation in the DNA of a cell. The immune system doesn't identify the cancerous cells as something that is dangerous because they're near identical to any other healthy cell. The same could be said with aging, cells slowly mutating & loss of elasticity cause degradation in copying the genetic information to new cells.

CRISPR gene editing theoretically allows us to alter DNA in a live organism. With this technique the ability to alter a DNA sequence needs only the desired information payload to be spliced in. This obviously raises rather large ethical concerns of being able to wildly alter people's DNA and fundamentally change the human genome. Which is much too heavy a philosophical, cultural & even religious discussion for this particular blog! However, simply reverting to a previous non corrupted state of when the DNA was fresh & at its peak? There is no real change there, just a reversing back to a previous version.

In software development we have version control, most famously Git, which allows several versions of complex code & data to be merged together to get the intended end result. The same principle could surely be applied. People could regularly make DNA "commits", allowing the ability to merge, revert & even refresh changes to their own DNA sequence. Think of it like a save point, where the DNA could simply be pointed back to "load" a previous version. This would obviously need to be a regulated & controlled practice by medical professionals otherwise the below would most definitely occur. But if managed properly, the possibilities are quite enticing.


A comedic representation of a git merge gone wrong, two mediaeval armies clashing together

Comments

Popular posts from this blog

Random Generation That's Not So Random

While I do want the Galliventurer universe to be procedurally & randomly generated, I don't want it to be truly random. There needs to be a modicum of probability involved. Some weighting so that some things are rarer than others. After all we can have too many diamond covered planets or uranium based suns - as you can see I haven't actually started thinking too much about the composition of the planets, stars, etc. Keeping this probability based random selection in mind, I'm going to be using a dynamically weighted series of arrays to randomly select properties for entities in the Galliventurer universe. Using something very similar to (or based on) this article by Michael Czechowski https://observablehq.com/@nextlevelshit/rejection-sampling-in-javascript . The main bit of complexity here will be the values of a randomly selected property will affect the weights of the next selection. For example the size of a star will greatly change the weight of the probabi

No Language

I worry there isn't words to describe the depth of my feelings. One four letter word isn't enough. It feels too small, too fragile, to contain such an ache. A strand that cuts through to the very core of my soul and anchors me to you. The breadth of comfort with you, the depth of my entwinement cannot be limited to such a word. Sitting at the center of my life, you ground me when the rigors of everyday life threaten to throw me asunder to the void. I am yours always, you are my forever.

Where's the Fun?

When Galliventurer was first conceived in the bowels of my brain it was during a particularly good session of playing No Man's Sky. I had just traversed several different planets finding old ruins and exploring as I went. The exhilaration I felt zipping around in space and then landing to explore - it was this feeling and the want to continue that on my phone, which persisted for days & weeks, was the main reason I even considered starting development on Galliventurer. No Man's Sky is possibly one of the most ambitious, fully realised games in history - yes it took them a while to get there, but I don't see Star Citizen releasing anytime soon - so it goes without saying Galliventurer will not be anywhere near that ambitious. A small glimmer of space flight amongst the stars with endless exploration. But then what? Subin Kim's freighter concept This has been a constant thorn in my frontal lobe since my first flight through the current build of the game. Sure you ca