Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Agile. (Score 1) 507

If the definition of a scrum meeting has "short amount of time" and you are not taking a "short amount of time"... Are you still scrum/agile or some else with scrum/agile aspects?

Once again propagating the "NoTrueScotsman" argument. It is impossible for a large team to have a scrum in a "short amount of time" unless they talk for only 5 seconds.

Comment Re:.txt (Score 4, Informative) 200

Then you end up with Microsoft inserting garbage characters at the start of each text file to make their job easier, breaking scripts and confusing both users and other editors alike.

It's not a garbage character. It's a BOM and it's part of the Unicode standard. If your scripts and text editors can't read the BOM in 2015 then they are the things that are horribly broken.

Comment Re:Agile. (Score 1) 507

Better to have long drawn out useless meetings dictated by management that try to give direction that hardly resembles the work being done vs a short: this is what i have done, what i am doing, and this is what is stopping me.

Scrums mostly are long, drawn-out, useless meeting dictated by management. You must work at one of the only handful of companies where this isn't the case.

Comment Re:If you can't make it work, it's you (or your wo (Score 1) 507

It's never the tool, but the wielder. Give a process to a good engineer, and he will find a way to get things to work. Give any process to a code monkey, and you are just going to get a lot of shit flinging irregardless of the process of choice.

Then you haven't been in software development for very long or how little ability to discern a good tool from a bad one. Shitty tools are foisted upon software developers all the time in the form of buggy and/or poorly documented frameworks, databases, IDEs, etc.

Comment Re:Obligatory reminder that an alternative exists (Score 2) 97

If this doesn't need some way to ensure that I really connect with it instead of an intercepting mitm that injects its own version, what does?

In what universe do you live in that SSL prevents a MITM attack? MITM attacks exist in order to allow an attacker to monitor and modify your supposedly "secure" connections. You ensure that what you downloaded is what you meant to download by using the signify utility as mentioned on the page and verify that the package you download was signed by the OpenSSL devs.

Slashdot Top Deals

What is research but a blind date with knowledge? -- Will Harvey

Working...