Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Money *needs* to be removed from Politics ... (Score 1) 181

Yes it is a form of "soft" censorship. So be it. We have to sacrifice some ideals to avoid living in a corporate waste-land. Tradeoffs tradeoffs.

You are free to tune out and make all that money worthless and put the people you want on the ballot.

What "works" for you or me doesn't necessarily scale to the rest of voters.

Comment It depends (Score 5, Insightful) 214

The best "lone wolf" developers probably use something like Lisp and a high amount of math-like abstraction to crank out vast amounts of features in a short time.

However, a good team programmer knows how OTHER typical programmers think and read code, and writes code that is easy for them to navigate, digest, and change. Team programming is more like authoring a good technical manual, not clever gee-whiz tricks.

Comment Re:"Science"? (Score 1) 200

No, it depends on the type and frequency of the changes. Some change patterns favor case lists and some favor sub-classing (in terms of fewest lines/blocks/modules that need to be changed). I don't believe one is inherently more common than another. Selecting the "best" solution requires knowledge and experience about the domain, and/or a good "horse sense" of domain analysis.

Predicting the future is never easy.

There are some other complexities to consider, such as if a set-oriented variation-on-a-theme becomes more appropriate than a hierarchy for modeling variation, but that's a long topic.

Comment Re:Money *needs* to be removed from Politics ... (Score 1) 181

Your viewpoint is too idealistic in my opinion to result in a practical difference. You are fighting a personal war that nobody else is attending, tilting at windmills.

My two semi solutions are to put a ceiling on campaign contributions (which the current Supreme Court is against), and to have federal-level issue votes, not just representative votes.

Comment Re:Money *needs* to be removed from Politics ... (Score 1) 181

Unless a sufficient number of people vote for the 3rd party candidates, you are diminishing your selection power. At least voting for the top 2 gives a reasonable chance of making a small difference. (I think such stalemate is called the Nash equilibrium.)

And just because you are a third-party candidate does not mean you cannot be bribed.

Comment Forest knowledge, not just tree knowledge (Score 1) 212

In my opinion, those likely to be end users or power users mostly need to know about factoring (redundancy), set theory versus hierarchies; and associations, such as 1-to-many relationships versus many-to-many relationships.

Understanding loops and IF statements is good knowledge perhaps, but end users seem more lacking in practical knowledge about relationships of data objects (information) than they do relevant knowledge of loops and conditionals, and this leads them to poor decisions and confusion when working with developers and analysts.

In other words, focus first on enabling them to work better with IT rather than to potentially be or replace IT. And understanding factoring and relationships is good education for future programmers anyhow, if they go that route.

Roughly half the students will eventually be involved with IT design decisions, but only 1% or so will be developers. Thus, rather than try to improve or increase just that 1%, enable the 50% by making them better able to communicate with IT. It's a larger total benefit to society.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...