• 0 posts
  • 10 comments
Joined 3 years ago
Cake day: November 19th, 2023
  • I have a similar theory about star trek. In one scene there was a blurry picture and to sharpen it Ricker said: “Computer implement recursive Algorithm”. That is equivalent to “Computer do something”. So now my theory is that there is an intelligent ship with a genius AI that carries around humans that have regressed to toddler intelligence because the AI does everything for them.

    The ship is basically human daycare with lots of blinking buttons and moving pictures to keep the humans occupied while the ship does the actual (and probably boring) science.

    Starfleet Academy is basically teaching them technobabble and looking great in a uniform while the AIs do the real work.

  • Here is my story:

    There were console outputs after nearly every line. I asked about them: “Oh, I couldn’t get the debugger to work, so I print everything to the console”

    This was everywhere. The whole program was like this. On a standard Linux machine. It wasn’t even remote debugging or something. Just a local C++ program.

    The filenames where written in 8+3. Again, on a modern Linux machine. His answer? “You never know where we’ll port this software to”

    Onto computers that were outdated decades ago? To embedded systems? Of course he had no answer for this except “just in case…”

    I could tell you more, that software was the stuff for nightmares.

  • Blockchain solves a specific problem: safe transactions without a trusted authority.

    It has a lot of downsides to solve this problem without a trusted authority, so in any case where you can use a trusted authority (for example a central server) it’s much better to use that instead of a blockchain.

    So everyone who added blockchains to their projects gained all the downsides while never having the problem it was meant to solve in the first place.

    AIs, and I assume you meant LLMs with that, are a different breed. LLMs are new: never before could a computer handle natural language to such a degree.

    Problem is, that it’s still new. So no one knows what the “killer applications” are or what monetization should look like, or what the laws about it will be.

    People just throw every against the wall and see what sticks… And hope for AGI/ASI and to be on the side that rides that nearly infinite potential to the moon.

    Or, you know, crash and burn in case AI reaches a wall/diminishing returns/systemic problems that can’t be fixed.

    We will see.