Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Quit bitching and download Visual Studio Express. (Score 2) 226

Visual Studio Express is Microsoft's zero-cash programming environment. Why do you want a high-cost office suite with a lousy macro engine to be discounted to free when they already offer their actual development suite pro bono. It's upgradeable to more complete Visual Studio versions later. This will encourage Microsoft-centric code, but that can be avoided and it's less specific of a tie-in than VBA. C#, C, C++, and more are included.

If you don't want to be tied to Microsoft-specific tools even on Windows there are other options. Those include other office suites and other actual development tools.

LibreOffice/OpenOffice have OOBasic and can be scripted with Python and Java if you really want. These things are zero-cash and open source.

You can use Lazarus and FreePascal (Wikipedia article about FreePascal) or Eclipse and Java/C/C++ if you'd rather. Or you could use Eric and Python. Or Padre and Strawberry Perl, complete with MinGW. Some of the IDEs are more or less general and language agnostic, while others are mainly narrowly targeted.

Don't forget MsysGit (git for Windows) if you're not using Cygwin and haven't already chosen a version control system.

Really, you could be teaching with a good programmer's editor rather than specifically with IDEs too. vim, Emacs, jEdit, Gedit, and others are applicable. Some of them are powerful enough to make that line between editors and IDEs very fuzzy.

What, exactly, would a free copy of Word get you that isn't already available?

Comment Re:Microsoft still provide support for Windows XP (Score 1) 650

In the US there's a good chance that medical office software mentioned needs to be upgraded by October to deal with ICD-10 anyway. Anyone who does that large of a code change and still won't support a newer operating system than XP needs to not be writing software that stores medical data.

Comment !P is not NP and NP-Hard is not NP-Complete (Score 1) 199

See the subject.

NP-Hard is not the same thing as NP-Complete the last time I checked. Neither is NP yet known to be non-P nor P. That's why it's NP (nondeterministic polynomial). P would never be equal to NP. NP may be a subset of P. There are problems that are both NP-hard and NP-complete, but not all NP-hard problems are NP-complete. That means that solving one NP-hard problem is not necessarily equivalent to solving the NP-complete problem set.

Comment Re:FDA, why not FTC too? (Score 2) 173

In your dream world you'd involve two huge government bureaucracies when one accomplished the recall without the other? I can see handing off from one to the other if they were still causing the problem and the first agency was unable to change the behavior. Maybe we should think a bit before pulling in all the coordination costs up front though when they may not be necessary.

Comment ummm... the government mandates franchise areas? (Score 1) 282

No, the government doesn't decide how many car dealerships for a manufacturer there are in a region. That's between the manufacturer and the dealers.

"The widespread franchise rules giving car dealers virtual monopolies in their territories epitomize the government-controlled marketplace Republicans purportedly despise". No. The regulation we're talking about here is whether or not car dealers can ban direct manufacturer-to-consumer sales. There is no government regulation of which I'm aware on geographical monopoly areas for dealerships.

In states that ban direct sales of cars to consumers there's an enforced oligopoly of dealers for new cars. It is nothing close to a monopoly. There is a distinct difference.

Comment Re:Imagine the reverse (Score 1) 117

I doubt your claim that "most [...] educational institutions" have access to Windows source code. I'd really like to see documentation for such a bold claim.

I'm also not sure why my post was modded flamebait for pointing out that Microsoft found bugs in someone's open platform (which happens to be the competition they currently appear most worried about) but that their own model precludes that. Are you saying that Google has access to Windows Phone's source? I'd like documentation of that, too.

Comment hate the name (Score 5, Insightful) 230

"Hack" as a language name? Really?

People are going to explain this at dinner parties. People who kind of understand that programming is more than being good at operating a computer as an end user but don't really know the difference between sysadmin, devops, programmer, business analyst, and DBA let alone what those roles really do are going to ask questions. Those questions will be things like "what kind of programming?", "what technologies do you use?", and "what are you working on right now?" The answer will be something about putting together a quick Hack program to change values in a database, and then it gets awkward.

Plus, did they consider at all how easily this will get confused with Haxe?

Comment Re:How about affordable care? (Score 1) 578

I remember a time when drugs weren't particularly marketed in big-budget TV campaigns directly to patients. Hell, I don't think telling a patient which drugs to try before they go to the doctor is a particularly good idea. A TV can't make a diagnosis. Why are we allowing them to drive up costs for giving non-specific medical advice to people who probably don't even have the conditions for which the drugs are being pushed?

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...