Big Company on Campus
Daniel Dvorkin writes "MSNBC (oh, the irony) is running a scary article entitled Microsoft's big role on campus, detailing how Microsoft is working its way into academic computer science through a combination of bribery and propaganda. The aricle may be overstating the case, but it does make it sound as though MS products are displacing others at a disturbing rate in computer science departments. Given that academic computing has traditionally been both the source of and the stronghold for innovative software, this is a disturbing long-term trend."
It is unethical on so many levels.
The scary thing is, some kids are now being taught things like PowerPoint in middle school....
not only that, but with the current ecnonomic situation affecting higher education (especially here in the State of MN) if someone wants to give the institutions money SO BE IT.
That's less money the students have to pay, that's less they have to pay back later, and that's more excellent programs and hardware they have to work with.
It was a Washington Post article, MSNBC just published it for them.
A common practice in the journalism industry.
The unofficial
In many schools, profs are expected to get donations and research grants - I think the normal rate is 3x their salary. Oh, and they're supposed to publish frequently (publish or perish). And, I suppose if they have time after all that, they might get around to teaching.
A nice $150,000 donation pretty much takes care of a year's grant/donation hunting. I'll bet MS would even though in a new t-shirt for the ride home.
WTF. Seriously. Why the hell is it disturbing that MS products are gaining market share on campuses (or anywhere, in general)? Perhaps...just maybe...it's because they actually make some fairly decent, reasonably functional, well designed software? But wait, -GASP- they are closed source and evil, so it MUST be disturbing! They release software to the public that ISN'T PERFECTLY FLAWLESS!!! OMG!!11!
I know there are lots of people like me, who read Slashdot (and like it), use Microsoft (and like it), and just chuckle at all the self-righteous open-source trolls that refuse to consider that maybe MS isn't totally evil and maybe their products are useful. But like any joke, these trolls and their mass groupthink become old after a while.
Open source is good. Microsoft can be too. Deal.
Microsoft is well aware that controlling education (especially higher eduation) will give the a huge leg up in the future. I'm not sure that if I were in charge of a CS dept. and was offered a large grant even knowing all this I would turn it down, but there is a downside.
Home Automation & Linux -- now I know I'm a geek
Microsoft has been buying off students as well as the universities and departments for a while now. Check out the MSDNAA where Microsoft provides free development tools to certain educational institutions. At my university any student who takes at least one CS course is eligible. They may download ANY Microsoft operating system as well as any number of Microsoft development tools.
Also, within the past year Microsoft began selling their current desktop operating system and office suites to all students at significantly reduced prices - at $70 and below. Both of these methods of obtaining software will greatly increase the proliferation of Microsoft in academia.
All of this is discounting the huge amount of "pirated" software, particularly new versions of Microsoft operating systems and office suites, that are installed on students computers in college. A few students who know the tricks of the trade ("pirating") distribute copies to a huge amount of people on campus, especially since students hardly want to pay for music, let alone software.
A computer is a valuable tool, so use it and stop whining.
For instance, I never would have understood Operating Systems as well if we hadn't been using *nix systems; it made the difference between actually writing real code for class assignments and "pretending" to write code.
The next year after I finished my basic classes, the department began a transition from Linux/BSD/GCC to Windows/Java. Tutoring those kids, I noticed that they were having a hard time, and displayed a lot less interest. There's just something compelling about doing "real stuff" at a low-level, as opposed to working in a much higher-level environment.
What's the big deal. If people learn how to use Word, or Excel, or VisualBlahBlah, they've still learned how to use computer software, or they've learned how to program in at least one environment, and this learning should transfer to some other environment. At least, that's what OSS advocates are always saying when asked about students are being done a disservice by training them on, say, OpenOffice instead of Word, even when Word is dominant in the workplace. Does teaching students Word mean it would be harder for them to use an alternative later ? If so, one could well argue we should ONLY EVER teach students Word because presumably teaching them something else would make it harder for them to use the standard Word.
Taken to an extreme, one could argue about whether or not students ought to be taught on OS X, FreeBSD, Solaris, or Debian/RedHat/Mandrake - after all, they're all different to some extent. The question is, how much difference makes a material difference to the student ?
When someone makes a convincing argument that teaching kids on Windows software hurts them, that's when I'll kiss away the subsidies and grants that MS is giving away by the bushel.
Dictators do similar things to the minds of the youth.
Nope. He paid for a part of the building. The building in question is the Stata Center, named for Ray and Maria Stata. Ray Stata is an MIT alum who founded Analog Devices, and he's the one shelling out much of the dough. Gates only paid for one tower of the building (cheapskate), so that's all he gets. No one calls it the Gates building - it's called the Stata Center. Or, alternatively "that pile of iron on Vassar street", since it's designed by "renowned" "architect" Fran Gehry, which means it looks like it was a very nice building that got hit by an earthquake...
There is no sig, there is only Zuul.
Flaming Microsoft: +5, Funny
Flaming Linux: 0, Flamebait
Unbiased moderation on Slashdot:
There are somethings money can't buy, and others that will simply never happen.
-- Fighting mediocrity one bad post at a time.
You make a good point, and there are days that I agree with you. However, I often think that perhaps the reason Linux code tends to be more reliable that Windows code is that you weed out all the coders dependent on the graphical IDE.
I've done countless things in Visual Studio where I had no idea all the compiler switches that were being used. In some cases, this created some problems.
In Linux however, I am forced to read all about the switches to get things done. When I need to do something, I read the man page to find the switch I need. I also tend to read about at least 5 other switches in the process. I know what's going on when I compile with gcc, but I'm not real sure about Visual Studio.
-- Fighting mediocrity one bad post at a time.
How much of that $100 million is in the form of MS software, which is free for Microsoft to give away?
Accepting a "donation" in exchange for using Windows is a conflict of interest. The job of the faculty and administration is to choose the best educational tools. You are right that good progamming principles are platform/OS independent, but that does not preclude the possibility that one platform/OS facilitates education better than others. I am not making the case that Windows is an inferior tool here, as it would likely be a long and controversial argument; however, I will say that accepting money in this way prevents the school from deciding which is the best choice.
It's nothing but crumpled porno and Ayn Rand.
Thats the classic argument, but lots of things in Computer Science are not entirely about algorithm design and analysis. I find that as Microsoft products become increasingly ubiquitous in academia, people tend to get more and more attached to them, knowingly or not. And its not all the same. I had a "Software Design" class, and it was all MFC and Visual Studio, and it drove me nuts, because most of the class really had nothing to do with anything but Windows. I guess on some level every system has its own version of "events" or "windows messages" or whatever, but when you use one system exclusively you tend to gloss through the general concepts to get to the details. Those details will allow you to do all the fun things, but they're only important if you're using Windows and MFC, and have no applicability outside. I mean, in my working with Linux, why the hell do I care whether OnPrepareDC() or OnPaint() or OnDraw() gets called first when you draw a window?
This software design class wasn't taught very well, and had little to do with design IMO, but I think its a perfect example of what happens when Microsoft gives your department unlimited free software, as it did to mine. Fortunately, it was only the one class. The rest are (for now) relatively untainted.
Remember what Linux was and how it got here? It was always grass roots and whilst academic institutions are suckers for funding, academics are not stupid (that's why they are employed to teach us dumber folk).
...
They'll take the funding, sponsor the course, give out the free software and happily give you extra marks for using Linux and teach OSS approaches alongside.
This article gives the OSS community little to worry about. Move along there
"It's not your information. It's information about you" - John Ford, Vice President, Equifax
Microsoft is doing what is legal and is good for its best interest.
/. readers should appreciate competition.
RMS does the same just in a much more hysterically loud yelling tone.
Those unix ivory tower types have been running unxi toooooo long on vaxes, at&t system v machines, sun workstations, and hpux machines.
If the unversities were such altruistic places, the professors would work for minimum wage so that everyone could afford an eductation.
hmmmmm.....that's not the case....greedy greedy faculty members
It's not shocking. But it's rather like the Pepsi machine in the room where they teach nutrition.
Sad.
I think we've pushed this "anyone can grow up to be president" thing too far.
Try to explain OS concepts with Microsoft as an example. You can sort of guess what's going on, but you could never say for sure because the code is closed. I wasn't exactly hardcore into Linux when I was in college, but any professor that wanted to explain wat an OS was doing could use Linux as an example, and you could go look at the code yourself if you wanted to see how it really worked (yeah right). Pretty much every Linux distro comes with gcc, and you can look up functions and such in man pages if you need help. I'd say that generally Linux is pretty good for beginning programmers. As for Visual C++, I've had so many problems with Visual Studio f'ing up my computer that I just avoid it like the plague.
When I went to college they taught C++, and it was pretty standard stuff so you could use whatever machine you wanted (no gui or whatnot) - which is what CS departments should be doing anyway. After that they moved to Java which I thought was a mistake for various reasons, but at least you could compile it on whatever you want. It's supposed to be about the concepts anyway, right?
The best way to combat MS' penetration of the Universities is with quality and features + appropriate publicity. On one of the issues near and dear to academics, MS may actually be ahead of the OSS tools.
.NET C++ compiler, not in GCC. Rather than complaining that MS-FUD is working, we should be making sure that things like GCC stays ahead. That's a harder task, but a more satisfying one in the long haul.
Currently, the word-among-the-gurus here where I work is that the level of compliance on Win32 to the C++ standard is in the latest
And if the local gurus are wrong about standards compliance and DevStudio 7 vs. GCC, then let me hear it -- and I'll be more than willing to trumpet it within my sphere of influence at least. I think we'd be happy to use the same compiler on all platforms: our software is on several for all of which GCC is available yet we don't use it on any. Spec compliance is only one issue, but it is an issue.
cheers...ank
Still hoping for Gentle Treatment...
Computer Science isnt "how to use your computer". The concepts and techniques you learn are beyond any operating system.
Right. So Mr. Windows-Schooled sits down at his brand new job at Unixwerks, and goes to open up Visual C++, and... err... well... opens up pico and flounders around looking for the button to press to bring up the dialog editor.
Or more likely, he'll have skipped Unixwerks in the phone book and fired his resume straight off to WindowsRUs.
Personally, I don't care. If microsoft wants to flood the already saturated job market with even more Windows-Only people, it makes it easier for me to sell my Unix programming skills, at least until the Windows-Only people are so numerous that there are no more Unix jobs, everyone's switched to windows shops to take advantage of the dime-a-dozen nature of the programmers.
If I have been able to see further than others, it is because I bought a pair of binoculars.
MS will get the 150K + interest back when the University has to upgrade x1000 pc and servers every 2 years.
.....
You would think University professors would think a bit more about the big picture
Never mind I take that back, having known a few, I can see how this might work......
So Long and Thanks for all the Fish.
Yes, it does matter. And neither C# nor Java is a good choice.
... strange.
Good choices include:
Smalltalk: Everything is an object
Eiffel: Everything at least pretends to be an object, but overloading is
Python: Everything is an object, but it might not look like it. A bit too much magic.
Ruby: I like Ruby. I can't be objective.
Ada95: You need to understand objects to do OO programming in Ada, but if you do you really can
and Lisp: Well, this is mainly here because everyone should be exposed to Lisp, but you can do OO programming in Lisp. Inheritance is quite interesting.
I don't know objective C, it might be a good choice, or maybe not. C++ has too many special cases and complex rules. (Ada is a bit that way, it's a more "advanced" language than most of the others. But at least it's well designed and not full of exceptional cases.)
Another good choice would be C. Plain old vanilla C. (Look at the Gnome project, and see how they did object oriented stuff in C. They seem to have it all.)
The point of a course in computer science is that you are supposed to come out of it understanding how things work. With the *.NET stuff everything is hidden behind various curtains. Bad idea. Perhaps good for development, though I doubt it, but definitely a bad choice for an academic CS program. And Java isn't that much better.
I think we've pushed this "anyone can grow up to be president" thing too far.
Except that programming is also about the tools that you use to create those programs.
A kid who learned on the Visual C++ IDE and nothing else and who has been thrown into a unix environment is going to freak. Why? Because even if he was only taught how to program ANSI C++ and could pick up a new language in his sleep, he still is not prepared to use the tools required to compile those languages.
Things like makefiles, gcc, VisualAge, etc. From experience its a hell of a lot easier to go from a command line to an IDE than it is to go from an IDE to a command line.
Once you are familiar with the class of tools then you can move on just fine and be expected to pick up other tools of that nature relatively quickly (e.g., once you know how to use gcc its not hard to get used to VisualAge; if you can use ProjectBuilder you can probably pick up the differences for Metrowerks or the Visual C++ IDE relatively quickly; debuggers all do similar things; etc).
Integrate Keynote and LaTeX
Companies have been buying their way into schools for a long, long time. When Apple did it, it was considered philanthropy. When Sun did it, it was considered cool. When Microsoft does it, /. whines about Bill roasting babies over barbecue pits.
Big, fat deal. Universities have a responsibility to 1) teach the science of computing, and 2) teach the real world of computer engineering. Whether YOU like it or not that Microsoft has a prominent role in the real world, universities have a responsibility to equip their students for the real world.
Universities have a responsibility to prepare students to use, choose, and extend the hardware and software technologies that exist. They must educate people about the qualities (good and bad) about existing designs and implementations, so that the students can make good decisions, and understand what is going on.
Linux is NOT always the best solution, although these days it is almost always at least a *good* solution. Microsoft is NOT always a bad choice. Universities MUST teach people to make decisions themselves, and not to blindly accept a position. It doesn't matter if the position is "[Linux|Microsoft|Cheese] is pure [evil|delight|cheddar]!" or whatever.
UNIX license holders have long enforced their view of the world at universities. As a professional software developer, I had to watch many UNIX weenies un-weenify after they left college, in order to get some real-world perspective. Yes, UNIX/Linux has its virtues. It also has its problems. Learning how to honestly evaluate the strengths and weaknesses of a design/product/whatever is part of GROWING UP. Microsoft finally has some technology that is at least usable in a real university CS program -- namely NT. I'm GLAD that universities are finally beginning to teach UNIX and NT, not as something holy and pure, but as real-world instances of the ideas that they teach.
Also, one final note -- UNIVERSITIES NEED MONEY/EQUIPMENT/ETC. It's a GOOD THING if Microsoft gives millions in hardware, etc. to universities. Sure, there may be strings attached, and this should always be scrutinized. But there are always strings attached when someone donates a one and six zeroes to a university. This is just how universities work.
Ask yourself this: is the purpose of university to explore new ideas, or to teach a trade? And if you think the former, then what the hell are the colleges for?
I firmly believe that if you want to learn a specific trade--say Microsoft-specific crap--that's the realm of college. University is the prime exploratory ground for new ideas and experimental stuff, which means Scheme and Eiffel are the natural choices.
Do you think the MIT Media Lab would have become what it is now if it were subject to a Microsoft-only regimine?
You may say "well times change!" but if that's true, then the colleges serve no purpose at all any more.
Having read the comments (Well...most of them...) I have to ask: what's the problem?
I know, I know...we want to piss and moan because M$ is stealing perfectly bright students away from "us" (that is, the Open Source people) by giving out software. However...being a Uni. student, I can comment.
The agreements Microsoft makes are not evil, as we would all like to believe. It's a decent way for kids (that is, anyone in college at this point) to become familiar with multi-thousand dollar pieces of software.
As it is, I can walk out of college in a year saying "I can use Product X", at least to some extent. Without the campus agreements, I could use Word. And that because it is installed in the labs by default. Wow...that's really great marketability.
Do I want to waste my life working exclusively on Windows-based software? No. Is there a good chance I'll be using Windows-based software at least part of my programming life? Yes.
I say more power to them, and maybe some other organizations (for example, those that cater to Linux users) should pick up on the M$ system: give students access to the software. It costs a little (a very little, in M$'s case) now, but the payoff (already-trained users) is worth it. Get some already-trained Linux people used to enterprise-level software, and who knows what could happen...
First Falcon-1 to orbit, then Falcon-9. Then I can die a happy man.
For example, I'm a freshman at a school where a "MS products only" policy is enforced. Students are required to have a laptop. Only windows is supported by the school technical staff. This is not a big deal; sadly,
.cwk file so this is a point I usually glide over, but at the moment I want them to look as evil as possible. ;)
And it will continue to not be a big deal, sadly or not, until non-Windows platforms make up the majority of installed machines.
To print on campus, you must use a printing program (for payment purposes) that is windows only. Buy vmware or virtualpc or you can't print on campus. Considering I live an hour away from school, this is more than a little inconvenient.
Geez...You can afford to commute an hour each way to school, but you can't buy yourself a cheapo printer to use at home?
Teachers only accept emailed documents in word format. I understand most teachers won't be able to open a
You're trying to be funny, but that doesn't really help your argument.
The software required for ALL math courses is Mathsoft's Mathcad. This is also windows only. Calc II seems like it might be possible to survive without the software, but the labs in Calc I make it absolutly necessary for that and most lower courses. With all the cross-platform products available, why do they use this one?
Because it's a standard, it works, and it works well. Just because using something cross-platform would make you feel all warm and fuzzy, that doesn't mean it'd be the best tool for the job.
Frankly, you should either obtain a copy of Windows/Vmware or do your math work in a Windows lab at school, and quit whining. Face it- the vast majority of students and professors don't care one bit about uber-established software like Mathcad being Windows-only.
My complaints fall on deaf ears, and I have no doubts (and also no proof) that my school has sold out to Gates and Co. Any school purporting to educate in the technical fields should be totally open to encouraging the learning of alternate platforms.
Uhmm...You want people to listen to your complaints, but you openly admit you have no proof at all that the school's "sold out"? Seems kinda self-defeating, that.
Any school purporting to educate in the technical fields should be totally open to encouraging the learning of alternate platforms.
Think about this- have you actually been working on your education, or have you been spending too much time worrying about Microsoft products? Sounds like the latter, especially if you're going to transfer based largely on the software choices for school-owned hardware.
You're obviously not the type to be brainwashed, so just suck it up and realize that software packages are tools, not religions.
And for the record, the school I attend is quite friendly to non-Windows platforms, and I dual-boot my personal system.
There's a big difference between an equipment donation, a curriculum grant, and a research grant. We're talking here about an equipment donation, which is usually made to a university or sometimes to a department, not to an individual professor. Moreover, if you're looking to get tenure -- at a research-oriented university -- you will be evaluated primarily based on your research grants. I don't know of any professors that go looking for donations from Microsoft because this will make their road to tenure easier.
What's really happening here is that Microsoft is looking to hold onto their dominating position in the marketplace, and the university is happy to take the money. With state funding of higher education at all-time lows, this is not unreasonable. I suspect the means by which the technology is going to be used has very little review, because after all everybody runs Windows, right?
(I use Linux for all my coursework, research, and personal work, but I'm in the minority.)
I'd applaud Microsoft if closed/proprietary data formats weren't their game. It just infuriates me that Microsoft is working so hard to make their products incompatible with other products. Sorry to echo what is already a chant, but they are exploiting their monopoly. If they didn't have a monopoly, they couldn't get away with this extreme incompatibility with non-MS products.
My Microsoft-loving, open source-hating co-worker loves to say that proprietary data formats are just good business---it's intellectual property, and un-American and anti-comptetetive to say otherwise. WTF! How do MS Office's cryptic file formats offer Microsoft any competetive advantage other than keeping competetors out of the market?
I'm convinced that if there were three or even two office software suits with relatively even market share, they'd all do a pretty darn good job of reading each other's formats. I'm sure they'd also be a few generations ahead of MS Office---not just "little" features, but hugely useful stuff, like voice dictation, character recognition, integrated document database management, instant Internet publication, inherent crypto, authentication, security, etc.
The fact that Microsoft tries so hard to break compatability with non-MS products is proof enough that they do not compete on innovation. If their products are really so good, why hide the APIs?
Another thing that blows my mind is that people have become brainwashed to accept this as status quo. I work for a Fortune 100 company, and our IT director has actually said, "We can't do business without Microsoft." Man, that's a sweet deal for Microsoft! How many multi-billion dollar companies are saying they need Microsoft? Congratulations, Microsoft, on creating a drug-like dependancy!
It's hilarious, really.
I seem to remember when Apple did exactly the same thing, donating hardware and software to schools. It was a 'good thing' and ever so clever marketing (Remember the Black Apple for education?) From about 1978 or so an entire generation of elementary and secondary school children were inundated with Apple this and Apple that. The educational market, at least in my state, was absolutely and completely dominated by Apple--no question. You couldn't walk into a school without encountering Apple, Viscalc, and even Zardax (Does ANYONE but me remember Zardax (Australian word processor)?
But those kids are now in their twenties and thirties and Apple now has what? 3% of the market? Somehow Apple invested in this sure thing and it didn't work out.
How about a moderation of -1 pedantic.
Microsoft has been doing this for decades.
I am not interested in returning to University to get a degree when that degree is nothing more than an MCSE. I've seen the kind of so-called computer engineers the current courses put out, and it makes me sick. Take away MS Paint^H^H^H^H^H^HVisual Basic and these people cannot create "hello world", let alone anything worthy of engineering.
A tertiary qualification should be something that is challenging, giving a good grounding in current knowledge (with complete history) on the topic of the degree while also encouraging new thoughts, generating a person capable of tackling any task in any environment.
It should not be, as it currently is, the training of mindless zombies with whatever the latest version is of a single vendors product(s). It sickens me to think the government encourages its citizens to partake in the criminal activity of a criminal organisation, using academic institutions so they can be the scapegoat should there be any fallout later.
Matt