Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: Sounds like the accusations are true. (Score 1) 96

I think that if the agent identified itself properly in the user agent string rather than trying to masquerade as a person, there would be less of an issue. However, it is being deliberately deceptive. Hard to make any kind of argument from that starting point.

Comment Sustainability, ftw?? (Score 1) 29

The standard also incorporates support for NFC Digital Product Passport specifications, allowing single NFC tags embedded in products to store and transmit sustainability data throughout their lifecycle.

You've got to be shitting me! Their solution to sustainability is to embed an electronic chip into every single thing?! Man, this planet is truly fucked!

Comment Re: Still lacks file tracking, externals, and bran (Score 1) 114

A branch is just a reference pointing to a commit. Deleting the branch deletes the reference, not the commit. Eventually, unreferenced commits will be permanently deleted, but not immediately.

I wouldn't suggest changing that.

However, knowing that so-and-so deleted the reference to commit such-and-such at a particular time is incredibly useful, even if all you have is the hash of the now-deleted commit.

It would be even better if you were able to add commit messages to branch deletion. If someone wrote a message like "Deleting the 'sort_optimisation' branch as I've realised that this approach isn't going to work. We can't sort in place as the calling code may require the original ordering to be retained in the local reference." rather than simply disappearing the branch, that would be a useful bit of communication to the rest of the team and might save some wasted effort from someone attempting a similar misguided solution in the future.

Comment Re: Dumbed Down (Score 1) 110

Actually, taken at face value, this study is a strong argument for multi-layered interfaces, or possibly even multiple interfaces, for a given application, with different target audiences. You can see it already in things like settings panels, where an 'advanced' mode adds a lot of extra settings that most people won't understand or be interested in, but where what we used to call 'power users' can tweak the things that matter to them. They are somewhat primitive at the moment, when they exist at all, but I'd love it if this study prompted a move in that direction. It won't. But I can dream.

Slashdot Top Deals

You can do more with a kind word and a gun than with just a kind word. - Al Capone

Working...