Forgot your password?
typodupeerror

Comment Foccused ultrasound but yes. (Score 1) 37

microwave labotomy ... We just put the machine against your head here for a bit and those bad urges go away, all better.

Another poster mentioned that it's actually focussed ultrasound.

Still sounds like breaking a piece of a system by stirring the brain with a knife (lobotomy) or burning it out with heat (cauterization), electricity (electroshock) or mechanical shock (blow to the head) - just carefully focused without (substantial) damage to other parts of the brain or its casing.

Ultrasonic destruction of a piece of the brain's reward/punishment/desire/avoidance mechanism rather than persistent unwanted fat.

Comment Re:Backfire (Score 4, Informative) 111

Because many professionals don't work for those that try to sell you something. Most epidemiologists or virologues or others actually work for research centers or non-gov entities and have no money in the game. So yes, I'd trust a WHO epidemiologist any day over someone trying to sell me an "instant flu nasal spray vaccine" or similar; but if they say those work, why not...

Comment Re:Backfire (Score 0) 111

Well, if the solution is vaccine-based, no because it *does* train the immune system, and often in better ways than virus exposition. But if the solution is air purifiers everywhere I'd be inclined to agree, the same way as kids growing up in perfectly clean room and never going outdoors often have allergies. On the other hand, having access to clean water may have made us more susceptible to catching the shits when going in third world countries, but I'd take our clean water system and sewers over those of India any day. Dying of dysentery is no fun. Neither is dying of Covid. So maybe I'll let professionals debate this one (and not investors).

Comment Snot ? (Score 1) 111

Related question. A while back we had a family debate/fight about what the average american does when he has a cold and stuck nose. Here people blow their nose into a paper tissue and throw it away. My sis kept saying that in the US people keep sniffing and every once in a while they snort hard and swallow; which is annoying for those around. I've lived in the US for years but don't remember that. Maybe it's more geographical or more class-based ? What do people do around you ?
My sis was so horrified that she told someone after he snorted: "what if I put your snot into a spoon and gave it to you; would you eat it ?"

Comment Re:Why C is dangerous (Score 1) 40

I used to like Pascal (40 years ago), but then I saw that the strings were within an allocated either 255 or (more recently) dynamically allocated, so in the 1st case you had lots of wasted memory when just storing a few chars, and in the 2nd case, you needed a(n internal) realloc and hence a memcpy every time you add a char to a string. Very inefficient.

Comment Hit and miss (Score 1) 30

I've used it only occasionally on things I knew nothing about (new communication protocols or programming languages I don't know). The 1st two attempts were abject failures: I was trying to get it to write a GreaseMonkey script to modify specific webpages on the fly as I don't know JavaScript. It should have been no more than 2 lines of code (my estimate) but after 8 prompt attempts that were complete failures, it was generating over 100 lines of garbage.
The 2nd attempt was with a very obscure communication protocol, and poorly documented too. I was trying to get it to generate some Hello World and it never generated anything remotely close.
Recently I've used it on things that are more mainstream and it's okay to get started on new projects, to generate demo programs. But after that I do all the coding. I want the bugs to be mine.

Slashdot Top Deals

Don't tell me how hard you work. Tell me how much you get done. -- James J. Ling

Working...