>sell access to the user's internal residential network
That is not what the SDK was doing. The actual code in the SDK protects against this (simplified to take less space):
if (addr.isSiteLocalAddress() || addr.isLoopbackAddress()) {
LogUtils.e("PopaTunnelAsyncThread", "Hacking? The Host Resolved Ip is " + addr + " on tunnel id:" + tunnelId);
throw new IllegalArgumentException("Hacking? The tunnel host resolved ip is internal");
}
Local and loopback addresses like 10.0.0.0, 172.16.0.0, 192.168.0.0, and 127.0.0.0 do not work. It will not connect to people's private file servers on their network.
This is the same nonsense as before except now they are pushing out their prediction by 3 years. This is just fear mongering fan fiction.
They are also claiming that China may go to war with the US if our AI is better than theirs. They are coming up with scary scenarios which realistically won't happen.
>The problem with an intelligence explosion is the "explosion" part.
It's not a literal explosion. If we explosively ended world hunger that would be a good thing. Similar to having an abundance of food for everyone, having an abundance of intelligence is wildly beneficial to society. The article doesn't mention it but an explosion isn't guaranteed we could just see a plateau of capabilities due to bottlenecks of resources needed to power AI, time needed to run AI, and limited interaction with the real world. AI can't run science experiments on its own by the 2030 doomsday timeline
>At no point did anyone think to explain that we were measuring the areas under curves, or their rates of change
In my experience you get taught the definition of a derivative of a function at a point is equal to the instantaneous rate of change and that integrals are defined as a Reimann Sum, the sum of the area under the curve. Everything in the class comes from building on top of those definitions.
The company offering the ambulance surface. Similar to how a pool cleaning company will send you a bill if you call them and have them clean your pool.
Even if LISP machines took off, an editor running on them still would not be an OS. Such claims come from people who don't understand what a platform is and who can conflate any platform with an operating system. You also see these people calling web browsers operating systems. By this flawed definition you could even call things like Roblox an operating system.
Apple is a premium brand with high brand loyalty. Do you not think even 1 billionaire would want something like that? Even to just say that they bought it. Apple could sell things at a price point much more than $10k.
There is no need to be condescending to me and be arrogant despite you being ambiguous over which definition of the word you were using. You could simply end the conversation, realizing we were talking past each other but instead you decided to take jabs such as implying I am ESL, implying I am bad at English, and assuming I'm early in my career in order to attempt to belittle me.
For most projects the more practical solution is to use clouds offering GLM 5.2 for free. 1 token per minute is minuscule compared to their rate limits for free usage.
With AI you can scale the protection against social engineering. Where with humans you have to start from scratch each time and they are more likely to mess up.
That is not what the SDK was doing. The actual code in the SDK protects against this (simplified to take less space):
Local and loopback addresses like 10.0.0.0, 172.16.0.0, 192.168.0.0, and 127.0.0.0 do not work. It will not connect to people's private file servers on their network.