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

 



Forgot your password?
typodupeerror
×

Comment Re:ah yes, the old convergence politcal theory (Score 1) 350

There's a big difference between habitual harassers being run off platforms (by those platforms) because they broke their TOS and the government making it so that you cannot travel.

Are you saying that companies have no free speech? I cannot choose who uses my platform or not? Or does that only apply when bakers refuse to make cakes for gay couples?

Comment Not surprised (Score 3, Insightful) 172

Was actually talking about the current "adpocalypse" and its causes, and wondered if youtube wouldn't be eventually working towards disabling comments. In fact, I'd go a step further and start phasing out comments in general. While they increase "engagement", they're so incredibly useless that I definitely wouldn't miss them. Leave chats for livestreams, though, as that actually provides instantaneous feedback that can be valuable.

Comment Re:Trouble is they're prime real estate (Score 1) 312

I think in at least some cases, it actually is clear-cut malice.

If you understand how herd immunity works, but also worry about potential side effects of a vaccine (ie. if you don't buy into most of the anti-vaxx nonsense, but still don't like elective medical procedures), you might opt to not get vaccinations, weighing the risks to the herd by having one less vaccination against the risk imposed by the vaccine. It's essentially a form of the tragedy of the commons. Increase the risk to everyone to slightly lower the risk to your own child.

The problem is that herd immunity works, and if too many do this, then it all breaks down and they're putting their kid at higher risks.

Comment Re:A missing null is a terrible thing. (Score 1) 193

I feel like there's a fundamental misunderstanding of what ptr+len means.

It means that all of the c api's functions would be based around this idea. So, for example, "get_s()" would return a structure containing the length of the string and a pointer to the first character. It means that "str_concat()" would take in two of these structures and return a new one, etc. (or, some idiomatic c equivalent of these things).

Exactly how do you think that a "malformed string" would get in that lies about its length? It's not like we'd be relying on the input to tell us the length, the function calls would create the char* and tell us how long it is.

Slashdot Top Deals

"The medium is the massage." -- Crazy Nigel

Working...