• qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    23 hours ago

    I’ve seen a video of someone building a text recognition algorithm that predicts the numbers of drawn digits. I’ve also seen someone run a Minecraft-like game inside of Minecraft.

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    Well, computing stuff. In theory anything your PC or phone can do.

    Like writing a comment on Lemmy. Or watching YouTube. Or playing Doom.

    It will be slow as hell and you’d also have to implement a lot of stuff that has been created IRL for decades, but it’s possible.

    A CPU is a CPU, it can do the same things all CPUs can, some are faster, some are slower.

    I guess you could eventually run out of space to build the in-game CPU, but I also heard the maps are ridiculously large.

    • RedEye FlightControl@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      There are mods that allow redstone to run from chunks that are further away than render distance, but I don’t think it’s going to scale that far. I wonder what the actual limit is.

  • Toes♀@ani.social
    link
    fedilink
    arrow-up
    3
    ·
    22 hours ago

    In the early days before rednet I built a functional computer network by building a shared bus with a LUA script that waited for addressed triggers.

    Very laggy but I had fun.

  • Tuukka R@sopuli.xyz
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 day ago

    To paraphrase a section of what was already said above:

    Once you can make AND, OR and NOT gates, you can do everything. Everything any computer does is done with those three.

    In Minecraft you can build AND, NOT, and OR gates.