Fun Fact

No, this is definitely a seed bearing plant. A Fruit and Flower Bearing Wood-y plant possibly mid transition into a herbaceous Fruit and Flower Bearing Grass-like plant. Most people don’t think of grass having flowers, but the grains that grow on top when they are not trimmed count as a fruit/flower.

2 Likes

Hm. Now I wonder how would plant evolution go like in-game. I suppose we’d want to model it after what happened in real life, correct?

2 Likes

With the Skin Attribute system, I guess Wood-y would be an attribute that could be changed later. Or perhaps, there could be a Herbaceous Skin and a separate Wood-y Skin and both could have an option to become the other. In the later case, I think the original would be herbaceous.

2 Likes

I presume it could switch multiple times in this option and not just once, right?

Also a fun fact: The AI bubble appears on trend to follow in the steps of the dotcom bubble (which is bad for it and good for us)

2 Likes

All cacti are succulents (converse is not true), and all cacti have woolly/hairy areas called Areoles where new spines and shoots may emerge.

3 Likes

There are also these rock-plants that grow very slowly in arid climates and are also succulents.

2 Likes

The taxonomic rank of Tribe (below taxonomic rank of Family) is utilized for classification within Domain Eukaryota (Kingdom Planate and Kingdom Animalia), and was used (until 2024) for Domain Bacteria.

2 Likes

Guess Archeae remain in β€œpacks” or β€œherds” then…

1 Like

To my knowledge, Achaea don’t have a taxonomic equivalent of β€œTribe” used in their classification scheme; it is just the classic Dapper Kings Play Chess On Fine Grain Sand.

1 Like

I wonder how would this be handled if Eukaryotes were to be classified in the same domain as Archeae…

1 Like

Maybe Archaea will be get assigned Tribe taxonomic rank classifications to better homogenize with Eukaryotes…

1 Like

Or maybe the two groups will remain separate…

1 Like

Tribe taxonomic rank is no longer used for Bacteria taxonomy.

1 Like

Makes sense.


The closest relative to vertebrates are β€œsea squirts”.

1 Like

Linear Congruential Generator (LCG) is a type of Psudeorandom number generator (PRNG) that is used for the RNG function in calculators, due to their simplicity and ease of memory usage.

2 Likes

I suppose computers don’t need to use this because they can afford to use more costly methods, correct?

1 Like

most desktop operating systems will provide a Cryptographically secure pseudorandom number generator - Wikipedia of some form, though windows is gross and you have to use a horrible API and seed the system yourself, I prefer the unixlike approach, which provides a readable β€œfile” called /dev/random or /dev/urandom which you can read from to produce infinite random bytes. (all the files in the /dev/ directory are fake files virtually created by the operating system, and are not really on your hard drive/ssd)

edit: I actually have no love for being β€œunix-like”, I just think we hold unix-like OSes to a high standard and their solutions to problems tend to be good. The unix-like philosophy is not in any way important to me, I just respect most unix-like OSes. I think a bizarre VMS-like like windows NT could be good if it was developed by competent people who thought closely about their choices.

also in the same edit. Simple LCGs or my favorites, LFSRs (linear feedback shift registers) are sometiems used in applications where cryptographic security is useless and speed is useful. For example I have written some horrible insecure bit-fidling nonsense for noise generation on the GPU, where there is no operating system to call and no cryptographic needs.

3 Likes

Well, random only to a degree. Good enough for most purposes I guess.

2 Likes

Modern desktops actually have thermal noise samplers in CPUs, which as long as you trust the implementation by the CPU manufacturer, it should be as good as a dedicated true hardware random number generator. The only downside is that the speed at which random numbers can be generated is limited by how fast the thermal noise sampling can generate random fluctuations.

4 Likes

I wonder if there could be a way to go around this system so that the detectors see noise someone planted to skew the resulting β€œrng”…

1 Like