Forgot your password?
typodupeerror

Comment Re:GitHub has been terrible for years (Score 4, Insightful) 53

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) 61

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.

Comment Re:i find it hard to take anything they say seriou (Score 2) 24

If even one of the fields it has been deployed to showed something other than the slop all the other have maybe.

Okay, here's one field: in the last four weeks, Claude Code has detected and diagnosed 91 genuine bugs in the open-source library I maintain. That's 91 bugs that likely would have remained unfixed indefinitely, unless/until I (or a user) happened to stumble across a resulting runtime misbehavior and then laboriously worked our way backwards to pinpoint the underlying software defect. I'd estimate probably 150 man-hours were saved, right there.

Slashdot Top Deals

"Text processing has made it possible to right-justify any idea, even one which cannot be justified on any other grounds." -- J. Finnegan, USC.

Working...