Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Intellectual Damage? (Score 4, Insightful) 39

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.

Comment Nothing To Do With AI (Score 1) 48

Somehow the headline writer worked 'AI' into headline, but it doesn't appear in the story. I'll even bet that AI didn't cause the layoffs, and that this story is pure clickbait. Google says MS employs about 228,000 people. 2,000 * 0.40 / 228,200 = 0.35%. So, not many developers, and unlikely to be AI-related.

Comment "Real Men" Write ROM-able Code (Score 1) 174

I miss the byte-counting assembler days of the 70's and 80's. RAM was measured in bytes or kilobytes and ROM space was almost as precious. Code was printed on paper, and computer monitors were heavy glass boat-anchors. You had to configure dip switches to get devices to talk to each other (slowly). Documentation was a bookshelf, not a web site. Persisent storage required rusty iron - ok, that's still the case, but now it can be solid state too. We configured IRQ's and I/O addresses. Sometimes we had to put the card in the 'right' slot. We had tape drives and line printers. We had RS-232 cables for serial and parallel cables for parallel. And best of all, we had clicky keyboards!

Slashdot Top Deals

The nice thing about standards is that there are so many of them to choose from. -- Andrew S. Tanenbaum

Working...