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

 



Forgot your password?
typodupeerror

Comment Re:Accreditation Will Soon Matter (Score 4, Informative) 105

Learning to program isn't the same as Computer Science.

Computer Science is lots of algorithms, computational theory (finite automata, P and NP, etc.), graph theory, tons of numerical algorithms, lexical, syntax and semantic analysis, program transformations (loop unrolling, etc.), lots of compiler theory, databases, networking, cryptography, etc. Tons of really interesting stuff! A lot of CS is more like mathematics than programming. Lots of proofs.

Focusing on programming is a little like telling an engineering student that the curriculum is mostly bricklaying. Are we talking about a college that teaches computer science or a trade school doing "programming"?

Comment Salespeople? (Score 3, Interesting) 38

Why does MS need salespeople? People only buy from MS because they don't have a choice. MS might need order takers, but then it's easier to put up a crappy website (that makes things like server CALS confusing as f.) and let people buy online. (There are lots of cases where Linux isn't an option. My accounting system doesn't run on a Linux server.)

Comment Re:Good for repetitive stuff (Score 1) 135

Repetitive stuff is not new. I've used Lex and Yacc to write code that writes code, and Perl, and bits of Java and Excel...
The lazy programmer always sees a lazy way!
Funny thing. I actually understood every line, and I could explain it all to anyone who asked.
btw. This used to be the book.
https://en.wikipedia.org/wiki/...
Not sure if this is what everyone reads today.

Comment AI (Score 1) 98

If all you are good for is copying and pasting AI answers, why do I need you?

Kinda reminds me of Office Space:
"I already told you: I deal with the god damn customers so the engineers don't have to. I have people skills; I am good at dealing with people. Can't you understand that? What the hell is wrong with you people?"

Comment Buy backs (Score 1, Interesting) 54

What happens when Apple eventually buys back all it's own shares? The only reason this stock rises is due to 100's of billions in buy backs.

2012 26,470 million shares outstanding
2024 15,408 million shares outstanding

That is a massive drop. Considering that a huge chunk of Apple's shares are locked up with buy and hold firms, the float is artificially constrained.

If they keep up the pace of buy backs, in 10-15 years they really will take themselves private.

Slashdot Top Deals

Why don't you fix your little problem... and light this candle? -- Alan Shepherd, the first man into space, Gemini program

Working...