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

 



Forgot your password?
typodupeerror
×

Comment Does Everything Have to Be Electronic? (Score 1, Insightful) 108

I know everyone wants an electronic everything, but it sounds like in your situation paper records may actually be optimal. If you have to have a paper system in place anyway, why do the added expense of going digital as well? Sometimes, what is really needed is to optimize the paper system, rather than replace it with an electronic one.

Comment Re:And now Google Drive is down... (Score 1) 383

AWS has actually been pretty good if you actually do a proper deployment. I can only think of one time when they had multiple availability zones down at the same time. If you don't deploy across multiple availability zones, then it is just like any other hosted service. I often use it that way, too, it just isn't the magic fix-it-all system if you don't use it like it is intended.

Comment terrible pedigree (Score 1) 815

I just had a look at his wikipedia page. Midnight commander : hated it (when nc was fine) WINE : never worked properly for me. Mono : ditto Gnumeric : even worse. Don't get me started on GNOME or KDE, I hate both. I loved the Xwindows combination with any simple task manager (like mwm) but to me things are getting worse and worse in Linux and I have moved to MacOS in 2004, except for severs or computing work, done on Linux, but on the command line by ssh. So please, God, smite De Caza the same way you got Hans Reiser or McAffee out of the game. Those pricks just ruin it for everyone else with a huge ego and unusable software, schisms, and so on.

Comment Re:Monsanto takes .. (Score 1) 419

But the seeds naturally produce other seeds. That is what seeds do. Did the farmer sign an agreement stating that they would not re-gather the seeds? If not, I don't see how Monsanto has a case. They sell seeds. The natural result of a seed is to produce more seeds. That would be like selling someone a printer and then coming back and claiming copyright on everything it prints.

If, however, the farmer signed an agreement, then I think the stupid person is just the farmer, and Monsanto is just taking advantage of fools.

Comment Re:Batch (Score 5, Funny) 318

The real problem with COBOL is that, as Larry Wall has pointed out, you can't write poetry with it. There just isn't any good poetry that starts out with IDENTIFICATION SECTION.

The one thing I do miss about COBOL is easy access to fixed-point numeric processing. This seems like a no-brainer, but it is still missing from nearly every language.

Comment Re:Git not version control/sourrce control. (Score 2) 116

We moved from subversion to git and I would not look back. I liked subversion, but there is nothing in subversion that I can't also do in git, plus I can do a lot more in git. Branches and branch merging is much cleaner in git than subversion. In addition, the fact that everyone has a copy of the repository means that (a) all operations can be done offline (yay!), and (b) you have automatic backup copies of everything. I can look through all commits (using gitk) straight off of my machine whether I'm connected or disconnected. It's wonderful.

Slashdot Top Deals

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...