Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:So, you're a self-described journalist (Score 2, Insightful) 195

The article has the sentence "No high-tech gates block the exit if you go through the line like normal" in the paragraph before the reddit reference.

The "journalist" can't remember what they wrote ten seconds ago, can't read their own text, or is repeating stupid and incorrect claims to make their boring article seem less pointless. I'm going with the first option.

Comment They can plan and promise all they want (Score 1) 27

They don't have the money and haven't shown any hint of a way AI can make money in the first place. They just promise ever increasing circular agreements (nvidia will invest billions in openAI, so openAI can buy billion in nvidia chips, etc) and hope private equity will keep flowing...

Comment Re:Call me a bigot (Score 1) 244

Am I pretending words don't have their meanings and lying if I say "it's raining cats and dogs" when in fact the heavy rain is water?

"that's a piece of cake" when clearly the request has nothing to do with cake and is no a piece of one?

Or is it that you can't just take the literal meaning of isolated words and pretend that's what statements mean.

Comment Re:Kid just had covid (Score 2) 159

It's almost like at one point it was a novel virus that was spreading like wildfire, that we didn't know how to treat well, didn't have the medical resources available if severe cases spiked too high, didn't understand the transmission characteristics well, and so were cautious.

Whereas, now we have vaccines, we have anti-virals, everyone has already been exposed (making it not a novel virus anymore), we failed to contain it and it is now well along the way to being endemic, and thus you treat it very differently.

Comment Re:No first amendment protections. (Score 2) 116

They send more spam and thus more people click "this is spam" and the urls/lanaguage/etc that they use become indicative of spam (as judged by users).

That seems much more likely than google manually filtering republican spam.

I know managers at work sometimes ask to be added to automated mailing lists for technical things (disks are >X% full type stuff) and refuse to believe they won't want it when told what it will be. And then click "spam" on gmail and now the email address being used for them gets diverted to spam for the people who actually do care about those emails and I get to spend hours working out what the hell is happening. That's not google manually filtering out those emails...

Comment Re:Wait... (Score 1) 113

He will 100% be deported when he completes his prison sentence, and could be deported before completing it (low chance of illegal re-entry from China after all) under the current administration.

The four years in prison might "save" him, it's not an aggravated felony and it's not moral turpitude, so it won't be automatic. Maybe there will be a pendulum swing away from enforcing the letter of the law and deporting easy targets at every opportunity (nothing is easier than someone already incarcerated - even the most keystone cop of ICE agents can catch them). Even so, seems a likely candidate even then.

Comment Re: a smart move (Score 1) 50

>> "Yeah, on purpose I assume. It's almost like those symbols have a use and indicate what fundamental type is in play."
> Seems you do not program in Perl. Because: they don't imply that. They imply what type you want to get OUT of the hash or list. Otherwise you would simply write #myHash{"myKey"} and be done with it. But that is to simple ... you have to either write $myHash{"myKey"} if what comes out of myHash is a scalar, or something else depending what you have in the hash ...

That's literally what I said. It tells you the fundamental type that is in play (you know, what the thing you are working with is). $F{"a"} is a scalar, so $. %F is a hash, so %. @F is an array, so @.

Slashdot Top Deals

If you steal from one author it's plagiarism; if you steal from many it's research. -- Wilson Mizner

Working...