List of random items

  1. Refrigerator
  2. Cheese: Inside the refrigerator
  3. Mouse: Eating the cheese
  4. Cat: Eating the mouse
  5. Dog: Hitting the cat
  6. Stick: Hitting the dog with it
  7. Fire: Burning the stick with it
  8. Water: Putting out the fire with it
  9. Cow: Drinking the water
  10. Knife: Slaughtering the cow with it

Does anyone have suggestions for making this list as long as possible? Or another long list with the same conditions?

  1. The items on the list must be tangible, known objects that are easy to visualize.

  2. There must be a strong, logical connection between each pair of consecutive items.

1 Like

Do the items in the list have to represent something, or are you just trying to make connections?

I’m just trying to make connections

1 Like

Are you trying to create a memory palace using orders of objects and things?

Or is it just a random list for practicing free association?

1 Like

Are you trying to create a memory palace using orders of objects and things? You can use numbers, letters, etc., but use symbols to organize them. It can also be a story or a real memory palace, but you’ll have to review it until it becomes instinctive, which takes practice. I have palaces with up to 100 characters starting with A, B, C, D, etc. You can also use the larger numerical system; I have one developed up to 1,000 objects. Another one uses characters but expanded to include man, woman, animal, action, and object, from 00 to 99, which gives me about 500 (500 if it’s for memorizing numbers, since I don’t use actions if it’s for memorizing information). There are many ways to do this; it can be movies, books, etc. For this, I use a grid in the six areas of a room (it must be a square space, this is my preference). Each area is divided into nine compartments or (3x3), so each wall holds a frame from a story. This method is good for… Multiplying spaces and memorizing a lot of information in one place, since 6 x 9 = 54 loci, and if it has 10 rooms, that would be 540 loci, vividly imbued with the stories incorporated. For example, a room with Goku, Majin Buu, Cell, Gohan, etc., could have a still from a story like Gohan vs. Cell, Golden Frieza, etc. It’s as if the room were full of posters or pictures, but vivid and dynamic.


*Giovanni Paolo Pannini, Gallery of Views of Ancient Rome, 1758

Or is it just a random list for practicing free association? If this is the purpose, simply create cause-and-effect associations. For example, the refrigerator opens and a cheese falls on a mouse’s head; a cat notices the mouse’s presence when it yelps from the impact… etc. It’s easier to do than to write; imagination is usually faster. But you’ll adjust the story so that everything fits together; it’s like a puzzle. Then, make revisions according to your needs, whether it’s for short-term or long-term memory. Revisions using the memory palace are usually for longer periods, but it depends a lot on your experience using the methods, since many beginners create abstract images that are harder to retain because they aren’t entirely sensory, but rather part of a concrete idea and another not so concrete one.

1 Like

just a random list for practicing free association.

Thank you for replying, I’ll think about what you said

1 Like

You might find this resource useful: https://www.randomlists.com/

This one in particular: Generate a list of random nouns …like furniture or pie

Heaps of random list generators.

1 Like

What you were doing looked good.

I’ve done writing exercises before where I draw them out on paper as a kind of mind map. You can jump around and add new branches wherever you want.

mindmap
  id((refrigerator))
    id((cheese))
      id((sandwich))
        id((bread))
      id((mouse))
        id((cat))
          id((string))
            id((rope))
              id((ship))
                id((ocean))
              id((knot))
          id((dog))
            id((bark))
              id((tree))
    id((cold))
      id((snow))
        id((January))
        id((skiing))

wow, how did you draw this? did you use a mermaid chart?

Yes, mermaid works in the forum: Mind map software-generated - #14 by Josh

Example syntax:

Graphiz also works: Mind map software-generated - #4 by Josh

Example syntax:

[graphviz engine=neato]
graph {
    Sun -- Mercury;
    Sun -- Venus;
    Sun -- Earth;
    Sun -- Mars;
    Earth -- Moon;
    Mars -- Phobos;
    Mars -- Deimos;
}
[/graphviz]
graph { Sun -- Mercury; Sun -- Venus; Sun -- Earth; Sun -- Mars; Earth -- Moon; Mars -- Phobos; Mars -- Deimos; }
1 Like

thank you so much! bookmarked it :slight_smile:

1 Like