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

 



Forgot your password?
typodupeerror

Comment Intellectual Damage? (Score 4, Insightful) 40

I sure hope the Indian government is tracking how this affects the population. There are reports here and there about AI assistants making their users lazy/dumb, as these users rely on the AI instead of their own brains. There are other reports of students using an AI to write papers, and then college professors using AI to grade them. Neither the students nor the teachers are going to learn/grow much using this approach.

Since we're using the drug dealer analogy on this one, AI offers immediate wonders, but may leave users bereft in the end.

Comment How About Graphics Drivers? (Score 3, Interesting) 36

As you correctly point out, passing messages between kernel space and user land consumes resources, which is why Microsoft moved graphics drivers inside the kernel back in the 90's. That led to a decade of "replace your graphics driver with the generic Microsoft one" advice to solve Windows crashes. The graphics vendors eventually got their act together, but I'm pretty sure graphics drivers still have kernel acccess. Maybe they can be next for banishment to user land?

Comment Where's John? (Score -1) 21

It's been a while since I've smelled manure, but what happened to John Deere? Where did John go? Did he write a "Dear John" letter and slip out the back? Did he know the jig was up and leave Deere holding the bag? I'll bet he's basking on a beach somewhere sipping a tropical refreshment containing miniature lawn furniture, laugh about his fortuitous timing. Well done John! (you were always the better one)

Comment How Is This Possible? (Score 1) 187

When a javascript program runs, who/what will figure out when to release the 2 GB of memory that huge array uses? The programmer didn't, because it's javascript and we don't explicitly return dynamically allocated memory in the javascript universe. If the garbage collector isn't around reclaim memory from out of scope objects, how does it get done? There's gotta be a thread somewhere doing something.

Slashdot Top Deals

As in certain cults it is possible to kill a process if you know its true name. -- Ken Thompson and Dennis M. Ritchie

Working...