Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Next trick (Score 4, Insightful) 77

After the AI winter, the field has really gone downhill.

Since professors still need to publish, they created a distinction between 'strong AI' and 'weak AI.' For some people, this was fine and yielded useful algorithms (but not AI), but largely it's a way to get published without doing anything substantial. Like this study, for example.

Comment Re:Yay Xamarin (Score 1) 192

It's practically impossible to go from a namespace to the assembly that contains it. This has always bugged me.

This is often a problem with production C# code as well......since C# doesn't force you to use a particular directory structure (and in some ways VS discourages it). As a result, a lot of production C# code has a structure that's a complete mess.

Java, on the other hand, imposes structure, which keeps things somewhat more readable.

Comment Re:We all dance in the streets (Score 1) 192

Ps. I doubt the gigantic VBA object model was intended to destroy the competition, it sure looks more like bloated incompetence from the part of all the people working on it.

The author of that article was the guy who designed VBA, so he would know as well as anyone. It is well known that Microsoft strategically used APIs to destroy competition (Dr. Dos, for example).

Comment Re:We all dance in the streets (Score 2, Interesting) 192

Oh yeah, and here is yet another reason why it would be a problem. Choice quotes:

Microsoft thought that if people wrote lots and lots of VBA code, they would be locked in to Microsoft Office. They thought that no matter how hard their competitors tried (in those days, they were Borland, Lotus, and, to a far lesser extent, Claris), they would not be able to emulate the VBA programming environment and the gigantic Excel object model perfectly

PS: in researching this article, I tried to open some of my notes which were written in an old version of Word for Windows. Word 2007 refused to open them for "security" reasons and pointed me on a wild-goose chase of knowledge base articles describing obscure registry settings I would have to set to open old files. It is extremely frustrating how much you have to run in place just to keep where you were before with Microsoft's products, where every recent release requires hacks, workarounds, and patches just to get to where you were before.

Slashdot Top Deals

The earth is like a tiny grain of sand, only much, much heavier.

Working...