Forgot your password?
typodupeerror

Comment Re:Greed and infrastructure do not mix (Score 1) 146

I'm very surprised it's legal here. I thought the electric companies were legally required to serve their customers reliably, and not solely when they found it desirable to do so -- that's the agreement they made in exchange for being a natural monopoly (natural because you can't economically run more than one set of electric lines to every household). Apparently I was wrong about that?

Comment Re:Brian Kernighan nailed this decades ago (Score 3, Interesting) 120

As astronaut Frank Borman put it, "a superior pilot uses his superior judgement to avoid situations which would require the use of his superior piloting skill".

The programmer's version of that would be "a superior programmer uses his superior judgement to avoid creating the bugs that would require the use of his superior debugging skill".

Comment Re:It stops the development of new knowledge too (Score 4, Insightful) 120

Could I have fixed this bug? Not even in my wildest dreams. Do I care how it was fixed? Oh no. No I don't. I just checked that the output of the LLM was reasonable.

The risk in this scenario is that after a few iterations of people applying AI-generated "black box" modifications, users start reporting that the ancient app is crashing on them now and then, and nobody has the first clue why, or how to fix it... and since the crash isn't readily reproducible, you can't even do a "git bisect" to figure out which commit introduced the regression. Now you're left with two unappetizing choices: either live with the instability forever, or roll back all of the "blind" commits to the last known-stable version and never touch the codebase again.

Comment Re:Closet Environmentalist? (Score 1) 293

Trump's actions are 100% Trump's actions. His had wasn't forced in the slightest

Trump's actions are 100% Trump's responsibility ("the buck stops here" is still part of the Presidential employment contract, even if Trump doesn't think so).

OTOH, it wouldn't surprise me one bit if Netanyahu played hardball to "encourage" Trump to help. It's one of the downsides of having a "colorful" sex life in your youth and then gaining political power later on -- too many people have solid evidence of your transgressions, and now motivation to use them to influence your decision-making.

So when Netanyahu phones Trump up and says "join my war, or else I'll release these Epstein videos of you having group sex with underage girls", does Trump do the principled thing and refuse? Or does he take the coward's way out, and allow Israel to dictate US policy in exchange for temporarily saving his own political skin? I think we know the answer to that.

Comment Re:Making China Great Again. (Score 2) 293

After the Cold War, I am convinced if we want no more girl schools blown to bits, every country should have nuclear weapons.

Is every country rational enough to never actually use them, and also technically and organizationally competent to keep them out of the hands of private groups (e.g. Al-Qaeda) who would steal them and use them for them own purposes?

If not, then the MAD doctrine won't work there. It's either principled leadership by the major powers, or nothing.

Comment Re:GitHub has been terrible for years (Score 5, Insightful) 82

The Git command line utility itself is also bloated nowadays.

Perhaps, but one of the nice properties of a command-line app is that the addition of features needn't slow down people who don't need those features.

E.g. git could add 300 more keywords, and as long as the basic "git clone", "git update", "git commit", and "git push" keep working, I won't be effected by that at all.

A GUI-based tool, OTOH, will find its user interface getting increasingly cluttered (and/or cryptic) proportional to the number of features that get shoehorned into it.

Comment Re:No (Score 1) 62

From a business perspective, if it does what the business needs, even if it's a nightmare for admins and users, they aren't going to spend any more money on something that is technically better.

You're right in that up-front costs often drove the decision-making, but what they didn't take into account is that software that is a nightmare to use means the admins get less done in a day, and the users keep requiring tech support, which means the company has to hire additional employees, so in exchange for a "cheap" one-time software purchase they are now saddled with expensive additional staffing costs, in perpetuity.

Comment Re:China coal use still growing (Score 1) 133

But they are not using those renewables to displace coal internally. They still prefer to use coal as fast as they can mine it or import it.

I don't think that's accurate -- the only people who "prefer to use coal" are in the Trump administration. China, like the rest of the rational world, prefers to use whatever energy source is cheapest and most effective, which might be coal in some situations, or it might be solar, or nuclear, or hydro, or something else.

Comment Re:uh-huh (Score 1) 86

But it isn't. It's easy enough to use stereo vision to measure the distance to an object and then determine whether or not it could get into the drop zone even if it started moving at top speed with no acceleration time. Also, if it was "worried" it wouldn't drop things from such a height.

She should have said "programmed" rather than anthropomorphizing it, but other than that, she's correct -- that is, in fact, how it is programmed to behave.

Comment Re:1 to 1 delivery? (Score 1) 86

Also, imagine dozens of drones buzzing over the neighborhood. It would be incredibly annoying.

It depends on the density of the neighborhood. The preferred use-case for drones is "neighborhoods" where the houses are few and far apart from each other, making ground delivery tedious and making the distance between the drone and the nearest set of ears larger.

Slashdot Top Deals

Each new user of a new system uncovers a new class of bugs. -- Kernighan

Working...