« BackInfinite Craftneal.funSubmitted by kretaceous 2 years ago
  • procparam 2 years ago

    My friends and I have played so much already that the list of elements on the sidebar is unwieldy. You can paste this little js snippet into the console to add a basic search feature

      items = () => [...document.querySelectorAll('.items div.item')]
      show = (elt) => elt.style.display=''
      hide = (elt) => elt.style.display='none'
      search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().includes(text.toLowerCase())).forEach(hide))
      inputElt = document.createElement('input'); inputElt.type='text';
      document.querySelector('.sidebar').prepend(inputElt)
      function handle(e) { search(e.target.value) }
      inputElt.addEventListener('input', handle)
    • starshadowx2 2 years ago

      This is really cool, thanks. I was just using ctrl+f to find things. I've got like 1200+ words right now so I totally understand the unwieldy-ness.

      • cooper_ganglia 2 years ago

        Thanks for this! I ended up hitting refresh because of how long my list eventually got, I wish I'd seen this comment 10 minutes sooner!

        Oh well, I guess now I'm forced to sink in another half-hour this evening! ;)

        • k17044419 2 years ago

          [flagged]

        • smarkov 2 years ago

          I couldn't find any information but does this use some kind of LLM to derive the combinations from? It makes a request to the backend every time you combine items which sometimes takes >500ms, and also supports some really wild combinations that I highly doubt someone has taken the time to come up with. It would also explain why the icons are emoji's, it would be fairly trivial to ask ChatGPT to give you the result of Fire + Water and an accompanying emoji.

          • JeremyNT 2 years ago

            You are correct according to this tweet [0]. That may become inaccessible as Nitter dies, but the text is:

            > Working on an endless crafting game with llama 2

            along with a video of this game.

            [0] https://nitter.cz/nealagarwal/status/1747284257582506102#m

            • madeofpalk 2 years ago

              Ahh, neat application of it. Explains the somewhat dubious combinations I was seeing.

              • hinkley 2 years ago

                Forest + fire = smoke

                Mud + water = swamp

                Swamp + plant = Venus Flytrap

                Okay, okay.

                Venus Flytrap + Smoke = smoke detector

                <confused smile meme>

                • Night_Thastus 2 years ago

                  Tree + Water = river was also pretty baffling.

                  Unfortunate. I can see the appeal of using an LLM for this but the results are pretty mediocre.

                  • ProllyInfamous 2 years ago

                    Tree + Water = River

                    This is a great result, a branching of water/wood.

                    • nerdponx 2 years ago

                      I also got Dandelion + Engine = Helicopter, along these same lines.

                      • starphobia 2 years ago

                        I got s'more + smoke detector = captain hook

                      • cushpush 2 years ago

                        low-key genius or high-key misunderstood

                        • TeMPOraL 2 years ago

                          As this is powered by an LLM, you are exploring its latent space. That means there isn't one logic behind everything - any association is fair game. Here, probably the strongest one wins.

                          • teaearlgraycold 2 years ago

                            LLMs are a great way to prompt human ingenuity in mental gymnastics

                            • cushpush 2 years ago

                              Great point.

                              • thih9 2 years ago

                                I got “edward” after linking “vampire” and “eclipse” so yeah.

                                • undefined 2 years ago
                                  [deleted]
                                  • cnity 2 years ago

                                    Not sure if this is the point you're making, but that is probably due to "Edward Cullen" of Twilight.

                                    • o_pax 2 years ago

                                      And "Edward" + "Love" is "Bella".

                                      • crweemtae 2 years ago

                                        how do i create love?

                                        • sawer 2 years ago

                                          To make love you have to put together Prison+Venus= love

                                      • Molly_janes 2 years ago

                                        oh my got same

                                        • FireWall_2828 2 years ago

                                          That's weird, I did the same thing but I just got "Twilight".

                                        • RM3578 2 years ago

                                          [flagged]

                                  • undefined 2 years ago
                                    [deleted]
                                  • vintermann 2 years ago

                                    As usual with language models, you have to put in the work yourself to have fun with them.

                                    I laughed when "Vindaloo + Bubble" gave me "Burp", and "Burp + No Bacon" gave me "Sad"

                                    • madaxe_again 2 years ago

                                      Ham Solo + Darth Bacon = Pork Star

                                      • dzdt 2 years ago

                                        Ninja + Pig = Pork Chop

                                      • sumtechguy 2 years ago

                                        The rewilding guys would probably say 'that tracks'. Many of their efforts to get rivers to flow year round usually involve trees. Moss, bugs, rodents and grasses first then trees. Usually can help many areas to have year round streams again. As roots help water linger longer in an area. Which leads to streams.

                                        • ilaksh 2 years ago

                                          Obviously the prompt to the LLM is just to create the most obvious association. It may not mention "crafting" at all. Maybe it does though. Is there something obvious to craft that uses a tree and water in the process?

                                          • vintermann 2 years ago

                                            To design a game like this you need to do a lot better than just creating the obvious association. It needs a mix of obvious recipes and clever recipes, so that there's challenge and a sense of achievement. Also, there's a starting point. What should the graph look like?

                                            I'm sure Neal has done hard work in getting it right.

                                          • grotorea 2 years ago

                                            If you look at a river system from space I guess it looks tree-like with branches.

                                            • cushpush 2 years ago

                                              the tree of water is the global river system." very hydrological

                                            • raible 2 years ago

                                              Weed + tree = bong!

                                              • guhguhgugh 2 years ago

                                                how do you make weed lol

                                              • hombre_fatal 2 years ago

                                                Meh, what would be your great response to Tree + Water?

                                                A human can only generate a small fraction of the combinations and would have a hard time coming up with most combinations which are already nonsensical.

                                                What is your non-disappointing idea for, idk, Tears + Pottery (AI: Bowl) or Money + Salt Lick (AI: Cow) or Skull + Lake (AI: Loch Ness) or Dracula + Pirate (AI: Vampirate) or Curse + Money (AI: Debt)? Now do that thousands of more times.

                                                The infinite aspect is the thing that keeps it interesting, I think. The fun is getting a new, weird result like "Dracula" and "Pot of Gold" and seeing if you can generate new weird results from the existing set.

                                                • baq 2 years ago

                                                  I somehow got to Mega Evolution which I got from megalodon and some pokemon, but don’t ask me how to get to Pokémon.

                                                  Anyway, once you get that kind of a modifier, anything’s game for megaification.

                                                  • ceroxylon 2 years ago

                                                    Tree + Water is easy: Mangrove, Bald Cypress, Rhizophora, etc

                                                    • hombre_fatal 2 years ago

                                                      I wouldn't consider those to be better. You're enhancing the tree side of the equation but gave no examples of the water side.

                                                      And why didn't you do the rest of my examples? ;)

                                                    • TomK32 2 years ago

                                                      Loch Ness? I skipped to the Loch Ness Monster. Got the Lake only later on. And then I got Nessie.

                                                      This is a Quagmire

                                                      • bpye 2 years ago

                                                        Yeah Loch Ness Monster + Water gave me Nessie

                                                        • TomK32 2 years ago

                                                          Porkosaurus, Soup Nazi, Sphinxie, Sodium Chloride, Abdominable Snowman, Baconator and both Yeti and Godzilla. And Yogazilla which is a "First Discovery".

                                                          Found myself: Thomas the locomotive

                                                          • CodeMage 2 years ago

                                                            Some of my favorite first discoveries:

                                                            - Cactus Missile

                                                            - Mammoth Marula

                                                            - Super Lizard Wizard

                                                            - Cheesethorn Bush

                                                            - Cheesnado Lizard Wizard

                                                            - Cheesnado 2: Cheesnado Strikes Back

                                                            - Cheesewolftrap

                                                            • starphobia 2 years ago

                                                              I got Gay Bachelorette Party, first discovery

                                                              • L0Wquality 2 years ago

                                                                Glitter ketchup, same

                                                                • xanderplayz16 2 years ago

                                                                  [flagged]

                                                              • jeff900 2 years ago

                                                                [flagged]

                                                                • jeff900 2 years ago

                                                                  [flagged]

                                                                  • jeff900 2 years ago

                                                                    [flagged]

                                                                • time_paradox 2 years ago

                                                                  [flagged]

                                                                • gs17 2 years ago

                                                                  > Tears + Pottery (AI: Bowl)

                                                                  Urn

                                                                  • geoelectric 2 years ago

                                                                    Money + Salt Lick makes sense, if it’s a Cash Cow.

                                                                    • dr_dshiv 2 years ago

                                                                      Did you figure out how to get math? I’ve been trying so hard!

                                                                      • smus 2 years ago

                                                                        Tree + water = canoe

                                                                        • dylan604 2 years ago

                                                                          Jungle

                                                                          Forest

                                                                          Fruit

                                                                          Nuts

                                                                      • Zobat 2 years ago

                                                                        Window + Dune = Sandwich

                                                                        That one surprised me.

                                                                        Sandwich + Sphinx = Sphinxwich

                                                                        This one delighted me. The Sphinxwich doesn't combine well with other stuff though.

                                                                        • cartucho1 2 years ago

                                                                          I got Atlantis + Spongebob = Atlantis Squarepantis :D

                                                                          • time_paradox 2 years ago

                                                                            [flagged]

                                                                        • MrJohz 2 years ago

                                                                          I found fish + fire = sushi amusing - it isn't necessarily wrong, but it also doesn't feel right either...

                                                                          • hinkley 2 years ago

                                                                            How did you get to fish? Because boy do I have a story for you.

                                                                            Mine starts in Atlantis, then Poseidon gives me a fish. Then two fish turned into a shark and I ended up with a sharknado.

                                                                            Then I found the titanic, we hit an iceberg, I found a treasure and then pirates chased me, but I got away, sold the treasure for money and became the richest man, then climbed Mt Everest, and later had a tea party.

                                                                            Anyway, there has to be a better way to get fish than Unda da Sea.

                                                                            • madacol 2 years ago

                                                                              Just add water like 5 times, and you get fish

                                                                          • vintermann 2 years ago

                                                                            Bankrupt + Pirate = Captain Jack Sparrow

                                                                            Bacon + Judaism = No Bacon

                                                                            • starphobia 2 years ago

                                                                              holy water + wine = catholic church

                                                                            • sva_ 2 years ago

                                                                              My favorite was Lotus Flower + Mud = Buddha

                                                                              • vintermann 2 years ago

                                                                                Oh, that's a good one! I'm trying to collect religions and countries.

                                                                                • starphobia 2 years ago

                                                                                  [flagged]

                                                                                • verocan_tellyou 2 years ago

                                                                                  Lotus+Flower=Buddha Buddha+Religion=Nirvana Nirvana+Music=Kurt Cobain

                                                                                  • o3wui4hgolnj 2 years ago

                                                                                    I got bob marley, reggae, ska, bob marley and the wailers, and flo rida the rapper

                                                                                    • starphobia 2 years ago

                                                                                      [flagged]

                                                                                  • skykooler 2 years ago

                                                                                    I've also got a few where it just mashes adjectives together; so far I've found Time Poseidon, Rainbow Steam Robocloud and Broken Unicorn, among other similar ones.

                                                                                    • vharuck 2 years ago

                                                                                      My best so far is Superninjaghostmansnowghostman

                                                                                    • tmtvl 2 years ago

                                                                                      North America + Fire = Canada. Naturally.

                                                                                      • hinkley 2 years ago

                                                                                        And if you set Canada on fire?

                                                                                        Maple syrup.

                                                                                      • frud 2 years ago

                                                                                        Fish + fire = sushi

                                                                                        • hinkley 2 years ago

                                                                                          Did you know that Bill Gates is the richest samurai?

                                                                                        • vharuck 2 years ago

                                                                                          Nuclear power station + Tsunami = Fukushima

                                                                                          • starphobia 2 years ago

                                                                                            Mountain range + Pollen = Hay Fever

                                                                                            • starphobia 2 years ago

                                                                                              volcano + fish = sushi

                                                                                            • drekipus 2 years ago

                                                                                              I got swamp with plant + water.

                                                                                              Then swamp + fire = dragon

                                                                                              • ActionHank 2 years ago

                                                                                                Megalopolis + Volcano = Pompeii

                                                                                                • hinkley 2 years ago

                                                                                                  Sushi + Asia = Japan

                                                                                                  Japan + Destruction = Godzilla

                                                                                                  Godzilla + Megalodon = Cthulhu

                                                                                                  <drops mic>

                                                                                                  • starphobia 2 years ago

                                                                                                    Catholic Church + Pride = Pope

                                                                                                  • Grimm_Reaper 2 years ago

                                                                                                    how do you get an ICBM? (Inter-Continental-Ballistic-Missile)

                                                                                                    • FireWall_2828 2 years ago

                                                                                                      Smoke detector + fire = Firefighter

                                                                                                      • recursivecaveat 2 years ago

                                                                                                        I got (hurricane + crocodile = hurricodile) lol

                                                                                                        • hinkley 2 years ago

                                                                                                          Cthulhu + richer = Richthulhu

                                                                                                          • undefined 2 years ago
                                                                                                            [deleted]
                                                                                                          • starphobia 2 years ago

                                                                                                            [flagged]

                                                                                                          • nopassrecover 2 years ago

                                                                                                            I think it’s the first time AI has made me chuckle. I ended up with “Riddle”, so I combined that with “Tornado” and it gave me “Twister” which I thought was a great Christmas Cracker pun, and then when I combined Riddle with “Bottle” it gave me “Genie”.

                                                                                                            • nealfunlover 2 years ago

                                                                                                              Here’s all the combinations I’ve came up with so far: Swamp + Mud = Quagmire Divorce + God = Odd Sun + Hourglass = Time Glass + Hourglass = Time Ice + Oasis = Penguin Sand + Stone = Pyramid Mirage + Time = Illusion Dinosaur + Lightning = Godzilla Oasis + Water = Mirage Egg + Time = chicken Golem + tide = Titan Titan + time = Chronos Poseidon + lighting = Zeus Titan + Chronos = Cronus Time + Fire = Sun Sun * Titan = Apollo Ash + Mud = Clay Godzilla + Love = God ? + ? = Spongebob Unicorn+Gold=Alchemy Unicorn+Alchemy = Philosopher’s Stone Gold+Alchemy=Midas swamp+chicken=duck duck+roast=goose goose+goose=flock flock+wind=flight Narwhal+time=unicorn Lightning + Treasure = lots of stuff (Rich, idk Narwhal+unicorn=narwhalicorn Jonah+time=narwhal Whale+oasis=jonah Plant+seed=tree noah+ark=flood curse+jesus=cross bank+intrest=money dandelion+cactus=desert Back to the future+riddle=time travel back to the future+time=delorian Desert+indiana jones=tresure

                                                                                                              • Kunsang 2 years ago

                                                                                                                Astronomer + Hangover = Astrologer

                                                                                                                • nicoty 2 years ago

                                                                                                                  Nice. At some point I got " Crypto-gangbangasm + Cthulhu Lilith Porn".

                                                                                                                  • ithkuil 2 years ago

                                                                                                                    My favourite was: "Chuck Norris" + "a-hole" = "dead a-hole"

                                                                                                                    • jimmy778hahah 2 years ago

                                                                                                                      [flagged]

                                                                                                                    • mynamesjeffy 2 years ago

                                                                                                                      [flagged]

                                                                                                                  • dhc02 2 years ago

                                                                                                                    Might be worth using farside for the link, which I found out about today on HN.

                                                                                                                    https://farside.link/https://twitter.com/nealagarwal/status/...

                                                                                                                    • ycombinatrix 2 years ago

                                                                                                                      [dead]

                                                                                                                    • andrei 2 years ago

                                                                                                                      just link to the real thing :) [0]

                                                                                                                      [0]: https://twitter.com/nealagarwal/status/1747284257582506102

                                                                                                                      • Aachen 2 years ago

                                                                                                                        Such that it's already dead?

                                                                                                                      • WaxProlix 2 years ago

                                                                                                                        Off topic, why is nitter dying? I've noticed the main instance's SSL cert is down for a bit now, and other instances are pretty rate limited. Did something happen/change?

                                                                                                                      • samstave 2 years ago

                                                                                                                        Neat.

                                                                                                                        Campfire+sushi took about 10 seconds before it gave up and did not combine them.

                                                                                                                        • jarboot 2 years ago

                                                                                                                          The request looks like "https://neal.fun/api/infinite-craft/pair?first=Phoenix&secon..." so it's probably typically caching the combination of phoenix+seeds but if there is no cache entry it would use llama to make up something. If there's a lot of attention on the site the llm service might be down or overloaded. And given the exponential/factoral (?) amount of combinations this may be reached surprisingly quickly. Just a guess.

                                                                                                                          As an aside, the game is technically interesting, being a really simple example of using llm generation for game mechanics. But it is not engaging at all and feels nonsensical to me, especially when compared to little alchemy https://littlealchemy2.com/.

                                                                                                                          I'm not trying to be negative and this isn't a dig on creativity of the wonderful Neal but more points to the immaturity of llms applied to games, maybe to my overexposure to chatgpt, and maybe a prediction that human touch will always be required to make something entertaining. I'm curious how llms will fit into an engaging game experience in the future.

                                                                                                                          • SirMaster 2 years ago

                                                                                                                            >As an aside, the game is technically interesting, being a really simple example of using llm generation for game mechanics. But it is not engaging at all and feels nonsensical to me

                                                                                                                            You just gotta make a game out of it.

                                                                                                                            For example challenge yourself to try to craft "pizza".

                                                                                                                            Can even try to do it in as least number of crafts as possible.

                                                                                                                            Point is, just crafting random things to see what it spits out is OK, but trying to use your own logic to combine things to get to an arbitrary solution you come up with is much more engaging, at least to me.

                                                                                                                            Challenge your friends to craft some specific "thing". Think of something you might think could be hard to craft to, and ask them to do the same and see who can get there first, or in the fewest steps.

                                                                                                                            • jarboot 2 years ago

                                                                                                                              I tried your challenge to create pizza. My goal is to get some kind of food, but combining combinations of water, plants, fire, etc are way more likely to produce dragons and universes. I eventually got to chestnut which got to bread, but it was a lot easier to get to "Toast Toast Toast" or "Chestnutzilla" or "Treasure" + "Toast" = "Pirate". I finally got "Tostzilla" which has a pizza emoji, and then "lunch", and "breakfast", and "party"+"toast"="celebration" ?? but it feels random and illogical at some point I just gave up.

                                                                                                                              So to me it feels like playing against a soulless vector database rather than something engaging and well-crafted. I think what gives me this impression is that things are commonly related to each other using words rather than their meaning -- getting from "pirate" to "captain crunch" to "serial killer" is obviously following lines of language rather than the core concepts that relate objects. This is directly opposed to the actual act of crafting which is 100% rooted in the material world and has no relationship to language.

                                                                                                                              Maybe I'm losing my imagination, but doing it like you suggest, creating challenges, is makes it more fun. I think I'm just tired of thinking in language.

                                                                                                                              I'm also seeing a lot of my favorite game creators on twitter enjoying the toy and I'll trust their taste over mine :)

                                                                                                                              • jandrese 2 years ago

                                                                                                                                That's a fairly big challenge since the game gets less coherent the longer it goes on. The early matches generally make sense, but after about 3 levels you start getting loops, and after 5 levels you start getting nonsense or outright failures from queries.

                                                                                                                                If you figure each of the things is an input parameter to a LLM this makes a lot of sense. They tend to have short memories and struggle with higher level introspection. Great for demos, but fraught with problems when using them to do real work.

                                                                                                                                • SirMaster 2 years ago

                                                                                                                                  Hmm, I’m not finding it to be too big of a challenge.

                                                                                                                                  It’s a bit challenging yeah, but me and my friends are challenging each other to get to words and we can usually find a way to make it.

                                                                                                                                  Things like “Godzilla”, “Universe”, “Vampire”, “Optimus Prime”, “Vodka”, etc are just some examples we did.

                                                                                                                                  I don’t seem to be having problems going dozens of levels deep without loops and not running into many query failures. Results that are deep are still making some logical combinational sense to me at least.

                                                                                                                                  Some words we haven’t been able to make, but that doesn’t mean it’s not possible. It just means we need to get more creative and sometimes think outside the box. There are so many ways you can approach getting to a certain result in my experience so far.

                                                                                                                                  Doing this has been fun and challenging so far for me and my friends FWIW.

                                                                                                                              • hombre_fatal 2 years ago

                                                                                                                                > But it is not engaging at all and feels nonsensical to me, especially when compared to little alchemy https://littlealchemy2.com/.

                                                                                                                                On the other hand, Little Alchemy doesn't have answers to the most basic combinations. Air + Earth = Dust, but Dust doesn't combine with Water. Earth + Water = Mud, but Mud doesn't combine with Air. Earth + Earth = Land, but Land doesn't combine with Fire.

                                                                                                                                It may be more sensical since it limits combinations to 0.01% of what's possible, but I don't think that makes it more interesting.

                                                                                                                              • Aachen 2 years ago

                                                                                                                                There's tons of combinations that take forever and nothing ends up happening. That's how I got around to the comment thread (clean+satan is why I'm here): I'm waiting for the latest combination to time out

                                                                                                                                • araes 2 years ago

                                                                                                                                  Similar. Snowmobile Farm and Sandbox Farm both appear to timeout with no response.

                                                                                                                                  However, that said, the idea itself is a neat idea, and could quite easily be turned into game ideas somewhere.

                                                                                                                                  • beacon294 2 years ago

                                                                                                                                    They seem to be asynchronous, e.g. you can actually combine several pairs at the same time.

                                                                                                                                  • starphobia 2 years ago

                                                                                                                                    Campfire + Sushi = Fish

                                                                                                                                • lovegrenoble 2 years ago

                                                                                                                                  I love silly and pointless web pages, here another one: https://sharkle.com

                                                                                                                                  • itistimlee 2 years ago

                                                                                                                                    It seems it doesn't work on my side

                                                                                                                                    • hmcq6 2 years ago

                                                                                                                                      First click brought me right back to neal.fun lol

                                                                                                                                    • Calavar 2 years ago

                                                                                                                                      An LLM seems like overkill for a project like this. Why not word2vec?

                                                                                                                                      • thatguysaguy 2 years ago

                                                                                                                                        The open vocabulary aspect seems important. Word2vec would never let me make "Pirate Pope Wars".

                                                                                                                                        • legel 2 years ago

                                                                                                                                          I had the same thought.

                                                                                                                                          Some of the surprising discoveries I made with word2vec embeddings:

                                                                                                                                          human + robot ~= cyborg

                                                                                                                                          silicon + electricity ~= solar cells

                                                                                                                                          virtual reality + reality ~= augmented reality

                                                                                                                                          As reported here: https://web.archive.org/web/20160806040004if_/http://blog.yh...

                                                                                                                                          • q3we 2 years ago

                                                                                                                                            how do you get human and robot?

                                                                                                                                          • Silphendio 2 years ago

                                                                                                                                            I thought this would be very simple to do, so I tried it. https://silphendio.github.io/word2vec_alchemy/

                                                                                                                                            That simple demo took me way too long and all that time is wasted because word2vec simply sucks for this use-case.

                                                                                                                                            • undefined 2 years ago
                                                                                                                                              [deleted]
                                                                                                                                              • TeMPOraL 2 years ago

                                                                                                                                                More dimensions?

                                                                                                                                              • Jaxan 2 years ago

                                                                                                                                                This might explain how I got “Super volcano” and “Supervolcano”

                                                                                                                                                • geoelectric 2 years ago

                                                                                                                                                  One’s really big, and the other is really cool?

                                                                                                                                                • iwontberude 2 years ago

                                                                                                                                                  The dumbness of the LLM inference ruined this for me. Fossil + Fire = Dinosaur? Okay.

                                                                                                                                                  • BEEdwards 2 years ago

                                                                                                                                                    it also get's caught in stupid loops.

                                                                                                                                                    this game is fun for a bit, but shallow once you realize the gimmick.

                                                                                                                                                    you can go completely random bullshit go and get "super cyberwolfman zombie phoenixman" that's nonsense, of course it's "first discovery!"

                                                                                                                                                  • polysoma 2 years ago

                                                                                                                                                    Wouldnt it be worth caching the results? For the first couple of million combinations at least. I suppose that would take away some level of serendipity. But I imagine it would make this a lot cheaper, considering its popularity.

                                                                                                                                                    • leroman 2 years ago

                                                                                                                                                      I thought they were using some kind of vector space searches like embedding.. no idea if that's the case

                                                                                                                                                      • IshKebab 2 years ago

                                                                                                                                                        Yeah I'm pretty sure you could do this just with the classic word embeddings (king =queen + man - woman). Maybe it doesn't work as well as with a full LLM.

                                                                                                                                                        • adtac 2 years ago

                                                                                                                                                          Addition won't work for things that depend on the order of operations. If salt + water is ocean and water + fire is steam, what's salt + water + fire? Is it salt + steam or ocean + fire?

                                                                                                                                                          Associativity and commutivity in vector addition doesn't translate well to semantic meaning. Extrapolating your example, it'd also mean:

                                                                                                                                                              v_king  - v_queen   ~= v_father  - v_mother
                                                                                                                                                              v_king  - v_royalty ~= v_father  - v_parent
                                                                                                                                                              v_king  - v_father  ~= v_royalty - v_parent ~= v_queen - v_mother
                                                                                                                                                          
                                                                                                                                                          I don't see why those should all be true. Intuitively, trying to satisfy O(N^2) semantic pairings with vectors that are optimised for a very specific and different numerical operation (cosine similarity) feels like something that won't work. I'd imagine errors get amplified with 3+ operands.
                                                                                                                                                          • TeMPOraL 2 years ago

                                                                                                                                                            Isn't the reason for lack of associativity/commutivity is that you're doing operations (addition/subtraction) that have them, and then snapping the result to the closest one of fixed number of points in your output dictionary? The addition is fine, loss of information is in the final conversion.

                                                                                                                                                            • adtac 2 years ago

                                                                                                                                                              There's definitely some lossy compression when you snap it to the nearest known vector: enumerating every word ever written in human history wouldn't even come close to the 2^(16*D) representable points for a D-dimensional float16 embedding vector. In fact, even adding two float16 values is a form of lossy compression for most additions.

                                                                                                                                                              But I'd be surprised if either of those were the primary reason. The words "sea" and "ocean" are different vectors but they'll be very close to each other. salt + water = sea and salt + water = ocean both sound correct to me so the problem is more about whether the v_salt + v_water can even get to the vicinity of either v_sea or v_ocean.

                                                                                                                                                              • leroman 2 years ago

                                                                                                                                                                If we constrain our selves to a pool of words of say Wikipedia entries, minutes names and maybe some other stuff, and use a "super node" like "addition" to kind of act as a math operation.. maybe this makes more sense?

                                                                                                                                                      • brap 2 years ago

                                                                                                                                                        I knew this was powered by an LLM once I crafted both "seahorse" and "sea horse"

                                                                                                                                                        • fnordian_slip 2 years ago

                                                                                                                                                          For me it was when one of my early combinations of Pegasus (might also have been unicorn or flying horse, the latter already being a duplicate of Pegasus) and water became hippocampus, but with the hippopotamus emoji ().

                                                                                                                                                          I'm sure it was fun for the creator, bit I'll stick with non - AI games for now.

                                                                                                                                                          • jimmy778hahah 2 years ago

                                                                                                                                                            i really hate it when you are crafting something and get the same thing as another thing in your side bar but it has one CAPITAL LETTER!!! like what that dosnt change anything you fuggly rat

                                                                                                                                                            • sawer 2 years ago

                                                                                                                                                              Yes Jimmy I feel the same way say if you have fence and prison it becomes fence I

                                                                                                                                                              rag just because of it.

                                                                                                                                                          • undefined 2 years ago
                                                                                                                                                            [deleted]
                                                                                                                                                          • tibbon 2 years ago

                                                                                                                                                            I don't get it; maybe it's broken in my browser. I can drag 4 types of items to a floating grid that connects them but then nothing happens.

                                                                                                                                                            EDIT: Ah, you drag items on top of each other for them to change. Instructions unclear, and I am dumb.

                                                                                                                                                            • crazygringo 2 years ago

                                                                                                                                                              > Instructions unclear, and I am dumb.

                                                                                                                                                              You're not dumb -- it's not only unclear, but the interface actively suggests the opposite of what you're supposed to do.

                                                                                                                                                              One of the best lessons I ever learned was from Don Norman's famous book, The Design of Everyday Things. Which basically teaches you that the user is almost never dumb, but rather human. And that the responsibility of understanding how to interact with an object, or program, always lies with the creator of that object or program. The designer. It's their job to design something so that it teaches you how to use it. (His most quoted example involves how a plate on a door invites you to push it, while a handle invites you to pull -- and this way you'll never try to pull a door that needs to be pushed open, or vice-versa.)

                                                                                                                                                              In this case, the interface invites you to drag things among the various pre-existing points, to continue the "constellation". It does nothing whatsoever to suggest that it would make any sense to drag the labels on top of each other. Indeed, previous experience suggests that this would simply lead to overlapping and obscured labels, so we actively avoid it. And the lines that get drawn between nearby points and labels goes even further to suggest that this is a game or experience about connecting things in a graph-like way -- which, once again, overlapping does not fit into conceptually.

                                                                                                                                                              I would never have thought to drag things on top of each other if I hadn't come here to the comments.

                                                                                                                                                              • hinkley 2 years ago

                                                                                                                                                                The lines are misdirection and need to be removed.

                                                                                                                                                                What's with all the lines to the little moving dots? Haven't figured out what those do yet.

                                                                                                                                                                • nomel 2 years ago

                                                                                                                                                                  Nothing. They're completely confusing. At first, I thought maybe the little specs is where the combination happened, so as they passed between a set, they would automatically get crafted based on that set, in a neat chaotic way. Nope. Then I thought maybe I had to set up the "recipes" and wait, or click things, or I don't know.

                                                                                                                                                                  I didn't realize it's just a basic drag drop combination thing until I saw the video, after coming here to see if anyone else was having trouble with Safari.

                                                                                                                                                                  • NegativeLatency 2 years ago

                                                                                                                                                                    I wonder if that's how it worked originally but was dialed back because you'd have n^2 queries per UI interaction

                                                                                                                                                                  • sawer 2 years ago

                                                                                                                                                                    Thank you to know how to spell correct you are my best speller that I seen. Me to I do not know what is that I was mad for a second but once I have seen this I cooled down a bit. Thank you!

                                                                                                                                                                  • cjauvin 2 years ago

                                                                                                                                                                    You are not dumb at all, I think it's not terribly clear indeed.

                                                                                                                                                                    • neogodless 2 years ago

                                                                                                                                                                      Thank you! Yes the instructions were missing, and it's hard not to assume that Firefox isn't supported. I was having the same (bad) experience as you.

                                                                                                                                                                      • nottorp 2 years ago

                                                                                                                                                                        Yep, at first i tried to make geometric arrangements out of multiple items too.

                                                                                                                                                                        Water surrounded by 5 fire in a circle - ish - did absolutely nothing.

                                                                                                                                                                        Only by checking the HN comments i figured out you have to combine items.

                                                                                                                                                                        • jimmy778hahah 2 years ago

                                                                                                                                                                          haha... the lines and dots never bothered me actually... i was scrolling throught this saw the thing about the lines and had to open the tab back up to see the lines... i never noticed they were there

                                                                                                                                                                          • sawer 2 years ago

                                                                                                                                                                            Sorry but your first letter of your sencetce is wrong because the first letter is has to be big.

                                                                                                                                                                        • mrjh 2 years ago

                                                                                                                                                                          Not dumb at all. It's bad UI.

                                                                                                                                                                          • Sohcahtoa82 2 years ago

                                                                                                                                                                            I didn't have a problem understanding it, but then again, I've played these Alchemy games before. It was one of the first games I ever played on my first Android back in 2010.

                                                                                                                                                                            • xerox13ster 2 years ago

                                                                                                                                                                              Yeah this is what I thought of and I fell back on my old Alchemy habits trying to get to Life to create man and all the other stuff. maybe I'm forgetting or it's different with this game but I haven't gotten there yet, but I've gotten several greek gods and a cyborg, so that's sort of life.

                                                                                                                                                                              Just makes me want to play Alchemy, though. Even Doodle God doesn't scratch the itch Alchemy did in 2011. I found it on StumbleUpon. Oh those were the days. I wonder if I still have the APK on my SkyDrive...

                                                                                                                                                                              • mrguyorama 2 years ago

                                                                                                                                                                                As usual, an actual game that was made by an actual creative with some intent and thought and FUN behind it is more memorable for the average person than miles and miles and miles of procedural (in this case, AI) generated garbage.

                                                                                                                                                                          • alluro2 2 years ago

                                                                                                                                                                            You can just click / tap on 2 items consecutively, without drag and drop.

                                                                                                                                                                            • crazygringo 2 years ago

                                                                                                                                                                              I don't understand what you mean. Clicking does absolutely nothing for me. Clicking items in the right column does nothing; clicking items I've already placed does nothing. Clicking items consecutively does nothing, in either part of the screen.

                                                                                                                                                                              I don't see how to use this at all without drag and drop.

                                                                                                                                                                              • ipsum2 2 years ago

                                                                                                                                                                                On mobile you click, on desktop you drag and drop.

                                                                                                                                                                            • LonelyWolfe 2 years ago

                                                                                                                                                                              On mobile it's just tapping, no drag and drop required.

                                                                                                                                                                              • bagels 2 years ago

                                                                                                                                                                                Yes, it'd be better if you could just tap two items, and they filled the useless central pane instead.

                                                                                                                                                                              • csteinbe 2 years ago
                                                                                                                                                                                • ehsankia 2 years ago

                                                                                                                                                                                  I was very confused at first too, and didn't understand the difference. As the other comments in the thread allude to though, this instead an LLM to allow for a much much larger number of combinations, which is the "neal.fun" twist on it.

                                                                                                                                                                                  I do wish it was a bit better stated on the page itself.

                                                                                                                                                                                  • sawer 2 years ago

                                                                                                                                                                                    Once I play I was confused to, but I was thinking was it like little alchemy. You should play for like 20 min so you can be more better just giving a tip for because it is the right thing to do

                                                                                                                                                                                  • Xeyz0r 2 years ago

                                                                                                                                                                                    Exactly, and I just couldn't remember what it reminded me of! How much time have I spent on Little Alchemy

                                                                                                                                                                                    • sawer 2 years ago

                                                                                                                                                                                      So did I love little alchemy it was so fun

                                                                                                                                                                                    • ninjahatori 2 years ago

                                                                                                                                                                                      This was one of my favorite online games in childhood. Came here for commenting the same!

                                                                                                                                                                                      • nikeee 2 years ago

                                                                                                                                                                                        Doodle God was also a very popular one.

                                                                                                                                                                                        • sawer 2 years ago

                                                                                                                                                                                          I do not know what that is but it sound incredble

                                                                                                                                                                                          • sawer 2 years ago

                                                                                                                                                                                            I am going to sleep it is 1:oo am

                                                                                                                                                                                      • Brajeshwar 2 years ago

                                                                                                                                                                                        My team and I were ghost developers to many companies, developers, and book authors in the hay days of Macromedia/Adobe Flash.

                                                                                                                                                                                        We were approached to build a bunch of learning lessons for teachers to teach kids - primarily focusing on human anatomy. Instead of building separate lessons, we built a generator tool for the teachers to drag and drop various combinations and permutations that produce almost infinite lesson variations.

                                                                                                                                                                                        The end customer was Pearson Publishing, and I heard they won awards and stuff. Our client was a good person and even paid us extra for doing the better version of the product they had in mind.

                                                                                                                                                                                        That tool was like this and a few others, as mentioned in the comments. But all in ActionScript Flash, complete with sounds, laughter tracks, and ever-expanding sprites of body parts. It was one fun and fulfiling product.

                                                                                                                                                                                        • duderific 2 years ago

                                                                                                                                                                                          I miss Flash and all the cool capabilities it had. At a previous company, we built a tool that would allow a teacher to record a video review of a student's animation work, while showing, scrubbing and annotating that work simultaneously. On playback, the annotations would be synced with the video. Good luck pulling that off with Javascript.

                                                                                                                                                                                          • Secretmapper 2 years ago

                                                                                                                                                                                            There's some work on this on the web space - our company is doing something not too dissimilar using the still experimental API called WebCodecs.

                                                                                                                                                                                            And that pretty much says everything unfortunately - it's still an experimental API with limited availability.

                                                                                                                                                                                            You can do some parts of this using Canvas[0] but there's lots of caveats.

                                                                                                                                                                                            [0] https://github.com/bwasti/mebm/tree/main

                                                                                                                                                                                        • promiseofbeans 2 years ago

                                                                                                                                                                                          The game state clears on reload, so here's a wee console snippet to export your list of elements:

                                                                                                                                                                                              console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          I'll figure out how to re-import the state later, but it's past midnight for me now.
                                                                                                                                                                                          • tercmd 2 years ago

                                                                                                                                                                                            The state can be re-imported like this: ``` a = (insert JSON output here) window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries; ```

                                                                                                                                                                                            • madacol 2 years ago

                                                                                                                                                                                              I made a bookmarklet that loads the state from localstorage and also autosaves the state on each new craft

                                                                                                                                                                                                  javascript:(function(){
                                                                                                                                                                                                      const exportState = () => JSON.stringify({
                                                                                                                                                                                                          discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, 
                                                                                                                                                                                                          elements: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements
                                                                                                                                                                                                      });
                                                                                                                                                                                              
                                                                                                                                                                                                      const importState = (state) => {
                                                                                                                                                                                                          const { discoveries, elements } = JSON.parse(state);
                                                                                                                                                                                                          const gameInstance = window.$nuxt.$root.$children[2].$children[0].$children[0]._data;
                                                                                                                                                                                                          gameInstance.discoveries = discoveries;
                                                                                                                                                                                                          gameInstance.elements = elements;
                                                                                                                                                                                                      };
                                                                                                                                                                                              
                                                                                                                                                                                                      /* Set up a MutationObserver to listen for changes in the DOM and automatically export the current state. */
                                                                                                                                                                                                      const observer = new MutationObserver((mutations) => {
                                                                                                                                                                                                          const state = exportState();
                                                                                                                                                                                                          localStorage.setItem('gameState', state);
                                                                                                                                                                                                      });
                                                                                                                                                                                              
                                                                                                                                                                                                      /* Start observing DOM changes to auto-save the game state. */
                                                                                                                                                                                                      const startObserving = () => {
                                                                                                                                                                                                          const targetNode = document.querySelector('.sidebar');
                                                                                                                                                                                                          observer.observe(targetNode, { childList: true, subtree: true });
                                                                                                                                                                                                      };
                                                                                                                                                                                              
                                                                                                                                                                                                      /* Check for a saved state in localStorage and import it if available. */
                                                                                                                                                                                                      const savedState = localStorage.getItem('gameState');
                                                                                                                                                                                                      if (savedState) importState(savedState);
                                                                                                                                                                                                      else localStorage.setItem('gameState', exportState() );
                                                                                                                                                                                              
                                                                                                                                                                                                      startObserving();
                                                                                                                                                                                                  })();
                                                                                                                                                                                              • undefined 2 years ago
                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                • beacon294 2 years ago

                                                                                                                                                                                                  I used this to import my own terms.

                                                                                                                                                                                                  This can be used to get a novel starting point (disregarding the original starting point).

                                                                                                                                                                                                  It can also be used to start from unreachable elements, although it isn't clear to me exactly how the "First discovery" works, e.g. will your unreachable elements pollute the neal.fun datastore, or only the byproducts? Either way, it is interesting.

                                                                                                                                                                                                  • beacon294 2 years ago

                                                                                                                                                                                                    By the way you missed a semicolon after `(insert JSON output here) `

                                                                                                                                                                                                  • dirkc 2 years ago

                                                                                                                                                                                                    Thank you!

                                                                                                                                                                                                    These were my discoveries:

                                                                                                                                                                                                    ["Leviathan Shark","Burnzilla","Burnado","Chocolate Tree Shark","Cybersharktopus","Toadatorzilla","Bacon Sharktopusnado","Rainbow Hooktopus","T-48000050","T-48000050","T-19800050","T-19800050","T-64000050","T-83800050","T-83800050","T-121800050","T-121800051","T-185800001","T-185800002","T-185800004","T-185800008","T-82980058","T-121800051 + T-160000"]

                                                                                                                                                                                                    Seems like I've stumbled across a self reproducing AI, although the emojis went from robot emoji to universe emoji and then to poop emoji. I wonder at which of those levels of AI we're at currently :p

                                                                                                                                                                                                  • LonelyWolfe 2 years ago

                                                                                                                                                                                                    Lemme know if there's another way to press every combination:

                                                                                                                                                                                                    let maxElementReachedForElement = {}; let totalElements = 0; let firstElement = 0; let secondElement = 0;

                                                                                                                                                                                                    setInterval(function() {

                                                                                                                                                                                                      document.getElementsByClassName('mobile-item')[firstElement].getElementsByClassName('item')[0].click();
                                                                                                                                                                                                    
                                                                                                                                                                                                      document.getElementsByClassName('mobile-item')[secondElement].getElementsByClassName('item')[0].click();
                                                                                                                                                                                                    
                                                                                                                                                                                                      totalElements = document.getElementsByClassName('mobile-item').length;
                                                                                                                                                                                                    
                                                                                                                                                                                                      secondElement = (secondElement + 1) % totalElements;
                                                                                                                                                                                                    
                                                                                                                                                                                                      if (secondElement == 0) {
                                                                                                                                                                                                       maxElementReachedForElement[firstElement] = totalElements; 
                                                                                                                                                                                                       if (Object.keys(maxElementReachedForElement).some(item => maxElementReachedForElement[item] < totalElements)) {
                                                                                                                                                                                                        let prevStart = Object.keys(maxElementReachedForElement).find(item => maxElementReachedForElement[item] < totalElements);
                                                                                                                                                                                                        firstElement = prevStart;
                                                                                                                                                                                                        secondElement = maxElementReachedForElement[prevStart]; // Start from previous end
                                                                                                                                                                                                       } else {
                                                                                                                                                                                                        firstElement = (firstElement + 1) % totalElements;
                                                                                                                                                                                                        secondElement = firstElement; // No need to repeat the previous combinations.
                                                                                                                                                                                                       }
                                                                                                                                                                                                      }
                                                                                                                                                                                                    
                                                                                                                                                                                                      document.title = firstElement + '+' + secondElement + '|' + totalElements;
                                                                                                                                                                                                    }, 500); // TODO : Find a way other than delay
                                                                                                                                                                                                    • NAR8789 2 years ago

                                                                                                                                                                                                      I think you can reduce state. Rather than tracking maxElementReached per-element, maintain a single maxElementReached for the first n elements. March the first n elements forward in lockstep, and grow n by 1 whenever you exhaust all available combinations for that set

                                                                                                                                                                                                        1. Combine the first element with every next element until exhausted.
                                                                                                                                                                                                        2. Catch up the second element to where the first element got to.
                                                                                                                                                                                                        3. Combine the first two elements with every next element, until exhausted.
                                                                                                                                                                                                        4. Catch up the third element.
                                                                                                                                                                                                        5. Combine the first three elements with every next element
                                                                                                                                                                                                        6. etc.
                                                                                                                                                                                                      
                                                                                                                                                                                                      In pseudocode...

                                                                                                                                                                                                        n = 1
                                                                                                                                                                                                        maxElementReached = -1
                                                                                                                                                                                                        
                                                                                                                                                                                                        while(n < totalElements()) {
                                                                                                                                                                                                          while(maxElementReached + 1 < totalElements()) {
                                                                                                                                                                                                            maxElementReached = maxElementReached + 1
                                                                                                                                                                                                            Combine each of the first n elements with element[maxElementReached]
                                                                                                                                                                                                          }
                                                                                                                                                                                                      
                                                                                                                                                                                                          // we've exhausted all possible combinations for the first n elements.
                                                                                                                                                                                                          // increase n by 1 and catch up the new element to keep going
                                                                                                                                                                                                          Combine element[n] with each element from n to maxElementReached
                                                                                                                                                                                                          n = n + 1
                                                                                                                                                                                                        }
                                                                                                                                                                                                      • saintradon 2 years ago

                                                                                                                                                                                                        minified version courtesy of GPT-4 (disclaimer I have no clue how this works)

                                                                                                                                                                                                        let m={},t=0,f=0,s=0;setInterval(function(){document.getElementsByClassName('mobile-item')[f].getElementsByClassName('item')[0].click();document.getElementsByClassName('mobile-item')[s].getElementsByClassName('item')[0].click();t=document.getElementsByClassName('mobile-item').length;s=(s+1)%t;if(s==0){m[f]=t;if(Object.keys(m).some(i=>m[i]<t)){let p=Object.keys(m).find(i=>m[i]<t);f=p;s=m[p];}else{f=(f+1)%t;s=f;}}document.title=f+'+'+s+'|'+t;},500);

                                                                                                                                                                                                        • thunderrabbit 2 years ago

                                                                                                                                                                                                          Thank you! I've let your script run for near 20 hours. It has discovered 3000 items including

                                                                                                                                                                                                          `One Does Not Simply Walk Into Mordor`

                                                                                                                                                                                                          • LonelyWolfe 2 years ago

                                                                                                                                                                                                            Your Welcome!

                                                                                                                                                                                                        • crazygringo 2 years ago

                                                                                                                                                                                                          I wish this were an actual game!

                                                                                                                                                                                                          Like keep showing me a desired item to craft, that requires crafting 2 or 3 items to get to -- e.g. combine 2 existing things, then with a third existing thing. Or combine 2 existing things, another 2 existing things, and then combine those.

                                                                                                                                                                                                          And obviously it keeps getting more complex the more items I acquire along the way.

                                                                                                                                                                                                          And each time I play it's randomized.

                                                                                                                                                                                                          (And let me play entirely with the keyboard by autocompleting each item as I type... dragging gets old real quick on a touchpad...)

                                                                                                                                                                                                          • wyre 2 years ago

                                                                                                                                                                                                            I remember there being a few phone games with this format. Joining elements together to make other things and using those to make other things.

                                                                                                                                                                                                            Quick google search tells me the game is called Little Alchemy (there’s a sequel now too)

                                                                                                                                                                                                            • whhuh 2 years ago

                                                                                                                                                                                                              Yes! Shoutout to Zed's Alchemy, a gem of an ancient iOS game with the same premise.

                                                                                                                                                                                                            • latexr 2 years ago

                                                                                                                                                                                                              You’ll probably enjoy Scribblenauts.

                                                                                                                                                                                                              https://en.wikipedia.org/wiki/Scribblenauts

                                                                                                                                                                                                              • vintermann 2 years ago

                                                                                                                                                                                                                The impressive thing about Scribblenauts was that of course, it didn't have anything like an LLM. They went through a dictionary and added everything they could, then they went through several rounds of playtesting and added everything the playtesters managed to think of that they didn't already have (minus copyrighted characters and other things that would get them into trouble)

                                                                                                                                                                                                              • wdh505 2 years ago

                                                                                                                                                                                                                I played a game like this once, it was called "cow evolution:idle merge game". It wasn't randomized, but skinnerboxxed. Perhaps that is not quite what you meant.

                                                                                                                                                                                                                • TeMPOraL 2 years ago

                                                                                                                                                                                                                  Ah yes, Random + Malice -> Skinnerbox.

                                                                                                                                                                                                                • jv22222 2 years ago

                                                                                                                                                                                                                  Doodle God works exactly this. Very satisfying, fully polished.

                                                                                                                                                                                                                • TheGlav 2 years ago

                                                                                                                                                                                                                  Some of my First Discoveries:

                                                                                                                                                                                                                  * Frankenstein + angel = Angelstein. (Then Angelstein + Baby = Angelina Jolie.)

                                                                                                                                                                                                                  * something + Something from Michael Jackson = Dangerous.

                                                                                                                                                                                                                  * Dangerous + Sherlock Holmes = Moriarty.

                                                                                                                                                                                                                  * Multiverse + White => Dark Multiverse + Law => Dark Law.

                                                                                                                                                                                                                  * Dark Law + us Constitution => Dark Constitution.

                                                                                                                                                                                                                  * Quark + Ocean -> Neutreno

                                                                                                                                                                                                                  * Thor + Guardian -> Heimdall

                                                                                                                                                                                                                  * Batman + vet => Batvet

                                                                                                                                                                                                                  * Avengers + Multiverse => Endgame + Dark Multiverse => Dark Engame

                                                                                                                                                                                                                  * Iron man + Star Lord -> Iron-lord

                                                                                                                                                                                                                  * Wandavision + Groot -> I Am Groot

                                                                                                                                                                                                                  * Cleanest + Terminator -> Cleaninator.

                                                                                                                                                                                                                  * A series of werepigeon, Space Pigeon, Mars Golem, Werehand, Icepigeon, Werechristmas Tree, Dust pigeon, Snow pigeon, Dust mosquito.

                                                                                                                                                                                                                  Some fun ones:

                                                                                                                                                                                                                  * us America + hole = Donut + hole => Doughnut

                                                                                                                                                                                                                  * Money Water -> Vodka + Casino => Roulette + Vodka -> Russian Roulette + Certainty -> Suicide.

                                                                                                                                                                                                                  * Toxic Waste + batman -> The Joker.

                                                                                                                                                                                                                  * Divorce + Ex-wife => Splitting headache.

                                                                                                                                                                                                                  * Lake + Batman -> Aquaman + Batman => Justice League

                                                                                                                                                                                                                  * Captain America + Thor -> Avengers

                                                                                                                                                                                                                  * Avengers + Justice League -> Superheroes + Galaxy -> Marvel + Galaxy -> Guardians of the Galaxy

                                                                                                                                                                                                                  * Guardians of the Galaxy + Guardian -> Groot

                                                                                                                                                                                                                  * Guardians of the galaxy + Nebula -> Gamora

                                                                                                                                                                                                                  * Guardians of the galaxy + Gamora -> Star Lord

                                                                                                                                                                                                                  * Time Travel + Iron Man -> Terminator.

                                                                                                                                                                                                                  * Government + Terminator -> Robocop.

                                                                                                                                                                                                                  * Terminator + Divorce -> Arnold Schwartzenegger.

                                                                                                                                                                                                                  Confusing ones:

                                                                                                                                                                                                                  * Darth vader + Toxic Waste => Superman?

                                                                                                                                                                                                                  * Pirate + Superman => Captain America

                                                                                                                                                                                                                  • Zobat 2 years ago

                                                                                                                                                                                                                    Super not confusing:

                                                                                                                                                                                                                    Lincoln + Wife = Lincoln's wife

                                                                                                                                                                                                                    Should have seen that one coming.

                                                                                                                                                                                                                  • whats_a_quasar 2 years ago

                                                                                                                                                                                                                    I went down a Kaiju rabbithole. Here are the monsters I created

                                                                                                                                                                                                                    - Dragon + Lazer = Dragonzord

                                                                                                                                                                                                                    - Dragonzord + Sandpunk = Sandzord

                                                                                                                                                                                                                    - Dragon-Rex + Hippopotamus = Hippodragon

                                                                                                                                                                                                                    - Mega Dragonzord (didn't see recipe)

                                                                                                                                                                                                                    - Hippodragon + Mega Dragonzord = Mega Hippodragonzord

                                                                                                                                                                                                                    - Mega Hippodragonzord + Flying Circus = Mega Flying Circus Hippodragonzord

                                                                                                                                                                                                                    - Zombie + Mega Dragonzord = Zombie Dragonzord

                                                                                                                                                                                                                    - Swan + Megazord = Swan Megazord

                                                                                                                                                                                                                    - Sandzord

                                                                                                                                                                                                                    - Steam Dragonzord

                                                                                                                                                                                                                    - Swan Dragonzombie Megazord

                                                                                                                                                                                                                    - Mega Swan Dragonzord Megazord

                                                                                                                                                                                                                    The more ridiculous this gets the more fun I'm having! Everything after dragonzord was a first discovery.

                                                                                                                                                                                                                    • thfuran 2 years ago

                                                                                                                                                                                                                      Perhaps you'd be interested in my research:

                                                                                                                                                                                                                      Ultrazord + lord of the salad = saladzord

                                                                                                                                                                                                                      Dragonzord + Godzilla = godzord

                                                                                                                                                                                                                      Godzord + lord of the salad = Godzord of the salad

                                                                                                                                                                                                                      Lord of the rings + godzord = gozord of the rings

                                                                                                                                                                                                                      Gozord of the rings + godzord = godzord of the rings

                                                                                                                                                                                                                      Godzord of the salad + godzord of the rings = godzord of the salad rings

                                                                                                                                                                                                                      Godzord of the salad rings + pirates of the Caribbean = godzord of the Caribbean

                                                                                                                                                                                                                      Godzord of the Caribbean + donkey Kong = donkey kongzilla

                                                                                                                                                                                                                      Megazord+megazord= mega megazord

                                                                                                                                                                                                                      Donkey kongzilla + mega megazord = donkey kongzilla megazord

                                                                                                                                                                                                                      (I forgot how lord of the salad happened)

                                                                                                                                                                                                                      • john-shaffer 2 years ago

                                                                                                                                                                                                                        Mostly playing around with stacking "powerful" words:

                                                                                                                                                                                                                          King Kong + Power Ranger = King Kong Ranger (first)
                                                                                                                                                                                                                          Megazord + Power Ranger = Power Megazord
                                                                                                                                                                                                                          Megazord + Power Megazord or Artzord + Megazord = Ultrazord
                                                                                                                                                                                                                          Dragonzord + Art = Artzord (first)
                                                                                                                                                                                                                          Groot + Mega Artzord = Grootzord
                                                                                                                                                                                                                          Megazord + Grootzord = Gigazord (first)
                                                                                                                                                                                                                          Godzord + Giga Artzord = Giga Godzord (first)
                                                                                                                                                                                                                          Giga Godzord + Giga Titanic Gigazord = Giga Titanic Godzord (first)
                                                                                                                                                                                                                          Giga Titanic Godzord + Mega Power Godzillazord = Super Giga Mega Titanic Power Godzillazord (first)
                                                                                                                                                                                                                        
                                                                                                                                                                                                                        I also got firsts on both Earthquake Laser and Laser Earthquake, but I'm not sure what the recipes were.

                                                                                                                                                                                                                        Trying to get Zebra was an interesting sequence.

                                                                                                                                                                                                                          Tamer + Africa = Tamerlane (first)
                                                                                                                                                                                                                          Tamerlane + Terror = Timur (first)
                                                                                                                                                                                                                          Timur + Asia = Genghis Khan
                                                                                                                                                                                                                          Genghis Khan + Bellerophon = Alexander the Great
                                                                                                                                                                                                                          Alexander the Great + Unicorn = Bucephalus (first)
                                                                                                                                                                                                                          Alexander the Great + Bucephalus = Horse
                                                                                                                                                                                                                          Horse + Africa = Zebra
                                                                                                                                                                                                                        • undefined 2 years ago
                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                          • ProllyInfamous 2 years ago

                                                                                                                                                                                                                            What happens if you combine Superman + Incredible Hulk?

                                                                                                                                                                                                                            • thfuran 2 years ago

                                                                                                                                                                                                                              I don't have the hulk, but Superman mostly refuses to combine with other superheroes (Deadpool, spider-man, wolverine, aquaman) or turns into the justice league (batman). Though Superman+ghost rider= super ghost rider.

                                                                                                                                                                                                                              • ProllyInfamous 2 years ago

                                                                                                                                                                                                                                I'll also accept:

                                                                                                                                                                                                                                Superman + Hulk

                                                                                                                                                                                                                                ...as well =D (instead of `Incredible Hulk`).

                                                                                                                                                                                                                                Thanks for "the hope" on ghost rider combining with Superman.

                                                                                                                                                                                                                        • undefined 2 years ago
                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                          • russdill 2 years ago

                                                                                                                                                                                                                            Oh dear... Sandy Hook + Cereal Killer = Adam Lanza

                                                                                                                                                                                                                            • edeion 2 years ago

                                                                                                                                                                                                                              Tangent: there are some incompatible words that don't add up. So far, I found:

                                                                                                                                                                                                                              - Dragon + Angel

                                                                                                                                                                                                                              - Train + Star

                                                                                                                                                                                                                              - Fish + Yin Yang

                                                                                                                                                                                                                              - Orc + Ninja

                                                                                                                                                                                                                            • gloosx 2 years ago

                                                                                                                                                                                                                              This shows quite well that AI has zero common sense whatsoever, the results of most combinations I made are just nonsense. The associations are really vague and to me it is not interesting at all to look at random pictures and words appearing out of totally unrelated stuff. I really like man-made alchemy games though where all combinations are pre-defined and actually feel right.

                                                                                                                                                                                                                              • csallen 2 years ago

                                                                                                                                                                                                                                One person's specific usage of AI, in a specific game, where the AI was constrained to only coming up with words that have an associated emoji, is not a referendum on whether or not AI itself has common sense. That's like saying paint is boring because someone made a crappy painting, or code is limited because someone made an app you don't like.

                                                                                                                                                                                                                                • gloosx 2 years ago

                                                                                                                                                                                                                                  >where the AI was constrained to only coming up with words that have an associated emoji

                                                                                                                                                                                                                                  Sorry but clearly the game description is about joining two things together into a logical craft and AI is contrained with that – not coming up with random words that have an associated emoji. In doing so the AI is not convincing, the combinations just feel random. And yes, you need common sense to come up with logical combinations which makes a game like this interesting in the first place.

                                                                                                                                                                                                                                  • deely3 2 years ago

                                                                                                                                                                                                                                    Sure, its not a referendum, but its a prominent sign that even with this task AI can fail spectacularly.

                                                                                                                                                                                                                                    P.S. Today I learned from AI that Sphinx + Drunk = Sphinxter.

                                                                                                                                                                                                                                    • lanternfish 2 years ago

                                                                                                                                                                                                                                      That's a sick pun though - I'd definitely consider that a success

                                                                                                                                                                                                                                      • smfjaw 2 years ago

                                                                                                                                                                                                                                        My computer programs always crashed in my first year of college, clear sign computers fail spectacularly

                                                                                                                                                                                                                                        • halfmatthalfcat 2 years ago

                                                                                                                                                                                                                                          Did you tout your first year college programs as world changing and potentially a risk to the species because it's so intelligent/has awesome powers?

                                                                                                                                                                                                                                          • csallen 2 years ago

                                                                                                                                                                                                                                            Is the author of this game doing that?

                                                                                                                                                                                                                                        • thatguysaguy 2 years ago

                                                                                                                                                                                                                                          What would the right answer be?

                                                                                                                                                                                                                                          • deely3 2 years ago

                                                                                                                                                                                                                                            Riddler, drunk game, no answer.

                                                                                                                                                                                                                                      • FredPret 2 years ago

                                                                                                                                                                                                                                        It's also pretty good at lots of combos. If you asked a human to come up with all of these, it'd be pretty hard.

                                                                                                                                                                                                                                        • KTibow 2 years ago

                                                                                                                                                                                                                                          I found it fun regardless. HN, I proudly produce to you my newest invention: Beer + Lens = Beer Goggles.

                                                                                                                                                                                                                                          • cubefox 2 years ago

                                                                                                                                                                                                                                            I wouldn't say that AI has "zero" common sense. Rather it has a lot of common sense. For example, I wondered what would happen with "wind" and "paper". Perhaps paper ... storm? No, "kite". It's better than me.

                                                                                                                                                                                                                                            • vintermann 2 years ago

                                                                                                                                                                                                                                              It also has a sense for puns sometimes. I somehow got Kaa, the snake from The Jungle Book, and combined it with money, getting "Kaa-ching" (new discovery)

                                                                                                                                                                                                                                              • gloosx 2 years ago

                                                                                                                                                                                                                                                paper windmill?

                                                                                                                                                                                                                                              • undefined 2 years ago
                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                • willy_k 2 years ago

                                                                                                                                                                                                                                                  One man’s nonsense is another’s profound truth. mud + brick = Adobe, for example. Doesn’t seem to make sense, yet it does.

                                                                                                                                                                                                                                                  • gloosx 2 years ago

                                                                                                                                                                                                                                                    adobe is literally mudbrick, this is too easy – like fire and water = steam

                                                                                                                                                                                                                                                    • willy_k 2 years ago

                                                                                                                                                                                                                                                      Yeah, I probably should have googled that. In my defense, the emoji it chose was , so a tad misleading to the mudbrick-ignorant.

                                                                                                                                                                                                                                                • nedt 2 years ago

                                                                                                                                                                                                                                                  I just don't have enough time to do it manually. Writing a little script that automates crafting was quicker for me. It found me "Star Trek: The Rockapocalypse"

                                                                                                                                                                                                                                                      const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms)); 
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      let elements = [
                                                                                                                                                                                                                                                          ' Water',
                                                                                                                                                                                                                                                          ' Fire',
                                                                                                                                                                                                                                                          ' Wind',
                                                                                                                                                                                                                                                          ' Earth'
                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      let pairs = {};
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      async function getResponse(left, right) {
                                                                                                                                                                                                                                                          const url = `https://neal.fun/api/infinite-craft/pair?first=${left}&second=${right}`;
                                                                                                                                                                                                                                                          return await (await fetch(url)).json();
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      function getRandom() {
                                                                                                                                                                                                                                                          return elements[Math.floor(Math.random() * elements.length)];
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      async function run() {
                                                                                                                                                                                                                                                          while (true) {
                                                                                                                                                                                                                                                              let left = getRandom();
                                                                                                                                                                                                                                                              let right = getRandom();
                                                                                                                                                                                                                                                              if (pairs[`${left} + ${right}`]) {
                                                                                                                                                                                                                                                                  continue;
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                              let result = await getResponse(left.split(' ').slice(1).join(' '), right.split(' ').slice(1).join(' '));
                                                                                                                                                                                                                                                              if (result.isNew) {
                                                                                                                                                                                                                                                                  console.log('‼ new one ‼');
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                              result = `${result.emoji} ${result.result}`;
                                                                                                                                                                                                                                                              console.log(`${left} + ${right} = ${result}`);
                                                                                                                                                                                                                                                              if (result != ' Nothing') {
                                                                                                                                                                                                                                                                  pairs[`${left} + ${right}`] = result;
                                                                                                                                                                                                                                                                  elements.push(result);          
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                              await sleep(1000);      
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      run();
                                                                                                                                                                                                                                                  • nedt 2 years ago

                                                                                                                                                                                                                                                    A check has been added to the API. So you will be getting "Not allowed" as response now. I won't state what the check is, that would be an arms race. But it was fun for a day.

                                                                                                                                                                                                                                                    • vfvfvfvhyyyy 2 years ago

                                                                                                                                                                                                                                                      where do i put that

                                                                                                                                                                                                                                                    • jordemort 2 years ago

                                                                                                                                                                                                                                                      Got really obsessed with this, need to close the tab now. Some notes:

                                                                                                                                                                                                                                                      - In general, play the game as if you are asking an 11 year old, "what do you get when you combine X and Y?" The LLM likes rhymes and similar-sounding syllables, i.e. The Godfather + Goth => Gothfather.

                                                                                                                                                                                                                                                      - Some concepts seem to be "weightier" than others; "Dracula" usually becomes "Vampire" and vice-versa, no matter what you combine it with. "Chtulhu" is also difficult to combine with other things; it tends to remain "Cthulhu". "Darth Vader" is good for generating lots of "Darth" things but tends to revert to "Darth Vader" at the slightest provocation. "Santa / Santa Claus / Christmas" is also weighty and tends to cycle. Similarly, the Mario characters all tend to turn into Mario eventually.

                                                                                                                                                                                                                                                      - The longer your token gets, the harder it is to get it to combine with other things. "Bumblefrostycatpocalypse" + most things => "Bumblefrostycatpocalypse"

                                                                                                                                                                                                                                                      - The LLM knows lots of movie titles, and these are good for generating super long tokens, especially if you can goad it into inserting a colon, i.e. "The Fall of Star Wars: The Flying Crabster"

                                                                                                                                                                                                                                                      - Once your token gets too long, the game won't even try to combine it with anything else. I'd like to keep going with "Freddy Mercury vs. Jason + Jedi Mind Trick" but it won't let me.

                                                                                                                                                                                                                                                      Finally, a few of my favorite first discoveries: "Super Evil Jackie Chan", "The Best Halloween Costume Ever", "Postpornmodernism"

                                                                                                                                                                                                                                                      • Cieric 2 years ago

                                                                                                                                                                                                                                                        Apparently I made 2 first discoveries, Meteorism and Rap God. Seems interesting, but after a while of things not combining it gets a little stale. I agree with others I kind of would like to see the lineage of the elements. I know of this video where Carykh graphed is own combination game, but all new element names were user provided. https://www.youtube.com/watch?v=rQWwfYSUckY

                                                                                                                                                                                                                                                        • Cieric 2 years ago

                                                                                                                                                                                                                                                          Well I guess I wasn't doing weird enough combinations before, I now have (Hip hop + Crusade) Crusade Hop, T-Pain, (T-Pain + Painting) T-Painting, Haikupoid, Rapping, Slim Shady and the others already mentioned. I do like that I can convince it to make completely new concepts as long as the 2 inputs are weird enough.

                                                                                                                                                                                                                                                          • Cieric 2 years ago

                                                                                                                                                                                                                                                            Okay truly done at this point, I have work to do. https://i.imgur.com/96rl0Ul.png

                                                                                                                                                                                                                                                            • undefined 2 years ago
                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                              • ProllyInfamous 2 years ago

                                                                                                                                                                                                                                                                You won the internet, last night, fren.

                                                                                                                                                                                                                                                                Best of luck in your attempts at working.

                                                                                                                                                                                                                                                              • avereveard 2 years ago

                                                                                                                                                                                                                                                                I've the entire solar system is there a way to know if it's a first?

                                                                                                                                                                                                                                                          • f1nlay 2 years ago

                                                                                                                                                                                                                                                            Was working on the very same idea alongside a friend of mine, we happened to launch a few weeks ago. Quite a lot more fleshed out than Neal's version, if anyone wants to check it out!

                                                                                                                                                                                                                                                            https://allchemy.io/

                                                                                                                                                                                                                                                            Edit: sorry if anyone is bumping into errors! We're running into bottlenecks with our supposedly auto-scaling database - working on it

                                                                                                                                                                                                                                                            • iandanforth 2 years ago

                                                                                                                                                                                                                                                              Frankly I want to watch an animation of all the combinations as they are discovered/created over time from their backend. Seeing a growing 'tech tree' from the exploration and imaginations of users would be delightful.

                                                                                                                                                                                                                                                              • jerbear4328 2 years ago

                                                                                                                                                                                                                                                                I got some funny ones, like:

                                                                                                                                                                                                                                                                - Bread + Bread = Toast, + Fire = Burnt Toast, + Fire = Ash

                                                                                                                                                                                                                                                                - Toast + Disaster = Pop Tart, + Fire = Hot Pocket, + Coffee = Coffee Pocket (First Discovery)

                                                                                                                                                                                                                                                                - Hot Pocket + Cappuccino = Cappuccino Pocket (First Discovery), + Pop Tart = Cappuccino Pop Tart (First Discovery)

                                                                                                                                                                                                                                                                - Coffee Pocket + Disaster = Coffee Spill (First Discovery), + Pop Art (sic) = Jackson Pollock

                                                                                                                                                                                                                                                                - Jackson Pollock + Megadisaster = Jackson Pollock

                                                                                                                                                                                                                                                                - Artist + Disaster = Picasso

                                                                                                                                                                                                                                                                Apparently nobody else was insane enough to combine Coffee, Hot Pockets, and Pop Tarts. The AI is just confusing sometimes, though:

                                                                                                                                                                                                                                                                - Pompeii + Kaleidoscope = Mosaic?

                                                                                                                                                                                                                                                                - Burnt Toast + Water = Coffee, + Cake = Breakfast, + Mosaic = Cereal?

                                                                                                                                                                                                                                                                - Coffee Pocket + Broken Window = Coffee? (though idk what I expected)

                                                                                                                                                                                                                                                                • LonelyWolfe 2 years ago

                                                                                                                                                                                                                                                                  I made this to play the game automatically. It's a simple WinForm application but I've left the JavaScript version in there too:

                                                                                                                                                                                                                                                                  https://github.com/roman015/InfiniteCraftAutomation

                                                                                                                                                                                                                                                                  • dgrin91 2 years ago

                                                                                                                                                                                                                                                                    Its fun, but annoying that you have to do a lot of mouse dragging. Some more click-based interface would be better.

                                                                                                                                                                                                                                                                    Edit: some measure of progress would also be good. I cant know how much I missed

                                                                                                                                                                                                                                                                    Edit2: Megalodon + Cemetery seems to break the system, spits back nothing.

                                                                                                                                                                                                                                                                    • nopeynone76 2 years ago

                                                                                                                                                                                                                                                                      sharknado + time travel=sharknado2 + time travel = sharknado3 +time travel=Sharknado 3 Oh Hell No!+ time travel= sharknado4 The 4th Awakens +time travel =sharknado5 Global Swarming+ time travel = sharknado6: the last sharknado: It's about time. black hole+ wormhole = time travel wind + wind = tornado water + water =lake lake + water = ocean ocean+ water = fish fish + fish = shark shark +tornado = sharknado

                                                                                                                                                                                                                                                                      • Gimgulp 2 years ago

                                                                                                                                                                                                                                                                        trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell. Bowser + rainbow = rainbow road + bowser = mario kart + mario taco = mario kart taco + , mario + santa = mario claus, mario kart taco + mario claus = mario kart 8 + mario kart 8 = mario kart 8 deluxe + super mario taco bell = taco bell mario kart 8 deluxe. LOLOLOLOLOLOL IM LAUGHING SOOOO HARD RIGHT NOW

                                                                                                                                                                                                                                                                        • nonbirithm 2 years ago

                                                                                                                                                                                                                                                                          This is really clever. "Football Jesus" is "Tebow", so I am now happily exploring the Tebowverse. There is even a robot incarnation named "Tebot".

                                                                                                                                                                                                                                                                          • microwavedair 2 years ago

                                                                                                                                                                                                                                                                            I made Ryan. I don't know who Ryan is or why you combine wind with _______ (I forgot)to get Ryan, but this is hilarious. Some of the other things I created and thought were funny: Tractor monster(first discovery!), Flying soggy toast, Flying dry toast, Abominable noodleman, Flying spaghetti monster, Unicorn toast, Iceland,

                                                                                                                                                                                                                                                                            • Ldorigo 2 years ago

                                                                                                                                                                                                                                                                              I know it's all LLM randomness, but some of these are pretty fun/quirky. E.g. sheep + murder gave me "silence" which puzzled me for a while until I thought of silence of the lambs.

                                                                                                                                                                                                                                                                              • joshelgar 2 years ago

                                                                                                                                                                                                                                                                                Saw this on Neal's twitter a couple of days ago, it inspired me to make the food version :)

                                                                                                                                                                                                                                                                                https://twitter.com/joshelgar/status/1750141793377686000

                                                                                                                                                                                                                                                                                • orenlindsey 2 years ago

                                                                                                                                                                                                                                                                                  The LLM that powers this is surprisingly well trained (for what it is doing). I don't know if it's using a pre-existing one, but if you open dev tools and find the api you can play around with any combination of things.

                                                                                                                                                                                                                                                                                  Just as an example, I put in "Protestant" and "Spiritual Experiences" and it gave "Pentecostal" which is exactly right, and I didn't expect it to know that. Now I have to find how to get that in the game.

                                                                                                                                                                                                                                                                                  • Gimgulp 2 years ago

                                                                                                                                                                                                                                                                                    trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell

                                                                                                                                                                                                                                                                                    • undefined 2 years ago
                                                                                                                                                                                                                                                                                      [deleted]
                                                                                                                                                                                                                                                                                      • GimKitersun 2 years ago

                                                                                                                                                                                                                                                                                        trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell

                                                                                                                                                                                                                                                                                        • eshack94 2 years ago

                                                                                                                                                                                                                                                                                          Angel + Zeus = God. o_O

                                                                                                                                                                                                                                                                                          This little game is too entertaining. I hope the author open sources it, or writes a technical blog post on how it's implemented.

                                                                                                                                                                                                                                                                                          • Kronopath 2 years ago

                                                                                                                                                                                                                                                                                            I managed to kinda break it. I managed to get “Steam Engine” and “Hacker”. I combined those to make “Steam Punk”. (Fair enough.)

                                                                                                                                                                                                                                                                                            Everything that’s combined with Steam Punk ends up being stupid and boring.

                                                                                                                                                                                                                                                                                            Steam Punk + Zombie = “Steam Zombie”

                                                                                                                                                                                                                                                                                            Steam Punk + Hacker = “Steam Hacker”

                                                                                                                                                                                                                                                                                            Steam Punk + UFO, which you’d think would be “Zeppelin” or something, is instead “Steam UFO”.

                                                                                                                                                                                                                                                                                            Steam Punk + Illusion is, bafflingly, “Steampunk”, all one word, and with a different emoji!

                                                                                                                                                                                                                                                                                            • nopeynone76 2 years ago

                                                                                                                                                                                                                                                                                              I got first discovery for "Doctor Who-lloweeners"

                                                                                                                                                                                                                                                                                              • rawcal 2 years ago

                                                                                                                                                                                                                                                                                                Terminator + Robot = T1000 T1000 + T1000 = T2000 I'm at T-32000000 and still going

                                                                                                                                                                                                                                                                                                • dysoco 2 years ago

                                                                                                                                                                                                                                                                                                  Woah this is extremely addictive and has a lot of potential, I love games like Little Alchemy and this goes to 11.

                                                                                                                                                                                                                                                                                                  Surely some things are weird and are to be expected from the usage of AI, for example, I managed to somehow create Neon Genesis Evangelion (try to!) but I can't seem to replicate any more animes, mangas or shows.

                                                                                                                                                                                                                                                                                                  • lilyball 2 years ago

                                                                                                                                                                                                                                                                                                    I combined Fish and Fire and got Sushi, which is a dish that is famously made without any fire whatsoever. The game also decided to pair the Wheat emoji with the word Amber.

                                                                                                                                                                                                                                                                                                    • rabbits_2002 2 years ago

                                                                                                                                                                                                                                                                                                      There used to be webgames with a similar premise. Pretty fun.

                                                                                                                                                                                                                                                                                                      I think some of the recipes don’t make sense and it would be a lot better if each thing only had one recipe to create it.

                                                                                                                                                                                                                                                                                                      • Minor49er 2 years ago

                                                                                                                                                                                                                                                                                                        Jane + Library creates a Content-Security-Policy error in Firefox 122 for Mac (looks like it should turn into Book normally)

                                                                                                                                                                                                                                                                                                        Also, ashes + water = soup. I need to try some more recipes

                                                                                                                                                                                                                                                                                                        • earth2mars 2 years ago

                                                                                                                                                                                                                                                                                                          How many man hours this entertained or wasted so far! So addictive and most probably everyone who played this probably has something better to do.

                                                                                                                                                                                                                                                                                                          • mbowcut2 2 years ago

                                                                                                                                                                                                                                                                                                            This is fun. It would be interesting to build a single graph of concepts that all users contribute to. Then you wouldn't have to run LLM inference on every request, just the novel ones, plus you could publish the complete graph which would be something like an embedding space.

                                                                                                                                                                                                                                                                                                            • 20after4 2 years ago

                                                                                                                                                                                                                                                                                                              I played with llama2 for a bit to see if this was easy to recreate. It's surprisingly easy to get 90% of the way there but I have yet to get the results to be as appropriate. I wonder if there is some fine tuning or other forms of extended context (beyond a system prompt) to make this magic happen. Seems like most likely it's not just a vanilla llama2 model + a bit of prompt engineering..

                                                                                                                                                                                                                                                                                                              • couto_aranha 2 years ago

                                                                                                                                                                                                                                                                                                                I was playing with my friend and we wanted to merge our saves, so i got the script promiseofbeans posted here some days ago and i altered it to merge 2 saves and re=import them to one save. It's available here: https://github.com/Gabrielcouto1/inifnite_craft_save_merger

                                                                                                                                                                                                                                                                                                                I'm still having a problem where after you import the save, you can no longer search in any way LOL. I tried both neal's search feature that he added a few days ago, and also procparam's script (he posted here 5 days ago)

                                                                                                                                                                                                                                                                                                                Other "problem" i encountered is that in order to save the merged stuff, you have to craft one new element. After you do that, it autosaves and there is no further problems.

                                                                                                                                                                                                                                                                                                                • digging 2 years ago

                                                                                                                                                                                                                                                                                                                  Games like this already exist and have comparable complexity, so calling it infinite and using an LLM backend feels overhyped.

                                                                                                                                                                                                                                                                                                                  For example, Castle + Fortress = Castle?

                                                                                                                                                                                                                                                                                                                  City + Town = Castle. Castle + Wall = City?

                                                                                                                                                                                                                                                                                                                  Metropolis + City = Megalopolis. Ok we're getting somewhere cool here, let's see how big it gets: Megalopolis + City = Metropolis?!

                                                                                                                                                                                                                                                                                                                  Finally, it just failed to combine War + Tunnel. It blinks for a minute and then gives up. I would have said "Sappers"? Edit: There are actually many such failures for higher-order combinations which is strictly not infinite. Other combinations described above might technically fit the bill but ceasing functionality does not : /

                                                                                                                                                                                                                                                                                                                  • Gimgulp 2 years ago

                                                                                                                                                                                                                                                                                                                    lolol, i somehow did: Bowser + rainbow = rainbow road + bowser = mario kart + mario taco = mario kart taco. and btw I discovered mario kart taco for the first time lol

                                                                                                                                                                                                                                                                                                                    • wly_cdgr 2 years ago

                                                                                                                                                                                                                                                                                                                      This is a clone of Little Alchemy, a game (that I happen to know about because it's made by someone I know and respect) that's been out for about a decade. https://littlealchemy.com/

                                                                                                                                                                                                                                                                                                                      It's fine to clone existing games as a gamedev exercise and/or to iterate meaningfully on the design, and to be fair, maybe this game does the latter. However, it is good to pay respects to the shoulders you build on. Little Alchemy is not so well known that this is like making a game called Tetrizz.

                                                                                                                                                                                                                                                                                                                      (Can someone make Tetrizz please?)

                                                                                                                                                                                                                                                                                                                      • PrincePhoenix 2 years ago

                                                                                                                                                                                                                                                                                                                        I got a few new discorveries. Silence of the lambs + Sharknado = Silence of the Sharks, Hannibal lecter + Quagmire = Hannibal quagmire, Hannibal Quagmire + Sharknado = Sharknibal.

                                                                                                                                                                                                                                                                                                                        • burrish 2 years ago

                                                                                                                                                                                                                                                                                                                          Classic game, but there is some merge that make no sense to me, how does fire and whale make a dragon ?

                                                                                                                                                                                                                                                                                                                          • epiccoleman 2 years ago

                                                                                                                                                                                                                                                                                                                            I am very proud to be the first discoverer of both Jerry Garcia and Trey Anastasio. It suits me. I also am the discoverer of a pretty good LLM pun - "Grateful Red," which I got by combining one of my various Grateful Dead related findings with "Mao Zedong."

                                                                                                                                                                                                                                                                                                                            I had some other interesting discoveries as well, including the "Abominable Crocodile", "Abominable Orc", and whatever the hell a "Pterodump" is.

                                                                                                                                                                                                                                                                                                                            • RedlineTriad 2 years ago

                                                                                                                                                                                                                                                                                                                              Sadly the creator shut it down, but Elemental 3 was basically the same premise, but instead of AI for combinations it had user suggestions and ratings.

                                                                                                                                                                                                                                                                                                                              He made a video to visualize some of the final data though: https://youtu.be/rQWwfYSUckY

                                                                                                                                                                                                                                                                                                                              Also I vaguely remember a game with basically the same premise but the goal was to create life.

                                                                                                                                                                                                                                                                                                                              • yellowapple 2 years ago

                                                                                                                                                                                                                                                                                                                                > fire + fish = sushi

                                                                                                                                                                                                                                                                                                                                Literally unplayable.

                                                                                                                                                                                                                                                                                                                                EDIT: apparently I'm the first to discover "Captain Tokyo"?

                                                                                                                                                                                                                                                                                                                                EDIT: and "Captain Tiamat". Had no idea those are even things.

                                                                                                                                                                                                                                                                                                                                Seems like I'm the designated captain discoverer. More to the list:

                                                                                                                                                                                                                                                                                                                                - Captain Penguin Universe

                                                                                                                                                                                                                                                                                                                                - Captain Penguin Planet

                                                                                                                                                                                                                                                                                                                                - Captain Penguin Multiverse

                                                                                                                                                                                                                                                                                                                                - Captain Poseidon Multiverse

                                                                                                                                                                                                                                                                                                                                - Captain Jack Poseidon

                                                                                                                                                                                                                                                                                                                                - Captain Jack Tiamat

                                                                                                                                                                                                                                                                                                                                - Captain Everything Jack Sparrow (which can't combine with anything, apparently)

                                                                                                                                                                                                                                                                                                                                - Captain Penguin Zombee

                                                                                                                                                                                                                                                                                                                                - Captain Penguin Zombee Universe (also can't combine with anything)

                                                                                                                                                                                                                                                                                                                                • jomsk1e 2 years ago

                                                                                                                                                                                                                                                                                                                                  Very fun! Most hilarious result I found is James Bond + Tarzan = Jane Bond

                                                                                                                                                                                                                                                                                                                                  • krick 2 years ago

                                                                                                                                                                                                                                                                                                                                    First I discovered Slaughterhouse Five. Then Slaughterhouse Ten. Then Slaughterhouse Fifteen…

                                                                                                                                                                                                                                                                                                                                    Kinda got tired at Slaughterhouse One Hundred Thousand.

                                                                                                                                                                                                                                                                                                                                    • PawgerZ 2 years ago

                                                                                                                                                                                                                                                                                                                                      Very cool. I combined 'double rainbow' and 'ocean'; thought I broke it as it loaded for like 20 seconds; then got Atlantis. Eventually I got to 'mermaid', combined it with 'fire', and got 'siren'. But the emoji was a police siren, not the mythical creature. I can see how the LLM would be confused, though.

                                                                                                                                                                                                                                                                                                                                      • srackey 2 years ago

                                                                                                                                                                                                                                                                                                                                        Hey! It’s that old game Doodle God!

                                                                                                                                                                                                                                                                                                                                        • banana_giraffe 2 years ago

                                                                                                                                                                                                                                                                                                                                          Some of these combinations are really clever, some are really dubious, but still fun.

                                                                                                                                                                                                                                                                                                                                          At any rate, the first 1000 or so that a quick python script found: https://gist.github.com/Q726kbXuN/6620a12ade4b77dacce93d1c96...

                                                                                                                                                                                                                                                                                                                                          • BD103 2 years ago

                                                                                                                                                                                                                                                                                                                                            This reminds of Little Alchemy, which used to be popular a few years ago

                                                                                                                                                                                                                                                                                                                                            • Gimgulp 2 years ago

                                                                                                                                                                                                                                                                                                                                              super mario + burrito = burrito mario + mario kart 8 deluxe = burrito kart 8 deluxe

                                                                                                                                                                                                                                                                                                                                              • Gimgulp 2 years ago

                                                                                                                                                                                                                                                                                                                                                santa claus + mario = mario claus + taco bell = taco claus + nintendo = nintaco claus

                                                                                                                                                                                                                                                                                                                                                • okwhateverdude 2 years ago

                                                                                                                                                                                                                                                                                                                                                  I can't seem to make anything more complicated than "Divorce Hammer + Super Mothra Unicorn Batman". As in, that's the name of the item which was indeed the two components I attempted to combine. Trying to combine that item with anything else simply doesn't do anything.

                                                                                                                                                                                                                                                                                                                                                  • hfnfnkjnj23 2 years ago

                                                                                                                                                                                                                                                                                                                                                    i got 2 first discoverys called pineapple taliban and little shop of jihad

                                                                                                                                                                                                                                                                                                                                                    • AlchemicAI 2 years ago

                                                                                                                                                                                                                                                                                                                                                      We started years ago with the same idea but as mobile game app. And our product is more advanced - we mix up to 5 elements at a time, generate unique pics for every elements, have elements rarity, achievements and etc

                                                                                                                                                                                                                                                                                                                                                      Check it out - AlchemicAI:

                                                                                                                                                                                                                                                                                                                                                      https://play.google.com/store/apps/details?id=com.hostelguys...

                                                                                                                                                                                                                                                                                                                                                      https://apps.apple.com/us/app/alchemic-ai-infinity-mix/id646...

                                                                                                                                                                                                                                                                                                                                                      • mckn1ght 2 years ago

                                                                                                                                                                                                                                                                                                                                                        This is like a solitaire version of a game I like called telepathy, where two people at a time will call out a word, and then two more people try to come up with a word that links the two… keep iterating until two people call out the same word! Super fun.

                                                                                                                                                                                                                                                                                                                                                        • cheesecheese30 2 years ago

                                                                                                                                                                                                                                                                                                                                                          If you add trump + putin = bromance...

                                                                                                                                                                                                                                                                                                                                                          • fallinghawks 2 years ago

                                                                                                                                                                                                                                                                                                                                                            I seem to have discovered a "steam garage" and I can't imagine what that might be. That has led to a "steam palace," which seems to have already existed.

                                                                                                                                                                                                                                                                                                                                                            ETA: also the Cinderham and Louis Prime

                                                                                                                                                                                                                                                                                                                                                            Fun little game and pretty silly, thanks

                                                                                                                                                                                                                                                                                                                                                            • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                              • catapart 2 years ago

                                                                                                                                                                                                                                                                                                                                                                Very fun!

                                                                                                                                                                                                                                                                                                                                                                I'm seeing tons of slowdown when I try to merge things like "Sagitarius" and "Archer" and "Storm" and "Centaur". I guess this is the nature of the build, but I'm at least a little surprised it's hitting this kind of performance issue after only tens of objects.

                                                                                                                                                                                                                                                                                                                                                                Anyway, all of that aside, I'm having a lot of fun seeing what emerges from the combinations and I love that the wackier the merge result, the more fun it is to try it against all of the previous objects. Quite an addicting little loop! Great job!

                                                                                                                                                                                                                                                                                                                                                                • cedws 2 years ago

                                                                                                                                                                                                                                                                                                                                                                  This is really cool. I was wondering if you could build a multiplayer strategy game out of this. I'm thinking players would compete to destroy each other with elements, kind of like chess. Metas would evolve where people race to powerful elements while keeping an eye on the other player to try and guess what they're building and maybe try to sabotage them in the process. Since the game is apparently backed by an LLM, there's a huge number of possibilities as well.

                                                                                                                                                                                                                                                                                                                                                                  • xpil 2 years ago

                                                                                                                                                                                                                                                                                                                                                                    A friend asked his wife to create a horse and an accountant. It took her 1hr of playing to get the former, and 3hrs for the latter. I'm still laughing.

                                                                                                                                                                                                                                                                                                                                                                    • ajsdhg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                      items = () => [...document.querySelectorAll('.items div.item')] show = (elt) => elt.style.display='' hide = (elt) => elt.style.display='none' search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().includes(text.toLowerCase())).forEach(hide)) inputElt = document.createElement('input'); inputElt.type='text'; document.querySelector('.sidebar').prepend(inputElt) function handle(e) { search(e.target.value) } inputElt.addEventListener('input', handle) reply

                                                                                                                                                                                                                                                                                                                                                                      • Afoonie 2 years ago

                                                                                                                                                                                                                                                                                                                                                                        Dragon + Narwhal= Dragon-Narwhal Werebear + Dragon-Narwhal=Werebearnarwhal(first) Werebearnarwhal + Yin yang= Ying Yang Werebearnarwhal Ying Yang Werebearnarwhal + Sea maid=???(literally says that and has space symbol)

                                                                                                                                                                                                                                                                                                                                                                        • EA 2 years ago

                                                                                                                                                                                                                                                                                                                                                                          Update - author has added two new features:

                                                                                                                                                                                                                                                                                                                                                                          1) progress is saved locally so you can reload browser (helpful on iOS) 2) search bar added to discovered items list

                                                                                                                                                                                                                                                                                                                                                                          • Self-Perfection 2 years ago

                                                                                                                                                                                                                                                                                                                                                                            I got curious how far one get using just one element as starting point. So far just Earth combined with itself gives you mountains, then volcano, weird semantic attractor with "Super Super Super Super Volcano" and "Super Super Super Super Earth", breakthrough with Stonehenge, then Druid, trees, books, knowledge, religion... Fun stuff.

                                                                                                                                                                                                                                                                                                                                                                            • aranw 2 years ago

                                                                                                                                                                                                                                                                                                                                                                              I've some how managed to get down an infinite variation of "Ant-..."

                                                                                                                                                                                                                                                                                                                                                                              One of the more interesting ones is "Ant-smoke"?

                                                                                                                                                                                                                                                                                                                                                                              Edit: Another interesting one is combing "Batman" and "Robin" to make "Dynamic Duo"

                                                                                                                                                                                                                                                                                                                                                                              Edit 2: I've now managed to turn the game into a number generator and by combining numbers together I've ended up creating some very large numbers. Doesn't seem to be a limit to the size either

                                                                                                                                                                                                                                                                                                                                                                              • wdfx 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                This is really fun, there's some fun combos which output amusingly strange results.

                                                                                                                                                                                                                                                                                                                                                                                Some of my first discoveries:

                                                                                                                                                                                                                                                                                                                                                                                  - Meteor Pot
                                                                                                                                                                                                                                                                                                                                                                                  - Meteor Soup
                                                                                                                                                                                                                                                                                                                                                                                  - Meteor Shower Soup
                                                                                                                                                                                                                                                                                                                                                                                  - Meteor Fish Soup
                                                                                                                                                                                                                                                                                                                                                                                  - Jabba The Soup-zeus
                                                                                                                                                                                                                                                                                                                                                                                  - Sith zeus
                                                                                                                                                                                                                                                                                                                                                                                  - Jabba The Slimer
                                                                                                                                                                                                                                                                                                                                                                                  - Sonic Chip
                                                                                                                                                                                                                                                                                                                                                                                  - Cheech The Hedgehog
                                                                                                                                                                                                                                                                                                                                                                                  - Darth Shrubber
                                                                                                                                                                                                                                                                                                                                                                                  - Chewbuster
                                                                                                                                                                                                                                                                                                                                                                                  - Darth Vader Fish Soup
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                I may have got heavily involved in combining Star Wars items :P
                                                                                                                                                                                                                                                                                                                                                                                • imtuff 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                  How do I get eternity

                                                                                                                                                                                                                                                                                                                                                                                  • hasoleju 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                    At first I thought that I can use the elements from the sidebar to built something in the main area, since it is wider than the sidebar.

                                                                                                                                                                                                                                                                                                                                                                                    • chasingthewind 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                      My favorite combo so far was Alien + Buddha = Yoda :D

                                                                                                                                                                                                                                                                                                                                                                                      • launch_queue 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                        And with the combination of Buddha and Ghost, I have reached Enlightenment. I will take that as a sign that I have completed the game.

                                                                                                                                                                                                                                                                                                                                                                                        • Afoonie 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                          I don't know how but I got "Dragon-maid-narwhal-rex + Yin Yang Wasabear Hyd" that is the literal name and I think it got cut off de to too many characters?

                                                                                                                                                                                                                                                                                                                                                                                          • irgjoib 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                            How do you get putin

                                                                                                                                                                                                                                                                                                                                                                                            • Trogdor147 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                              Some of my first discoveries: -Big Little Shop of Mummies -Super Madagascar -Lemurpocolypse -Captain Lemur -The Mummy Returns to Madagascar -Captain Super Madagascar -Captain Lemurpocolypse -Black Pantherbeard -Black Pantherbeardbeard -Black Pantherbeardbeardbeard -Black Pantherbeardbeardbeardbeard

                                                                                                                                                                                                                                                                                                                                                                                              • baq 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                Bug report: I got to 'Mega Mega Mega Mega Mega Mega Mega Mega Mega Mega' and it can't be combined with anything

                                                                                                                                                                                                                                                                                                                                                                                                • udev4096 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                  You can also put random character names in the API endpoint and get the result as well: https://neal.fun/api/infinite-craft/pair?first=dog&second=ca...

                                                                                                                                                                                                                                                                                                                                                                                                  • foota 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                    I've had this idea that a game could generate unique crafting fields in some way like this. One of the things that I think limits simulation type games is that they are often restricted to real industries and recipes etc., but if they could make up believable fantasy industries, then there could be more variety.

                                                                                                                                                                                                                                                                                                                                                                                                    • OJFord 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                      Mine has just descended into Darth Maul madness, with an ever increasing number - usually adding them, but Dart Maul 114 + Darth Maul 114 just gave me Darth Maul 134, so it's a 'bit' unpredictable..!

                                                                                                                                                                                                                                                                                                                                                                                                      Edit: and it's given up at Darth Maul 1310720000 combining no longer goes higher

                                                                                                                                                                                                                                                                                                                                                                                                      • FacilityHues 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                        Does anyone know how to make game? Im trying to make a bunch of video game titles (I got some through different means) but without computer, Nintendo, console, game etc its been tough

                                                                                                                                                                                                                                                                                                                                                                                                        • personjerry 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                          Ok I played this way too long, the most ridiculous straight up is `Steampunk Bahamut Batpunkestilla Rex`

                                                                                                                                                                                                                                                                                                                                                                                                          • ilikehurdles 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                            Well, I broke it. I have crafted 93 different Lethal Weapon movies - sequels well into the million+ range.

                                                                                                                                                                                                                                                                                                                                                                                                            • hfnfnkjnj23 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                              i got two first discoverys

                                                                                                                                                                                                                                                                                                                                                                                                              • lubesGordi 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                We need something like this but with emergent phenotypes instead of hard-coded. How would that work?

                                                                                                                                                                                                                                                                                                                                                                                                                • TV_Remote 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                  Some stuff I found:

                                                                                                                                                                                                                                                                                                                                                                                                                  Dragon + Black Hole = Dragon Ball

                                                                                                                                                                                                                                                                                                                                                                                                                  Moonwalk + Truth = Michael Jackson

                                                                                                                                                                                                                                                                                                                                                                                                                  Then I don't even remember what I did to get super saiyan, but I managed to get to Super Saiyan 8192

                                                                                                                                                                                                                                                                                                                                                                                                                  Vegeta (I forgot how to get him or Goku) + Time Paradox = Trunks

                                                                                                                                                                                                                                                                                                                                                                                                                  Steamboat + TV = Steamboat Willie

                                                                                                                                                                                                                                                                                                                                                                                                                  • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                    i made a first discovery which was the super infinity stoned buddha

                                                                                                                                                                                                                                                                                                                                                                                                                    • acolderentity 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                      I've gone on an infinite crab island tangent of first discoveries.

                                                                                                                                                                                                                                                                                                                                                                                                                      • grizzlymilk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                        I was able to get piranhaconda from sharknado and Jack Sparrow. Sharnado from shark and tornado and Jack Sparrow from sparrow and captain. I then got Ice piranhaconda (which was a first discovery) from iceberg and piranhaconda.

                                                                                                                                                                                                                                                                                                                                                                                                                        • MuffinMan2 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                          I just discovered Curious SpongeBob so I'm wondering if any of you got SpongeBob or Curious George.

                                                                                                                                                                                                                                                                                                                                                                                                                          Also I have Squidward and Patrick too

                                                                                                                                                                                                                                                                                                                                                                                                                          • athrowaway3z 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                            As a additional twist it might be fun to also have the option to 'remove' one concept from the other.

                                                                                                                                                                                                                                                                                                                                                                                                                            Currently i have 'Wind farm' and I'd wish i could try going to 'farm' by removing 'wind' from it.

                                                                                                                                                                                                                                                                                                                                                                                                                            • orbital-decay 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                              Hint: by going the Warrior-Spartan-King-Leonidas-300 route, you get the endless supply of numbers to combine, starting from 300. I wonder you can make it output anything with this, as it's definitely powered by a LLM.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Demonic_Creator 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                How the heck do you find the fossil. Also a weird combo Statue + Rock = Sphinx

                                                                                                                                                                                                                                                                                                                                                                                                                                • All4All 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                  Are some combinations just not possible, or am I doing something incorrectly here? For instance, "Dragon" and "Yin-Yang" do not seem to merge (yet logically seem ripe for combination).

                                                                                                                                                                                                                                                                                                                                                                                                                                  • shostack 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                    Do I need to allow access through noscript to googlesyndication.com for this to work? If so, why? It doesn't seem to work when I enable the root domain in Firefox on mobile.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • o_pax 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                        Apocalypse + 2016 = 2017
                                                                                                                                                                                                                                                                                                                                                                                                                                        Apocalypse + 2017 = 2018
                                                                                                                                                                                                                                                                                                                                                                                                                                        Apocalypse + 2018 = 2019
                                                                                                                                                                                                                                                                                                                                                                                                                                        Apocalypse + 2019 = 2020
                                                                                                                                                                                                                                                                                                                                                                                                                                        ...
                                                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                      but ...

                                                                                                                                                                                                                                                                                                                                                                                                                                        Apocalypse + 2030 = 2030
                                                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                      Uh-oh!
                                                                                                                                                                                                                                                                                                                                                                                                                                      • atleastoptimal 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                        Like most nifty LLM apps it's cool but fun for maybe 45 seconds.

                                                                                                                                                                                                                                                                                                                                                                                                                                        Open source LLM's exist at the Family Feud brain stage (instinctive first pass human verbal intuition) so its depth is limited by that.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • lilyball 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                          I've now managed to get both "Spaceship" and "Space Ship". I feel like this game really needs to have some logic to avoid having two words that are essentially identical.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • csours 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                            I'm sure there are others, but this reminds me of Stacklands

                                                                                                                                                                                                                                                                                                                                                                                                                                            https://sokpop.itch.io/stacklands

                                                                                                                                                                                                                                                                                                                                                                                                                                            • sBqQu3U0wH 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                              Haha, I got "Trojan Cannonball", and it was marked as "First discovery.". Although it's not that rare, you can create hilarious combinations.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • qwertox 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                I love this. No explanation, nothing. Just drag, drop and see.

                                                                                                                                                                                                                                                                                                                                                                                                                                                If I could only store the state, maybe download a JSON file which I could later drop into the editor again to restore, that would be great.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • rgbrgb 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                  love this! The sounds are great and the caching is smart. I'd add a little loading animation or something... as a dev I knew it was hitting the LLM but my friend thought it was just laggy. I prototyped a similar concept with a numi/soulver type of UI a few weeks ago :) https://twitter.com/_0_/status/1747756622494265397

                                                                                                                                                                                                                                                                                                                                                                                                                                                  What model is being used for the backend?

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rabbits_2002 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                    I noticed that mixing a 2 word item with something else will often combine the words instead of looking at the meaning:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    super volcano + man = super human

                                                                                                                                                                                                                                                                                                                                                                                                                                                    but then it breaks if you mix further:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    super human + giraffe = super giraffe ?

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • graypegg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Heheh, my favourite has been:

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sailor Moon + Sashimi = Sailor Mercury

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • brennopost 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gonna steal some recipes for mine: https://elemental-emojis.vercel.app/

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • abathur 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Home alone seems to be perpetually recombinant. Over 10m :)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • jtolmar 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                            This is very fun.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            I managed to make a "Captain Jack Ahab + Draculawhalezilla" that seems to refuse to combine with anything. Maybe because it has a + in it already?

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • kajsdkjasd 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                              sleeping beauty

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • microwavedair 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                I have made the monster of all monsters!!! Coffee Tractor Monster + Flying Spaghetti Monster (first discovery) imagining this irl is horrifying.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • C_Plus 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I made way too many new things. including but not limited to: 420gaystalin Steamlincoln Shark Mafia Lincoln Shark Mafia Steamlin Express Werebearowlstien Bowling With The Fishes ibowl steamlin mafia Underground Werebowl. GOD HELP ME I NEED SAVING FROM STEAMLIN AND SHARKS

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • k0bE 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Art+Phobia = artphobia (first) Pterodactyl+phobia = pterodactylphobia (first) Freddy Krueger + Snap = Freddy Snaps (first)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • pauldprice 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Very fun, and silly. I created a "snot serpent" by combining a "sea serpent" and a "snot ball". Works for me...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • sagz 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Always a delight to see a Neal fun link here.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I was able to get to Dandelion after many combos! Hoping it gets to human soon.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Will try to extract the full tree from the code :)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • kajsdkjasd 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              sanata clsudr

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • kingadinga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Double rainbow warrior and rainbow Dracula ninja

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Phoenix2747 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  How to get humans, i’ve been trying for like an hour. I have been able to get Jesus before getting humans.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • thih9 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I must be missing something

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Angel + crocodile = Angelina Jolie

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • m_akane 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I think I hit some sort of character limit with "Spongepunk Christmas Seapony + Steampunk Squidpunk Sph"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • simmschi 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Well if you ever run into the 'Fresh Prince of Bel Sashimi', that's my world first combination :-D

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • qwertycheese 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            They could have added a one piece reference when you put "Devil" + "Fruit"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • terabytest 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Something looks broken. As soon as you join two elements into an unusual combination it stops generating a response.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • crweemtae 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I made a teenmummy and it said first discovery has anyone ever done it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 6cv 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  one of my favorite first discovery is definitely "sharknado 3: Oh hell no!"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ijsqepjpoqjf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    How do you make Twilight and vampire? and eclipse?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • lagniappe 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It appears that I was first to discover Mummy Statue and Zombie Pancake. Is it okay to put this on my CV?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • sawer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bye yall hope yall liked my help

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • kingadinga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          i discovered a rainbow yogurt warrior, rainbow warrior, yogurt warrior,yogazen, rainzen and yogarainzen

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • iamthepieman 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A fun way to play this is to pick a specific result first and then see how quickly you can get there.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • AvImd 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Amazing! The funniest stuff it came up with for me were Pengwoman, Sushi Bird, Jezus (Jesus + Zeus).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • az226 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I got a sign that looked like infinity and had ??? as its label. Did I win the game?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • kc71 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Pirates of the Caribbean and Pirates Of The Caribbean

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  are different apparently, maybe add some logic to merge these

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • microwavedair 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I somehow made Ryan. I do not remember how other than it's ______ + wind. Who is Ryan?!? lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ProllyInfamous 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It has A DOUBLE RAINBOW (I have no recollection of its creation, but it is a real emoji/combo).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Cybergenik 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Tutankhamun + Pirate = Captain Jack Sparrow

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Tutankhamun + Captain Jack Sparrow = Pirate King

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Pirate King + Mountain = One Piece

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        One Piece + Pirate King = Luffy

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        *perfect

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Telemakhos 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          You apparently can't mix Unicorn and Double Rainbow: they won't stack on each other.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • emmathenemma 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I need a mosquito in infinite craft how do I get it?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • yaman492 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                i made the first super infinity stoner buddha by accident

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ijsqepjpoqjf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I'm hacking right now want to join me?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • blah-yeah 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Super interesting. Who the heck is Neal?! Why and how?! hahaha

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Fun stuff. I wonder what the codebase looks like

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ZealousIdeal 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      After just 30 minutes I've crafted an Apple Crumble Mudslide. My job is done.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Josh879 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Anyone know how to make a missile?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • danielvaughn 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          My mind immediately goes to video games. This could inspire some very interesting mechanics.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nneonneo 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I now have a "Pina Thorada", a combination of Pina Colada and Thor. This is fun.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • snowram 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "poltician + devil = democrat" Huh, what was the training data for this model?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • epnk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  They totally missed it by not allowing two rainbows to make a double rainbow.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • _fw 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    My best so far are ‘Sharktopus Flytrap’… and ‘Suicide Bomber’, ‘Osama’ and ‘Terrorist’.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Not kidding!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • MintPaw 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Dandelion Patch + Gold = timeout?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • sigmonsays 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        i think i killed it with tractor + lava. Somehow that's a volcano?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This is weird without hard rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • thoys 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          First discovery finally!!! I got Blush!!! Face + Tomato!!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This is another awesome Neal.fun experience!!!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Aerbil313 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Time Machine + Pyramid = Tomb Raider

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Tornado + Fish = Sharknado

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            and Terminator, Dark Fate, Mad Hatter... but I forgot how.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • sandworm101 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              As is usual for all things on the internet, fiddle around and you will find Star Wars.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I just got a "first discovery": Garlic + Vampire = Dinner | Darth Vader + Dinner = Dark Dinner (whatever that means)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              And I don't know how, but how did I get from fire/earth/water to "racist"? How is that even a thing?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jollyllama 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Swamp + Prostitute = Politician

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • q3we 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Kraken+ dragon=titan

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • mynamesjeffy 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I need to make god dude like i swear.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • q3we 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Siren+ fire= Phoenix

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • duxup 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The sound is really satisfying.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • cushpush 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Obsidian + Cook ... [thinking] took a few seconds and out popped: sushi! Love it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • spacebacon 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Holy water + Dandelion = weed

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • voc 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                First one to discover Ghoti!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • unifyh 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I somehow got Espanol, then I proceed to translate every word into Spainsh

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • erm1231231 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Abdominal omelet +dark phoenix= phoenix omelet (first discovery by me)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • miohtama 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The strange case of origami Yoda

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Batman vs. Prince of space sushi vampires

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Darth Paper Strikes Back + Vampire

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • bikitan 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It broke once I got up to "Baconosaurwolfthulhucornicornthulhu"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • hnuser123456 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          discoveries: surf bowie VR, fakecraft, vrcave, santa claus simulator, gifticorn, abominable gifticorn, cain + monkey bomb, chess sandwich, captain chess, captain coincidence

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Midnightgamer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            They have added a new search bar.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • tetris11 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Once you get to Cthulicorn, anything added to that takes a minute or two

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • mynamesjeffy 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ice cream+pirate = captain hook

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Molly_janes 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is there a way to keep your progress? If so please let me know.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • hinkley 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bug report:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Rainbow + Rainbow doesn't do anything

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    No double rainbow? Literally unplayable.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • august_6_1945 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      My first discovery

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Darth Vader+Postman=Darth Mailer
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Jolter 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I managed to get both “Teapot” and “Tea Pot” at the same time.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • spacebacon 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This contains every story ever told and that will be told. Logos.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Night_Thastus 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Some combinations seem to cause crashes, like Grand Canyon + Sea.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • fkyoureadthedoc 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I was thinking they are combinations that haven't been generated and cached before (since this is llm powered (llama)) and the current load from HN front page is too much

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              My life won't be complete until I can combine big bang and rainbow bridge

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • riddley 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Speed+light isn't Einstein?? Chariot+God isn't UFO??

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • riddley 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ok I stopped playing when Muslim+money was terrorist. Hard pass.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • cursedeclipse 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                wait. bacon+destruction= "baconator" and i'm not the first to create a baconator. what. Edit: bacon+pirate is captain hook what is this

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • m0rissette 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reminds me of the first android game I played on my G1 alchemy

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • zharknado 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    “Pirate” is my favorite result so far. (Alcohol + Steamboat)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • tuzemec 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      In-Laws + Divorce = Outlaws made me chuckle a little bit...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Pretty addictive

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Rexxar 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I smiled at "Brexit + Politician => Chaos"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Scorpion6638 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          someone PLEASE tell me how to make optimus prime

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • jimmy778hahah 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ash + plant = tobacco Tobacco + clay = pipe Smoke + tobacco = cigarette Cigarette + smoking = smoker Cancer + pipe = crab Statue + cavity = venus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Birdboy658 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              How do I make chuck norris

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • wildyneal 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  lava plus stone equeals obsidian (i play minecraft) also is the reason there is a delay because of the LLM algorithm searching for new combos?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • slmjkdbtl 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sound effect for successful combination is 80% the fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Grimm_Reaper 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      my main goal is just to make an ICBM from this game but i havent yet

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • slowhadoken 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I’m haunted by how much I love and hate crafting systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • FredPret 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Curse + unicorn = narwhal, hahahaha. This game is so fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • emarthinsen 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Can't believe I was the first to find "boobs". The 12 year-old combined "tomb raider" and "jiggle". LOL. It's actually a useful word. I can change anything male into female.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lots of other funny combinations: Burger King + Business = McDonalds Disney + Motive = Money Princess + Cleavage = Disney

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Plenty of political ones: President + Dictator = Trump White House + Flame = Trump Trump + Bribe = Impeachment Trump + Impeachment = ??? (literally three question marks) Obama + Home = Change

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            And a few questionable: Slave + Plant = Cannabis Jamaica + Garden = Marijuana

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This is actually great fun. I wish I could sort the words alphabetically. I also wish there was a save feature. Oh, and that first discoveries were highlighted in the word list.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • larschdk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              My first discovery was "Santauron"!? - by combining Santa Claus and Sauron.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Midnightgamer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you make all the ingredients to make cocaine don't ask why.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • zaytuls 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                i did snow and weed

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • mynamesjeffy 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Goddess and godess = god

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Birdboy658 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  How to make chuck norris

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Avicebron 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It invented narlwhalicorn from narwhal + unicorn, cool

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • destroyer_Dubs 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Lightsaber + Jedi = darth Vader

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      “One of the hardest ones to get”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Aromasin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Water + Fish Stew seemed to break everything for me!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • jamespullar 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Kite + Mountain froze it for me as well. Refreshing then wiped all progress.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • not_a_dane 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              there's an issue with the algorithm, the more you play, longer it takes to calculate...neat example for time complexity analysis.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jtsiskin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                No - it’s just the more you play, the more likely you are to run into novel, uncached combinations that require invoking the LLM

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 0x38B 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I like that ‘Lightning + Earth’ is ‘Tesla (car)’.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • FireWall_2828 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This is so cool, thanks for the tip! :D

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Silicicolous 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    life and evolution is human zombie and cure is human idk why I got flagged last time

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • hellommcmcmc 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • jimmy778hahah 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Mirror + happy = narcissus Dream + oedipus wrecks = the simpsons?? Steam cyborg + glutton = fat man Curse + happy = sad

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • schoen 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          There are a couple of things that seem to combine with others in a very general way... "were-", "[the] Impaler" (!), "Rich[est]"...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I was able to get some things like "Were-jesus-pope-hamster-crusader", "Trump-jesus-trump", "Pope Impaler", "Trump Impaler", "Vlad the Werehamster", "Richest were-genghis Khan", and also "Were-were-werewolf"!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I think the willingness of the language model to make up character names like this is a bit of a defect in this context, but maybe it's useful for brainstorming movie sequels. :-)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • electroly 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I've found "Muddy", "Zombie", and "Frat Party" to work as universal affixes too. e.g. I'm up to "Muddy Werejesus + Muddy Zombie Jesus Frat Party" (the single phrase includes the plus sign). At this point the UI refuses to mix additional ingredients.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • draculero 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I got Trump Tower + Orange = Trump It used the 'pile of poo' emoji for Trump!! I love it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • yxhuvud 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Dragonpope was not easy to combine with anything.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • mynamesjeffy 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I got osama bin laden

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • gibblezbloop 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  How do I get metal

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Grimm_Reaper 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    also if any of you have found out how to make it tell me

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • kingadinga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I got vampirecake

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Brodami 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you get stand or sit or walk?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • kuttimaster 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            looks like Pancha Bhuta concept in Indian spirituality

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Prithvi/Bhumi, Apas/Varuna/Jala, Agni, Vayu, Akasha/Dyaus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • motoxpro 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              neal.fun is just amazing. Man how awesome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • intended 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Evil + NewYork … was inadvertently funny.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • spacebacon 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Challenge: least moves to “Happy Ending”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • deathanatos 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Doctor Who + Sheep => Doctor Hooves

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • jimmy778hahah 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      anyone know how to make gay if so could you please tell me its important

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • souvlakee 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Cannot craft Pottery and Tobacco. Error.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ijsqepjpoqjf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How are you doing?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Sir10l 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              How do you get eve im trying to

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jacfewazdxdg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                How do I get Asia?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  it says first discovery

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Xeyz0r 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    alligator + statue = gatorade ... okay

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Jean-Philipe 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      My fav: donkey + pope = ass

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • DanielLapidus 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Dinosaur + Clock = Clockosaurus Rex.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Eduard 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Dinosaur + Batman and Robin = Batman and Robinosaur

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • q3we 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            lake + phoenix=firebird

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • kingadinga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              i discovered rainbow yogurt warrior

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • kingadinga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                shut up

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • SeanLuke 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unicorn + Steamboat = Steam Unicorn

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • oneepic 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  In the beginning, there were four elements. Some asshole came over and banged them all together like rocks to see what fit together. The first life on Earth was dragons, plants, and vampires, somehow.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • kkukshtel 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Stuff like this a harbinger of the types of game that will start coming out of LLMs IMO - things that haven't necessarily _not_ been done before, but things where an LLM can act as a core weakly-type "kernel" that can be run to generate new output from arbitrary input. The people pointing out the prior examples are sort of missing the point, as all those require explicitly declaring the bounds of the game, whereas the bounds here are more a limitation of LLM understanding instead of direct effort to declare valid interactions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • dudinax 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gollum + schizophrenia = smeagol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • eggroe 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ngl this guy makes some greattttt websites! Always fun and informative! Thank you “Neal”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • OwseiWT 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          coral + coral = reef + apple pie = apple reef

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          now I can't stop thinking about apple pie with seafood

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • dgsm98 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Lost City + Earth broke infinity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Phoenix2747 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The great wall of chine and moonwalk is Micheal Jackson

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • notfish 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Car + Darth Vader = Carth Vader

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • bulatov 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Norway + Darkness = Black Metal

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • sommerloot 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I have discovered Red Paint!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • q3we 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        titan+kaiju=godzilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • q3we 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          japan+ river=samurai

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • thatxliner 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Isn’t that just little alchemy

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 22325ol 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              albatross + river = amazon? im so confused but it worked for me

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • bendyswin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                does anyone know how to make a human?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • mushroomgueen 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  how do you make rebirth

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rkagerer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Titanic + Iceberg = nothing??

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • mushroomgueen 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      how do you make an atm

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ijsqepjpoqjf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        jnckjndaljecijecjncippqjfcfipuejcl

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • vbbthersg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Hike mamaju

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • KR_-_-_27 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            My favouroute discovery was Mole King, Mole Queen and Mole Kingdom

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • zaytuls 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              hey guys i got racism

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • hugepuppy 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Why do i love this so much

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Molly_janes 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Also I made 4 new items

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • spacebacon 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Wine + water = holy water

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • volldittor 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        how do you get mario

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • vollittor 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you get mario

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • blitzystolas 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            hey anyone know what to combine to make weed/marijuana?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • cursedeclipse 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              there is both a "pangea" and a "pangaea"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • cursedeclipse 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                there is both a "pangea" and a "Pangaea"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Brodami 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  how do you get sit?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • nurettin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I stopped at leviathan.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • rambanuelos 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I was pleased with Prometheus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • cwkoss 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Once I got "poop" i went ham and made a bunch of discoveries

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Poop truck, space poop truck, poop train, poop martini, fartdiana jones, fartman, poopacat

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      And my favorite:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      poopacabra (from chupacabra)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Also got some interesting failure modes:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Got "Fartacus Jones + Fire Poop Train", "" (galaxy emoji) and "???" (galaxy emoji) all of which refuse to combine with anything else.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      EDIT: Got chicken titty, nuclear porn, and pooporn

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • sandbags 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        mud + rainbow = pig ? I’m not sure I am seeing the point.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • TheCreatore 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I have gotten so many jesuses. Werewolf + Jesus = Werejesus, Zombie + Jesus = Zombie Jesus, and Minotaur + Jesus = Minotaur Jesus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • obiefernandez 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Surprisingly addictive

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • jacfewazdxdg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              skibidi dop dop dop yes yes

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • thih9 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I don’t remember how I got to “pedophile”, but I think one of the names of Hollywood actors was involved. Later I did “pedophile” + “jail” and got “priest”. “Priest” and “pedophile” yields “Catholic”. This game goes into unexpected territories.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Also:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                priest + diarrhea = holy shit

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                holy shit + diarrhea = holy diarrhea

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                holy diarrhea + sweet and sour = chinese food

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • blitzystolas 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  anyone know how to make marijuana? (in game obv)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • kimjune01 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    stone -> stoner + plant

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jimmy778hahah 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    anyone seen the new update its so cool and i dont have to use ctrl+f anymore it also saves progress

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • pcthrowaway 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      was anyone able to figure out a way to save the game?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • cursedeclipse 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        new best: godzillazillazillazillazillazillazilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • bendyswin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you make a monkey?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Irribackiwai 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1981, was the year that A̶̢̼̹̞̺͈̖͕̱̘̔̎͆͌͗̾̄ͬ̚͜͢͟ͅȨ̶͕̰̙̹̱̤̞̰̱̗̒̒͗́͌ͤͬ̌ͣ̄ͧ͛͒͝A̴̶͙̙͈̱͖̻̼̯̰ͧ̆͊̿͋̓͂͜͞͞͡E̛͚͓̳̫̩̹̮͛ͪ̃́ͩ͊̓ͦͫ̃ͪ̊ͤ̌ͭ͢͠͡͝͠_̤̀_̡̛͕͕̗̪̦ͤ̑ͥ̾̋̀̚Ā̶̵̢̪̝̖̭̻ͪ̅̈́͛̋̏͋ͯ͊͠E̴̠̱̽ͫ͑͟Ȧ̵͇̠̬͚̱̥̮̳͖̟͇͉̥̰͑ͨ͋ͫͥͥͧ͌ͭͬ́ͦͩͪͣ̓͆̀ͣͮͧ͋̈́̇͢͞͡͠͞EͧȀ̛̲̖͍̀̕E̴̛̘͙̯̦̖̮̺̣ͥ̍̐̀̽ͬ̄̇͢͠A̙̦͖̜̰̤̜̗͌̎ͦͥͯ͗͌̐̌̊͜͜EẢ̴̠͖̗͕̩̆̇̀̓ͫ̓͑ͣ̏̊̿Ę̵̸̸̣̭͎͙̞͈̹̮̘̫̳̹̞̎͒̀̃ͯ́ͭ́̐̓ͤ̔͐̓͆͋̒̍͛ͦ̀͘͡ͅA̵̸̛̘̗͓̤͖̫̥͓̲̻̮̤͈̗͕̩̭̥ͬ̿̔ͫ̄ͧͤ̌̔͑̋̿ͩͬͪ̒̕͘͟͟͜͡͠Ḙ̸̵̬̗̗̹̰̪̫̻̅͆́͑ͩͦͨ̔̈́ͤ́̿̑ͦ͊̈́͘̚͘͞Ą̸̷̪̱̤̮͔̪̱̘̬̟̩̘̥͙̠͓ͯ̿ͮ̔̉̅̀͐ͬ̈ͧ͆͂̉̔̒ͧ͛̕͘Ę̷̸̸͓̰̼̳̟̻͈̱̄ͥͧ̅̀̉̈́̾ͤ̚͟Ą̧̢̧͇̰͕͈͈̦̤͖̠̲̺͓̩̄̍ͥ̇͊̑ͧͦͮͫ̐ͧ̔̔̋̕̕͘͟͟͢͢͢͝͞͠E̋̆ͤ_̵͓̈̀̚A̛̛̘̣̱̣̓͌̈́͂̎̊͆ͯ͑͋̔ͩ͘͠͡E̛̙ͥ͂A͍͚̮̪̩͙̐͘ͅȨ̸͉͎̪̭̙̑́ͮͥ̊͆ͪ̄̑̌͊ͯ͢͜͝͝A̵̡̳͉̖̖̻̜̰͒͋ͮ͛ͪȨ̸̵̷̵̧̛̛̯͉̬̰̝̼̩͇͎̲̗̮͌̓̌͊̄̿̍͒̔ͦ̈̋͑̐̾̐ͨ͌̇́̕͟͜͠ͅA̶̛̪̥̪̖̤̭̩̩̟͔̥̙͉̞̜̼̰̖̜̼̩̼̥̯̔̃ͥͯ͛̂̈ͬ͑͗̏͛̐̂͢͟͠͡͞Ę̛̛̼̳̰̞̬͔̆ͣ̏̾ͪ͊ͥ̑̀͌͘͝͝ͅA̵̶̶̢̧̳̳͇̳̻͈̰͈̲̘̺ͬ̓̒̈́̾̄̈́̉ͧ̈́̄̄ͨ̂͒ͭ̎̎ͦͬͫͪͥ͘͘̕͠͞Ȩ̢̪͔͚̫͉̖̦̦͉̩ͧͦ́ͥ̌̈̌ͤͩ̆̎̿̓̏ͬ͊̉́͛̀̕̕̚͟͢͡A̷̶̙̞͕͕̤͚ͣͦ͆͊͘͡E̪͙͆́͢Ă̧̨̲̙̟͍̠͎͓̟͙̩̞͚̬̳͕̤͇̐̓ͭ͗̌ͧ̐ͥ͘͜E̸̡̼̮̮̿̐̊͞A̴ͤE̴̡̛͈̐̄̂̏͋_̶̸̻̖̠͕͓̩̳̾̓͆ͧ̍͗̐ͣ̋̀́ͨͨͪ̕͜͜A̡̙͇̻͇̗̯͔͉ͧ̑ͪ͗ͥ͞_͓̪͚̔͑ͫ̈́̍̈́ͥ͢͢Ȩ̺͍͇̣͇̙̪̹̂ͦ̎ͭ̔ͭͫ̂ͫ̓ͮ̍ͭ̃̕͞͠_̡̻̦͇͉͓̰̳̙͂̀̈̏ͪͩ̄̅͢Â̸̵̧̛̛̟͈̖̫͕̫͈̰͔͇̟͔̯̝̰̥͈̯̫̞̆̈́͋̄̉ͯ̏͌̂ͮ̓̍̃́̉̇͘̚E͇͂_̡̱_̖̯̟̣̽ͧ̂͑̓̽̎͢͜͝͝͝Ạ̶̢̜̥̞̫͔̍͋͊̏ͤͣ̔͟EA̴̢̪̣̝̰ͤ͗͆ͧͣ͌͘͜E̢̢̛̩̩̘̱̼͎ͣ̉ͧ͆̊͊ͧͬ̚͟͞_̨͍͛͂A̸̹͍͎̳̞̩̮͊̅ͦ͗ͩͬ̏̈́̔ͫ͆̿̂̆̉́̅͜͠ͅE̷̢̝̰̯̻̼̻̫͉̙̟͙̙̖̥͂ͮ̄̏̓̌̀̽̋̇ͧͪͦͨ̊̑̌̃̚͘͘͟͝A̶͙̤̩̍̅͟Ȩ̵̧̑ͦͯ͝A̴͙͒Ḛ̤͚͍̞̪͍̍ͫ̈́̀ͮ̑ͤ͋̈́͛ͨ͝Ḁ̢͕͇̖̩̯̻̈́͆̌ͩ̇ͨͫ͘Ḛ̲̓̊A̷̶̡̢̢̤͇̤͍͓͉̪̩̟͍̲̮̻͇͌ͥ̀͒̃͒̇̒̽̓͢͞E͞ͅA̢͕͈̲̞̼͔̮̔̈́̈̿̌̈͋̇͟E̷̡̡̱̦̹̼̮͎͍͍̫͕͕̮ͥ̅̔́́̌̑ͫ̓ͣ̏̇̈̔́̿̎͂͘͜ͅĄ̪̙̮̿̍̒̽͌̕͜E̸̛̥̦̭͉̟̦͍̗͙̪̩̩͑͋ͭ̓̃̋̂͊͌͌̍ͫ̀ͥ͐̂̄̿ͤ̕͟͜͢͟Á̢̪͚̪̺̾Ą̶̧͚̼̘͉͈̺̜̞̘̬̊̃̇ͥ̆ͤȆ̝̺̠͓̤̦̺͊̂̂ͤA̤͢_̹̬͇̓ͫͧ̓ͬ͗̐̏ͨ̚E̶̴͔͎͎̬̞̥̰ͣ͒̓̇ͬ̂͝_̦̹͚͖͓̭̞̲͇̃̈ͫͩ͑̆̀͛ͪ̾́̀́̿̓ͯͧ̚͜͞A̛̠͉̫͋̓ͥA̼̥̹̖͘͜͝EÁ̢̘͇̪͚̘̩̦̟̲͎̫ͪ̐ͪ͐̿̒͊͘͘̚͞͞A̸̸̛͉̪̱͔͇̹̺̩ͦͫ͐́ͬ̑̾ͨ͆ͫ̒ͬͫͦͮ͑ͣ̌̀͂̐ͥ̚͜͝͡ͅE̕Ḁ̷̜̪͍͙͙̻̬͍ͥ̄ͥ̈́ͧ̓̀̑̏͗͆̉͘̕͢A̵̷̰̰̘̟̖̞͙̲͓̖̼̳̥ͬ̓̆ͨͩ́̈́ͫ̔́̀ͨ͌ͧ̔̽͘͢Ȩ̤͖̱̖͕̣̼̈́͗ͭ̌̏̉ͦ͐̒̌ͤ͛͆ͦͨ̎̄ͬͧ̽ͣ̒̈͘͞_̗̥̗̼ͦ͆̚Ȇ̞͙̪̺͐̈́E̪̩͎͋ͭ͗ͦ̊͋̕͢͢E̷̡̧̧̛̲͚̥̩̞̠̹̠̬ͧ͛̌ͫ͗̌̓̓ͭ̃̈̉̃͘͘͜ͅͅE̮̳͎̱̤͙̰ͭͫͨͬ̀ͥ̚Ȩ̱̰͍̳̲̪̖̜̐̇̎̎ͨͬ͝E̟̱̪̱̺̗͈͉͑̿̽̿̈́͌ͦͬ̐͝E̸̗̜̫̘̙͙͓̺̞̩͋͛͌̀͐̓͋̈́̂̎̍ͩEA̸̮̗̰̳̱͔̍͗̉͌̓̐̄ͧ͒͌̚_̷̡̱̻̯͛̿̓ͧ̔̋͋ͭ͛ͬͪ̎̄ͫ̿̽̽̚͞͡͡ͅA̡̨͇̣̜̱͖̗̩̦̣͖̰̝̣̖̗̺̪̻ͬͨ͛ͧ̀̓͂̂͒́͗ͧ̈̆́̾͗̔͊̈́͘̕͠Ę͚̯̠̙̤̲̞̗̝̘̰͇̠̘̈̌ͪͬ̊̉ͯ͋̓ͦ̀̔́ͩ̋ͮ̌͋͊̋̃̈́̔ͭ̚̕͘͘̚À̜̻̯̪̮̼̬͍̩̥̻̩̮̠̦͕̺̹ͯ͌̓ͬ̈̐̎ͧ̀͋͊ͩ̎̒̾ͭ̉̌̔͞E̷̢̦̣̜̬̣̝͓̲̼̻͓͍͚̯ͥ͗̍͂̌̇̀ͬͫ̄̈́͐ͬ͑̒ͬ̊̌̆̊̓͋́͟͢͡Ą̦͜Ȩ̸̢̨̛͈͕̼̙̱̦̟̻̳͉̮̪̣̲̜͖̖ͥ͒̈́̊ͦ̾̀ͫ͋ͮ̓̑͊̑̑͋́͘͟͝ͅA̶̼͖A̴̼̥̮͉̱͋ͩ̔́͟_̸͉̳̣͙̹͖͗͂͐͐ͭ̅̍̕͞͠Á̷̛͇̻̳̭̺̅͌ͣ̀ͫ͜E͓̭͇̬̜̗͊̓̉̈́̐̅ͦ̔̐ͪ͝͝Ą̶̺̜͙̼̙͉̭̤̩̠͇̥͕̩̳̺̤̹̙ͯ̄̊͛͊̆̄̀̀͛͗ͬ̑̂̌̐ͫ̀̂́̑̓̚̚͠͠E͚̳͓̟ͥͮͫͯĄ̷̡͎͚̭̳͎͉͕̟̲̱̙̗̞͖̗̱͍͈͋ͬ̑̐̌ͣ̎̐̈́̂͒ͭ͞͡͝͡A̺̙̹̲͎̟͌ͨ̊̄̆̓ͦ͗Ą̷̵̶̨̤̞̦̭̰͎̹͖̻̪̙̬̥̯̰̭͌̽̎͗̿ͨͦͮ̾̒̽̋ͫ́̂ͨ̊͒̚̕͜͡͞Ḙ͇̩̻͌̋̃͌͘_̷̵̴̢̨͔̟̻̖̟̻͙͔͚ͪ͊͛ͬ͋̃̋̿͝EA̵͓̱̰͉̮̙̥͉͚̦̲̹͈͆̆̐̎ͪ̂̂ͩ̇̍̑̄̈̐̌͒͆̆̅̌̚͝͞͞Ę̸̝̻͙ͧ́_͚̣̥̦̣͙̗͌͊ͮ̃̃̾̀̃̀͛͂́̅͑̏̂ͦ͐͞͠͞͞Ḣ̷̴̛͙̙̞̪̫͍̱̓ͯ̇ͧ̂̀ͤ̆͂̾̓̽̾ͧ̉̚̚͠Ģ̵̸̶̴̦̖̰͕̜̱̰̙̪͖̮̦̮͇̊͑̓ͭ̓̂͐ͣ͐̂ͦ̊͊̓̾̊̔ͮ͘͜͟͢͡ͅA̩̓͆̈Ȇ̵̢̨̧̼̭̘̝͓̲͙͖̦̲̮̟͍̥̤̦̽̃̾̂͊̓͆͑̊̈͊̈́ͥ̆̍͑̓ͮ̈́ͪ̕͢͜͞͠V̸̧̨̢̛̟͔͓͕̟̹̥̣͇̘̝͕̩̰̗ͬ̽ͤ͛͛̏ͬͪ̍́͊ͯ̔ͧ̂͜͠ͅS̖ͫ̃_̵̒ͮ̊̓̈́_̮͓͇̑̂͗́́͜D̟̭̰͇͈͇̫̦͔͇ͫ̀̋͌ͨ͂͆͛̉̂͑̈́͟͠X̹̦̟̰̫̝͔̤̌͂̄̿̔͒̈͊ͅͅ_̶̧̨͙̭̗̯͖͎͕͇͓͖̝̂ͦͨ̀ͥ̇͒S̡̛̹͙̭̳̺͖͎͍̻͒͋̅͌ͨ̊ͪ̍͑ͬ͆͆̀͌́ͧ̓͘͟͞͡͠͞ͅF̶̧̖̞̱̝͇̻͎͈̖̙̙̰͉̱̯̣̝ͭ̍̔͌͗̓̅̾ͣ̓̔̈̕͘͟ͅͅD̵̨͔̹̪͈̘́ͥͨͪͣ̌͋̃͑̇ͫ͜͠V̷̴̢̨̖̘͉̮̙͎̩̘̖̮̯̣͖́̃̾͛̐̇̐́͋͊̅͌̊͆̅͠͝͠N̷͉̟̣͓̩̤̭̖̺̘̹ͥ́͂͂ͥͤ̎̓ͮ͂̐́ͣͪ̔͒ͬ̕̚_̸͖̙̎̔͊Ṫ̢̙̀ͬ̀ͬ͌_̡̟͚̰̰̗͕͎͈̘̄͋̅ͫ̎ͪ͆ͥ̄͟͠Y̶̱̟̭̩͔͇̌͊̃͐̈ͣ̏ͭͨ́̕͡H̰G̶̶̢̛̗̗͚̫̰̤͚͍̖̩̰̜͓͚̬̣̱̬̭͇̊̎̓ͦ̽͊̀ͦ̀ͫ̎̒̉ͣ̀͗ͨ̕̕͜͝͞D̬Ẹ̡̲̟͖͔̫͙̃͗̓̓ͨ̚_̛͙̲̠̒͘͢Ŗ̷̳̦̘͓̱̖̃̓̍̃̔́̄ͪ̄̽̓ͭͩ̉͢͡ͅS̶̛̛̭̥͇̘̻̱̹͌͆ͪ͛͐̒̅͐̀͌̚͟͢͢ͅ_̵̠̇ͪ̊̓̕͠V̨͍̌̅̉͘H̵̩͚̖̜̼ͪͭ͑̄ͯ̍ͪ̾̒ͬ́̕ͅ_̷̧͍̬̻̇ͩ͐͂ͧ̆̈̽̚̚͞C̤͔ͦ͗J͕͇ͭB͔͚ͤ̆̊͋ͅ_̱_̴̵̨̧̛̛̗͍̻̦͍̮͖̰̘̭̰̟ͥͥ̏ͤ̇ͥ͋̃́͐͢͞͝͠K̢̪͋̾̾̇N̷̨̢͎͎̠̠͙̘̯̖͆͐́̿͛̒̆͒ͥͮ̌͂̔Ļ̧̢̘̥͇̳͕̻̖͇ͭͤͣͫͨ͒̉̀͒ͫ̓ͯ͠͝M̶̬̭̲̬̞͕ͫ̍̽͑̀̂̀̔͋͜͝Ǒ̸̢͍̰̦̖̳̬̬͔̪͂ͣͪ̿̆ͩ̈̅̿̂̅͐ͥͦ̕ͅI̧̧͔̘͍̤̞̦̠̯̼̖̜̪̬͍̞ͦ̽́ͫ̏͌̉̔͌̔̇͂̅̑̃͗̋̀̋̑͐̀́̕͟͜͢͡Ủ̸̸̡̥̮̜͕̝͕̲͙̮ͭ͑̉ͩ̏͗̏̽̌̊͘͠͡!̜̱̙͉̭͈́͛ͤ̋̓̈͟

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • plesner 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Some interesting finds.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Future + Time = Present (with a gift icon) Present + Present = Gift

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (So it's using the words not the concepts)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Paradox + Snowman = Yeti

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (Makes sense)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Arnold Schwarzenegger + Narwhal = Shwarzenwhaler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (Shwarzenwhaler has 0 hits on Google, it made it up)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Shwarzenwhaler + Time Machine = Hitler (with a crown icon)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (I kid you not!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Unicorn + Hitler = Unihitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (I continue to kid you not!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • plesner 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Future + Germany = Hitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Plant + Germany = Beer

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Flower + Germany = Hitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                (Harsh!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • subarctic 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                water + earth = plant

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                plant + air = dandelion

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                dandelion + plant = weed

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                wind + fire = smoke

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                smoke + weed = high

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                high + president = bush

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • teaearlgraycold 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Pornstar + Money = Politician

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Gold

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jasonjmcghee 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I propose Spock %

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Animats 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Restaurant + Empire -> McDonalds

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Resort + Empire -> Disney

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Obesity + Empire -> America

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      America + China -> War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      China + Japan -> War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      America + Japan -> Anime

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      America + Junk -> Trump

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 643378268 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 45362 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1959429 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • boo-ga-ga 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              See anything from neal.fun -> upvote, then check out:).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • pfooti 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                i have discovered the mecha swamp witch

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • racingabout 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  how do I get drugs

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • gyg8wrhfu9- 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    how to make pride

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Ringz 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Swamp + Surfer = Crocodile

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Nice!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Reinan 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        how to make human?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • august_6_1945 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you make love and humans?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 12435 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            how to get wine

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • joe4565 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              he[[

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • mayilian 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Cool!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • true_blue 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  >Love + Fire = Passion

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I'm impressed that it's able to understand figurative combinations like this. On the other hand, some of them are confusing:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  >Steampunk Pirate Queen + Romance = Steam And Sorcery

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  What? Is this a reference?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dylan604 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    fish + fire = sushi?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    is my concept of sushi wrong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • orenlindsey 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I think I broke it. America + Trump = ??? (with a galaxy emoji)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Edit: Also Trumpocalypse + Freedom = ??? (btw I got both of these in the game, not through the API)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • cursedeclipse 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        first discovery:icefishman

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • munchler 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I wrote a program to explore. Here's a "first discovery":

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Jupiter' + 'Muddy Date' = 'Muddy Planet'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Foghorn' + 'Planet' = 'Jupiter'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Fog' + 'Ark' = 'Foghorn'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Smoke' + 'Water' = 'Fog'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Fire' + 'Wind' = 'Smoke'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Noah' + 'Dirt' = 'Ark'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Flood' + 'Fish' = 'Noah'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Tsunami' + 'Rain' = 'Flood'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Wave' + 'Water' = 'Tsunami'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Water' + 'Wind' = 'Wave'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Water' + 'Storm' = 'Rain'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Wave' + 'Wind' = 'Storm'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Explosion' + 'Water' = 'Fish'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Destruction' + 'Fire' = 'Explosion'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Tsunami' + 'Tornado' = 'Destruction'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Wind' + 'Hurricane' = 'Tornado'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         'Wind' + 'Tsunami' = 'Hurricane'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Sweat' + 'Dust' = 'Dirt'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Sauna' + 'Train' = 'Sweat'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Palm Tree' + 'Steam' = 'Sauna'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Plant' + 'Hurricane' = 'Palm Tree'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Earth' + 'Water' = 'Plant'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Fire' + 'Water' = 'Steam'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Steam' + 'Disaster' = 'Train'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Tsunami' + 'Hurricane' = 'Disaster'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Earth' + 'Wind' = 'Dust'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Earth' + 'Dust' = 'Planet'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Muddy Sushi' + 'Date' = 'Muddy Date'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Sushi' + 'Mud' = 'Muddy Sushi'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Eruption' + 'Fish' = 'Sushi'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Volcano' + 'Tornado' = 'Eruption'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Smoke' + 'Tornado' = 'Volcano'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Earth' + 'Steam' = 'Mud'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Oasis' + 'Coconut Milk' = 'Date'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Coconut Water' + 'Dune' = 'Oasis'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Flood' + 'Coconut Milk' = 'Coconut Water'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Tsunami' + 'Coconut' = 'Coconut Milk'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Palm Tree' + 'Earth' = 'Coconut'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Sand' + 'Wind' = 'Dune'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Earth' + 'Dust Storm' = 'Sand'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Wind' + 'Mudslide' = 'Dust Storm'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   'Hurricane' + 'Mud' = 'Mudslide'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Josh879 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              d

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • slater 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                i think we hugged it, folks

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • uzer_dave 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  how to make lightning

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • august_6_1945 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    how do you make people?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • antonio222 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      i got rainbow fischer

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • krunck 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        black hole + money = happiness

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        So deep.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • antonio222 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          i got rainbow fisher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • bird4 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            argentina

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bendyswin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flour

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • rkagerer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Much sadness Hacker + News yields nothing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                My favorites so far (unfortunately HN stripped out corresponding emojis):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Trump + Internet = Fake News
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bitcoin + Jesus = Satoshi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bitcoin + Death = Taxes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Windows + Error = Blue Screen
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Flying + Space Cowboy = Han Solo
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Captain Picard + Elon Musk = Captain Musk
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Borg + Cybersex = Borgasm
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  James Bond + Tantric Sex = 007 Seconds
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                As you can imagine it kind of went downhill from there...
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • sophka 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  mistletoe

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • MlLES 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    sharknado + sharktopus = sharktopusnado

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • fb03 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      this is neal fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • alhimik45 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Aquaman + Amber = Amber Heard, lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • dfee 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          `???` seems to be almost apex. I discovered many new things. Thanks for the game.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • microwavedair 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ah yes, the perfectly normal way to make a bigfoot. Cheese + Yeti. why cheese?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Razengan 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Needs a dark mode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • wildyneal 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  hi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • aspectmin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Rofl - Rainforest + Dragon == Amazon (like an Amazon box)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • merlindru 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I don't even know how I managed to do this, but I got this:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Monkey > Ape > Gorilla > King Kong > Queen Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Yeah, Queen Kong. Queen. Kong.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ---

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      EDIT:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Gorilla Grodd

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Super Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Tarzan

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Jane

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Jane Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Woman Gorilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      - Super Gorilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • lacoolj 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Knowledge + Mud = Politics lol these are fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • mef51 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          America + Tank = Freedom lmao

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • green56 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Too many Trumps :)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • titaniumtown 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                fire + president = trump (with a poop emoji)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • margalabargala 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "America" + "Emperor" yielded the same thing :(

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rkagerer 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I think Death + Obama also yields it. You can get Dino-Trump and T-Rump.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Metacelsus 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Burn + Santa = Coal. lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    also, I got to "Trumpcare" and the emoji is rather hilarious.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • robobro 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Funny that Putin gets a Russian flag emoji, while Trump gets a poop emoji

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • nudin 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        LMAO: Future + President = Trump, with Shit-emoji

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • octuplehomicide 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Rich + Hooker = Marriage

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Richest + Prostitute = Bill Gates

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Bill Gates + Marriage = Divorce

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Queen + Divorce = Behead

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Trillionaire + Behead = Decapitalism (lol!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Narcissist + Money = Politician

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Peace + Trump = War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ben-hall123 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Slypy06 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Slypy06 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • lebean 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • daguava 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • kolkop 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • DmnSlyr431 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How do you make brick?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • DmnSlyr431 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I can never get it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • MilesGamer27 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How do you get an axe?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1234654 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               You craft it with handle and iron. I just discovered   Super Fire Breathing SuperHero brand new discovery
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1234654 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Managed to get male productive organ . Lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • LucasVallejo 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • secreta 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Birdboy658 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • samiam_iam 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • grizzlymilk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • grizzlymilk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • asjsnsjknjd 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • lrios10 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 55616852 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Reeker 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • THERykenado13 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • tjgeavf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • footlover 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • cacafingers2323 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • footlover 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Jay_29 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • addhqwv7foydsyg 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • yeaeedy83285y45 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • FloatingShadow 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bobmn55301894 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • th_long_stuff 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 5edodgersfan46w 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 5edodgersfan46w 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Grimm_Reaper 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • tjgeavf 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • peppashrekky 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • sdemeritt 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bestmanLL 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Josh879 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • thezclements 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Silicicolous 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 6cv 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ethansknowland 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • yeaeedy83285y45 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • gabsterart 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • gabsterart6 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • eliescooper 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Grimm_Reaper 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • gabsterart6 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • esknowland 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ethansulknowlan 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ethanisnotcool 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Josh879 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Jay_29 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • user23556 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • starphobia 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • nealfunlover2 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • nealfunlover-7 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • nealfunlover-78 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • nealfunlover-35 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • user_ur_mom_lol 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Marcel14733 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • DmnSlyr431 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • HeOwnsTwitter 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • emmtrout 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ballsacklover 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • King5 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • King5 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • passwordgame 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Marcel14733 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • TidalSurge 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jellybananas 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • time_paradox 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • liboikk 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ballsacklover 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • JellyCheeseNugs 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • JellyCheese 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • time_paradox 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • troutcod000 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • zaytuls 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • imnotahackermom 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • coy111 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • trina12 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • yaman492344 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • RM3578 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • bestmanLL 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • undefined 2 years ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • FloatingShadow 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • RM3578 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Irribackiwai 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Irribackiwai 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • u_need_to_know 2 years ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]