Forgot your password?
typodupeerror

Comment Re: Enemy of the State (Score 3, Interesting) 64

The technology that was highlighted in that movie originated around that time or a bit before. It goes by several names, but WAMI (wide area motion imagery) is kind of the generic term; it allows a forensic tech to rewind and track objects (people, vehicles) after an event. With AI and persistent vision, bottomless data center storage, it will allow everything / everyone to be tracked at all times. People don't know that this is already deployed over many large cities; essentially global hawk drones with high resolution hemispherical cameras constantly flying patterns, watching everything.

Comment Re:Yeah, pretty much this. (Score 0) 194

This is a love tap, fists will be thrown later. One thing can and should be done, we need to start adding aerosols into the atmosphere, the higher the better. Adding Na compounds to jet fuels would introduce just enough aerosols in order to start reflecting a tiny amount more of solar radiation than what makes it to the surface of the planet. 1-2% reflection is all we need to start reducing the temperatures. Of-course we will have to keep doing it until we figure out a more permanent solution.

Comment sideloading control and 3rd party stores (Score 2) 38

Google is now adding more rules to make sideloading more difficult while Apple never provided a way to sideload an app in the first place. People need to be able to build and load their own apps without permission from the OS manufacturer, a phone is a computer with specialized hardware, we do have ability to build and run apps on our own hardware.

Comment Re: They had to find suckers somewhere (Score 2) 120

Let's be real. They blew the school up because it was a school, and most likely a lot of the leadership / military families sent their girls there. And our leaders are evil bastards, working for evil bastards on behalf of other evil bastards. It's an exercise for the reader to determine the nature of those evil bastards.

Comment Conversations (Score 1) 120

"How did you get hired?"
"I was top at Fortnite. You?"
"Combat flight sims."

"Damn, two Boeings just crashed over an oil refinery on city limits and took out half the city."
"Did you remember to save your position beforehand?"
"Yeah."
"The reload and continue from there. No-one will notice."

I love computer games. I have XPlane 12 and many scenery packs. I rank well on Elite:Dangerous. From the sounds of it, the FAA would see me as over-qualified. In reality? There's no way in hell I'd be taking those kinds of risks with real lives. There's a huge difference between having good reflexes and a good eye, versus having the complex 4D spacetime relationship mental models needed for robust air traffic control.

Comment Re:Huh? (Score 1) 20

Maybe this info needs to be stored in some kind of encrypted escrow format. The database, instead of having an address, would have a blob that decrypts to the address in the shipper's system. And maybe not the full address, but only just enough information for routing - when the shipper picks it up, if its local they get the full address, if its across the country they just get enough to get the nearest distribution center, which has a key to decrypt the recipient's distribution center, and so on. at each stage only enough information so that it doesn't prevent routing optimization.

Comment Re:Need new AI editors (Score 1) 65

You see, Linus has embraced transhumanism and is testing out the new kernel as a supplementary brain function, using MOSIX to offload all of the irritable comment generation at yet more nonsense on the mailing list to an Elizabot that he has written specifically to do this. This saves his actual brain for real work.

Comment Grok is not a useful advisor. (Score 1) 1

AI is not currently capable of performing any meaningful conceptual abstraction, it is only capable of very basic mechanical abstraction. Abstraction is itself multi-dimensional. Nor is there any indication that AI could ever perform multi-dimensional abstraction or multi-dimensional decomposition. Precious few humans are capable of it either, but some can.

No, AI would need humans because the best system is not a pure system but a hybrid system, and that means transhumanism with AI operating as an additional brain function rather than as a replacement for a brain.

Comment Re:Bleagh. (Score 1) 20

Tool calling is, yes, but the current approach to it is (a) overt not transparent to the user, (b) not designed for the purpose I've outlined, and (c) not remotely good enough for the AI to be able to manage data through such tools.

Yes, you can connect an AI to a PostgreSQL database. Whoopee. Not even close to an AI detecting via classifiers that some of the data is relational in nature, transparently setting up its own PostgreSQL database in response, and using that proactively as an additional way to examine the data. You would need to explicitly set up the constructs, explicitly set up the databases, explicitly tell it when, where, and how to use the database, and if that particular usage conflicted with a way the AI actually worked, the AI would not be able to use it effectively. That's not remotely close to what I'm talking about.

What I'm talking about is much, much deeper than that. AIs lose focus when there is too much information currently in the system. Absolutely nothing stops an AI from using a document database as a virtual memory in which it can page in and out conceptual spaces so that the focus on any given step of a problem concerns just the problem. Other than such a concept not existing yet, which is kind of a limiting factor. But you need to know what connects to what. The AI could use an ontology reasoner for that, or a relational database, or an external graph. But you cannot provide those tools and you cannot configure them, for the simple reason that the AI is the only entity with any detailed map of how the underlying neural net is connecting those ideas up.

The AI itself has to select the tools, has to configure the tools, has to do all the work. Which means YOU cannot use any sort of API. YOU should have no involvement in the underlying mechanisms needed for the internal NN housekeeping.

And that's your other error. You're assuming this is about user data. No. It's about housekeeping operations within the NN itself to maximise functionality, it has nothing to do with the user side of things at all. If the user was capable of setting up dynamically structured databases that mutated with each step of a decomposed analysis, you'd have done everything the AI would be doing and you wouldn't need the AI to begin with.

You cannot do this work, you cannot even assist in this work, it has to be dynamic and it has to be utterly invisible to the operator.

Comment Bleagh. (Score 1) 20

We don't need bigger models, at this point. What we need is multi-dimensional decomposition, problem space transforms, and the ability for AI to use external tools (such as SQLite, memcached, etc) so that it can externalise static data that it needs to not corrupt accidentally but still keep in easy access.

If we had that, most of the things "bigger models" will do will actually end up being done better, quicker, with fewer compute resources.

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...