Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Inductive fallacy i.e. boiling frogs (Score 1) 119

The cognitive ability of AIs is 0. AIs do not think. They do not reason. They do not understand. They can probablistically predict output based on training data, and an input, and that's it. With programming, it can find bits of code on the internet that are related to the keywords you give it, but it can't actually code a damn thing on its own. Which makes it a slightly less useful version of stack overflow, and for it ever to become better it will need a quantum leap of new techniques that are not currently on the horizon.

Comment Re:This Is A Nonstarter (Score 1) 66

Not all the world is the US. In the US, you're relatively safe... well at least as long as you were born a US national, it seems we're deporting those who aren't. And we'll see where that trendline goes.

Other nations outside the US and EU? Safety varies a lot. There are plenty of governments happy to punish or disappear protest starters.

Comment Re:you know why? (Score 1) 44

Except this wouldn't actually solve this. You'd be able to share the business logic, which would be a benefit. But you wouldn't be able to share any of the UI, system, or OS interaction code which is where all the incompatibilities come. If you just wanted to share business logic, there were already ways you could do that (write it in C would be one way).

Also, if they really wanted to do that, they should consider going the opposite way and bringing Kotlin to Swift. Kotlin also has a significant server side use that's growing (mainly by replacing Java), Swift is iOS and Mac only. They'll find a lot more people willing to learn Kotlin than Swift. Of course Apple won't consider that due to NIH and control issues.

Comment Re:What is it for? (Score 1) 120

Nobody I know who used an Oculus even wants one of those. VR got hyped for a moment then died yet again. Its still a solution looking for a problem. It doesn't work for AR (which require you to actually see the world) and VR is a niche thing that most gamers don't even want, and that's its only usecase.

Comment Re: This is well researched (Score 1, Interesting) 283

Mein Kampf and The Communist Manifesto were both written by people who claimed to be experts. Claiming that some book written by some nutjob is spouting bullshit doesn't make it true. Which in your heart you know, which is why you're talking about a book without citing any of the facts or arguments the book provides.

Comment Re:A new Golden Age of Malware (Score 1) 135

No, your AppleID and GoogleID only serve this purpose if you're stupid enough to allow it to. And they can (and do) do the same thing on desktops. And yes, my windows machine can and does receive all the notifications my Android phone does. You're just making shit up.

The only difference between a phone and a computer is the phone has a cellular radio in it. And that's not even 100%- an Android tablet may not have a cellular radio, and I've had laptops that did.

Comment Re:Congress (Score 1) 135

No, you should have a choice to be in a walled garden or not on any device. Now if you like Apple's garden, that's fine. Don't install any other app store. I expect that's the route the vast majority would go. But there's no reason to tie hardware choice to the store choice. And allowing them to do so is anti-competitive, dangerous to the market for software makers (Apple has many time banned apps because they decided they wanted to make a similar app), and causes increased prices for consumers (there's no competition on those percentage cuts by Apple). Not allowing competition harms the consumer, with no benefit.

Comment Re: Narcissists gonna Narcissist. (Score 1) 54

They don't low ball the instant win because of social engineering. They do it because they don't want the player to take it. Going for the big prize is better TV. The low balling is just to make it more enticing (and also mathematically wrong) to stop. The game show doesn't even care, they buy insurance to cover the prize payment.

Comment This is a problem with all code generation (Score 4, Informative) 31

Not just AI, but everything. There's an old story about how Ken Thompson (inventor of Unix) once wrote a compiler that recognized the code for a login function and had it automatically inject a backdoor in the compiled output. https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwiki.c2.com%2F%3FTheKenTho... So yes, you need to be able to trust your tools. And yet another reason to carefully read and understand what code does, no matter what the source.

Comment Re:okie dokie (Score 1) 75

They mean parents. If your parents make 200K+, you'll be inelligible. As most college aged students rely on their families for support, and pretty much none of them have 200K (or even 20K) in income themselves. That's the same way pretty much all college financial aid works. Its fair for the majority, although there is a minority estranged from parents or who's parents refuse to help that get screwed over.

Comment Re:Because it isn't increasing productivity (Score 3, Insightful) 63

But the money wouldn't be sitting around doing nothing if there wasn't AI. It would be invested in other ventures and industries. So it wouldn't be buying servers to run AI, but it would be used to build a factory. Or make video games. Or a dozen other industries. For AI to increase GDP over what it would be without AI in the world, AI actually has to provide value. Otherwise its net neutral to GDP (arguably net negative, if those other industries would have increased the capacity of the nation to produce).

Slashdot Top Deals

Real computer scientists don't comment their code. The identifiers are so long they can't afford the disk space.

Working...