#I need help making a read and write ram system

1 messages · Page 1 of 1 (latest)

upbeat sierra
#

Does anyone know how to make ram. So you can input a value of text and assign it a number and execute and then you can tell the circuit to read that number and it gives you the text value back. Someone has already made it I just need to know how because I need like a million values.

#

Something like this

hollow citrus
#

sounds like lists

upbeat sierra
#

No it can’t be a list because that thing has a32k item list and it only uses 100 chips

hollow citrus
#

its a bug, and allows for the storing of several hundred or even thousands of strings

#

a single glitched List<List<String>> can store 263,169 strings

#

a glitched List<List<List<String>>> can store 135,005,697 strings

upbeat sierra
#

How do you do that though

hollow citrus
#

You dont, its a bug

#

Conviently, 2097152 is 128 cubed

something tells me they are using a List<List<List<String>>>, each with 128 elements, meaning 128^3 strings, or 2097152

upbeat sierra
#

Well there has to be a way to do the bug since they did it

hollow citrus
upbeat sierra
#

I’m making an ai system where I need it to learn millions of inputs

hollow citrus
#

then no, i wont tell you

#

Typecasting should not be used functionally, because its an unstable bug which will be fixed in the future, breaking everything that used it

upbeat sierra
#

👍

hollow citrus
#

Like, AI a neural network, or AI as something that moves around etc

#

Because if you want to make an AI that can path from A to B, what you are looking for is a pathfinding algorithm

upbeat sierra
hollow citrus
#

then yikes

upbeat sierra
#

I’ll just use that invention then he has a 16gb version🙃

#

Each value I store has 3 inputs, one for speed, one for rotation one for wall locations so it should be fine