Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:"Abstraction: Towards an Abstracter Abstract" (Score 1) 95

What we need is a 2nd study, using 400 students, separated into four groups:
1. Using Google ONLY by looking at the 3rd page of results (the first two pages are now taken up with Gemini AI and targeted advertising).
2. Using ChatGPT Only.
3. Using inventory computers in a large metropolitan library
4. Using old fashioned card catalogs and books.

I wonder if we chose a significantly esoteric subject, with a 100 question exam given after a week, if any useful clustering could be detected.

Comment Re:You know what... (Score 4, Interesting) 364

*All* of the immunotherapy treatments can be considered vaccinations, not just the ones that we give as preventative medicine.

And there are some new ones that are just stunningly good. I've recently seen a presentation on a vaccination for hard cancers that get injected directly into the cancerous mass and don't just improve things, like most radio- and chemotherapies, but *eliminate* the cancer by activating the latent immune cells within the mass. It allows the body to cure itself by removing the cloak of invisibility that cancer creates. This fellow might just win a Nobel. The idea is simple, brilliant, and shockingly effective.

Comment Re:U2 album fiasco all over again (Score 2) 78

Last I heard, Apple sales haven't plummeted and thrown them into bankruptcy, so it sounds like they learned the lesson just fine: it's fine to show people ads. People might complain a little bit, but they won't stop buying. Cost is $0 and ad revenue is presumably more than $0.

If someone is stuck with your proprietary software and you aren't showing them ads, then you're leaving money on the table. What're they gonna do, fork it out?

Comment Re:Speed it up! (Score 2) 11

Where did I say I was expecting similar performance? But Python is slow even for an interpreted language especially given its usually compiled to bytecode first. I would expect similar performance to Java , not run at approx 1/100th the speed of compiled C!

1/100 the speed of compiled languages is typical for interpreted languages.

Non-ancient implementations of Java are fully compiled. Toy benchmarks and Java programs carefully written as if there were no automatic memory management (and don't call standard libraries) can run just as fast ac C code.

Java can't directly support features that depend on dynamic typing and similar flexible run-time behavior that interpreted languages. However, many Java developers sorely miss those features, so they heavily use the reflection APIs and various "beans" frameworks to work around the pre-compilable static typing. This can actually end up running *slower* than Python because many of those Java features are dog slow.

You can already get implementations of Python that do JIT compiling like Java. They often run in the ballpark of about 1/10 the speed of C.

Comment Re:Just what I always expected. (Score 1) 64

I read TFA, and it specifically says that this is the matter that's causing the gravitational effects that were attributed to dark matter. To me, as a layman, that means that dark matter is no longer required to make things come out right. If you don't agree, please explain why, preferably with citations so that people like me can understand it.

Here's a quote from the article:

This "missing matter" doesn't refer to dark matter, the mysterious stuff that remains effectively invisible because it doesn't interact with light (sadly, that remains an ongoing puzzle).

And there isn't a single instance of the word "gravity" or "gravitation" or "gravitational" on that page until you get to the comments and related readings after the editorial portion is done.

Maybe time to get the eyeglass prescription updated?

Comment Re:Don't read the lies (Score 1) 159

Just like an ever increasing amount of "news" in the US, there's some narrative scrambling for clicks rather than facts. US news is starting to push beyond political driven narratives straight into "lying because it's more profitable and we need marketshare".

Directly blame Google for that situation. They're the one who have been aggressively pushing the ad-revenue model. Back before Google, media was supported by a mixture of advertising and subscription. We even had a few media sources that were truly independent and both government-backed, and privately supported by individual subscriptions and contributions. Google poisoned the well, and we are all paying the price.

Slashdot Top Deals

"Trust me. I know what I'm doing." -- Sledge Hammer

Working...