Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re: For those who didn't go to school in the USA (Score 1) 93

I don't know how much American History is taught in modern high schools now, but back when I was in school, we were expected to know who he was and what he did, although we probably weren't expected to remember it for the rest of our lives. Personally, I remember his name and that he was important in the first half of the 19th Century and that's about it. I wonder how much the average British subject remembers about Disraeli after he's out of school.

Comment Re:vice as virtue (Score 1) 107

Linux is basically rpm/yum and deb/apt flavors.

I take it that you haven't given the .rpm side of Linux a look for a decade or more. That's because yum has been replaced by dnf for at least that long. In fact, yum itself is nothing more than a shell script that calls dnf, and it's only there for backward compatibility.

Comment Re:Can AI write usable, performance, quality code? (Score 1) 206

If you know what a binary search is, you'll understand that it's a very simple algorithm, and the code should be very easy to follow. However, judging only by the existing code, whoever wrote it, or worked on it before wasn't at all skilled. Putting that comment in gave future code monkeys fair warning that there was more in that function than met the uneducated eye.

Comment Re:Can AI write usable, performance, quality code? (Score 1) 206

This reminds me of a time, decades ago, when I was doing a bit of maintenance coding for a small business. One small task I was given required searching a static table for a magic number to plug into a calculation. Just because I could, I wrote it as a binary search instead of the linear search that the other coders who'd worked on this would have used. As I doubted that the next person to see this would understand what I'd done, I included exactly one comment at the beginning of the function: "If you don't understand how this works, don't mess with it." I've sometimes wondered over the years how long it took until some ham-handed code monkey screwed it up to the point it had to be re-written.

Comment Re:You keep saying this (Score 1) 206

Yes, you do indeed keep saying this, over and over in almost the exact same words, and hardly anybody ever responds. Have you ever wondered why? Well, maybe because everybody here is tired of you posting the same ideas over and over and has stopped reading your posts. And, of course, there's the possibility that you're completely wrong and most posters here are tired of pointing this out.

Comment Re: Training Humans (Score 2) 53

A friend of mine, the late Dr. Pournelle, lived in Los Angeles, and had several Humming Bird feeders plus an Oriole feeder at his home. He told me, once, that sometimes a hummer, usually male, would claim ownership of one of the feeders and try to chase all of the other hummers away, with mixed success. Once, one of them tried to claim the Oriole feeder but the orioles, being much bigger, just ignored him.

Submission + - Ask Slashdot: Why Did Democrats Campaign for Trump?

BitterEpic writes: This isn’t a conspiracy theory—it’s been covered by outlets like NPR, Newsweek, and USA Today: Democratic organizations actually spent money to promote Trump-aligned Republicans in GOP primaries. Why? The idea was to elevate “unelectable” opponents who’d be easier to beat in general elections. Sounds clever—unless the plan backfires. And with Trump winning in 2016 and still holding serious political sway, it’s worth asking: Did Democrats help create the very threat they claim to fear?

If Democrats truly believe Trump is an existential threat to democracy, why play with fire? Promoting candidates they think are too extreme to win assumes voters will always choose “correctly.” That’s not only arrogant—it’s dangerous. If he wins again, that strategy looks more like sabotage than strategy. Let’s also be honest: a lot of people who voted for Trump probably didn’t even like him. They just saw a bad system and chose the person they thought might shake it up. If Democrats helped make him the only viable alternative, that’s not just a Republican problem. It’s an American one.

I'm a big fan of ranked-choice voting. It gives people more options and weakens the two-party death grip that lets tactics like this work in the first place. If voters weren’t so locked into “lesser of two evils” thinking, parties wouldn’t be able to rig the system this way.

Serious question for Slashdotters: If you donated to the DNC or supported these tactics, do you think it was worth it? Do you think boosting Trump-aligned candidates was a responsible strategy? There are a lot of political comments here and I'm genuinely curious.

Slashdot Top Deals

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...