Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Poor couple. (Score 1) 81

The law is unconstitutional, as other similar laws have been found in the past. It hasn't been removed from the books only because nobody has been charged for it in a century, thus nobody has had a chance to challenge it on those grounds. The exception is for the military, which has the UMC which is allowed to have stricter restrictions on behavior.

Comment Re:More things wrong with the world. (Score 4, Informative) 81

YEah, none of this will happen. Let's assume they don't have a prenup (in which case the settlement of assets is dictated by that). The wife would get 50% of what was generated during their marriage at best. That may include the house, but its value would be subtracted from what she got in cash. Alimony... depends on a lot of circumstances, but it's more rare and generally a limited time. Plus we have no idea what the wife's income is, she may make as much or more.

Will he get a job again? Of course he will. Probably not as a CEO in the near term, but he'll absolutely get jobs where he isn't a visible presence for the company. And in a few years the CEO jobs will open again, because nobody is going to give a fuck a year from now.

As for going to jail- no. If the alimony (which is unlikely to exist) does exist and it is set high, he goes back to court to get it lowered. Because alimony is based on your income (with a few exceptions for example purposefully staying unemployed). Given that he was just publicly fired, his current income potential is very low, so any alimony would be matchingly low. There are formulas for these things.

So in other words, your just spouting misogynistic bullshit.

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

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://wiki.c2.com/?TheKenTho... 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.

Slashdot Top Deals

"The voters have spoken, the bastards..." -- unknown

Working...