Slashdot is powered by your submissions, so send in your scoop

 



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?

User Journal

Journal Journal: Mars, Ho! Chapter Fourteen

Fusion
As I was floating back to the pilot room, Tammy was waiting outside her quarters, hanging from the doorway with one hand. "Is Destiny OK?" she said with a worried tone.

"She will be," I said. "A little anoxia." They'd warned us about anoxia in Captain's training and I'd seen it before. "She's in the infirmary getting oxygen. You can see her if you want but she was still unconscious when the robot took her."

Comment Re:Yes, for any mission (Score 2) 307

It would never be two-way for everyone. Some will die there.

By accident if nothing else.

By that definition, going to my office every day isn't necessarily a 2-way trip. Nor is getting up to use the bathroom, or going to the store for food, or going to bed. But it doesn't mean that I'm going to stop doing those things. I go planning to return, but accept some varying level of risk based on the potential benefit of making the trip. Going to bed is safer than the bathroom. Going to the bathroom is safer than going to the store. Going to the store is safer than going to Mars. But, depending on the individual and the perceived benefits, all of those adventures may be undertaken.

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.

User Journal

Journal Journal: Mars, Ho! Chapter Thirteen

Oxygen
The cargo hold door was open. That wasn't right, that door should always be closed. I went in, scared to death about Destiny, straight for the airlock.

The outside hatch of the airlock was open, which meant somebody was outside the boat. That relieved me a little, I'd worried one of the whores had thrown her out the airlock without a suit. But the open hatch said that thankfully hadn't happened

User Journal

Journal Journal: Progress update

I've been a little busy this week, too busy to spend much time soylenting. I've only written about three more paragraphs of Mars, Ho!; I've been working on Nobots and The Paxil Diaries. The Paxil Diaries was waiting on my porch when I got home from Patty's Tuesday evening, and boy was it a mess. I've mostly been working on it. It's funny how much easier it is for me to notice mistakes on paper I miss on screen.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...